@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #333;
  font-size: 16px;
}
.container img {
  width: 100%;
  display: block;
}
.container a {
  text-decoration: none;
  transition: 0.3s;
}

.mvWrap {
  position: relative;
}
.mvWrap .mv_logo {
  position: absolute;
  width: 16%;
  top: 2.67vw;
  left: 2.67%;
}
.mvWrap .mv_photo {
  width: 100%;
  height: 104vw;
  -o-object-position: 47% center;
     object-position: 47% center;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvWrap h1 {
  position: relative;
}
.mvWrap h1 .h1_sub {
  position: relative;
  display: block;
  background-color: #349ff7;
  width: 90%;
  margin: -7.73vw auto 0;
  padding: 2.72vw 0;
  border-radius: 30px 0 30px 0;
  z-index: 10;
}
.mvWrap h1 .h1_sub img {
  width: 88%;
  margin: 0 auto;
}
.mvWrap h1 .h1_main {
  display: block;
  width: 90%;
  margin: 5.33vw auto 50px;
}
.mvWrap h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 7.73vw;
  width: 100%;
  height: 130.67vw;
  background-image: linear-gradient(to bottom, #eaf6ff, rgba(234, 246, 255, 0));
  z-index: -10;
}

.sec .lead {
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  border: solid 1px #0a66c2;
  border-radius: 10px;
  padding: min(8%, 30px) 6.67%;
  letter-spacing: 0.025em;
  text-indent: 0;
}
.sec h2 img {
  width: 90%;
  margin: 60px auto 35px;
}
.sec p {
  width: 90%;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.025em;
  text-indent: 1em;
}
.sec p a {
  color: #0a66c2;
  text-decoration: none;
  border-bottom: dotted 1px #0a66c2;
}
.sec p + p {
  margin-top: 1em;
}
.sec .speakerWrap {
  width: 90%;
  margin: 40px auto;
}
.sec .speakerWrap .speaker_img {
  position: relative;
  height: 77.89vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sec .speakerWrap .speaker_img img {
  width: 72%;
  border-radius: 10px;
}
.sec .speakerWrap .speaker_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./bg_shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -10;
}
.sec .speakerWrap .profile {
  color: #0a66c2;
}
.sec .speakerWrap .profile .position {
  line-height: 1.6;
  font-size: 14px;
}
.sec .speakerWrap .profile .name {
  margin-top: 5px;
  font-size: 14px;
}
.sec .speakerWrap .profile .name span {
  font-size: 20px;
  font-weight: bold;
}
.sec .speakerWrap.speaker-2 .speaker_img::before {
  transform: scale(-1, 1);
}
.sec .note {
  font-size: 14px;
  text-indent: 0;
}
.sec .figWrap {
  margin: 30px 0;
}
.sec .figWrap img {
  width: 90%;
  margin: 0 auto;
}
.sec .figWrap .cap {
  width: 90%;
  margin: 20px auto 0;
  padding: 25px 0;
  background-color: #f2f2f2;
}
.sec .figWrap .cap p {
  color: #0a66c2;
  font-size: 14px;
  line-height: 1.6;
  text-indent: 0;
}
.sec .figWrap .cap p.source {
  font-size: 12px;
  line-height: 1.4;
}

.contact {
  position: relative;
  text-align: center;
  margin: 60px auto 0;
  padding-bottom: 40px;
}
.contact .inner {
  width: 90%;
  margin: 0 auto;
}
.contact .inner p {
  font-weight: bold;
  color: #1a2230;
  line-height: 1.7;
  margin: 30px auto 0;
}
.contact .inner a {
  margin: 20px auto 0;
  display: inline-block;
  word-break: break-all;
  color: #0a66c2;
}
.contact .inner a.ft_logo {
  width: min(64%, 240px);
  margin: 30px auto;
}
.contact .inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127.2vw;
  background-image: linear-gradient(to top, #eaf6ff, rgba(234, 246, 255, 0));
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .container .sp {
    display: none;
  }
  .mvWrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  .mvWrap .mv_logo {
    width: min(8.33%, 117px);
    top: min(2.08vw, 29px);
    left: min(2.5vw, 35px);
  }
  .mvWrap .mv_photo {
    height: auto;
  }
  .mvWrap h1 .h1_sub {
    width: min(91.67%, 1283px);
    height: min(5.25vw, 74px);
    margin: max(-2.63vw, -37px) auto 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .mvWrap h1 .h1_sub img {
    width: 95%;
  }
  .mvWrap h1 .h1_main {
    width: min(82.08%, 1149px);
    margin: min(1.67vw, 23px) auto 65px;
  }
  .mvWrap h1::before {
    top: min(2.63vw, 37px);
    max-height: 572px;
  }
  .sec {
    margin: 0 auto;
  }
  .sec .lead {
    width: 600px;
    padding: 35px 30px;
  }
  .sec h2 img {
    width: auto;
    height: 92px;
    margin: 90px auto 50px;
  }
  .sec p {
    max-width: 800px;
  }
  .sec p a:hover {
    opacity: 0.7;
  }
  .sec .speakerWrap {
    width: 100%;
    max-width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
  }
  .sec .speakerWrap .speaker_img {
    width: min(54.32%, 478px);
    height: min(47.05vw, 414px);
    margin: 0;
  }
  .sec .speakerWrap .speaker_img img {
    width: min(72.18%, 345px);
  }
  .sec .speakerWrap .profile {
    width: min(42.05%, 370px);
    margin-left: min(3.41vw, 30px);
  }
  .sec .speakerWrap .profile .position {
    font-size: 16px;
  }
  .sec .speakerWrap .profile .name {
    margin-top: 10px;
    font-size: 16px;
  }
  .sec .speakerWrap .profile .name span {
    font-size: 30px;
  }
  .sec .speakerWrap.speaker-2 {
    flex-direction: row-reverse;
  }
  .sec .speakerWrap.speaker-2 .profile {
    text-align: right;
    margin-left: 0;
    margin-right: min(3.41vw, 30px);
  }
  .sec .figWrap {
    margin: 50px 0;
  }
  .sec .figWrap img {
    max-width: 900px;
  }
  .sec .figWrap .cap {
    max-width: 800px;
  }
  .sec .figWrap .cap p {
    width: min(95%, 760px);
    letter-spacing: 0;
  }
  .contact {
    max-width: 1400px;
    margin: 90px auto 0;
    padding-bottom: 65px;
  }
  .contact .inner p {
    margin-top: 40px;
  }
  .contact .inner a {
    position: relative;
    margin-top: 25px;
  }
  .contact .inner a.ft_logo {
    width: 300px;
    margin: 40px auto;
  }
  .contact .inner a.ft_logo:hover {
    opacity: 0.7;
  }
  .contact .inner a.txt_link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0a66c2;
    bottom: 1px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .contact .inner a.txt_link:hover::after {
    bottom: -2px;
    opacity: 1;
  }
  .contact .inner::before {
    max-height: 477px;
  }
}
@media screen and (min-width: 920px) {
  .br_wid {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */