@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: YakuHanJP, "Noto Sans JP", sans-serif;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.container img {
  width: 100%;
  display: block;
}
.container a {
  text-decoration: none;
}

.mvWrap {
  position: relative;
}
.mvWrap > img {
  width: 90%;
  height: 69.33vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.mvWrap .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./bg.webp);
  background-size: 100%;
  background-repeat: repeat;
  width: 100%;
  height: 71.47vw;
  z-index: -1;
}
.mvWrap h1 {
  margin-top: -26.67vw;
}
.mvWrap h1 .sub {
  display: block;
  width: 64%;
  margin: 0 auto;
}
.mvWrap h1 .ttl {
  display: block;
  width: 92%;
  margin: 2.67vw auto 0;
}

.lead {
  width: min(90%, 700px);
  margin: 8% auto 0;
  line-height: 2;
  letter-spacing: 0.025em;
}

section {
  margin-top: 15%;
}
section h2, section > p, section .figWrap {
  width: min(90%, 800px);
  margin: 0 auto;
}
section h2 {
  font-size: min(5vw, 32px);
  line-height: 1.5;
  text-align: center;
  padding-bottom: 5%;
  border-bottom: solid 3px #fd5108;
  margin-bottom: 8%;
}
section h2 .pc {
  display: none;
}
section > p {
  line-height: 2;
  text-indent: 1em;
  margin-bottom: 2em;
  letter-spacing: 0.025em;
}
section > p a {
  color: #fd5108;
  border-bottom: solid 1px #fd5108;
}
section > p a::after {
  content: "";
  -webkit-mask-image: url(link_icon.svg);
          mask-image: url(link_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #fd5108;
  display: inline-block;
  width: 11px;
  height: 11px;
  aspect-ratio: 1;
  margin: 0 5px;
}
section .speakerWrap {
  margin: 40px 0;
}
section .speakerWrap .profBox {
  width: 90%;
  margin: 0 auto;
}
section .speakerWrap .profBox .profInner {
  padding: 20px 0;
  border-bottom: solid 5px #fd5108;
  background-color: #fff;
}
section .speakerWrap .profBox .position {
  font-size: clamp(13px, 3.47vw, 16px);
  line-height: 1.6;
  font-weight: 700;
}
section .speakerWrap .profBox .name {
  font-size: clamp(20px, 5vw, 25px);
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
}
section .speakerWrap .profBox .name span {
  font-size: 16px;
}
section .speakerWrap .profBox .text {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 1.5em;
}
section .figWrap {
  margin: 40px auto;
}
section .figWrap img {
  margin-bottom: 1.5em;
}
section .figWrap p {
  width: min(100%, 640px);
  margin: 0 auto;
  font-size: 13px;
  line-height: 2;
}
section .figWrap p + p {
  margin-top: 1em;
}
section .figWrap p a {
  color: #fd5108;
  border-bottom: dotted 1px #fd5108;
}
section.gray {
  background-color: #eeeff1;
  padding: 13% 0 8%;
}

.corp {
  text-align: center;
  margin: 70px auto;
}
.corp > p {
  font-size: 15px;
}
.corp a {
  display: inline-block;
}
.corp a img {
  width: 200px;
  margin: 50px auto;
}
.corp a p {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.corp a p + p {
  margin: 1em 1em 0;
  font-size: 16px;
  color: #fd5108;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .mvWrap > img {
    max-width: 1000px;
    height: min(50vw, 600px);
  }
  .mvWrap .bg {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: min(50vw, 600px);
  }
  .mvWrap h1 {
    margin-top: max(-12.5vw, -150px);
  }
  .mvWrap h1 .sub {
    width: min(56.67%, 680px);
  }
  .mvWrap h1 .ttl {
    width: min(87.5%, 1050px);
    margin-top: min(0.83vw, 10px);
  }
  .lead {
    margin-top: min(4.17vw, 50px);
  }
  section {
    margin-top: 100px;
  }
  section h2 {
    font-size: min(3.56vw, 32px);
    padding-bottom: 25px;
    margin-bottom: 60px;
  }
  section h2 .sp {
    display: none;
  }
  section h2 .pc {
    display: block;
  }
  section > p a {
    transition: 0.1s;
  }
  section > p a:hover {
    opacity: 0.5;
  }
  section .speakerWrap {
    max-width: 1200px;
    min-height: clamp(333px, 37.8vw, 453px);
    margin: 60px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section .speakerWrap img {
    width: clamp(500px, 56.67%, 680px);
    position: absolute;
    z-index: -10;
  }
  section .speakerWrap .profBox {
    max-width: 800px;
    margin: 0 auto;
  }
  section .speakerWrap .profBox .profInner .position {
    font-size: clamp(14px, 1.4vw, 16px);
  }
  section .speakerWrap.right img {
    right: 0;
  }
  section .speakerWrap.right .profInner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 68% 0 auto;
  }
  section .speakerWrap.left .profBox .profInner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 68%;
  }
  section .speakerWrap.left .profBox.profMain .profInner {
    width: 54%;
    padding-left: 10px;
    margin: 0 0 0 auto;
  }
  section .figWrap {
    margin: 60px auto 65px;
  }
  section .figWrap p a:hover {
    opacity: 0.7;
  }
  section.gray {
    margin-top: 80px;
    padding: 80px 0 70px;
  }
  .corp a {
    transition: 0.4s;
  }
  .corp a:hover {
    opacity: 0.5;
  }
}