body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

:root {
  --color-online: #0081c5;
  --color-seminar: #25a076;
}

.l-wrapper {
  border: 1px solid #333;
  max-width: 958px;
  margin: 10px auto;
}

@media (max-width: 960px) {
  .l-wrapper {
    margin: 0;
    border: none;
  }
}

.l-header {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 960px;
  margin: auto;
}

.l-header h1 img {
  width: 100%;
  height: auto;
}

/*  .l-header__inner {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin: 0 0; }
*/
.l-content {
  width: 100%;
  max-width: 958px;
  margin: auto;
}

.l-content__inner {
  margin: 25px 50px 50px 50px;
  padding-top: 30px;
  padding-bottom: 50px;
  width: calc(100% - 100px);
  background-color: #fff;
  max-width: 860px;
}
.banner-online{
  color:var(--color-online);
}
.banner-online img{
  border: 1px solid var(--color-online);  
}
.banner-seminar{
  color:var(--color-seminar);
  margin-bottom: 50px;
}
.banner-seminar img{
  border: 1px solid var(--color-seminar);
}
.banner-online, .banner-seminar{
  font-size: 1.3em;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}
.banner-online span, .banner-seminar span{
  font-size: .8em;
}
.banner-online:hover, .banner-seminar:hover{
  opacity: .8;
}

@media (max-width: 960px) {
  .l-content__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}

@media (max-width: 768px) {
  .l-content__inner {
    margin: 0 15px;
    width: calc(100% - 50px);
    padding: 10px;
  }
  .banner-online, .banner-seminar{
    font-size: 1em;
  }
}

.l-footer {
  width: 100%;
  max-width: 958px;
  margin: auto;
}

.l-footer__inner {
  margin: 0 50px;
  width: calc(100% - 100px);
  max-width: 860px;
  padding: 20px 0 50px;
}

@media (max-width: 960px) {
  .l-footer__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}

@media (max-width: 768px) {
  .l-footer__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
    font-size: .8em;
  }
}

.header__img {
  width: 100%;
}

/*.site_ttl {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0; }
  .site_ttl__img {
    width: 80%; }*/

.site_subttl {
  text-align: center;
  padding-top: 0;
}

.eventday {
  padding-top: 20px;
  text-align: center;
}

.information {
  margin-top: 1.5em;
}

.information__date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.information__date__label {
  background: #009FE8;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  width: 2.9rem;
  display: inline-block;
  text-align: center;
}

.information__date__time {
  font-size: 1.2em;
  display: inline-block;
  width: 8em;
}

@media (max-width: 800px) {
  .information__date__time {
    font-size: 1em;
  }
}

.information__date__item {
  margin-bottom: 0.8em;
}

.information__note {
  margin-top: 0.8em;
}

@media (max-width: 800px) {
  .information__note-list {
    width: 100%;
  }
}

.information__note-list__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
}

