<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  box-sizing: border-box;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*デフォルト上書き*/
#fixedBanner {
  display: none;
}

.simple-header + main.contents {
  padding-bottom: 0;
}

/*//デフォルト上書き*/
body {
  width: 100%;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 2em;
}

/* container */
.contentsContainer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 8px;
}

.contentSection {
  margin-bottom: 2em;
}
.contentSection__heading {
  color: #de0000;
  font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B;
  text-align: center;
  padding: 0.8em;
  margin: 2em 0 0.8em;
  border-left: 0.3rem solid #de0000;
  background-color: #f7f7f7;
  font-size: 1.5em;
  font-weight: 700;
}

/* utility */
.emphasis {
  color: #f46415;
  font-weight: bold;
}

.whitecolor {
  color: #ffffff;
}

.textLinear {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff0));
  background: -webkit-linear-gradient(transparent 70%, #ff0 0%);
  background: linear-gradient(transparent 70%, #ff0 0%);
}

/*scheduleEntry 開催日程*/
.scheduleEntry {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #ffffff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.scheduleEntry a {
  color: #ffffff;
}
.scheduleEntry a:hover {
  color: #ffffff;
}
.scheduleEntry:hover .photo {
  transform: scale(1.4);
}
.scheduleEntry .meta {
  position: relative;
  z-index: 0;
  				/*
      height: 200px;*/
}
.scheduleEntry .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform .2s;
}
.scheduleEntry .details, .scheduleEntry .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.scheduleEntry .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 10px;
  width: 100%;
  font-size: .9rem;
}
.scheduleEntry .details a {
  text-decoration: dotted underline;
}
.scheduleEntry .details ul li {
  display: inline-block;
}
.scheduleEntry .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f007";
}
.scheduleEntry .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f133";
}
.scheduleEntry .details .tags ul:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px;
}
.scheduleEntry .details .tags li {
  margin-right: 2px;
}
.scheduleEntry .details .tags li:first-child {
  margin-left: -4px;
}
.scheduleEntry .description {
  padding: 1rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.scheduleEntry .description h2, .scheduleEntry .description h3 {
  font-family: Poppins, sans-serif;
}
.scheduleEntry .description h2 {
  line-height: 1;
  margin-top: 0.5em;
  font-size: 1.8em;
}
.scheduleEntry .description h2 span {
  font-size: 0.8rem;
}
.scheduleEntry .description h3 {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.3em;
}
.scheduleEntry .description .read-more {
  text-align: right;
}
.scheduleEntry .description .read-more a {
  color: #de0000;
  display: inline-block;
  position: relative;
}
.scheduleEntry .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.scheduleEntry .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.scheduleEntry p {
  position: relative;
  margin: 1rem 0 0;
}
.scheduleEntry p:first-of-type {
  margin-top: 1.25rem;
}
.scheduleEntry p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #de0000;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.scheduleEntry:hover .details {
  left: 0%;
}
@media (min-width: 800px) {
  .scheduleEntry {
    flex-direction: row;
    max-width: 800px;
  }
  .scheduleEntry .meta {
    flex-basis: 40%;
    height: auto;
  }
  .scheduleEntry .description {
    flex-basis: 60%;
    /*			&amp;:before {
    					transform: skewX(-3deg);
    					content: "";
    					background: #fff;
    					width: 30px;
    					position: absolute;
    					left: -10px;
    					top: 0;
    					bottom: 0;
    					z-index: -1;
    			}*/
  }
  .scheduleEntry.alt {
    flex-direction: row-reverse;
  }
  .scheduleEntry.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .scheduleEntry.alt .details {
    padding-left: 25px;
  }
}

