@charset "UTF-8";
/* MIXIN ----------*/
/* MIXIN ----------*/
/* RESET ----------*/
@media only screen and (max-width: 768px) {
  body.responsive-sp #newsreleasewall {
    height: auto !important;
  }
  body.responsive-sp .prevnext-navi a p {
    display: block;
    width: 100%;
  }
  .prevnext-navi {
    box-sizing: content-box;
  }
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
 scroll-behavior: smooth;
}

html {
  /* 固定ヘッダーの高さ */
  scroll-padding-top: 25px; 
}

*, ::before, ::after {
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

a, a:link, a:hover, a:focus {
  color: #222;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  line-height: 0;
}

sup {
  font-size: 70%;
}

sub {
  vertical-align: baseline;
}

@media only screen and (min-width: 769px) {
  #wrap {
      min-width: 1200px;
  }
}

/* RESET ----------*/

/* main ----------*/
:root {
  --bg-color: #000;
  --bg-img: url(images/bg.png);
  --menu-color: #fdf866;
  --gradient: linear-gradient(75deg, #71ff55 20%, #2cffce 50%, #55cfff 90%);
  --ul-gradient: linear-gradient(75deg, #058e74 20%, #00819b 50%, #0570b2 90%);
  --sp-ul-gradient: linear-gradient(75deg, #036d5b 20%, #066072 50%, #0a599e 90%);
  --font-family-en: "Orbitron", "M PLUS 1p", "Noto Sans JP", "源ノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
.tac { text-align: center!important; }
.tal { text-align: left!important; }
.tar {
  text-align: left!important;
  display: flex;
  justify-content: flex-end;
}
.mt0 { margin-top: 0!important; }
.mt1em { margin-top: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mt3em { margin-top: 3em!important; }
.mb0 { margin-bottom: 0!important; }
.border1 { border: 1px solid #888;}
.yellow { color: var(--menu-color); font-style: inherit; font-weight: 900;}

#main {
  background-color: var(--bg-color);
  background-image: var(--bg-img);
  color: #fff;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  padding-bottom: 6em;
}
/* txt ----------*/
#main p, #main table, #main ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
#main p {
  margin-top: 0;
  margin-bottom: 1.2em
}

#main p b {
  font-size: 1.04em;
  font-weight: 500;
  color: var(--menu-color);
  padding: 0 2px 4px;
  margin: 0 2px;
  line-height: 2;
  background: var(--ul-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
}
#main p.note {
  font-size: 13px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#main ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

#main ul.note li {
  font-size: 13px;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
#main ul.note li:not(:first-child) {
  margin-top: 0.3em;
  line-height: 1.6;
}


@media only screen and (max-width: 768px) {
  #main p, #main table, #main ul {
    font-size: 14px;
  }
  #main p b {
    font-size: 1em;
    padding-bottom: 3px;
    line-height: 2.4;
    background: var(--sp-ul-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 100%;

  }  
}

/* br ----------*/
.sp_br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}

/* ttl ----------*/
.ttl01 {
  color: var(--menu-color);
  padding-left: 5px;
}
.ttl01 h2 {
  display: inline-block;
  font-size: 6em;
  font-family: var(--font-family-en);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 4px;
}
.ttl01 span {
  margin-left: 1em;
  display: inline-block;
  font-size: 2.5rem;
  font-family: var(--font-family-en);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3px;
}

h3.ttl02 {
  position: relative;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 0 1em;
  padding-left: 1em;
}
h3.ttl02::before {
  position: absolute;
  inset: 0 auto 0 0;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 100%;
  border-radius: 2px;
  background-image: var(--gradient);
  margin-right: 0.4em;
  vertical-align: text-bottom;
}
div > h3.ttl02:not(:first-child) {
  margin-top: 3em;
}

h4.ttl03 {
  position: relative;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 0 1em;
  padding-left: 0.8em;
}
h4.ttl03::before {
  position: absolute;
  inset: 0 auto 0 0;
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 100%;
  border-radius: 2px;
  background: var(--menu-color);
  margin-right: 0.4em;
  vertical-align: text-bottom;
}
div > h4.ttl03:not(:first-child) {
  margin-top: 2em;
}

.ttl04 {
  font-size: 1.75em;
  font-weight: 600;
  border-bottom: 2px solid #888;
  padding-bottom: 5px;
  margin: 0 0 15px;
}
div > .ttl04:not(:first-child) {
  margin-top: 1em;
}

.ttl04 span {
  display: block;
  padding-bottom: 4px;
  width: 100%;
  font-size: 0.6em;
}

h5.ttl05 {
  margin: 0.5em 0 0;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .ttl01 h2 {
    font-size: 2.8em;
  }
  .ttl01 span {
    margin-left: 0;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  h3.ttl02 {
    font-size: 1.8em;
  }
  h4.ttl03 {
    font-size: 1.6em;
  }
  .ttl04 {
    font-size: 1.7em;
  }
  h4.ttl04 span {
    font-size: 0.66em;
    padding-bottom: 2px;
  }
  h5.ttl05 {
    font-size: 15px;
  }
  

}

/* img ----------*/
#main img {
  line-height: 1;
}
.img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img img {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  height: auto;
}
.img.img_80per {
  width: 80%;
  max-width: 800px;
  margin: 3em auto 0;
}
.img.img_100per {
  width: 100%;
  max-width: 900px;
  margin: 3em auto 0;
}
.img.img_200px {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: auto;
}
#main p.img_caption {
  margin: 0.5em 0 0;
  text-align: center;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {

  .img {
    max-width: 550px;
    margin: auto;
  }
  .img.img_100per img {
    max-width: none;
  }
  .img.img_80per {
    width: 100%;
  }

}

/* cyber-section ----------*/

.cyber-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.block-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  z-index: 2;
  pointer-events: none;
}
.block-cell {
  background: var(--bg-color);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.section-content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
  font-size: 1.1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .block-mask {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

/* mv ----------*/
.mv {
  background: url(./images/mv.jpg) bottom center no-repeat;
  background-size: cover;
  overflow: hidden;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
}
.mv_inr {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: auto;
  padding-top: 280px;
}

@media only screen and (max-width: 768px) {
  .mv {
    background: url(./images/mv_sp.jpg) center center no-repeat;
    background-size: cover;
    height: auto;
    padding: 40px 0;
    width: auto;
    min-height: 500px;
    display: flex;
    align-items: end;
  }
  .mv_inr {
    display: flex;
    align-items: flex-end;
    width: auto;
    padding-top: unset;

  }
}

.mv .caption {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  background-color: rgb(0 0 0 / 0.6);
  letter-spacing: 0.03em;
  width: 100%;
  margin-top: 20px;
}
#main .mv .caption p {
  margin: 0 auto;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .mv .caption {
    font-size: 14px;
    line-height: 150%;
    padding: 5px 10px;
    margin: 10px 5% 0 5%;
    width: 90%;
    text-align: left;
    letter-spacing: 0;
  }
}

/* mv title ----------*/
.title {
  position: absolute;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.2em;
  line-height: 1;
}
.title h1 {
/*  position: absolute;
  inset: 0 0 0 0;*/
  z-index: 1;
}
.title img{
  width:100%;
  height: auto;
}
.title i {
  display: inline-block;
  position: absolute;
  inset: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
  .title {
    position: relative;
    text-align: center;
  }
  .title img {
    max-width: 720px;

    margin: auto;
  }
}

.title i:nth-child(1) {
  opacity: 0.25;
  animation: glitch1 2.5s forwards;
  animation-delay: 1.5s;
}
.title i:nth-child(2) {
  opacity: 0.25;
  animation: glitch2 2.5s forwards;
  animation-delay: 1.5s;
}

@keyframes glitch1 {
  0%   { transform: none; opacity: 0.25; }
  7%   { transform: translate(-2px, -3px);  opacity: 0.5; }
  10%  { transform: none; opacity: 0.25; }
  27%  { transform: none; opacity: 0.25; }
  30%  { transform: translate(-5px, -2px);  opacity: 0.5; }
  35%  { transform: none; opacity: 0.25; }
  35.01%,100%  { transform: none; opacity: 0.25; }
}
@keyframes glitch2 {
  0%   { transform: none; opacity: 0.25; }
  7%   { transform: translate(2px, 3px);  opacity: 0.5; }
  10%  { transform: none; opacity: 0.25; }
  27%  { transform: none; opacity: 0.25; }
  30%  { transform: translate(5px, 2px);  opacity: 0.5; }
  35%  { transform: none; opacity: 0.25; }
  35.01%,100%  { transform: none; opacity: 0.25; }
}

/* read_box ----------*/
.read_box {
  padding: 60px 0;
  color: #fff;
}
.acr_list_box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  .read_box {
    padding: 60px 0 30px;
  }
  .acr_list_box {
    margin: 0;
  }
}