.information__note-list dt {
  display: inline-block;
  background: #00AC97;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 1em;
  width: 4em;
  text-align: center;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

.information__note-list dt .is_two {
  display: inline-block;
  letter-spacing: 1em;
  margin-right: -1em;
}

.information__note-list dd {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

@media (max-width: 800px) {
  .information__note-list dd {
    width: calc(100% - 7em);
    vertical-align: top;
  }
}

.banner {
  margin-bottom: 1em;
  display: block;
  /* width: 33.3%; */
}

@media (max-width: 768px) {
  .banner {
    width: 32%;
  }
}

@media (max-width: 450px) {
  .banner {
    width: 45%;
  }
}

.banner-sp {
  display: block;
}

.banner__wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .banner__wrap {
    margin-top: 40px;
  }
}

@media (max-width: 450px) {
  .banner__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
}

.banner__wrap-sp {
  display: none;
}

@media (max-width: 450px) {
  .banner__wrap-sp {
    margin-top: 1em;
    display: block;
  }
}

.banner__img {
  width: 100%;
}

.banner__img:hover {
  opacity: 0.85;
}

.banner-space {
  display: block;
  width: 22%;
}

@media (max-width: 768px) {
  .banner-space {
    width: 32%;
  }
}

@media (max-width: 450px) {
  .banner-space {
    width: 45%;
  }
}

.info_ttl {
  color: #00AC97;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
}

.info_ttl__text {
  vertical-align: middle;
}

.info_ttl__text--ls {
  letter-spacing: 1em;
  vertical-align: middle;
}

.info_ttl__icon {
  display: inline-block;
  font-size: 70%;
  background: #FFF100;
  border-radius: 3px;
  margin: 0.2em;
  padding: 0.3em;
}

.info_ttl::before {
  content: url(../image/heading.svg);
  vertical-align: middle;
  margin-right: 0.5em;
}

.event_schedule {
  margin-bottom: 2em;
  font-size: 1.2em;
}

.event_schedule dt {
  color: #00AC97;
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}

.event_schedule dd {
  line-height: 1.5;
  margin-left: 3.3em;
}

.event_schedule__label {
  letter-spacing: 1em;
  margin-right: -1em;
}

.event_schedule__time {
  margin-left: 0.5em;
}

.event_time_schedule {
  line-height: 1;
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 2em;
  justify-content: space-between;
}

.event_time_schedule__item {
  padding: 10px 0;
}

@media (max-width: 640px) {
  .event_time_schedule__item {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 340px) {
  .event_time_schedule__break {
    display: block;
  }
}

.corporation_list {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
}

@media (max-width: 800px) {
  .corporation_list {
    width: 100%;
  }
}

.corporation_list__ttl {
  margin-top: 2em;
  color: #FFF100;
  font-size: 1.1em;
  text-align: center;
  background: #00AC97;
  padding: 10px 0;
}

.corporation_list li {
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
}

.corporation_list__note {
  width: 30%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .corporation_list__note {
    width: 100%;
  }
}

.corporation_list__note__text {
  font-size: 1em;
  text-align: left;
  margin: 1em 0;
  word-break: break-all;
}

.corporation_list__img {
  width: 100%;
  max-width: 114px;
  display: block;
}

.corporation_list__img:hover {
  opacity: 0.85;
}

.corporation_list__img-mini {
  width: 100%;
  max-width: 91px;
  display: block;
}

.corporation_list__img-mini:hover {
  opacity: 0.85;
}

.corporation_list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 800px) {
  .corporation_list__wrap {
    display: block;
  }
}

.ms_team__flow {
  display: flex;
  margin: 10px 0 0;
}

@media (max-width: 960px) {
  .ms_team__flow {
    display: block;
  }
}

.ms_team__flow__step--1 {
  font-size: 0.9em;
}

@media (max-width: 960px) {
  .ms_team__flow__step--1 {
    display: none;
  }
}

.ms_team__flow__step--1--sp {
  display: none;
}

@media (max-width: 960px) {
  .ms_team__flow__step--1--sp {
    display: block;
  }

  .ms_team__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.ms_team__flow__step--1--sp__inner {
  border: 1px solid #1E2188;
  padding: 5px;
  color: #1E2188;
  text-align: center;
}

.ms_team__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}

@media (max-width: 960px) {
  .ms_team__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}

.ms_team__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}

.ms_team__flow__step--3 {
  width: 30%;
}

@media (max-width: 960px) {
  .ms_team__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}

.ms_team__flow__step--3__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #009FE8;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}

@media (max-width: 960px) {
  .ms_team__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}

.ms_team__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}

.ms_team__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}

@media (max-width: 960px) {
  .ms_team__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.ms_team__flow__reader {
  vertical-align: top;
  display: inline-block;
}

.ms_team__dl {
  display: table;
  margin: 5px 0 0;
}

.ms_team__dl:hover {
  background: #fff;
  border-radius: 5px;
}

.ms_team__dl__img:hover {
  opacity: 0.85;
}

.menu-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 450px) {
  .menu-pc {
    display: none;
  }
}

.menu-sp {
  display: none;
}

@media (max-width: 450px) {
  .menu-sp {
    display: block;
  }
}

.menu-sp__item {
  width: 100%;
  height: auto;
  display: block;
}

.menu-sp__item img {
  width: 100%;
  height: auto;
}

.menu__item {
  width: 50%;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .menu__item {
    margin-bottom: 1em;
  }
}

.menu__item img {
  width: 100%;
  height: auto;
}

.app__box {
  border: 2px solid #00AC97;
  position: relative;
  padding: 20px;
  margin: 60px 0 40px;
}

@media (max-width: 620px) {
  .app__box {
    padding-top: 2.5em;
  }
}

.app__ttl {
  position: absolute;
  display: table;
  padding: 10px;
  background: #fff;
  top: -20px;
  left: -10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #00AC97;
}

