@charset "utf-8";
/* --------------------------------------------------
/* CSS Document by Rakus
/* for only seminar md06 page.
/* --------------------------------------------------*/
/* =================================================
* common
* ================================================*/
.seminar {
  width: 100%;
  display: block;
}
.seminar__section {
  padding: 50px 0;
}
/* seminar__heading-xlの詳細は次項のfvに記載 */
.seminar__heading-xl {
  font-weight: bold;
  line-height: 1;
}
.seminar__heading-l {
  font-size: 260%;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  padding-top: 50px;
  margin-bottom: 80px;
  line-height: 1;
}
.seminar__heading-l:first-letter {
  font-size: 120%;
  color: #f39800;
}
.seminar__heading-l::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 2px;
  background: #f39800;
  top: 0;
  left: 50%;
  transform: translate(50%, 0);
}
.seminar__heading-m {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.seminar__cta-btn {
  display: block;
  width: 90%;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #f28e26, #fd644f);
  padding: 30px 10px;
  border-radius: 50px;
  line-height: 1;
  font-size: 150%;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 50%);
  position: relative;
}
.seminar__cta-btn::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2.5px;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.seminar__cta-btn:hover {
  background: linear-gradient(to left, #f28e26, #fd644f);
  box-shadow: none;
}
.seminar__note {
  font-size: 85%;
}
.seminar__note--red {
  color: #eb595c;
}
/* =================================================
* fv
* ================================================*/
.fv {
  background: url(/seminar/md06/asset/image/image_bg-md06.png) no-repeat center center;
  background-size: cover;
  padding: 30px 0 40px;
}
/*--------------------
fv text-area
--------------------*/
.fv-text-area {
  width: 65%;
}
.fv-text-area__figure {
  width: 200px;
  height: 45px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #fff;
}
/* fv__heading-xl */
.fv__heading-xl {
  color: #ffcc31;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 420%;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 #2258b2;
}
.fv__heading-xl-sub {
  font-size: 55%;
  display: block;
  color: #fff;
  text-shadow: none;
  letter-spacing: 0;
}
/* fv-event-date */
.fv-event-date {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 180%;
  color: #fff;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  font-weight: bold;
  padding: 10px 0 20px;
  line-height: 1;
}
.fv-event-date__strong {
  font-size: 200%;
  padding: 0 5px;
  font-weight: bold;
}
.fv-event-date__day {
  padding-right: 20px;
}
/*--------------------
fv image-area
--------------------*/
.fv-image-area {
  width: 30%;
}
/*--------------------
fv cta-area
--------------------*/
.fv__cta-area {
  padding-top: 40px;
}
/* =================================================
* outline
* ================================================*/
.outline__inner {
  margin-bottom: 80px;
}
.outline__detail {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 120%;
}
.outline__detail:last-child {
  margin-bottom: 0;
}
/*--------------------
outline recommend-box
--------------------*/
.recommend-box {
  background: #ebf9f9;
  position: relative;
}
.recommend-box__heading-m {
  font-size: 200%;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #39aaa4;
  transform: translateX(-8%) translateY(calc(-30px + -50%));
}
.recommend-box__item {
  font-weight: bold;
  font-size: 130%;
  padding-left: 50px;
  margin-bottom: 25px;
  position: relative;
}
.recommend-box__item::before {
  content: "";
  position: absolute;
  background-image: url(/seminar/md15/asset/image/icon_check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
/*--------------------
outline event-date-box
--------------------*/
.event-date-box__table {
  width: 100%;
  border-collapse: collapse;
}
.event-date-box__th,
.event-date-box__td {
  padding: 20px 10px;
  font-size: 120%;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.event-date-box__th {
  color: #39aaa4;
  font-weight: bold;
  width: 20%;
  text-align: center;
}
.event-date-box__td {
  width: 80%;
}
.event-date-box__td-title {
  padding-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.event-date-box__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-date-box__item {
  width: 50%;
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 0;
}
/*--------------------
outline notes-box
--------------------*/
.notes-box__item {
  border-bottom: 1px dashed #bbbbbb;
  padding: 10px 10px 10px 30px;
  position: relative;
  font-size: 110%;
}
.notes-box__item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 17px;
  left: 8px;
  border-top: 2px solid #39aaa4;
  border-right: 2px solid #39aaa4;
  transform: rotate(45deg);
}
/* =================================================
* speaker
* ================================================*/
.speaker-box {
  justify-content: center;
  margin-bottom: 30px;
}
/* .speaker-box__figure {
  width: 250px;
  padding: 0 20px;
}
.speaker-box__image--circle {
  border-radius: 50%;
} */
.speaker-box__profile-company {
  font-size: 140%;
  line-height: 1.7;
  margin-bottom: 20px;
}
.speaker-box__profile-name {
  font-weight: bold;
  font-size: 190%;
}
/* =================================================
* form
* ================================================*/
.seminar-form__clause-text {
  text-align: center;
  font-size: 130%;
  padding: 30px 0 50px;
}
/* =================================================
* contact
* ================================================*/
.contact__mail {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* =================================================
* common
* ================================================*/
  .seminar__section {
    padding: 30px 0;
  }
  .seminar__heading-l {
    font-size: 180%;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
  }
  .seminar__heading-m {
    font-size: 160%;
    margin-bottom: 20px;
  }
  .seminar__cta-btn {
    font-size: 130%;
    padding: 20px 10px;
    width: 100%;
  }

  /* =================================================
* fv
* ================================================*/
  .fv {
    padding: 20px 0 40px;
  }
  /*--------------------
fv text-area
--------------------*/
  .fv-text-area {
    width: 100%;
  }
  .fv-text-area__figure {
    margin: 0 auto 20px;
    width: 160px;
    height: 40px;
  }
  /* fv__heading-xl */
  .fv__heading-xl {
    font-size: 200%;
  }
  /* fv-event-date */
  .fv-event-date {
    font-size: 120%;
    padding: 5px 0 10px;
    line-height: 1.3;
  }
  .fv-event-date__day {
    padding-right: 0;
  }
  .fv-event-date__time {
    width: 100%;
    text-align: center;
  }
  /*--------------------
fv image-area
--------------------*/
  .fv-image-area {
    display: none;
  }
  /*--------------------
fv cta-area
--------------------*/
  .fv__cta-area {
    padding-top: 20px;
  }
  /* =================================================
* outline
* ================================================*/
  .outline__inner {
    margin-bottom: 60px;
  }
  /*--------------------
outline recommend-box
--------------------*/
  .recommend-box {
    padding-top: 10px;
  }
  .recommend-box__heading-m {
    font-size: 160%;
    text-align: center;
    transform: translateX(0) translateY(calc(-5px + -50%));
  }
  .recommend-box__item {
    font-size: 110%;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .recommend-box__item::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  /*--------------------
outline event-date-box
--------------------*/
  .event-date-box {
    padding: 10px;
  }
  .event-date-box__th,
  .event-date-box__td {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 110%;
  }
  .event-date-box__item {
    width: 100%;
  }
  /*--------------------
outline notes-box
--------------------*/
  .notes-box__item {
    padding: 10px 10px 10px 20px;
  }
  .notes-box__item::before {
    left: 2px;
  }
  /* =================================================
* speaker
* ================================================*/
  .speaker-box__figure {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .speaker-box__image {
    width: 150px;
    margin: 0 auto;
  }
  .speaker-box__profile {
    text-align: center;
  }
  .speaker-box__profile-company {
    font-size: 120%;
    line-height: 1.5;
  }
  /* =================================================
* contact
* ================================================*/
  .contact__mail {
    font-size: 120%;
    margin-bottom: 0;
  }
}
