@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 {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.container p {
  font-size: 16px;
  line-height: 2;
}
.container img {
  width: 100%;
  height: auto;
}
.container a {
  text-decoration: none;
  transition: 0.4s;
}
.container .head_wrap {
  position: relative;
}
.container .head_wrap .top_img {
  display: flex;
  justify-content: center;
}
.container .head_wrap .top_img img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -o-object-position: center 35%;
     object-position: center 35%;
  width: 100%;
  height: 89.33vw;
}
.container .head_wrap .ttl_wrap {
  background-image: linear-gradient(0deg, rgb(148, 0, 9), rgb(196, 0, 13) 72% 83%, rgb(148, 0, 9));
  padding: 9.33vw 0;
}
.container .head_wrap .ttl_wrap .top_logo {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.container .head_wrap .ttl_wrap .top_logo img {
  width: 42.67vw;
  background-color: #ffffff;
  padding: 2.4vw 3.2vw;
}
.container .head_wrap .ttl_wrap h1 {
  width: 90%;
  margin: 0 auto;
}
.container .head_wrap .ttl_wrap h1 .sub {
  margin-top: 5.33vw;
  width: 96%;
}
.container .head_wrap .ttl_wrap h1 .ttl {
  margin-top: 2.67vw;
  width: 96%;
}
.container .head_wrap::before, .container .head_wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 45.33vw;
  height: 22.93vw;
  background-repeat: no-repeat;
}
.container .head_wrap::before {
  top: 2.67vw;
  left: 2.67vw;
  background-image: url(./shape_1.svg);
}
.container .head_wrap::after {
  bottom: 2.67vw;
  right: 2.67vw;
  background-image: url(./shape_2.svg);
}
.container .main {
  background-color: #f1f0e6;
  margin: 0 auto;
  padding: 40px 0 100px;
}
.container .main .lead {
  width: min(90%, 810px);
  margin: 0 auto 40px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}
.container .main .inner {
  width: 93%;
  background-color: #ffffff;
  margin: 0 auto;
  padding-bottom: 50px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.container .sec h2 {
  padding: 55px 0 15px;
  margin: 0 auto;
  text-align: center;
}
.container .sec h2 img {
  height: 12.53vw;
  width: auto;
}
.container .sec.sec_2 h2 img {
  height: 20.37vw;
}
.container .sec > p {
  width: min(90%, 720px);
  margin: 0 auto;
  text-indent: 1em;
}
.container .sec > p + p {
  margin-top: 35px;
}
.container .sec .note {
  width: min(90%, 720px);
  margin: 0 auto;
}
.container .sec .note p {
  font-size: 13px;
  margin-top: 50px;
  text-indent: -26px;
  padding-left: 32px;
}
.container .sec .flex_wrap {
  margin: 35px auto;
}
.container .sec .flex_wrap > div > p {
  width: 90%;
  margin: 0 auto;
  text-indent: 1em;
}
.container .sec .flex_wrap > div > p + p {
  margin-top: 35px;
}
.container .sec .flex_wrap .speaker_wrap {
  position: relative;
  width: min(90%, 320px);
  margin: 40px auto;
  display: flex;
}
.container .sec .flex_wrap .speaker_wrap .speaker_name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  width: min(72%, 270px);
  padding: 10px 0 10px min(5.33vw, 20px);
  background-color: #b6111c;
  -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
          clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}
.container .sec .flex_wrap .speaker_wrap .speaker_name p {
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
  font-size: min(4.27vw, 16px);
}
.container .sec .flex_wrap .speaker_wrap .speaker_name p:last-child {
  margin-top: 5px;
}
.container .sec .flex_wrap .speaker_wrap .speaker_name p:last-child span {
  font-size: min(5.33vw, 20px);
}
.container .sec .fig_wrap {
  margin: 60px 0;
}
.container .sec .fig_wrap img {
  width: min(90%, 860px);
  display: block;
  margin: 0 auto;
}
.container .sec .fig_wrap .small {
  font-size: 12px;
  width: min(85%, 810px);
  margin: 0 auto;
}
.container .sec .fig_wrap .cap {
  width: min(90%, 620px);
  margin: 20px auto 0;
  background-color: #b6111c;
  -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
          clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}