@media (max-width: 480px) {
  .app__ttl {
    font-size: 1em;
  }
}

@media (max-width: 430px) {
  .app__ttl {
    padding: 5px;
    top: -24px;
  }
}

.app__strong {
  font-size: 1.1em;
  line-height: 1.5;
}

.app__note {
  font-size: 0.9em;
  line-height: 1.5;
}

.zoom__flow {
  display: flex;
  margin: 10px 0 0;
}

@media (max-width: 960px) {
  .zoom__flow {
    display: block;
    margin-bottom: 40px;
  }
}

.zoom__flow__step--1 {
  font-size: 0.9em;
}

@media (max-width: 960px) {
  .zoom__flow__step--1 {
    display: none;
  }
}

.zoom__flow__step--1--sp {
  display: none;
}

@media (max-width: 960px) {
  .zoom__flow__step--1--sp {
    display: block;
  }

  .zoom__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.zoom__flow__step--1--sp__inner {
  border: 1px solid #1E2188;
  padding: 5px;
  color: #1E2188;
  text-align: center;
}

.zoom__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}

@media (max-width: 960px) {
  .zoom__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}

.zoom__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}

.zoom__flow__step--3 {
  width: 30%;
}

@media (max-width: 960px) {
  .zoom__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}

.zoom__flow__step--3__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #009FE8;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}

@media (max-width: 960px) {
  .zoom__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}

.zoom__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}

.zoom__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}