.acr_list_box a.acr_btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: calc(100% / 5 - 15px);
  padding: 12px 12px 14px;
  padding-left: 13px;
  font-family: "Orbitron", "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 1.7em;
  color: #fff;
  background: var(--bg-color);
  border: 2px solid #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  line-height: 1.8;
}
.acr_list_box a.acr_btn .btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  font-size: 0.543em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
  transition: all 0.3s ease;
}
a.acr_btn i {
  position: absolute;
  inset: 0;
  display: block;
}
a.acr_btn i::before, a.acr_btn i::after {
  content: "";
}
a.acr_btn i::before {
  position: absolute;
  top: -4px;
  left: 80%;
  width: 4px;
  height: 4px;
  background: var(--bg-color);
  transform: translateX(-50%) skew(325deg);
  transition: 0.5s;
}
a.acr_btn i::after {
  position: absolute;
  bottom: -4px;
  left: 20%;
  width: 4px;
  height: 4px;
  background: var(--bg-color);
  transform: translateX(-50%) skew(325deg);
  transition: 0.5s;
}

@media only screen and (max-width: 768px) {
  .acr_list_box {
    flex-direction: column;
  }
  .acr_list_box a.acr_btn {
    width: 88%;
  }
  .acr_list_box a.acr_btn .btn-txt {
    height: auto;
  }
}

