@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
座談会　共通css
  ---------------------------------------------*/
.main_area {
  text-align: center;
  padding-top: 35vw;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 38vw;
  }
}
.main_area p {
  background-color: #061643;
  color: #fff;
  width: 120px;
  margin: 0 auto;
  line-height: 1em;
  padding: 8px 0 3px;
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
  opacity: 0;
  filter: blur(10px);
  clip-p1ath: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

.talk .main_area {
  height: 56.2vw;
}
.talk .main_area .bg_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*---------------------------------------------
コンテンツ
  ---------------------------------------------*/
.prof {
  width: 90%;
  min-width: 1000px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media all and (max-width: 480px) {
  .prof {
    min-width: 90%;
    max-width: 90%;
    flex-wrap: wrap;
    text-align: left;
  }
}
.prof .sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .prof .sponly {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .prof dl {
    display: flex;
  }
}
@media all and (max-width: 480px) {
  .prof dl dt {
    margin-right: 15px;
  }
}

article h3 {
  display: inline-block;
  position: relative;
}
article h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 130%;
  height: 400%;
  z-index: -1;
  border-radius: 40px 0 0 0;
}
@media all and (max-width: 480px) {
  article h3:before {
    border-radius: 0;
  }
}
article h3:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -100px;
  right: -100px;
  background: url("/assets/img/culture/talk_yong/element01.png") center no-repeat;
  background-size: contain;
  animation: element 5s 0s infinite;
}
@media all and (max-width: 480px) {
  article h3:after {
    width: 70px;
    height: 70px;
    top: -70px;
    right: -70px;
  }
}
article .top_area {
  position: relative;
}
article .top_area p {
  width: 470px;
}
@media all and (max-width: 480px) {
  article .top_area p {
    width: 100%;
  }
}
article .top_area .subimage {
  width: 50vw;
  max-width: 700px;
  height: 29vw;
  max-height: 400px;
  position: absolute;
  top: 0;
  left: 500px;
}
@media all and (max-width: 480px) {
  article .top_area .subimage {
    width: 100%;
    height: 52vw;
    max-width: 100%;
    position: static;
  }
}
article p {
  position: relative;
  padding-left: 80px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
  filter: blur(10px);
}
@media all and (max-width: 480px) {
  article p {
    padding-left: 50px;
  }
}
article p:before {
  content: "";
  width: 62px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #061643;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}
@media all and (max-width: 480px) {
  article p:before {
    width: 40px;
    height: 60px;
    padding-top: 40px;
  }
}
article p.aa:before {
  content: "A.A.";
  background: url("/assets/img/culture/talk_yong/aa.png") top center no-repeat;
  background-size: contain;
}
article p.ky:before {
  content: "K.Y.";
  background: url("/assets/img/culture/talk_yong/ky.png") top center no-repeat;
  background-size: contain;
}
article p.tm:before {
  content: "T.M.";
  background: url("/assets/img/culture/talk_yong/tm.png") top center no-repeat;
  background-size: contain;
}
article p.ht:before {
  content: "H.T.";
  background: url("/assets/img/culture/talk_yong/ht.png") top center no-repeat;
  background-size: contain;
}
article p.yc:before {
  content: "Y.C.";
  background: url("/assets/img/culture/talk_electrical/yc.png") top center no-repeat;
  background-size: contain;
}
article p.kj:before {
  content: "K.J.";
  background: url("/assets/img/culture/talk_electrical/kj.png") top center no-repeat;
  background-size: contain;
}
article p.tk:before {
  content: "T.K.";
  background: url("/assets/img/culture/talk_electrical/tk.png") top center no-repeat;
  background-size: contain;
}
article p.yy:before {
  content: "Y.Y.";
  background: url("/assets/img/culture/talk_electrical/yy.png") top center no-repeat;
  background-size: contain;
}
article p.isAnimate {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

article:nth-of-type(2) h3 {
  float: right;
  margin-right: 190px;
}
@media all and (max-width: 480px) {
  article:nth-of-type(2) h3 {
    float: none;
    margin-right: 0;
  }
}
article:nth-of-type(2) h3:before {
  width: 140%;
  height: 250%;
}
article:nth-of-type(2) h3:after {
  background: url("/assets/img/culture/talk_yong/element02.png") center no-repeat;
  background-size: contain;
}
article:nth-of-type(2) h3.line1 {
  margin-right: 170px;
}
@media all and (max-width: 480px) {
  article:nth-of-type(2) h3.line1 {
    margin-right: 0;
  }
}
article:nth-of-type(2) h3.line1:before {
  width: 130%;
  height: 400%;
}
article:nth-of-type(2) .top_area {
  clear: both;
  float: right;
}
@media all and (max-width: 480px) {
  article:nth-of-type(2) .top_area {
    float: none;
  }
}
article:nth-of-type(2) .top_area .subimage {
  width: 50vw;
  max-width: 700px;
  height: 29vw;
  position: absolute;
  top: -75px;
  left: auto;
  right: 510px;
}
@media all and (max-width: 480px) {
  article:nth-of-type(2) .top_area .subimage {
    width: 100%;
    height: 52vw;
    max-width: 100%;
    position: static;
  }
}
article:nth-of-type(2) p {
  clear: both;
}

article:nth-of-type(3) h3:after {
  background: url("/assets/img/culture/talk_yong/element03.png") center no-repeat;
  background-size: contain;
}

.sub_final {
  width: 100%;
  height: 31.5vw;
}

.message_wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  transition: 1s;
}
@media all and (max-width: 480px) {
  .message_wrap {
    width: 90%;
  }
}
.message_wrap .bg {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 80px 30px 20px;
  backdrop-filter: blur(10px);
  position: relative;
  padding: 50px 40px 30px;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .message_wrap .bg {
    padding: 50px 15px 30px;
  }
}
.message_wrap .bg h3 {
  text-align: center;
}
.message_wrap .bg p {
  position: relative;
  padding-left: 80px;
}
@media all and (max-width: 480px) {
  .message_wrap .bg p {
    padding-left: 50px;
  }
}
.message_wrap .bg p:before {
  content: "";
  width: 62px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #061643;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}
@media all and (max-width: 480px) {
  .message_wrap .bg p:before {
    width: 40px;
    height: 60px;
    padding-top: 40px;
  }
}
.message_wrap .bg p.aa:before {
  content: "A.A.";
  background: url("/assets/img/culture/talk_yong/aa.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.ky:before {
  content: "K.Y.";
  background: url("/assets/img/culture/talk_yong/ky.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.tm:before {
  content: "T.M.";
  background: url("/assets/img/culture/talk_yong/tm.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.ht:before {
  content: "H.T.";
  background: url("/assets/img/culture/talk_yong/ht.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.yc:before {
  content: "Y.C.";
  background: url("/assets/img/culture/talk_electrical/yc.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.kj:before {
  content: "K.J.";
  background: url("/assets/img/culture/talk_electrical/kj.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.tk:before {
  content: "T.K.";
  background: url("/assets/img/culture/talk_electrical/tk.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .bg p.yy:before {
  content: "Y.Y.";
  background: url("/assets/img/culture/talk_electrical/yy.png") top center no-repeat;
  background-size: contain;
}
.message_wrap .blue_shadow {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(5, 23, 138);
  background: linear-gradient(45deg, rgb(5, 23, 138) 0%, rgb(86, 87, 252) 26%, rgb(5, 58, 124) 44%, rgb(59, 212, 242) 100%);
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .message_wrap .blue_shadow {
    top: 10px;
    left: 10px;
  }
}

@keyframes element {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.under_link_area.young a {
  background: url("/assets/img/culture/talk_yong/under_link.jpg") center no-repeat;
  background-size: cover;
}

.under_link_area.electrical a {
  background: url("/assets/img/culture/talk_electrical/under_link.jpg") center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=talk.css.map */