@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: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}
.container p {
  font-size: 15px;
}
.container img {
  width: 100%;
  height: auto;
  display: block;
}
.container a {
  text-decoration: none;
}
.container .top {
  width: 100%;
  position: relative;
}
.container .top .logo_pwc {
  width: min(21%, 220px);
  position: absolute;
  top: 0;
  left: 0;
}
.container .top .top_img {
  width: 100%;
  height: 80vw;
  overflow: hidden;
}
.container .top .top_img img {
  height: 106vw;
  object-fit: cover;
  object-position: top;
}
.container .top h1 .h1_sub {
  padding: 10px;
  background-color: #2d2d2d;
}
.container .top h1 .h1_main {
  background-color: #e0301d;
  padding: 10px;
}
.container .lead {
  width: min(90%, 740px);
  margin: 30px auto 0;
}
.container .lead p {
  font-size: 15px;
  line-height: 1.7;
}
.container section {
  margin-top: 60px;
}
.container section h2 {
  width: min(90%, 740px);
  margin: 0 auto 55px;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(4.5vw, 28px);
  font-weight: 400;
  line-height: 1.5;
  color: #e0301d;
}
.container section h2 span {
  font-size: min(6vw, 30px);
  font-weight: 200;
  font-family: YakuHanMP, "Crimson Pro", serif;
}
.container section h2::before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #2d2d2d 38%, #e0301d 38%);
  position: absolute;
  bottom: -15px;
}
.container section > p {
  width: min(90%, 740px);
  margin: 0 auto;
  margin-bottom: 1.5em;
  text-indent: 1em;
  line-height: 1.7;
}
.container section > p .text_cap {
  font-size: 12px;
  color: #e0301d;
  border-bottom: 1px solid #e0301d;
}
.container section .speaker_box {
  width: min(90%, 850px);
  margin: 55px auto;
}
.container section .speaker_box .profile {
  padding: 1em;
  background-color: #e0301d;
}
.container section .speaker_box .profile p {
  color: #fff;
  font-size: 14px;
}
.container section .speaker_box .profile p.name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.container section .speaker_box .profile p.name span {
  font-size: 14px;
  margin-left: 0.25em;
  font-weight: 400;
}
.container section .fig_box {
  width: min(90%, 900px);
  margin: 55px auto;
}
.container section .fig_box .fig_cap {
  max-width: 780px;
  margin: 25px auto 0;
  padding: 1em;
  border: solid 1px #c4c4c4;
}
.container section .fig_box .fig_cap p {
  font-size: 14px;
  line-height: 1.85;
  color: #5e5e5e;
}
.container section .fig_box .fig_cap p + p {
  margin-top: 1em;
}
.container section .fig_box .fig_cap p + p a {
  color: #e0301d;
  border-bottom: solid 1px #e0301d;
}
.container .next {
  width: min(80%, 700px);
  display: block;
  margin: 60px auto 0;
  background-color: #e0301d;
  color: #fff;
}
.container .next > div {
  font-size: 4.5vw;
  background-color: #000;
  padding: 0.25em 0.5em;
}
.container .next p {
  font-family: YakuHanMP, "Crimson Pro", serif, "Noto Serif JP", serif;
  font-size: 4.5vw;
  line-height: 1.5;
  padding: 0.25em 0.5em;
  position: relative;
}
.container .next p::after {
  content: "";
  background-image: url(arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: min(6.6vw, 30px);
  height: min(6.6vw, 30px);
}
.container .corp {
  text-align: center;
  margin-top: 100px;
}
.container .corp a {
  display: inline-block;
}
.container .corp a img {
  display: block;
  width: 180px;
  margin: 0 auto 50px;
}
.container .corp a p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 1em;
}
.container .corp a span {
  font-size: min(3.6vw, 16px);
  font-weight: 400;
  color: #c62218;
}
.container .page_link {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 55px 0;
}
.container .page_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 30px;
  height: 30px;
  transition: 0.4s;
}
.container .page_link a.passive {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
}
.container .page_link a.active {
  background-color: #e0301d;
  color: #fff;
}
.container .page_link a:nth-of-type(2) {
  margin: 0 35px;
}
.container .page_link a.allow {
  position: relative;
  border: solid 1px #000;
}
.container .page_link a.allow::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  left: 8px;
  transition: all 0.4s;
}
.container .page_link a.allow.allow_2::before {
  transform: rotate(-135deg);
  left: 11px;
}
.container.page2 .banner {
  display: block;
  width: min(80%, 450px);
  margin: 60px auto 0;
  padding: 12px 0;
  background-color: #e0301d;
  position: relative;
  border-left: solid 25px #000;
  box-sizing: border-box;
}
.container.page2 .banner::after {
  content: "";
  background-image: url(arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(5.3vw, 30px);
  height: min(5.3vw, 30px);
}
.container.page2 .banner img {
  width: min(78%, 330px);
  margin-left: 5%;
}
.container.page2 .corp p {
  font-size: 16px;
  font-weight: 500;
}
.container.page2 .corp a {
  margin-top: 40px;
}
.container.page2 .corp a span {
  position: relative;
}
.container.page2 .corp a span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e0301e;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

@media screen and (min-width: 641px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
  .container .top .top_img {
    height: 100%;
  }
  .container .top .top_img img {
    height: 100%;
  }
  .container .top h1 {
    position: relative;
    z-index: 1;
    margin-top: -11%;
  }
  .container .top h1 .h1_sub {
    width: min(61%, 700px);
    padding: 2% 2% 2% 4%;
  }
  .container .top h1 .h1_main {
    width: min(79%, 900px);
    padding: 2% 2% 2% 4%;
  }
  .container .top h1 .h1_main img {
    width: 100%;
  }
  .container .lead {
    margin-top: 45px;
  }
  .container .lead p {
    font-size: 16px;
    line-height: 2;
  }
  .container .none {
    display: none;
  }
  .container section {
    margin-top: 105px;
  }
  .container section h2 {
    margin-bottom: 85px;
    font-size: min(3.7vw, 30px);
    line-height: 1.7;
  }
  .container section h2 span {
    font-size: min(5.1vw, 38px);
  }
  .container section h2::before {
    bottom: -25px;
    height: 5px;
  }
  .container section > p {
    line-height: 2;
  }
  .container section > p .text_cap {
    line-height: 1.5;
    transition: 0.2s;
  }
  .container section > p .text_cap:hover {
    opacity: 0.7;
  }
  .container section .speaker_box {
    position: relative;
  }
  .container section .speaker_box img {
    width: min(65%, 540px);
    margin: 0 auto 0 0;
  }
  .container section .speaker_box .profile {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .container section .speaker_box .profile p {
    font-size: 15px;
    line-height: 1.8;
  }
  .container section .speaker_box .profile p.name {
    font-size: 27px;
  }
  .container section .speaker_box .profile p.name span {
    font-size: 18px;
  }
  .container section .speaker_box .profile.prof_1 {
    width: 48%;
  }
  .container section .speaker_box .profile.prof_2 {
    width: 39%;
  }
  .container section .speaker_box .profile.prof_3 {
    width: 48%;
  }
  .container section .speaker_box.right img {
    margin: 0 0 0 auto;
  }
  .container section .speaker_box.right .profile {
    right: auto;
    left: 0;
  }
  .container section .fig_box .fig_cap p a {
    transition: 0.2s;
  }
  .container section .fig_box .fig_cap p a:hover {
    opacity: 0.7;
  }
  .container .next {
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    transition: 0.4s;
  }
  .container .next > div {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: min(3vw, 25px);
    width: calc(19% - 20px);
    padding: 0 2% 0 0;
    position: relative;
    z-index: 10;
  }
  .container .next > div::before {
    content: "";
    position: absolute;
    transform: skewX(-20deg);
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: -10;
  }
  .container .next p {
    width: 81%;
    font-size: min(2.4vw, 22px);
    padding: 15px 0 15px 45px;
  }
  .container .next p::after {
    right: 20px;
  }
  .container .next:hover {
    transform: scale(1.1);
  }
  .container .page_link a:hover.passive {
    background-color: #e0301d;
    border-color: #e0301d;
    color: #fff;
  }
  .container .page_link a:hover.allow {
    border-color: #e0301d;
  }
  .container .page_link a:hover.allow::before {
    border-color: #e0301d;
  }
  .container.page2 .top .logo_pwc {
    width: min(8.3vw, 130px);
  }
  .container.page2 .top .top_img {
    width: 43.3%;
  }
  .container.page2 .top .top_img img {
    height: min(22.5vw, 320px);
  }
  .container.page2 .top h1 {
    position: absolute;
    margin-top: 0;
    right: 6.75%;
    top: 50%;
    width: 53.8%;
    transform: translateY(-50%);
  }
  .container.page2 .top h1 .h1_sub {
    width: 96.2%;
    padding: 3%;
  }
  .container.page2 .top h1 .h1_main {
    width: 100%;
    padding: 3%;
  }
  .container.page2 .banner {
    margin-top: 100px;
    transition: 0.4s;
  }
  .container.page2 .banner:hover {
    transform: scale(1.1);
  }
  .container.page2 .banner img {
    margin-left: 20px;
  }
  .container.page2 .corp br {
    display: none;
  }
  .container.page2 .corp:hover {
    opacity: 0.8;
  }
  .container.page2 .corp:hover span::after {
    transform: scale(1, 1);
  }
}