@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%;
  height: auto;
  display: block;
}
.container a {
  text-decoration: none;
}

.mvWrap {
  background-color: #FD5108;
}
.mvWrap > img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  object-position: 55% 100%;
}
.mvWrap h1 {
  margin-top: -4%;
  padding-bottom: 2.5%;
  background-image: url(bg_deco_sp.png?0605);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.mvWrap h1 .sub {
  width: 80%;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(3px 3px 0 rgba(252, 53, 3, 0.7)) drop-shadow(0 0 0 rgba(163, 34, 1, 0.3));
}
.mvWrap h1 .main {
  width: 93%;
  margin: 2% auto 0;
  display: block;
  filter: drop-shadow(4px 0px 0 rgba(252, 53, 3, 0.7)) drop-shadow(0 0 0 rgba(163, 34, 1, 0.3));
}

.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%;
  font-weight: 700;
}
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%;
}

.prof_end {
  width: min(90%, 540px);
  margin: 60px auto;
  padding: 2.5em;
  box-sizing: border-box;
  background-color: #EEEFF1;
}
.prof_end .name {
  font-size: 20px;
  font-weight: 700;
}
.prof_end .name span {
  font-size: 14px;
}
.prof_end .text {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 1em;
}

.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 {
    max-width: 1400px;
    margin: 0 auto;
  }
  .mvWrap > img {
    width: 100%;
    height: auto;
    aspect-ratio: 20/9;
    object-position: top;
  }
  .mvWrap h1 {
    margin-top: 0;
    padding: 18px 0 20px;
    background-image: url(bg_deco.png?0605);
    background-size: cover;
    background-position: center;
  }
  .mvWrap h1 .sub {
    width: 72%;
  }
  .mvWrap h1 .main {
    width: 72%;
    margin-top: 16px;
  }
  .lead {
    margin-top: min(5vw, 60px);
  }
  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 .profBox.profMain .profInner {
    padding: 20px 1em 20px 0;
    margin: 0 auto 0 0;
    max-width: 450px;
    width: 47.5%;
  }
  section .speakerWrap.right .profBox .profInner {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 68% 0 auto;
  }
  section .speakerWrap.left .profBox .profInner {
    width: -webkit-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;
  }
  .prof_end {
    margin: 80px auto 0;
  }
  .corp {
    margin-top: 90px;
  }
  .corp a {
    transition: 0.4s;
  }
  .corp a:hover {
    opacity: 0.5;
  }
}