@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.73;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 1.5rem;
  }
}

div,
section {
  position: relative;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: bold;
}

small {
  font-size: 1.4rem;
  line-height: 1.6;
}
small.siz12 {
  font-size: 1.2rem;
  line-height: 1.3;
}

main {
  max-width: 860px;
  border-top: 1px solid transparent;
  display: block;
}
@media screen and (min-width: 750px) {
  main {
    width: 71.6%;
  }
}

@media screen and (max-width: 749px) {
  .sp_center {
    margin: auto;
  }
}

@media screen and (min-width: 750px) {
  .container {
    min-width: 1400px;
  }
}

@media screen and (min-width: 750px) {
  .flex {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .flex_m50 > * {
    width: calc((100% - 50px) / 2);
  }
  .flex_m50 > :nth-child(2) {
    margin-left: 50px;
  }
  .flex_item-top {
    align-self: flex-start;
  }
}

b {
  font-weight: bold;
}

.title {
  color: #FFF;
  background: #a54b55;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
}
.title_img-speak {
  width: 50px;
  margin-right: 8px;
}
.title_img-reports {
  width: 30px;
  margin-right: 9px;
}

.tx-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .tx-18 {
    font-size: 1.5;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.w80 {
  margin: 0 auto;
  width: 80% !important;
  display: block;
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 749px) {
  .pb-110 {
    padding-bottom: 50px !important;
  }
}

.ptb-40 {
  padding: 40px 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .mt-20 {
    margin-top: 15px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .mt-70 {
    margin-top: 30px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-100-pc {
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .mt-100-pc {
    margin-top: 0px !important;
  }
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg_rose {
  background: #a54b55 !important;
}
.bg_green {
  background: #336636 !important;
}
.bg_black-opa {
  background: rgba(0, 0, 0, 0.7) !important;
}
.bg_white {
  background: #FFF !important;
}

.txt_white {
  color: #FFF !important;
}
.txt_black {
  color: #000 !important;
}

.loading {
  background: white;
  color: grey;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.header {
  background: #336636;
  height: 120px;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 749px) {
  .header {
    height: 140px;
    display: flex;
    flex-wrap: wrap;
  }
}
.header_asahi {
  display: block;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .header_asahi {
    width: 100px;
    left: 12px;
    top: 15px;
  }
}
@media screen and (max-width: 749px) {
  .header_asahi {
    width: 70px;
    left: 10px;
    top: 10px;
  }
}
.header_title {
  display: block;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .header_title {
    width: 416px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 749px) {
  .header_title {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
  }
}
.header_credit {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.3;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .header_credit {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 749px) {
  .header_credit {
    right: 10px;
    top: 10px;
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 750px) {
  .speakers {
    display: grid;
    display: -ms-grid;
    grid-template-rows: 360px 360px;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 360px 360px;
    -ms-grid-columns: 50% 50%;
  }
}
.speaker_item {
  overflow: hidden;
  position: relative;
}
.speaker_item:nth-of-type(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.speaker_item:nth-of-type(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.speaker_item:nth-of-type(3) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.speaker_item:nth-of-type(4) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.speaker_item_img {
  display: block;
  margin-left: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.speaker_item_caption {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (min-width: 750px) {
  .speaker_item_caption {
    height: 80px;
  }
}
@media screen and (max-width: 749px) {
  .speaker_item_caption {
    flex-wrap: wrap;
  }
}
.speaker_item_caption-1 {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .speaker_item_caption-1 {
    font-size: 1.0rem;
  }
}
.speaker_item_caption-2 {
  font-size: 2.0rem;
  font-weight: 700;
  flex-grow: 2;
  padding-left: 15px;
}
@media screen and (max-width: 749px) {
  .speaker_item_caption-2 {
    font-size: 1.8rem;
    text-align: right;
  }
}
.speaker_item_caption-3 {
  display: flex;
  width: 180px;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .speaker_item_caption-3 {
    font-size: 1.4rem;
    font-weight: 700;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .speaker_item_caption-3 {
    font-size: 1.2rem;
    margin-top: 15px;
    width: 100%;
    justify-content: flex-end;
  }
}
.speaker_item_caption-3 .label {
  height: 27px;
  width: 180px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .speaker_item_caption-3 .label {
    width: calc((100% - 15px)/2);
  }
  .speaker_item_caption-3 .label:nth-of-type(2) {
    margin-left: 15px;
  }
}

.intro {
  padding: 100px 0;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .intro {
    padding: 50px 13px;
  }
}
.intro-1 {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .intro-1 {
    font-size: 1.2rem;
    text-align: left;
  }
}
.intro-2 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .intro-2 {
    font-size: 1.6rem;
  }
}
.intro-3 {
  font-weight: 700;
}

.reports_article {
  max-width: 800px;
  margin: auto;
}
.reports_text {
  padding: 0 13px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #336636;
  color: #FFF;
}
@media screen and (min-width: 750px) {
  .footer {
    height: 100px;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 20px 0;
  }
}
.footer_copy {
  line-height: 1.66;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .footer_copy {
    font-size: 1.0rem;
    text-align: center;
  }
}

.company {
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .company {
    height: 200px;
  }
}
.company_logo {
  width: 100%;
  display: block;
  max-width: 200px;
  font-size: 2.0rem;
  color: #000;
}
.company_logo_text {
  margin-top: 20px;
  white-space: nowrap;
}

a.txt {
  color: #000;
  text-decoration: underline;
}
a.btn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  height: 40px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFF;
  border: 1px solid #FFF;
  margin: auto;
}
@media screen and (max-width: 749px) {
  a.btn {
    height: 50px;
    width: calc(100% - 30px);
    margin: auto;
    font-size: 1.8rem;
  }
}
a.btn::after {
  content: "▼";
  font-size: 1.0rem;
  margin-left: 10px;
}
a.trans {
  transition: opacity 0.5s;
}
a.trans:hover {
  opacity: 0.5;
}

.fadein {
  opacity: 0;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

.fadeInUp2 {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp2;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