.container .sec .fig_wrap .cap p {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding: 15px;
}
.container .sec .fig_wrap.fig_1, .container .sec .fig_wrap.fig_3 {
  margin-bottom: 0;
}
.container .foot_wrap {
  text-align: center;
  margin-top: 100px;
}
.container .foot_wrap p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.container .foot_wrap > div {
  width: 90%;
  margin: 0 auto;
}
.container .foot_wrap > div a {
  display: block;
  margin-top: 30px;
  word-wrap: break-word;
  font-size: min(4.57vw, 16px);
}
.container .foot_wrap > div a img {
  transition: 0.2s;
}
.container .foot_wrap > div a:hover img {
  transition: 0.2s;
  opacity: 0.7;
}
.container .foot_wrap > div:first-child {
  width: min(70%, 300px);
}
.container .foot_wrap > div:last-child {
  margin-top: 70px;
}
.container .foot_wrap > div:last-child a {
  color: #b6111c;
  position: relative;
  display: inline-block;
}
.container .foot_wrap > div:last-child a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b6111c;
  transition: 0.4s;
}
.container .foot_wrap > div:last-child a:hover::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container .head_wrap {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .container .head_wrap .top_img {
    -o-object-fit: none;
       object-fit: none;
    width: 510px;
    height: auto;
  }
  .container .head_wrap .top_img img {
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .container .head_wrap .ttl_wrap {
    width: 690px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .container .head_wrap .ttl_wrap .top_logo {
    max-width: 557px;
    margin: 0 auto;
    display: flex;
  }
  .container .head_wrap .ttl_wrap .top_logo img {
    width: min(17.5vw, 210px);
    background-color: #ffffff;
    padding: min(1.25vw, 15px) min(1.67vw, 20px);
  }
  .container .head_wrap .ttl_wrap h1 {
    max-width: 557px;
  }
  .container .head_wrap .ttl_wrap h1 .sub {
    width: min(45.58vw, 547px);
    margin-top: min(2.08vw, 25px);
  }
  .container .head_wrap .ttl_wrap h1 .ttl {
    width: min(45.58vw, 547px);
    margin-top: min(0.42vw, 5px);
  }
  .container .head_wrap::before, .container .head_wrap::after {
    width: min(23.92vw, 287px);
    height: min(12.17vw, 146px);
  }
  .container .head_wrap::before {
    top: min(1.25vw, 15px);
    left: min(1.25vw, 15px);
    background-image: url(./shape_1.svg);
  }
  .container .head_wrap::after {
    bottom: min(1.25vw, 15px);
    right: min(1.25vw, 15px);
    background-image: url(./shape_2.svg);
  }
  .container .main .inner {
    width: min(90%, 980px);
    padding-bottom: 100px;
  }
  .container .sec h2 {
    padding: 100px 0 40px;
  }
  .container .sec h2 img {
    height: 80px;
    width: auto;
  }
  .container .sec.sec_2 h2 img {
    height: 80px;
  }
  .container .sec .flex_wrap {
    width: min(90%, 720px);
    display: flex;
    align-items: flex-start;
  }
  .container .sec .flex_wrap > div {
    width: 336px;
    margin-right: 24px;
  }
  .container .sec .flex_wrap > div > p {
    width: 100%;
    margin: 0;
  }
  .container .sec .flex_wrap .speaker_wrap {
    margin: 0;
  }
  .container .sec .flex_wrap .speaker_wrap .speaker_name {
    right: -25px;
  }
  .container .sec .fig_wrap .cap p {
    padding: 20px 30px;
  }
}