@media (max-width: 960px) {
  .zoom__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.zoom__flow__reader {
  vertical-align: top;
  display: inline-block;
}

.zoom__dl {
  display: inline-block;
  margin: 5px 0 0;
}

.zoom__dl:hover {
  background: #fff;
  border-radius: 5px;
}

.zoom__dl__img:hover {
  opacity: 0.85;
}

.promotion {
  font-size: 1.1em;
}

.promotion dt {
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}

.promotion dd {
  line-height: 1.5;
  display: block;
  margin-left: 3.3em;
}

.promotion__label {
  letter-spacing: 1em;
  margin-right: -1em;
}

.footer__img {
  width: 46px;
}

.twitter {
  width: 10px;
  vertical-align: top;
  margin-right: 1px;
}

.contact {
  display: table;
  margin: 0 auto;
}

.contact__icon,
.contact__text {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact__text-title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #1E2188;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}

.contact__text__ttl {
  display: inline-block;
}

.contact__text-top,
.contact__text-bottom {
  display: block;
}

.contact__text__tel,
.contact__text__time,
.contact__text__url,
.contact__text__twitter {
  display: inline-block;
  font-size: 0.7em;
}

.contact__text__tel a,
.contact__text__time a,
.contact__text__url a,
.contact__text__twitter a {
  color: #222;
  text-decoration: none;
}

.contact__text__tel a:hover,
.contact__text__time a:hover,
.contact__text__url a:hover,
.contact__text__twitter a:hover {
  opacity: 0.85;
}

.contact__text__tel-num,
.contact__text__time-num,
.contact__text__url-num,
.contact__text__twitter-num {
  font-size: 130%;
  font-weight: bold;
}

/*.link, .link-1, .link-2, .link-3, .link-4, .link-4-sp, .link-5, .link-5-sp {
  color: #00AC97;
  display: inline-block;
  text-align: center;
  padding: 0;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  position: relative; }
  .link img, .link-1 img, .link-2 img, .link-3 img, .link-4 img, .link-4-sp img, .link-5 img, .link-5-sp img {
    height: 100%;
    width: 100%;
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
	}*/
/*  .link::before, .link-1::before, .link-2::before, .link-3::before, .link-4::before, .link-4-sp::before, .link-5::before, .link-5-sp::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 50;
    top: -1px;
    left: -1px;
    height: 52%;
    width: 32%;
    border-top: 2px solid #000;
    border-left: 2px solid #000; }
    @media (max-width: 450px) {
      .link::before, .link-1::before, .link-2::before, .link-3::before, .link-4::before, .link-4-sp::before, .link-5::before, .link-5-sp::before {
        border-width: 1px; } }
  .link::after, .link-1::after, .link-2::after, .link-3::after, .link-4::after, .link-4-sp::after, .link-5::after, .link-5-sp::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 50;
    bottom: -1px;
    right: -1px;
    height: 52%;
    width: 32%;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000; }
    @media (max-width: 450px) {
      .link::after, .link-1::after, .link-2::after, .link-3::after, .link-4::after, .link-4-sp::after, .link-5::after, .link-5-sp::after {
        border-width: 1px; } }
  .link-1 {
    width: 48%;
    height: auto; }
    .link-1::before {
      border-color: #009944; }
    .link-1::after {
      border-color: #009944; }
  .link-2 {
    width: 48%;
    height: auto; }
    .link-2::before {
      border-color: #EA5405; }
    .link-2::after {
      border-color: #EA5405; }
  .link-3 {
    width: 48%;
    height: auto; }
    .link-3::before {
      border-color: #E4007F; }
    .link-3::after {
      border-color: #E4007F; }
  .link-4 {
    width: 68%;
    height: auto; }
    .link-4::before {
      border-color: #E4007F; }
    .link-4::after {
      border-color: #E4007F; }
    .link-4-sp {
      width: 48%;
      height: auto; }
      .link-4-sp::before {
        border-color: #E4007F; }
      .link-4-sp::after {
        border-color: #E4007F; }
  .link-5 {
    width: 25%;
    height: auto; }
    .link-5::before {
      border-color: #ED6C01; }
    .link-5::after {
      border-color: #ED6C01; }
    .link-5-sp {
      width: 100%;
      height: auto; }
      .link-5-sp::before {
        border-color: #ED6C01;
        width: 8%;
        height: 90%; }
      .link-5-sp::after {
        border-color: #ED6C01;
        width: 8%;
        height: 90%; }*/
.link-group {
  display: flex;
  justify-content: space-between;
  width: 48%;
}

@media (max-width: 800px) {

  .link,
  .link-1,
  .link-2,
  .link-3,
  .link-4,
  .link-4-sp,
  .link-5,
  .link-5-sp {
    font-size: 1em;
  }
}

.link__wrap {
  margin: 1em 0 1em;
  display: flex;
  justify-content: space-between;
}

.link__wrap a {
  display: block;
  width: 50%;
}

.link__wrap a img {
  width: 100%;
  height: auto;
}


.link__wrap-pc {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.link__wrap-pc a.link-3 {
  width: 50%;
}

.link__wrap-pc a.link-3 img {
  width: 100%;
  height: auto;
}

.link__wrap-pc .link-group {
  width: 50%;
}

.link__wrap-pc .link-group a img {
  width: 100%;
  height: auto;
}

.link__wrap-pc {
  margin: 1em 0 3em;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .link__wrap-pc {
    margin: 0 0 2em;
  }
}

@media (max-width: 640px) {
  .link__wrap-pc {
    margin: 0 0 1em;
  }
}

@media (max-width: 450px) {
  .link__wrap-pc {
    display: none;
  }
}

@media (min-width: 451px) {
  .link__wrap-sp {
    display: flex;
  }
}

@media (max-width: 450px) {
  .link__wrap-sp {
    margin: 1em 0 0.5em;
    display: flex;
    justify-content: space-between;
  }

  .link__wrap-sp a {
    width: 50%;
  }

  .link__wrap-sp a img {
    width: 100%;
    height: auto;
  }

}

/* @media (max-width: 768px) {
      .link__wrap {
        margin: 0 0 2em; } }
    @media (max-width: 640px) {
      .link__wrap {
        margin: 0 0 1em; } }
    .link__wrap-pc {
      margin: 1em 0 3em;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .link__wrap-pc {
          margin: 0 0 2em; } }
      @media (max-width: 640px) {
        .link__wrap-pc {
          margin: 0 0 1em; } }
      @media (max-width: 450px) {
        .link__wrap-pc {
          display: none; } }
    .link__wrap-sp {
      display: none; }
      @media (max-width: 450px) {
        .link__wrap-sp {
          margin: 1em 0 1em;
          display: flex;
          justify-content: space-between; } }*/

.map_print_sp {
  display: none;
}

@media (max-width: 450px) {
  .map_print_sp {
    display: block;
  }

  .map_print_sp a {
    display: block;
    width: 100%;
  }

  .map_print_sp a img {
    width: 100%;
    height: auto;
  }
}

.txt {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 2em;
}

.txt--last {
  font-size: 1.1em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}

@media (max-width: 430px) {
  .for-sp {
    display: block;
  }
}