@charset "utf-8";
/* reset用css */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;}h1,h2,h3,h4,button,input,label{line-height:1.1}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit;border: none;background: none;color: inherit;}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}input, button{-webkit-tap-highlight-color: transparent;}table {display: table;border-collapse: collapse;border-spacing: 0;width: 100%;}th, td {margin: 0;padding: 0;border: none;text-align: left;vertical-align: top;}
/* 基本設定用css */
*{box-sizing: border-box;margin: 0;padding: 0;}body{font-family: "Roboto", "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;color: var(--gray-font-700);background-color: #fff;font-size: 16px;line-height: 1.5;}
body{font-family: "Roboto", "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;color: var(--gray-font-700);background-color: #fff;font-size: 16px;line-height: 1.5;}
.hl_sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.hl_design-pop-line::after {
    position: absolute;
    content: "";
    top: calc(100% - 2px);
    left: calc(50% - 7px);
    transform: translateX(-50%);
    border-left: 35px solid var(--gray-bg-100);
    border-bottom: 20px solid transparent;
    height: 0;
    width: 0;
}
.js_fadeup{
  animation-name:fadeUpAnime;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
@keyframes slideInAnimeLeft{
  from {
    opacity: 0;
  transform: translateX(-40px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
@keyframes slideInAnimeRight{
  from {
    opacity: 0;
  transform: translateX(40px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
.js_fadetrigger{
    opacity: 0;
}
.seminar {
  width: 100%;
  display: block;
  overflow: hidden;
}
.common_footer__inner{
  display: none;
}
.ly_cta__pt30{
  padding-top: 30px;
}
.ly_cta__pt60{
  padding-top: 60px;
}
.ly_cta__pt80{
  padding-top: 80px;
}
/* seminar__heading-xlの詳細は次項のfvに記載 */
.seminar__heading-xl {
  font-weight: bold;
  line-height: 1;
}
.seminar__heading-l {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
   margin-bottom: 10px;
  line-height: 1;
}
.seminar__heading-m {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.seminar__sub{
  font-size: 18px;
  color: var(--primary-700);
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.seminar__cta-area{
  padding-top: 40px;
  max-width: 535px;
  width: 100%;
  margin: auto;
}
.seminar__cta-btn {
  display: block;
  width: 90%;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to right, #338ff0, #2c47ca);
  padding: 30px 10px;
  border-radius: 50px;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 50%);
  position: relative;
  transition: all .3s;
}
.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, #338ff0, #2c47ca);
  box-shadow: none;
}
.seminar__note {
  font-size: 85%;
}
.seminar__note--red {
  color: var(--red-emergency);
}
.seminar__fixed-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(221, 221, 221, .8);
  padding: 30px 30px;
  display: none;
}
/* =================================================
* fv
* ================================================*/
.fv__inner {
  padding: 40px 40px 230px;
  background: url(/seminar/asset/image/image_bg-fv.webp) no-repeat center center;
  background-size: cover;
}
/*--------------------
fv text-area
--------------------*/
.fv-text-area {
  width: 100%;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.fv-text-area__figure-wrap{
  position: absolute;
  top: 0;
  left: 0;
}
.fv-text-area__figure {
  width: 160px;
}
/* fv__heading-xl */
.fv__heading-xl {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.fv__heading-sub {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 535px;
  width: calc(100% - 560px);
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.fv__heading-xl-strong {
  font-size: 150px;
  font-weight: 900;
}
.fv-text-area__h1-img{
  max-width: 780px;
  width: 100%;
  margin: auto;
}
/* .fv__heading-xl-sub::before,
.fv__heading-xl-sub::after {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.fv__heading-xl-sub::before {
  transform: rotate(60deg);
  left: -30px;
}
.fv__heading-xl-sub::after {
  transform: rotate(-60deg);
  right: -30px;
} */
/* fv-event-date */
.fv-event-date {
  font-weight: bold;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
}
.fv-event-date__day{
  color: var(--primary-700);
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 20px;
}
.fv-event-date__figure {
  width: 120px;
  margin-right: 20px;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(6px);
}
.fv-event-date__strong {
  font-size: 36px;
  padding: 0 5px;
}
.fv-event-date__day {
  padding-right: 10px;
  line-height: 1;
}
.fv-event-date__box{
  border: 1px solid #fff;
  padding: 5px;
  margin-right: 10px;
  line-height: 1;
}
/*--------------------
fv speaker-area
--------------------*/
.fv-speaker-area{
  position: relative;
}
.fv-speaker-area__wrap{
  position: absolute;
  width: 100%;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
}
.fv-speaker-area__inner{
  max-width: 1000px;
  margin-inline: auto;
}
.fv-speaker-area__list{
  display: grid;
  grid-template-columns: repeat(7,auto);
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.fv-speaker-area__figure{
  max-width: 130px;
  width: 100%;
  max-height: 130px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.fv-speaker-area__image{
  transition: .3s;
}
.fv-speaker-area__link:hover .fv-speaker-area__image{
  transform: scale(1.08);
}

/*--------------------
fv cta-area
--------------------*/
.fv__cta-area {
  padding-top: 40px;
  max-width: 535px;
  width: calc(100% - 560px);
  margin: auto;
}
.fv__cta-area.fv__cta-area--modal{
  width: 100%;
  max-width: 400px;
  margin: auto;
}
/*--------------------
共催企業ロゴ
--------------------*/
.logo__wrap{
  text-align: center;
  padding-top: 150px;
  padding-bottom: 60px;
}
.logo__heading{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}
/*--------------------
FV下　リードテキスト
--------------------*/
.foreword__wrap{
  background: url(/seminar/asset/image/image_bg-fv.webp) no-repeat center center;
  background-size: cover;
  padding: 80px;
}
.foreword__inner{
  background-color: #fff;
  box-shadow: 10px 10px 0 0 var(--main-400);
  border-radius: 10px;
  padding: 60px;
}
.foreword__heading{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
  line-height: 1.2;
  border-bottom: 1px solid var(--primary-700);
}
.foreword__heading-em{
  font-size: 46px;
  color: var(--primary-700);
}
.foreword__text{
  font-size: var(--fz-s);
  margin-bottom: 20px;
  line-height: 1.8;
}
.foreword__text:last-of-type{
  margin-bottom: 0;
}
/* =================================================
* recommended
* ================================================*/
.recommended{
  position: relative;
  padding-top: 120px;
}
.recommended__inner{
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.recommended__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0 30px;
}
.recommended__item{
  background-color: var(--gray-bg-100);
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}
.recommended__detail{
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.recommended__detail-strong{
  font-weight: bold;
  color: var(--primary-700);
  font-size: 18px;
}
.recommended__post{
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.recommended__figure{
  margin-top: 20px;
}
.recommended__image{
  max-width: 115px;
  width: 100%;
  margin: auto;
}

/* =================================================
* timetable
* ================================================*/
.timetable{
  position: relative;
  padding-top: 120px;
}
.timetable__object{
  position: relative;
}
.timetable__inner{
  position: relative;
  max-width: 1000px;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 40px 60px 30px;
  margin: auto;
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.timetable__item{
  display: flex;
  justify-content: space-between;
  gap: 0 27px;
  margin-bottom: 10px;
}
.timetable__time{
  font-size: 26px;
  font-weight: bold;
  color: #9C9C9C;
  width: 160px;
}
.timetable__detail{
  position: relative;
  background-color: var(--gray-bg-100);
  border-radius: 10px;
  width: calc(100% - 160px - 20px);
  padding: 30px 20px;
}
.timetable__detail:hover .timetable__title{
  color: var(--primary-700);
  text-decoration: underline;
}
.timetable__detail:before{
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  top: 0;
  left: -12px;
  background-color: var(--primary-700);
  border-radius: 10px;
  opacity: 0;
  transition: all .3s;
}
.timetable__detail.js_timetable__bar:before{
  opacity: 1;
}
.timetable__detail:after{
  position: absolute;
  content: "";
  display: block;
  background: url(/seminar/asset/image/icon_zoom.svg) no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
}
.timetable__detail.timetable__detail--icon:after{
  display: none;
}
.timetable__text{
  font-size: 22px;
  font-weight: bold;
}
.timetable__detail.timetable__special{
  background-color: var(--emphases-200);
  background-size: cover;
}
.timetable__special-layout{
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 25px;
  margin-bottom: 20px;
}
.timetable__special-speaker-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timetable__special-speaker{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 15px;
}
.timetable__special-title{
  font-size: 34px;
  font-weight: bold;
  color: var(--primary-700);
  width: 100px;
  height: 100px;
  padding: 8px;
  border: solid 1px var(--primary-700);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  text-align: center;
}
.timetable__special-word{
  display: inline-block;
  line-height: 1;
}
.timetable__special-img{
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
}
.timetable__special-info{
  color: var(--primary-700);
  font-size: 11px;
}
.timetable__special-name{
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.timetable__info{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.timetable__info-session{
  font-size: 14px;
  color: var(--primary-700);
  border-right: solid 1px #C2C2C2;
  padding-right: 30px;
}
.timetable__info-session.timetable__info-session--large{
  font-size: 20px;
}
.timetable__info-company{
  font-size: 15px;
  padding-left: 30px;
}
.timetable__info-company.timetable__info-company--large{
  font-size: 20px;
}
.timetable__title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  transition: all .2s;
}

/* timetable-modal */
.timetable-modal__wrap{
  display: flex;
  color: var(--gray-font-700);
}
.timetable-modal__left{
  width: 55%;
  background-color: var(--gray-bg-100);
  padding: 20px 20px 30px;
  border-radius: 10px 0 0 10px;
}
.timetable-modal__right{
  width: 45%;
  padding: 80px 20px 30px;
}
.timetable-modal__info{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
}
.timetable-modal__info-session{
  font-size: 18px;
  color: var(--primary-700);
  border-right: solid 1px #C2C2C2;
  padding-right: 30px;
}
.timetable-modal__info-company{
  font-size: 18px;
  padding-left: 30px;
}
.timetable-modal__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.timetable-modal__logo-figure{
  width: 100%;
}
.timetable-modal__logo-img{
  max-width: 230px;
  margin: auto;
}
.timetable-modal__logo-img.timetable-modal__logo-img--width{
  width: 230px;
}
.timetable-modal__logo-img.timetable-modal__logo-img--height{
  max-height: 100px;
  object-fit: contain;
}
.timetable-modal__company{
  font-size: 18px;
}
.timetable-modal__title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.timetable-modal__content{
  font-size: 16px;
  line-height: 1.5;
}
.timetable-modal__content:not(:last-child){
  margin-bottom: 15px;
}
.timetable-modal__speaker{
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
.timetable-modal__speaker-img{
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1));
}
.timetable-modal__speaker-company{
  font-size: 11px;
}
.timetable-modal__speaker-post{
  font-size: 11px;
  margin-bottom: 10px;
}
.timetable-modal__speaker-name{
  font-size: 20px;
  font-weight: bold;
}
.timetable-modal__speaker-biography{
  font-size: 12px;
  line-height: 1.5;
}
.timetable-modal__speaker-biography.timetable-modal__speaker-biography--mb{
  margin-bottom: 20px;
}
.ly_timetable-modal__cta{
  padding-top: 30px;
}
.el_cta-btn__link:after{
  transition: .3s;
}
.timetable-modal__cta-link.el_cta-btn__link{
  max-width: 280px;
  min-width: inherit;
  height: 50px;
  transition: .3s;
  margin-inline: auto;
}

/* modaal */
.js_modaal-none {
  display: none;
}
.modaal-container {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.modaal-close {
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.modaal-close:after,
.modaal-close:before {
  background: var(--primary-700);
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: var(--primary-700);
}
.modaal-content-container{
  padding: 0;
}

/* =================================================
* outline
* ================================================*/
.outline{
  position: relative;
  padding: 120px;
}
.outline__inner {
  max-width: 1000px;
  margin: auto;
}
.outline__line{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #434343;
  padding: 20px 0;
}
.outline__name{
  width: 24%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.outline__desc{
  width: 74%;
  font-size: 16px;
  line-height: 1.7;
}
.outline__desc.outline__desc--small{
  font-size: 14px;
}
.outline__link-group{
  margin-top: 10px;
}
.outline__link-text{
  font-size: 10px;
}
.outline__link{
  color: #0011cc;
  text-decoration: underline;
  word-break: break-word;
}
.outline__link:hover{
  text-decoration: none;
}
/* =================================================
* 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
* ================================================*/
body.is-form-open{
  overflow: hidden;
}
.seminar_overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.seminar_overlay.is-open{
  opacity: 1;
  visibility: visible;
}
.seminar-form{
  background-color: #fff;
}
.seminar-form__heading{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.seminar-formr__sub{
  font-size: 18px;
  color: var(--primary-700);
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.seminar-form__inner{
  max-width: 800px;
  margin-inline: auto;
  padding: 30px 40px;
}
.seminar-form__clause-text {
  text-align: center;
  font-size: 130%;
  padding: 30px 0 50px;
}
.seminar-banner{
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0;
  width: 240px;
  height: 240px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
  border: 3px solid var(--main-800);
  border-color: var(--main-800);
  border-radius: 240px;
  font-weight: bold;
  background-color: var(--main-800);
  padding: 64px 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.seminar-banner__picture{
  position: absolute;
  top: -15px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  cursor: pointer;
}
.seminar-banner__arrow{
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  color: var(--main-800);
  background-color: #fff;
  writing-mode: initial;
  border-radius: 5px;
  padding: 10px 10px 10px 24px;
  transition: .3s;
  overflow: hidden;
}
.seminar-banner__arrow:before{
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 14px;
  mask: url(/seminar/asset/image/icon_arrow-right-lg-default.svg) no-repeat center / contain;
  -webkit-mask: url(/seminar/asset/image/icon_arrow-right-lg-default.svg) no-repeat center / contain;
  background-color: var(--main-800);
  top: 50%;
  left: 9px;
  transition: .3s;
  animation: back-and-forth .8s ease-in infinite alternate;
}
@keyframes back-and-forth {
  0% {
    /* 開始時：右側の見切れた位置からスタート */
    transform: translateY(-50%) rotate(-90deg);
  }
  100% {
    /* 終了時：左側の見切れた位置へ完全に移動 */
    transform: translateY(-70%) rotate(-90deg);
  }
}
.seminar-banner:hover{
  background-color: #fff;
  color: var(--primary-700);
}
.seminar-banner:hover .seminar-banner__arrow{
  background-color: var(--primary-700);
  color: #fff;
}
.seminar-banner:hover .seminar-banner__arrow:before{
  background-color: #fff;
}
.seminar-banner.js_is-visible{
  opacity: 1;
  visibility: visible;
}
.inquiry-form-progress__container {
  width: 100%;
  max-width: 500px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 auto 60px;
}
.inquiry-form-progress__bar {
  width: 0;
  height: 20px;
  background-color: var(--primary-700);
  border-radius: 10px;
  transition: width 0.3s;
}
.inquiry-form__privacymark{
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.inquiry-form__privacymark-text{
  font-size: 12px;
}
.el_form-privacymark__image {
  width: 60px;
  height: 60px;
  margin: 0;
}
.seminar-form__banner{
  margin-top: 20px;
}
/* =================================================
* contact
* ================================================*/
.contact__mail {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
/* =================================================
* 認証など
* ================================================*/
.ly_footer{
  padding-top: 50px;
  padding-bottom: 50px;
}
.m_footer-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--gray-line-300);
}

.m_footer-info__rakus{
  display: grid;
  grid-template-columns: auto minmax(0,700px);
  align-items: center;
  gap: 0 30px;
}
.m_footer-info__rakus p{
  font-size: 12px;
}
.m_footer-info__rakus figure{
  width: 60px;
}
.m_footer-info__certification{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.m_footer-info__certification figure:first-child{
  width: 100px;
}
.m_footer-info__certification figure:last-child{
  width: 128px;
}
@media screen and (max-width: 1140px) {
  .fv__heading-sub {
    width: 100%;
  }
  .fv-event-date{
    width: 100%;
  }
  .fv__cta-area{
    width: 100%;
  }
  .fv-text-area__figure-wrap{
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  /* =================================================
* common
* ================================================*/

  .seminar__heading-l {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
  .seminar__heading-m {
    font-size: 160%;
    margin-bottom: 20px;
  }
  .seminar__cta-btn {
    font-size: 130%;
    padding: 20px 10px;
    width: 100%;
  }
  .seminar__fixed-banner{
    padding: 20px 20px;
    display: none;
  }
  .seminar__sub{
    margin-bottom: 40px;
  }

  /* =================================================
* fv
* ================================================*/

.fv__inner {
  padding: 25px 25px 230px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 50px;

}
.fv-text-area__figure-wrap{
  position: static;
}

/*--------------------
fv text-area
--------------------*/
.fv-text-area {
  width: 100%;
}
.fv-text-area__figure {
  margin: 0 auto 20px;
  width: 160px;
  height: auto;
}
/* fv__heading-xl */
.fv__heading-xl {
  font-size: 58%;
  margin-bottom: 20px;
  line-height: 1.6;
}
.fv__heading-sub{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* fv-event-date */
.fv-event-date {
  font-size: 18px;
}
.fv-event-date__strong{
  font-size: 24px;
}
.fv-event-date__day {
  display: block;
  font-size: 18px;
}
.fv-event-date__online{
  display: block;
  max-width: 100px;
  margin-inline: auto;
  margin-bottom: 0;
}
.fv-event-date__online:before{
  width: 20px;
  height: 11px;
}
.fv-event-date__time {
  width: 100%;
  text-align: center;
}
.fv-event-date__box{
  margin-right: 0;
  margin-bottom: 10px;
}

/*--------------------
fv-speaker-area
--------------------*/
.fv-speaker-area__wrap{
top: -25px;
}
.fv-speaker-area__inner{
  padding: 0 20px;
}
/*--------------------
fv cta-area
--------------------*/
.fv__cta-area {
  padding-top: 20px;
}

/*--------------------
logo
--------------------*/
.logo__heading{
  font-size: 16px;
}
.logo__wrap{
  padding-top: 27%;
  padding-bottom: 30px;
}
/*--------------------
FV下　リードテキスト
--------------------*/
.foreword__wrap{
  padding: 40px 20px;
}
.foreword__inner{
  padding: 20px;
  box-shadow: 5px 5px 0 0 var(--main-400);
}
.foreword__heading{
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}
.foreword__heading-em{
  font-size: 30px;
}
.foreword__heading-right{
  font-size: 40px;
}
.foreword__text{
  font-size: 14px;
}
.foreword__heading-left{
  font-size: 20px;
}
/*--------------------
このような方に recommended
--------------------*/
.recommended__inner{
  max-width: 400px;
  padding: 0 30px;
}
.recommended__list{
  grid-template-columns: 1fr;
  gap: 30px 0;
}
/*--------------------
タイムテーブル　timetable
--------------------*/
.timetable__inner{
  max-width: calc(100% - 20px);
  padding: 60px 20px 60px 10px;
}
.timetable__item{
  gap: 0 10px;
}
.timetable__time{
  font-size: 15px;
  width: 50px;
}
.timetable__text{
  font-size: 18px;
}
.timetable__detail{
  width: calc(100% - 50px - 10px);
  padding: 30px 20px 40px;
}
.timetable__detail:before{
  width: 6px;
  left: -8px;
}
.timetable__detail:after{
  width: 18px;
  height: 18px;
  top: initial;
  bottom: 15px;
  right: 18px;
}
.timetable__title{
  font-size: 18px;
}
.timetable__special-speaker-wrap{
  display: block;
}
.timetable__special-speaker{
  gap: 0 10px;
}
.timetable__special-speaker:not(:last-of-type){
  margin-bottom: 10px;
}
.timetable__special-layout{
  display: block;
}
.timetable__special-title{
  font-size: 24px;
  width: 100%;
  height: 41px;
  grid-template-columns: repeat(4,1fr);
  margin-bottom: 10px;
}
.timetable__special-img{
  width: 70px;
  height: 70px;
}
.timetable__special-name{
  font-size: 15px;
  margin-top: 3px;
}
.timetable__info-session.timetable__info-session--large{
  font-size: 15px;
}
.timetable__info-company.timetable__info-company--large{
  font-size: 15px;
}

.timetable__info-session{
  padding-right: 10px;
}
.timetable__info-company{
  padding-left: 10px;
}

  /*--------------------
timetable-modal
--------------------*/
.timetable-modal__wrap{
  display: block;
}
.timetable-modal__left{
  width: 100%;
}
.timetable-modal__right{
  width: 100%;
  padding: 30px 20px 30px;
}
.timetable-modal__info-session{
  font-size: 16px;
  padding-right: 10px;
}
.timetable-modal__info-company{
  font-size: 16px;
  padding-left: 10px;
}
.timetable-modal__logo{
  width: 100%;
  padding: 20px 30px;
}
.timetable-modal__title{
  font-size: 20px;
}
.timetable-modal__content{
  font-size: 14px;
}
.timetable-modal__speaker-img{
  width: 120px;
  height: 120px;
}
.timetable-modal__speaker-name{
  font-size: 18px;
}
.timetable-modal__speaker-biography{
  font-size: 14px;
}

  /* =================================================
* outline
* ================================================*/
  .outline{
    padding: 100px 20px;
  }
  .outline__name{
    font-size: 14px;
  }
  .outline__desc{
    font-size: 14px;
  }
  /*--------------------
outline recommend-box
--------------------*/
  .recommended{
    padding-top: 100px;
  }
  .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 lecturer-box
--------------------*/
  /* .lecturer-box__heading-m {
    font-size: 160%;
    text-align: center;
    transform: translateX(0) translateY(calc(-20px + -50%));
  }
  .lecturer-box__figure {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .lecturer-box__profile {
    width: 100%;
  }
  .lecturer-box__date {
    font-size: 90%;
    text-align: center;
  } */
  /*--------------------
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;
  }
    /* =================================================
* 認証など 
* ================================================*/
  .m_footer-info{
    display: block;
    padding-top: 20px;
    border-top: 1px solid var(--gray-line-300);
  }
  .m_footer-info__rakus figure{
    width: 50px;
  }
  .m_footer-info__rakus p{
    font-size: 12px;
  }
  .m_footer-info__certification{
    justify-content: center;
    gap: 0 20px;
    margin-top: 20px;
  }
  .m_footer-info__certification figure:first-child{
    width: 80px;
  }
  .m_footer-info__certification figure:last-child{
    width: 90px;
  }
  /* =================================================
* formなど 
* ================================================*/
  .form-close-btn{
    right: 0;
  }
  .seminar-banner{
    bottom: 0;
    left: 0;
    padding: 16px 16px 16px;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr auto;
    border-radius: initial;
  }
  .seminar-banner__button{
    font-size: 16px;
    padding-left: 20px;
  }
  .seminar-banner__picture{
    width: 40px;
    right: initial;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
  .seminar-banner__arrow{
    font-size: 12px;
    padding: 8px 8px 8px 16px;
  }
  .seminar-banner__arrow:before{
    width: 7px;
    height: 10px;
    left: 7px;
  }
  .seminar-form__heading{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .seminar-formr__sub{
    font-size: 16px;
    margin-bottom: 0;
  }
}
