/***********************************************
 stage
************************************************/
#stage{
    position: relative;
    height: calc(100vh - 70px);
}
#stage h1{
    position: absolute;
    content: "";
    z-index: 3;
    left: 0;
    right: 0;
    top: 3%;
    margin: auto;
    width: 90%;
    height: auto;
    max-width: 900px;
}
#stage h1 img{
    width: 100%;
    height: auto;
}
#stage .main-txt{
    position: absolute;
    content: "";
    z-index: 3;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: clamp(1.25rem, 1.036rem + 0.54vw, 1.438rem);
    line-height: 140%;
    color: #fff;
}
#stage .main-txt span{
    display: block;
}
#stage .stage-bg {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 70px);
}
#stage .overlay{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
    z-index: 2;
}
#stage .stage-bg .bg-item{
    width: 100%;
    height: calc(100vh - 70px);
}
#stage .stage-bg .stage-01{
    background: url(../images/top/stage-01.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#stage .stage-bg .stage-02{
    background: url(../images/top/stage-02.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#stage .fuki-01{
    position: absolute;
    content: "";
    right: 5%;
    bottom: 3%;
    width: 6.3%;
    padding-top: 10.5%;
    background: url(../images/top/fuki-01.svg) no-repeat;
    background-size: cover;
    animation: fuki01 10s ease-in-out forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    opacity: 0;
    z-index: 3;
}
@keyframes fuki01 {
  0%  {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70%  {
      opacity: 1;
  }
  73%  {
      opacity: 0;
  }
  100%  {
      opacity: 0;
  }
}
#stage .fuki-02{
    position: absolute;
    content: "";
    left: 5%;
    bottom: 4%;
    width: 6%;
    padding-top: 10%;
    background: url(../images/top/fuki-02.svg) no-repeat;
    background-size: cover;
    animation: fuki02 10s ease-out forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay:5s;
    opacity: 0;
    z-index: 3;
}
@keyframes fuki02 {
  0%  {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70%  {
      opacity: 1;
  }
  73%  {
      opacity: 0;
  }
  100%  {
      opacity: 0;
  }
}
/***********************************************
 top-bwlist
************************************************/
#top-bwlist{
    background: #000;
    position: relative;
    padding: 50px 0;
}
#top-bwlist:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -55px;
    margin: auto;
    height: calc(120px / 2);
    width: 120px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #000;
    z-index: 3;
}
#top-bwlist:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top/list-bg.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#top-bwlist .inner{
    width: 94%;
    margin: 0 auto;
}
.swiper-container-wrapper {
  position: relative; /* 基準にする */
}
#top-bwlist .inner .bw-set{
    background: rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    position: relative;
}
#top-bwlist .inner .bw-set a{
    display: block;
    padding: 25px 25px 70px 25px;
    box-sizing: border-box;
}
#top-bwlist .inner .bw-set:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 145px;
    height: 100px;
    background: url(../images/common/warning-01.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#top-bwlist .inner .bw-set:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 130px;
    height: 85px;
    background: url(../images/common/warning-02.webp) no-repeat;
    background-size: cover;
    z-index: 5;
}
#top-bwlist .inner .bw-set .photo-box img{
    width: 100%;
    height: auto;
}
#top-bwlist .inner .bw-set .bw-info{
    margin: -40px 0 0 10px;
    position: relative;
    z-index: 5;
}
#top-bwlist .inner .bw-set .bw-info .position{
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #000;
}
#top-bwlist .inner .bw-set .bw-info h2{
    font-size: clamp(1.75rem, 1.25rem + 1.25vw, 2.188rem);
    font-family: "Outfit", sans-serif;
    font-style: italic;
    color: #fff;
    line-height: 105%;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    paint-order: stroke;
    letter-spacing: 1px;
}
#top-bwlist .inner .bw-set .bw-info h3{
    font-size: clamp(1.125rem, 0.982rem + 0.36vw, 1.25rem);
    margin: 10px 0 0 0;
}
#top-bwlist .inner .bw-set .bw-info h3 span{
    background: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff; 
}
/***********************************************
 top-interview
************************************************/
#top-interview{
    padding: 70px 0;
}
#top-interview .inner{
    width: 94%;
    margin: 0 auto;
    max-width: 1000px;
}
#top-interview .inner .interview{
    position: relative;
    margin-top: 60px;
}
#top-interview .inner .interview-l {
    margin-bottom:100px;
}
#top-interview .inner .interview-l .column {
    position: absolute;
    content: "";
    left: 0;
}
#top-interview .inner .interview-r .column {
    position: absolute;
    content: "";
    right: 0;
}
#top-interview .inner .interview .column h3{
    width: 50%;
    font-size: 26px;
    line-height: 150%;
    position: relative;
    padding: 20px 15px 20px 110px;
    background: #fff;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