/* read_box :hover ----------*/
.acr_list_box a.acr_btn:hover, .acr_list_box a.acr_btn:focus {
  width: calc(100% / 5);
  cursor: pointer;
  letter-spacing: 4px;
  background: var(--bg-color);
  border: 4px solid;
  color:  var(--menu-color);
  box-shadow: 0 0 35px var(--menu-color);
  padding-left: 15px;
}
a.acr_btn:hover .btn-txt, a.acr_btn:focus .btn-txt {
  letter-spacing: 3px;
}
a.acr_btn:hover i::before, a.acr_btn:focus i::before {
  width: 20px;
  left: 20%;
}
a.acr_btn:hover i::after, a.acr_btn:focus i::after {
  width: 20px;
  left: 80%;
}

@media only screen and (max-width: 768px) {
  .acr_list_box a.acr_btn:hover, .acr_list_box a.acr_btn:focus {
    width: 100%;
  }
}

/* animations ----------*/

/* fade ----------*/
.fade {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  visibility: hidden;
  transform: translateY(30px);
}
.fade.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: .6s;
}
.fade.fast.active {
  transition-delay: 0s;
}

/* reveal-text ----------*/
.reveal-text {
  position: relative;
  display: inline-block;
}
.reveal-text > * {
  opacity: 0;
}
.reveal-text.active > * {
  opacity: 1;
  animation: fadeIn 0s 0.6s backwards;
}

@keyframes fadeIn {
  0% { opacity: 0; }
}

.reveal-text::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--menu-color);
  transform: scaleX(0);
}
.reveal-text.active::after {
  animation: labelIn 0.6s 0s ease, labelOut 0.6s 0.6s ease;
  animation-fill-mode: forwards;
}

@keyframes labelIn {
  0%   { transform-origin: left; transform: scaleX(0); }
  100% { transform-origin: left; transform: scaleX(1);   }
}

@keyframes labelOut {
  0%   { transform-origin: right; transform: scaleX(1); }
  100% { transform-origin: right; transform: scaleX(0); }
}

/* section ----------*/
section {
  padding: 60px 0 0;
}
section:last-child {
  padding-bottom: 6em;
}

/* inr ----------*/
.inr {
  margin: 0 auto;
  width: 1080px;
}
@media only screen and (max-width: 1080px) {
  .inr {
    padding: 0 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inr {
    padding: 0 3%;
  }
}

/* section_box ----------*/
.section_box {
  position: relative;
  padding: 3em;
  margin: 3em 0 6em;
  background: #000;
  z-index: 0;
}
.section_box::before {
  content: "";
  position: absolute;
  inset: -2px;
  background-image: var(--gradient);
  z-index: -1;
  box-shadow: 0 0 40px #12837f; 
  border-radius: 4px;
}
.section_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  border-radius: 3px;
}

.sub_box {
  margin: 3em 0 4em;
  padding: 2em 1.5em;
  border: 1px solid #888;
  border-radius: 4px;
}
.section_box .sub_box:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .section_box {
    padding: 2em 1.2em;
  }
  .section_box::before {
    box-shadow: 0 0 20px #159d99; 
  }
  .sub_box {
    padding: 1.5em 1em;
  }
}

