@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body #main {
  padding: 60px 0;
}

@media screen and (max-width: 641px) {
  body #main {
    padding: 30px 0;
  }
}

#hero {
  /* flex */
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 641px) {
  #hero {
    width: 92%;
    display: block;
  }
}

#hero .img, #hero .page-title {
  height: 360px;
}

@media screen and (max-width: 641px) {
  #hero .img, #hero .page-title {
    height: 0;
  }
}

#hero .img {
  width: 980px;
  background: url(../img/hero_pc.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 641px) {
  #hero .img {
    width: 100%;
    padding-bottom: 100%;
    background: url(../img/hero_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

#hero .page-title {
  width: 980px;
  background-color: #09090b;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 641px) {
  #hero .page-title {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}

#hero .page-title h1 {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
}

@media screen and (max-width: 641px) {
  #hero .page-title h1 {
    font-size: 7.466666666666667vw;
    font-weight: 700;
  }
  #hero .page-title h1 br {
    display: none;
  }
}

#hero .page-title h1 span {
  display: block;
  margin-bottom: 10px;
}

#hero .page-title h1 span img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 641px) {
  #hero .page-title h1 span img {
    width: 69.28%;
  }
}

#text-block {
  margin-top: 20px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 641px) {
  #text-block {
    width: 92%;
  }
}

#text-block .lead {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 641px) {
  #text-block .lead {
    font-size: 14px;
  }
}

#text-block .notes {
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width: 641px) {
  #text-block .notes {
    font-size: 12px;
  }
}

#text-block .notes li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

#text-block .notes li + li {
  margin-top: 5px;
}

#text-block .play {
  width: 15%;
  margin: 30px auto 0;
}

#text-block .play p {
  text-align: center;
  display: block;
  padding: 5px 10px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 641px) {
  #text-block .play {
    width: 30%;
  }
}

#text-block .next {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

#text-block .next span {
  padding-left: 1.25em;
}

@media screen and (max-width: 641px) {
  #text-block .next {
    font-size: 14px;
  }
  #text-block .next span {
    padding: 0;
  }
}

#seminar-list {
  margin-top: 40px;
}

#seminar-list .seminar-block.pc {
  display: block;
}

#seminar-list .seminar-block.pc table {
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  width: 980px;
}

#seminar-list .seminar-block.pc table th, #seminar-list .seminar-block.pc table td {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

#seminar-list .seminar-block.pc table th {
  background-color: #f3f3f3;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

#seminar-list .seminar-block.pc table td {
  width: 257px;
  height: 255px;
  font-size: 14px;
  padding: 25px 10px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}

#seminar-list .seminar-block.pc table td a {
  display: block;
  color: #333;
}

#seminar-list .seminar-block.pc table td a:hover {
  text-decoration: none;
}

#seminar-list .seminar-block.pc table td .intro-products {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
}

#seminar-list .seminar-block.pc table td .intro-products p {
  font-weight: bold;
}

#seminar-list .seminar-block.pc table td .intro-products ul {
  padding-left: 1.25em;
  list-style: disc;
}

#seminar-list .seminar-block.pc table td:last-child {
  width: 466px;
}

#seminar-list .seminar-block.pc table td figure {
  text-align: center;
}

#seminar-list .seminar-block.pc table td figure img {
  width: auto;
  max-height: 160px;
}

#seminar-list .seminar-block.pc table td figure figcaption {
  margin-bottom: 10px;
}

#seminar-list .seminar-block.pc table td p {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

#seminar-list .seminar-block.pc table td .movieImg {
  width: 362px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#seminar-list .seminar-block.sp {
  display: none;
}

@media screen and (max-width: 641px) {
  #seminar-list .seminar-block.pc {
    display: none;
  }
  #seminar-list .seminar-block.sp {
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #seminar-list .seminar-block.sp dl + dl {
    margin-top: 30px;
  }
  #seminar-list .seminar-block.sp dl dt, #seminar-list .seminar-block.sp dl dd {
    border: 1px solid #bbbbbb;
    font-size: 14px;
  }
  #seminar-list .seminar-block.sp dl dt {
    background-color: #f3f3f3;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #seminar-list .seminar-block.sp dl dd {
    border-top: none;
    padding: 20px 10px;
  }
  #seminar-list .seminar-block.sp dl dd a {
    display: block;
    color: #333;
  }
  #seminar-list .seminar-block.sp dl dd a:hover {
    text-decoration: none;
  }
  #seminar-list .seminar-block.sp dl dd strong {
    display: inline-block;
    padding: 20px 0;
  }
  #seminar-list .seminar-block.sp dl dd:first-of-type {
    border-bottom: none;
  }
  #seminar-list .seminar-block.sp dl dd:first-of-type figure {
    width: 43.48%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #seminar-list .seminar-block.sp dl dd:first-of-type figure figcaption {
    margin-bottom: 15px;
  }
  #seminar-list .seminar-block.sp dl dd:first-of-type figure img {
    width: 100%;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type {
    padding-top: 0;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure {
    width: 86.96%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure figcaption {
    margin-bottom: 15px;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure img {
    width: 100%;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure .intro-products {
    font-size: 12px;
    margin: 20px 0;
    text-align: left;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure .intro-products p {
    font-weight: bold;
  }
  #seminar-list .seminar-block.sp dl dd:last-of-type figure .intro-products ul {
    padding-left: 1.25em;
    list-style: disc;
  }
}

.end-text {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 641px) {
  .end-text {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.movie-contents {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 901px) {
  .movie-contents {
    width: 100%;
  }
  .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-contents iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.profile-contents {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 821px) {
  .profile-contents {
    width: 100%;
  }
}

.profile-contents .profile-wrap {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 821px) {
  .profile-contents .profile-wrap {
    display: block;
  }
}

.profile-contents .profile-wrap .ph {
  margin-right: 20px;
}

@media screen and (max-width: 821px) {
  .profile-contents .profile-wrap .ph {
    text-align: center;
    margin-right: auto;
  }
}

.profile-contents .profile-wrap .ph img {
  max-width: 250px;
}

@media screen and (max-width: 821px) {
  .profile-contents .profile-wrap .ph img {
    width: 100%;
  }
}

.profile-contents .profile-wrap .description dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 821px) {
  .profile-contents .profile-wrap .description dt {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
}

.profile-contents .profile-wrap .description dd {
  font-size: 12px;
  line-height: 1.7;
}

.mfp-close-btn-in .mfp-close {
  top: -44px;
  color: #fff;
}

.mfp-close:active {
  top: -44px;
  color: #fff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
