@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 p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #333;
}
#container p span.sub {
  font-size: 76%;
}
#container img {
  display: block;
  width: 100%;
}
#container .header {
  width: 100%;
  position: relative;
}
#container .header > img {
  height: 100.8vw;
  object-fit: cover;
  object-position: 100% 100%;
}
#container .header .sub_ttl {
  width: auto;
  height: 25.3vw;
  padding-left: 4.8%;
  position: absolute;
  top: 43%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}
#container .header .sub_ttl_line {
  display: block;
  width: 100%;
  height: 25.3vw;
  background: linear-gradient(to right, rgb(19, 174, 103) 65%, rgba(44, 166, 224, 0) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  padding: 10px 0;
  top: calc(43% - 10px);
  opacity: 0.78;
}
#container .header h1 {
  background-color: #13ae67;
}
#container .header h1 img {
  width: 89%;
  padding: 6% 0 6% 4.8%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}
#container .lead {
  margin: 30px auto;
  width: 90%;
}
#container .lead p {
  font-size: 18px;
  line-height: 1.7;
}
#container .credit {
  background-color: #f4f6d7;
  width: min(90%, 860px);
  margin: 0 auto;
}
#container .credit .flex {
  padding: 5%;
}
#container .credit .flex img {
  width: min(58.67%, 198px);
  margin: 0 auto 1em;
}
#container .credit .flex h3 {
  display: block;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #009268;
  margin-bottom: 1rem;
  line-height: 1;
}
#container .credit .flex p {
  font-weight: bold;
  line-height: 1.7;
}
#container section {
  margin-top: 85px;
}
#container section h2 {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 0;
}
#container section h2 div {
  display: inline-block;
  position: relative;
}
#container section h2 div img {
  width: auto;
  height: min(14vw, 85px);
}
#container section h2 div::before {
  content: " ";
  position: absolute;
  background: url(leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(20.31vw, 130px);
  height: min(18.75vw, 120px);
  left: max(-9.38vw, -60px);
  top: max(-9.38vw, -60px);
  z-index: -1;
}
#container section > p {
  width: min(90%, 800px);
  margin: 0 auto 24px;
  text-indent: 1em;
}
#container section > p.right {
  max-width: 400px;
  margin: 0 0 24px auto;
}
#container section > p.center {
  clear: both;
}
#container section .sec_flex .speaker_box {
  width: 90%;
  margin: 45px auto;
}
#container section .sec_flex .speaker_box .prof {
  background-color: #13ae67;
  padding: 0.8em;
  margin-top: 8px;
}
#container section .sec_flex .speaker_box .prof p {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}
#container section .sec_flex .speaker_box .prof p.name {
  font-size: 24px;
  margin-top: 4px;
  font-weight: bold;
}
#container section .sec_flex .speaker_box .prof p.name span {
  font-size: 16px;
}
#container section .sec_flex .speaker_text {
  width: 90%;
  margin: 0 auto 24px;
}
#container section .sec_flex .speaker_text p + p {
  margin-top: 24px;
}
#container section .sec_flex .speaker_text p {
  text-indent: 1em;
}
#container section .fig_box {
  width: min(90%, 820px);
  margin: 40px auto;
}
#container section .fig_box p {
  font-size: 13px;
  line-height: 1.5;
  background-color: #eaeaea;
  padding: 1em;
  margin-top: 1rem;
}
#container section .fig_box + .fig_box {
  margin-top: 80px;
}
#container section .fig_box + .fig_box img {
  max-width: 420px;
  margin: 0 auto;
}
#container .foot .linkArea {
  margin-top: 80px;
}
#container .foot .linkArea > p {
  font-size: min(5.33vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #13ae67;
  line-height: 1.3;
  margin-bottom: 40px;
}
#container .foot .linkArea a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #13ae67;
  width: min(90%, 430px);
  height: min(12.9vw, 60px);
  margin: 0 auto;
  border-radius: 10px;
  transition: 0.3s;
}
#container .foot .linkArea a p {
  color: #ffffff;
  font-size: min(4.73vw, 22px);
  font-weight: bold;
  margin-left: min(3.91vw, 25px);
  font-feature-settings: "palt";
}
#container .foot .linkArea a span {
  width: min(6.45vw, 30px);
  height: min(6.45vw, 30px);
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
#container .foot .linkArea a span::after {
  content: "";
  height: min(3.01vw, 14px);
  width: min(1.72vw, 8px);
  background-color: #13ae67;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: min(1.72vw, 8px);
  left: min(2.58vw, 12px);
}
#container .foot .linkArea a:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
#container .foot .linkArea a + a {
  margin-top: 20px;
}
#container .foot .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 85px 0 70px;
  text-align: center;
}
#container .foot .info img {
  width: 130px;
}
#container .foot .info a {
  transition: 0.3s;
}
#container .foot .info a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#container .foot .info .txtlink, #container .foot .info p {
  font-size: 16px;
  line-height: 1.7;
}
#container .foot .info .txtlink {
  margin-top: 20px;
}
#container .foot .info p:first-of-type {
  margin-top: 30px;
}
#container .foot .info p:last-of-type {
  margin-top: 65px;
}

