@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
}

/* --------------------------------------
pc_header sp_header
----------------------------------------- */
#pc_header,
#sp_header {
  position: relative;
  z-index: 20;
}

#pc_header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 61px;
  background: url(bg.png) top center no-repeat #000;
}
#pc_header > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 61px;
  margin: 0 auto;
  background: url(nbo.jpg) top left no-repeat;
}
#pc_header > div .nbo_header {
  position: absolute;
  width: 283px;
  height: 35px;
  top: 11px;
  right: 12px;
  overflow: hidden;
}
#pc_header > div .nbo_header img {
  display: block;
  position: absolute;
  top: -11px;
  right: -12px;
}

#sp_header {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background: #000;
}
#sp_header a {
  display: block;
  width: 92px;
  margin: 0 auto;
}
#sp_header a img {
  display: block;
}

@media screen and (max-width: 640px) {
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .ttl_small {
    font-size: 22px !important;
  }
  .ttl_smalls {
    font-size: 16px !important;
  }
  .ttl_small_pc {
    font-size: 18px !important;
  }
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
  .pc_mt_70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .ttl_small {
    font-size: 14px !important;
  }
  .ttl_smalls {
    font-size: 10px !important;
  }
  .sp_small {
    font-size: 10px !important;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
#footerArea {
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}

/* --------------------------------------
SP public
----------------------------------------- */
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media screen and (min-width: 641px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
}
@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.container {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.container img {
  width: 100%;
  display: block;
}
.container a {
  text-decoration: none;
  transition: 0.3s;
}

.hdWrap {
  background-image: url(./sp_hd_bg.jpg?1205);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 106vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hdWrap h1 {
  position: absolute;
  display: block;
  bottom: 8px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  padding: 10px 0;
}
.hdWrap h1 p {
  color: #fff;
  font-size: min(4.8vw, 43px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.45;
}
.hdWrap h1 p.sub {
  font-size: min(4vw, 32px);
}
.hdWrap h1:before, .hdWrap h1:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) skew(-25deg);
          transform: translateX(-50%) skew(-25deg);
  z-index: -1;
}
.hdWrap h1:before {
  background: #de0202;
}
.hdWrap h1::after {
  left: calc(50% + 8px);
  top: 8px;
  background: #720000;
  z-index: -2;
}

.lead {
  background-color: #E2E2E2;
}
.lead p {
  line-height: 1.8;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.lead p span {
  color: #DE0202;
}

section {
  width: min(90%, 800px);
  margin: 50px auto 0;
}
section h2 {
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
}
section h2::after {
  content: " ";
  width: 66px;
  height: 88px;
  background-image: url(./slash.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 253px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section .textBox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-indent: 1em;
  margin-top: 1em;
}
section .textBox p.no_indent {
  text-indent: 0;
}
section .photoArea {
  margin: 40px 0;
}
section .photoArea .cap {
  background-color: #E2E2E2;
  margin: 0 auto;
  padding: 1em;
  font-size: 14px;
  line-height: 1.7;
}
section .speakerArea {
  position: relative;
  margin: 40px auto 130px;
  max-width: 337.5px;
}
section .speakerArea img {
  width: min(89%, 300px);
}
section .speakerArea .speakerText {
  position: absolute;
  z-index: 1;
  bottom: -65px;
  right: 40px;
}
section .speakerArea .speakerText > div::before {
  content: "";
  position: absolute;
  width: min(90vw, 337px);
  height: 133px;
  -webkit-clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
          clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  background-color: #DE0202;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section .speakerArea .speakerText p {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
section .speakerArea .speakerText p .name {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
section .speakerArea .speakerText p .name small {
  font-size: 13px;
  font-weight: 400;
}
section .linkBox {
  display: block;
  margin: auto;
  width: min(80%, 300px);
  color: #DE0202;
  text-align: center;
}
section .linkBox a.underline {
  line-height: 1.8;
  font-weight: 400;
}

a.underline {
  line-height: 1;
  background: linear-gradient(#DE0202, #DE0202) 0 100%/100% 1px no-repeat;
  padding: 2px;
  color: #DE0202;
}

.next_link {
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
.next_link p {
  color: #DE0202;
  font-size: 23px;
}
.next_link a {
  width: min(90%, 550px);
  margin: 20px auto;
  padding: 10px 0;
  text-decoration: none;
  background-color: #DE0202;
  display: block;
}
.next_link a p {
  color: #fff;
  position: relative;
  font-size: 16px;
}
.next_link a p::after {
  content: " ";
  background-image: url(./arrow_wh.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}

.page_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  margin: 30px auto;
}
.page_link a {
  font-size: 16px;
  display: inline-block;
  padding: 5px;
  font-weight: 700;
  text-decoration: none;
  color: #3E3E3E;
}
.page_link a img {
  width: 8px;
  height: auto;
}
.page_link a.active {
  color: #DE0202;
}

p#note_text {
  font-size: 12px;
  width: 90%;
  margin: 0 auto 30px;
}

.p2 section .speakerArea.right img {
  margin: 0 0 0 auto;
}
.p2 section .speakerArea.right .speakerText {
  left: 40px;
}
.p2 section .speakerArea.right .speakerText > div::before {
  -webkit-clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 14% 100%);
          clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 14% 100%);
}
.p2 .corp_link {
  margin: 40px auto 0;
  text-align: center;
  width: 90%;
}
.p2 .corp_link p {
  font-size: 15px;
}
.p2 .corp_link p span {
  display: block;
  font-weight: 700;
}
.p2 .corp_link > div {
  margin: 40px auto 0;
}
.p2 .corp_link a {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  word-break: break-all;
  color: #0070f2;
  font-size: 15px;
  margin-top: 5px;
}
.p2 .corp_link a.logo {
  width: 200px;
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
  .hdWrap {
    background-image: url(./pc_hd_bg.jpg?1205);
    background-position: top left;
    height: 665px;
  }
  .hdWrap h1 {
    bottom: 20px;
    width: 70%;
    left: 52%;
    padding-left: 1em;
  }
  .hdWrap h1 p {
    text-align: left;
    font-size: clamp(38px, 3.8vw, 43px);
    line-height: 1.3;
  }
  .hdWrap h1 p.sub {
    font-size: 30px;
  }
  .lead p {
    max-width: 800px;
  }
  section {
    margin-top: 90px;
  }
  section h2 {
    font-size: 36px;
    margin-bottom: 55px;
  }
  section h2::after {
    left: calc(50% + 160px);
  }
  section .photoArea {
    margin: 70px 0;
  }
  section .speakerArea {
    margin: 60px auto 110px 0;
    max-width: none;
  }
  section .speakerArea img {
    width: 500px;
  }
  section .speakerArea .speakerText {
    bottom: 35px;
    right: 90px;
  }
  section .speakerArea .speakerText > div::before {
    width: 450px;
    height: 232px;
    -webkit-clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
            clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
  }
  section .speakerArea .speakerText p {
    font-size: 15px;
    line-height: 1.3;
  }
  section .speakerArea .speakerText p .name {
    font-size: 18px;
    margin-top: 5px;
  }
  section .speakerArea .speakerText p .name small {
    font-size: 13px;
  }
  a.underline {
    line-height: 1;
    background: linear-gradient(#DE0202, #DE0202) 0 100%/0 1px no-repeat;
    padding: 2px;
    color: #DE0202;
  }
  a.underline span {
    background: linear-gradient(to right, #DE0202 2px, transparent 2px) 0 100%/5px 1px repeat-x;
    padding: 2px;
  }
  a.underline:hover {
    background-size: 100% 1px;
  }
  .next_link {
    margin-top: 120px;
  }
  .next_link a {
    margin-bottom: 40px;
    padding: 20px 0;
    border: solid 2px #DE0202;
    transition: all 0.5s;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .next_link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s;
  }
  .next_link a p {
    font-size: 18px;
  }
  .next_link a p::after {
    right: 35px;
  }
  .next_link a:hover::before {
    width: 100%;
  }
  .next_link a:hover p {
    color: #DE0202;
  }
  .next_link a:hover p::after {
    background-image: url(./arrow_rd.svg);
  }
  .page_link a {
    transition: all 0.3s;
    border-bottom: solid 1px #fff;
  }
  .page_link a:hover {
    color: #DE0202;
    border-color: #DE0202;
  }
  .page_link a img {
    width: 8px;
    height: auto;
  }
  p#note_text {
    text-align: center;
    margin-top: 50px;
  }
  .p2 .hdWrap {
    background-image: url(./pc_hd_bg_2.jpg?1205);
    height: 380px;
  }
  .p2 .hdWrap h1 {
    bottom: 8px;
    width: 45%;
    left: 68%;
  }
  .p2 .hdWrap h1 p {
    font-size: clamp(26px, 2.5vw, 28px);
  }
  .p2 .hdWrap h1 p.sub {
    font-size: 22px;
  }
  .p2 section h2::after {
    left: calc(50% + 280px);
  }
  .p2 section .speakerArea.right .speakerText {
    left: 90px;
    right: auto;
  }
  .p2 section .speakerArea.right .speakerText > div::before {
    -webkit-clip-path: polygon(0% 0%, 77% 0%, 100% 100%, 23% 100%);
            clip-path: polygon(0% 0%, 77% 0%, 100% 100%, 23% 100%);
  }
  .p2 .corp_link {
    margin: 80px auto 80px;
  }
  .p2 .corp_link > div:nth-of-type(1), .p2 .corp_link > div:nth-of-type(2) {
    margin-top: 60px;
  }
  .p2 .corp_link a {
    position: relative;
    padding-bottom: 3px;
    transition: 0.3s;
  }
  .p2 .corp_link a.logo::after {
    content: none;
  }
  .p2 .corp_link a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #0070f2;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .p2 .corp_link a:hover.logo {
    opacity: 0.8;
  }
  .p2 .corp_link a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}