#top-interview .inner .interview .column h3{
    font-size: 2vw;
}
}
#top-interview .inner .interview-r .column h3{
    margin-left: auto;
}
#top-interview .inner .interview .column h3:before{
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#top-interview .inner .interview-l .column h3:before{
    background: url(../images/common/face-yk.webp) no-repeat;
    background-size: cover;
    width: 80px;
    height: 79px;
}
#top-interview .inner .interview-r .column h3:before{
    background: url(../images/common/face-mk.webp) no-repeat;
    background-size: cover;
    width: 80px;
    height: 81px;
}
#top-interview .inner .interview .column h4{
    font-size: clamp(1.125rem, 0.696rem + 1.07vw, 1.5rem);
    margin: 30px 0 0 0;
}
#top-interview .inner .interview .column h4 span{
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}
#top-interview .inner .interview .column h4 i{
    display: block;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: var(--main-color);
}
#top-interview .inner .interview-r .column h4{
    margin-left: auto;
    width: 150px;
}
#top-interview .inner .interview-l .interview-bg {
    margin-left: auto;
}
#top-interview .inner .interview .interview-bg {
    width: calc(90% - 150px);
}
#top-interview .inner .interview .interview-bg img{
    width: 100%;
    height: auto;
}
#top-interview .inner .interview-r a.more{
    margin-left: auto !important;
    width: 150px;
}
/***********************************************
 top-numbers
************************************************/
#top-numbers{
    padding: 70px 0;
}
#top-numbers .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}
#top-numbers .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-numbers .inner ul li{
    width: 32%;
    margin: 0 0 20px 0;
}
#top-numbers .inner ul li img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/***********************************************
 stage
************************************************/
#stage{
    position: relative;
    height: calc(60vh - 70px);
}
#stage .stage-bg {
    height: calc(60vh - 70px);
}
#stage .stage-bg .bg-item{
    height: calc(60vh - 70px);
}
#stage .main-txt span{
    display: inline;
}
#stage .fuki-01{
    width: 11%;
    padding-top: 18.3%;
}
#stage .fuki-02{
    width: 11%;
    padding-top: 18.3%;
}
/***********************************************
 top-bwlist
************************************************/
#top-bwlist:after{
    top: -30px;
    margin: auto;
    height: calc(60px / 2);
    width: 60px;
}
#top-bwlist .inner .bw-set:before{
    width: 100px;
    height: 69px;
}
#top-bwlist .inner .bw-set:after{
    width: 90px;
    height: 59px;
}
#top-bwlist .inner .bw-set a{
    padding: 15px 15px 50px 15px;
}
#top-bwlist .inner .bw-set .bw-info{
    margin: -40px 0 0 5px;
}
/***********************************************
 top-interview
************************************************/
#top-interview .inner .interview{
    position: static;
    margin-top: 0;
}
#top-interview .inner .interview-l {
    margin-bottom:50px;
}
#top-interview .inner .interview-l .ph-photo{
    width: 100%;
    background: url(../images/top/interview-01.webp) no-repeat;
    background-size: cover;
    padding-top: 62%;
}
#top-interview .inner .interview-r .ph-photo{
    width: 100%;
    background: url(../images/top/interview-02.webp) no-repeat;
    background-size: cover;
    padding-top: 62%;
}
#top-interview .inner .interview-l .column {
    position: static;
}
#top-interview .inner .interview-r .column {
    position: static;
}
#top-interview .inner .interview .column h3{
    width: 95%;
    margin-top: -8%;
    font-size: 5vw;
    line-height: 140%;
    padding: 15px 10px 10px 70px;
}
#top-interview .inner .interview .column h3:before{
    left: 0;
}
#top-interview .inner .interview-l .column h3:before{
    width: 60px;
    height: 59px;
}
#top-interview .inner .interview-r .column h3:before{
    width: 60px;
    height: 61px;
}
#top-interview .inner .interview-r .column h3{
    margin-left: 0;
}
#top-interview .inner .interview .column h4{
    margin: 10px 0 -15px 0;
}
.interview-bg{
    display: none;
}
#top-interview .inner .interview-l .column .more{
    margin-left: auto;
    width: 150px;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 top-numbers
************************************************/
#top-numbers{
    padding: 0 0 0 0;
}
#top-numbers .inner ul li{
    width: 48%;
}
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}