@media screen and (min-width: 641px) {
  #container .header {
    max-width: 1400px;
    margin: 0 auto;
  }
  #container .header > img {
    height: min(45vw, 600px);
  }
  #container .header .sub_ttl {
    height: min(7.5vw, 100px);
    padding-left: 4%;
    top: 40%;
  }
  #container .header .sub_ttl_line {
    width: 64.17%;
    height: min(7.5vw, 100px);
    padding: 15px 0;
    top: calc(40% - 15px);
  }
  #container .header h1 {
    background-color: transparent;
    position: absolute;
    bottom: 5.6%;
  }
  #container .header h1 img {
    width: min(80%, 1100px);
    padding: 0 0 0 4%;
  }
  #container .lead {
    background-color: #13ae67;
    width: min(100%, 1400px);
    margin: 0 auto;
  }
  #container .lead p {
    padding: 30px 0;
    width: min(90%, 800px);
    margin: 0 auto;
    color: #fff;
  }
  #container .credit {
    margin-top: 100px;
  }
  #container .credit .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.5% 5%;
  }
  #container .credit .flex img {
    margin: 0 1em 0 0;
  }
  #container section {
    margin-top: 100px;
  }
  #container section h2 {
    margin-bottom: 60px;
  }
  #container section .sec_flex {
    position: relative;
    width: min(90%, 920px);
    margin: 0 auto 40px;
    display: flex;
  }
  #container section .sec_flex .speaker_box {
    width: 50%;
    margin: 0;
  }
  #container section .sec_flex .speaker_box .inner {
    position: relative;
    padding-top: 55%;
  }
  #container section .sec_flex .speaker_box img {
    width: 90%;
    position: absolute;
    display: block;
    top: 0;
    left: 5%;
  }
  #container section .sec_flex .speaker_box .prof {
    position: relative;
    display: inline-block;
    left: 0;
  }
  #container section .sec_flex .speaker_text {
    width: 50%;
    max-width: 400px;
    margin: 0;
  }
  #container section .sec_flex .speaker_text p {
    text-indent: 1em;
  }
  #container .foot .linkArea {
    margin-top: 120px;
  }
  #container .foot .info {
    margin: 115px 0 100px;
  }
  #container .foot .info .txtlink, #container .foot .info p {
    font-size: 18px;
  }
  #container .foot .info .txtlink {
    margin-top: 45px;
  }
  #container .foot .info p:first-of-type {
    margin-top: 50px;
  }
  #container .foot .info p:last-of-type {
    margin-top: 85px;
  }
  #container .foot .info .sp {
    display: none;
  }
}