/* flex ----------*/
.flex_box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}
.flex_box > * {
  width: 100%;
}
.flex_box > .flex_img {
  display: inline-block;
  width: auto;
  min-width: 200px;
}
.flex_box > .flex_txt {
  display: inline-block;
  width: 100%;
}
div > .flex_box:not(:first-child) {
  margin-top: 3em;
}
.flex_box .w30per {
  width: calc(30% + 10px);
}
.flex_box .w70per {
  width: calc(70% - 20px);
}

@media only screen and (max-width: 768px) {
  .flex_box {
    flex-direction: column;
  }
  .flex_box > .flex_img {
    width: 100%;
  }
  .flex_box .w70per {
    width: 100%;
  }

}
.flex_box.col_2 > *,
.flex_box.col_3 > * {
  width: 100%;
}


/* graph_box ----------*/
.graph_box {
  position: relative;
  overflow-y: hidden;
}
.graph_box > * {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition:
    clip-path 0.8s ease-out,
    opacity 0.6s ease-out,
    transform 0.8s ease-out;
}
.graph_box.scroll.active > * {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.legend_on {
  font-size: 0.75em;
  line-height: 1.4;
}

#main .graph_box ul.legend {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px 2em;
  padding-left: 0;
  margin-top: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}
.graph_box ul.legend li {
  vertical-align: middle;
  line-height: 1.2;
}
.graph_box ul.legend .on {
  color: var(--menu-color);
  font-weight: 500;
}

.graph_box ul.legend *::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-right: 0.3em;
  border-radius: 50%;
}
.graph_box ul.legend .on::before {
  background-image: url(images/legend_on.png);
}
.graph_box ul.legend .off::before {
  background-image: url(images/legend_off.png);
}
@media only screen and (max-width: 768px) {
  #main .graph_box ul.legend {
    gap: 4px 1.2em;
    font-size: 12px;
  }
}

div.result {
  border: 1px solid #59daff;
  padding: 0.75em;
  max-width: 900px;
  margin: 3em auto 1em;
  box-shadow: 0 0 8px #59daff;
}
#main div.result p {
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
#main div.result p b {
  background: none;
  line-height: 1.8;
}

ul.result {
  max-width: 900px;
  margin: 1em auto 0;
  border-top: 1px solid #888;
  padding: 0.8em 0 0 1.5em;
  list-style-type: "○ ";
}
@media only screen and (max-width: 768px) {
  .result .graph_box p.img_caption {
    font-size: 12px;
  }
}


/* table ----------*/
#main table.table01 {
  width: 100%;
  margin: auto;
}
#main table.table01 tr > * {
  padding: 0.6em;
}
#main table.table01 th {
  font-weight: 500;
  border-bottom: 2px solid #888;
  margin-right: 3em;
}
#main table.table01 td {
  border-bottom: 2px solid #888;
  font-size: .92em;
}

#main table.table01 td ul li {
  font-size: .92em;
}
table .w25per {
  width: 25%;

}

@media only screen and (max-width: 768px) {
  #main table.table01 {
    width: 100%;
  }  
  #main table.table01 tr th:first-child {
    min-width: 8em;
  }
}

#main table.table02 th,
#main table.table02 td {
  text-align: center;
  padding: 5px;
  border: 1px solid #aaa;
}
#main table.table02 th {
  background: #124651;

}
table.table02 tr.strong,
table.table02 tr th.strong,
table.table02 tr td.strong {
  font-weight: 600;
  color: var(--menu-color);
  background: #202001;
}
table.table02 td b {
  color: var(--menu-color);
  font-weight: 500;
}

/* discussion ----------*/
.discussion {
  align-items: stretch;
  gap: 30px;
}
#main .discussion p {
  font-size: 14px;
  margin-top: 0.7em;
}
#main .discussion table {
  font-size: 14px;
}
#main table.table02 {
  width: 100%;
  table-layout: fixed;
}

.discussion > div {
  position: relative;
  padding: 0 10px;
}
.discussion > div:not(:first-child)::before {
  content: "";
  background: url(images/arrow-right.png) no-repeat center right / contain;
  position: absolute;
  inset: auto auto auto -30px;
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: calc(100% - 20px);
}
.discussion h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px solid #888;
  padding-bottom: 8px;
  margin-bottom: 14px;
  min-height: 3.8em;
}

