@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 .base {
  position: relative;
  opacity: 0;
}
#section01 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 102%;
  min-height: 102%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#section01 .section__in {
  width: 90%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    display: flex;
  }
}
#section01 .section__in2 {
  width: 90%;
  max-width: 960px;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .section__in2 {
    display: none;
  }
}
#section01 .section__in3 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section01 .section__in3 {
    display: none;
  }
}
#section01 .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section01 .titles {
    flex-wrap: wrap;
  }
}
#section01 .titles h2 {
  width: 50%;
  color: #fff;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 {
    width: 100%;
  }
}
#section01 .titles h2 .eng {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 0.8em;
  position: relative;
  line-height: 100%;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng {
    width: 100%;
    display: block;
  }
}
#section01 .titles h2 .eng::after {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  right: 0.35em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .eng::after {
    content: none;
  }
}
#section01 .titles h2 .jpn {
  letter-spacing: 0.15em;
  position: relative;
  z-index: 4;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 1em;
    padding-top: 0.75em;
  }
}
#section01 .titles h2 .jpn .pos {
  position: relative;
  z-index: 5;
}
#section01 .titles h2 .jpn::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 12.5%;
  background-color: #fff;
  /*background : linear-gradient(180deg, rgba(119, 152, 186, 1) 0%,  rgba(19, 75, 103, 1) 100%);*/
  display: none;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .titles h2 .jpn::after {
    display: block;
  }
}
#section01 .titles .lefttext {
  width: 50%;
  text-align: right;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .titles .lefttext {
    width: 100%;
    text-align: left;
    margin-top: 0.35em;
  }
}
#section01 .pcs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#section01 .pcs video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 102%;
  min-height: 102%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* これでcover効果 */
  width: 100%;
  height: 100%;
  z-index: 0;
}

#section02 {
  width: 100%;
  padding: 120px 0 50px 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 12vw 0 12vw 0;
  }
}
#section02 h2 {
  width: 100%;
  line-height: 180%;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    text-align: left;
  }
}
#section02 .base_text {
  text-align: center;
  line-height: 210%;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    text-align: left;
    margin-bottom: 20vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section02 .sponlylogo {
  width: 52.5%;
  margin: 0 auto 10vw auto;
  display: none;
}
@media screen and (max-width:800px) {
  #section02 .sponlylogo {
    display: block;
  }
}
#section02 .zubox {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
#section02 .zubox .base {
  position: relative;
}
#section02 .bt01 {
  position: absolute;
  z-index: 10;
  width: 9.15%;
  top: 43.5%;
  left: 75.5%;
}
@media screen and (max-width:800px) {
  #section02 .bt01 {
    width: 22.5%;
    top: 96.5%;
    left: 70%;
  }
}
#section02 .bt02 {
  position: absolute;
  z-index: 10;
  width: 9.15%;
  top: 78.5%;
  left: 75.5%;
}
@media screen and (max-width:800px) {
  #section02 .bt02 {
    width: 22.5%;
    top: 82%;
    left: 5%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 12vw 0;
    background-color: #fff;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1025px;
  margin: 0 auto;
}
#section03 .ttls {
  text-align: center;
  margin-bottom: 0.75em;
}
#section03 h2 {
  border: 1px solid #666;
}
#section03 h2 figure {
  padding: 25px 0;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section03 h2 figure {
    padding: 2.5vw 0;
  }
}
#section03 .section__in2 {
  width: 90%;
  max-width: 735px;
  margin: 0 auto;
  padding: 180px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section03 .section__in2 {
    padding: 16vw 0 12vw 0;
  }
}
#section03 h3 {
  text-align: center;
  padding: 0.75em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  letter-spacing: 0.15em;
  font-weight: 500;
}
#section03 .base_text {
  padding: 1.5em 0 100px 0;
  letter-spacing: 0.1em;
  line-height: 210%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    padding: 1.5em 0 15vw 0;
  }
}
#section03 .base_text.last {
  padding: 1.5em 0 0px 0;
}
@media screen and (max-width:800px) {
  #section03 .base_text.last {
    padding: 1.5em 0 0vw 0;
  }
}/*# sourceMappingURL=group.css.map */