/* component */
.pageHeader {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /*背景画像の設定をする*/
}
.pageHeader__mainImage {
  background: url(/session/selection/seminar20230315/img/seminar_main.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
}
.pageHeader__mainImage:before {
  content: '';
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}
.pageHeader__mainImage img {
  vertical-align: bottom;
  width: 100%;
  max-width: 1200px;
}
.pageHeader__dayContainer {
  padding: 0 8px;
}
.pageHeader__daybox {
  padding: 0.5em 2em;
  background-color: #ffffff;
  border: solid 2px #666666;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.pageHeader__day {
  font-family: "FOT-筑紫ゴシック Pro B";
  font-size: 1.3em;
  color: #666666;
}

.overview {
  margin: 0 0 24px 0;
  line-height: 1.8em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overview__title {
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #f46415;
  font-size: 1.8em;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.overview__title--bg {
  font-family: "FOT-筑紫ゴシック Pro B";
  background-color: #de0000;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.8em;
  line-height: 1.5;
}
.overview__text {
  font-family: "FOT-筑紫A丸ゴシック Std R", TsukuARdGothicStd-R;
  margin: 16px auto;
  font-size: 1.4em;
  line-height: 1.8em;
}
.overview__text &gt; strong {
  font-family: "FOT-筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff0));
  background: -webkit-linear-gradient(transparent 70%, #ff0 0%);
  background: linear-gradient(transparent 70%, #ff0 0%);
}
.overview__text &gt; span {
  font-family: "FOT-筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
  font-weight: bold;
  color: #f46415;
}
.overview__text &gt; b {
  font-family: "FOT-筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
}
.overview__recommend {
  position: relative;
  padding: 1em 1.5em;
  text-align: left;
  border: 3px solid #de0000;
  border-radius: 5px;
  margin: 4em 0 2em;
  background-color: #f7f7f7;
}
.overview__recommend:before {
  font-size: 1.1em;
  position: absolute;
  top: -33px;
  left: -3px;
  height: 33px;
  line-height: 33px;
  padding: 0 1em;
  content: 'こんな方におすすめのセミナーです';
  color: #fff;
  border-radius: 5px 5px 0 0;
  background: #de0000;
}
.overview__recommend__caption {
  font-family: "FOT-筑紫A丸ゴシック Std B", TsukuARdGothicStd-B;
  color: #004BA5;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.overview__recommend__list {
  color: #666666;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 0;
  list-style: none;
}
.overview__recommend__list &gt; li {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  box-flex: 1;
  flex-grow: 1;
  margin: inherit;
  padding: 8px 8px 8px 24px;
  position: relative;
}
.overview__recommend__list &gt; li:last-child {
  border: none;
}
.overview__recommend__list &gt; li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  border-right: 2px solid #004BA5;
  border-bottom: 2px solid #004BA5;
  display: inline-block;
  left: 0.2em;
  top: 0.8em;
  transform: rotateZ(45deg);
}
.overview__recommend__list &gt; li &gt; b {
  color: #f46415;
  font-weight: bold;
}

.session__header {
  background-color: #dddddd;
}
.session__heading {
  min-height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.session__heading__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
}
.session__heading__heading {
  font-size: 1.7em;
  color: #f46415;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 0;
  margin: 2rem 0;
  border-bottom: 0.2rem solid #f46415;
  font-weight: 700;
}
.session__content {
  margin: 2em 0;
}
.session__logo {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.session__part {
  display: block;
  align-items: center;
  color: #666666;
  padding: 40px;
  margin-bottom: 2em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.session__subheading {
  background-color: #de0000;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 10px 13px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.session__list {
  font-size: 1.3em;
  margin-bottom: 30px;
}
.session__list &gt; li {
  text-indent: 0;
  padding: 0.5em 1.5em;
  border-bottom: dotted 2px #cccccc;
  position: relative;
}
.session__list &gt; li::before {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.7em;
  border-right: 2px solid #f46415;
  border-bottom: 2px solid #f46415;
  display: inline-block;
  left: 0.2em;
  top: 0.7em;
  transform: rotateZ(45deg);
}
.session__list &gt; li &gt; b {
  color: #f46415;
  font-weight: bold;
}

.speaker {
  width: 100%;
  border: 0.3rem solid #f7f7f7;
  padding: 1.5rem;
  margin-top: 40px;
}
.speaker__label {
  border: 2px solid #de0000;
  color: #de0000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  line-height: 1.1;
  padding: 3px 5px 5px;
  font-size: 1.0em;
  font-weight: bold;
  font-family: "FOT-筑紫ゴシック Pro B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.speaker__image {
  border: 1px solid #a4a3a4;
  padding: 4px;
  margin-bottom: 16px;
  max-width: 240px;
  margin: 0 auto;
}
.speaker__image__image {
  display: block;
  width: 100%;
}
.speaker__image__radiusimage {
  display: block;
  background: #cccccc;
  width: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.speaker__company {
  font-size: 1.0em;
  font-weight: bold;
}
.speaker__position {
  font-size: 0.9em;
}
.speaker__name {
  color: #de0000;
}
.speaker__name__name {
  font-size: 1.3em;
  font-weight: bold;
}
.speaker__profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1em;
  line-height: 1.6;
}
.speaker__book {
  margin: 0 auto;
  max-width: 180px;
}

/* list */
.listContainer--center {
  display: flex;
  justify-content: center;
}
.listContainer--center ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: small;
}

.checkedList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px auto;
  color: #666666;
}
.checkedList &gt; li {
  position: relative;
  padding-left: 1.6em;
  text-align: left;
  font-size: 1.4em;
}
.checkedList &gt; li::before {
  content: "";
  width: 0.3em;
  height: 0.8em;
  border-color: #004BA5;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0.4em;
}
.checkedList &gt; li &gt; b {
  color: #f46415;
  font-family: "FOT-筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
}

.noteList &gt; li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.noteList &gt; li::before {
  content: "\00203b";
  padding-right: 0.2em;
}

/* table */
.simpleTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.simpleTable &gt; thead &gt; tr &gt; th, .simpleTable &gt; tbody &gt; tr &gt; th {
  font-weight: bold;
  text-align: center;
  background-color: #de0000;
  color: #ffffff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px;
}
.simpleTable &gt; thead &gt; tr &gt; th, .simpleTable &gt; thead &gt; tr &gt; td, .simpleTable &gt; tbody &gt; tr &gt; th, .simpleTable &gt; tbody &gt; tr &gt; td {
  padding: 1.25em;
  vertical-align: middle;
}
.simpleTable &gt; tbody &gt; tr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 1px;
}
.simpleTable &gt; tbody &gt; tr &gt; th {
  background-color: #eeeeee;
  color: #666666;
}

/* 背景付きColumn */
.sessionColumn {
  padding: 40px 8px;
}
.sessionColumn__main {
  background-color: #cccccc;
  background-image: url(/session/selection/seminar20230315/img/columnImage.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 32px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sessionColumn__heading {
  font-family: "FOT-モード明朝Bラージ Pro D";
  font-size: 1.5em;
  text-align: center;
  padding: 4px;
  margin-bottom: 40px;
}
.sessionColumn__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ff4b00;
  margin: 20px auto 0;
}
.sessionColumn__txt {
  font-family: "FOT-モード明朝Bラージ Pro M";
  font-size: 0.9em;
  line-height: 2.0em;
  color: #333333;
  max-width: 800px;
  padding: 3em 9em;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 800px) {
  .sessionColumn__txt {
    padding: 2em 2em;
  }
}
.sessionColumn &gt; img {
  width: 100%;
}

/* Button */
.buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed0000;
  color: #ffffff;
  font-size: 1.625em;
  width: 430px;
  height: 2.2em;
  position: relative;
  border-radius: 2.4em;
}
.mainButton::after {
  display: inline-block;
  content: '';
  border-width: 4px 4px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto 0;
}
.mainButton:hover {
  opacity: 0.8;
  text-decoration: none;
}

.footerEntry {
  display: none;
}

@media screen and (max-width: 800px) {
  .contents {
    font-size: 12px;
  }
}

/*# sourceMappingURL=seminar20230315.css.map */
</pre></body></html>