@media only screen and (max-width: 768px) {
  .discussion > div {
    padding: 15px 0;
    width: 100%;
  }  
  .discussion .img img {
    max-width: 400px;
    margin: auto;
  }
  .discussion > div:not(:first-child)::before {
    height: 30px;
    width: calc(100% - 20px);  
    background: url(images/arrow-down.png) no-repeat center bottom / contain;
    inset: -30px auto auto auto;
  }
  .discussion h4 {
    margin-top: 0;
    min-height: unset;
  }
}


/* intervier ----------*/

.interview_box {
  margin-top: 2em;
}

#main .interview_box .intwee-m,
#main .interview_box .intwee-k,
#main .interview_box .intwee-i,
#main .interview_box .intwee-3 {
  min-height: 6em;
  height: auto;
  margin-bottom: 2em;
}
#main .interview_box .intwee-m p,
#main .interview_box .intwee-k p,
#main .interview_box .intwee-i p,
#main .interview_box .intwee-3 p {
  display: inline;
  font-size: 14px;
  clear: both;
}
#main .interview_box .intvw p {
  background: #444;
  font-size: 15px;
  font-weight: 500;
  min-height: unset;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 1.7em auto;
}

.interview_box span.intwee-name {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 6px;
  font-size: 15px;
}
.intwee-icon {
  width: 6em;
  height: auto;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.intwee-icon img {
  width: 100%;
  height: auto;
}

.intwee-m span.intwee-name {
  background: #a8097e;
}
.intwee-i span.intwee-name {
  background: #a20702;
}
.intwee-k span.intwee-name {
  background:  #8c760f;
}
.intwee-3 span.intwee-name {
  background: #064a93;
}

/* future ----------*/
.future_b {
  margin-top: 2em;
}
#main .future_b p {
  color: var(--menu-color);
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}

/* popup video ----------*/

.thumb01 {
  background: url('images/popup-thumb01.png') no-repeat center center/cover;
}
.thumb02 {
  background: url('images/movie01.png') no-repeat center center/cover;
}
/* ポップアップ動画 */
.link-video-popup {
	display: flex;
  gap: 10px 3em;
	inline-size: 100%;
	max-inline-size: 800px;
	min-block-size: 160px;
	margin: 0 auto;
	transition: opacity .3s ease;
  color: #fff;
  padding: 2em;
}
.section_box:has(.link-video-popup) {
  max-width: 800px;
  padding: 0;
  margin: auto;

}
a.link-video-popup,a.link-video-popup:hover, a.link-video-popup:visited {
  color: #fff;
}
.popup-thumb {
	inline-size: 40%;
	max-inline-size: 200px;
  height: auto;
	position: relative;
  margin: 0 auto;
  min-width: 200px;
  border: 1px solid #888;
}

.popup-thumb::before,
#movie .video-popup .img::before {
	content: '';
	display: block;
	inline-size: 50px;
	block-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('/assets/common/images/icon-video-play.svg') no-repeat center center/contain;
}

.popup-text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	font-size: 1.4rem;
}

#main p.popup-label {
  font-size: 1.4em;
	font-weight: 600;
	margin-bottom: .5em;
}
#main .popup-text-wrap p b {
  font-size: 1em;
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .link-video-popup {
    flex-direction: column;
  }
  .popup-thumb {
    height: 133px;
    min-width: unset;
    width: inherit;
  }
  .link-video-popup {
    padding: 2em 1.2em;
  }
}
.movie {
  margin: auto;
  text-align: center;
}
.movie iframe{ 
  border: 1px solid #666;
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 768px) {
  .movie iframe{ 
    width: 100%;
  }
  .intwee-icon {
    width: 4em;
    margin-right: 10px;
  }
  .interview_box span.intwee-name {
    font-size: 14px;
  }
  #main .interview_box .intwee-m,
  #main .interview_box .intwee-k,
  #main .interview_box .intwee-i,
  #main .interview_box .intwee-3 {
    min-height: 4em;
    margin-bottom: 2em;
  }
  #main .interview_box .intwee-3 .block {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
  #main .interview_box .intvw p {
    font-size: 14px;
    padding: 8px;
    line-height: 1.6;
  }
  

}


.section_box > *:last-child { margin-bottom: 0!important; }
.section_box > *:first-child { margin-top: 0!important; }
.sub_box > *:last-child { margin-bottom: 0!important; }
.flex_box > .flex_txt > *:last-child { margin-bottom: 0!important; }
.discussion > div > *:last-child { margin-bottom: 0!important; }
