.introduce .title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.introduce .title .name-block {
  font-size: 18px;
  color: var(--extra-color);
}
.introduce .title .title-content {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .introduce .title {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .introduce .title::before {
    display: none;
  }
  .introduce .title .name-block {
    font-size: 16px;
  }
  .introduce .title .title-content {
    margin-top: 5px;
    font-size: 16px;
  }
}
.introduce #video_item_inner_after {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 500px;
  max-width: 100%;
  z-index: 9999;
  background: #fff;
}
@media all and (max-width: 768px) {
  .introduce #video_item_inner_after {
    box-sizing: border-box;
  }
}
@media all and (max-width: 500px) {
  .introduce #video_item_inner_after {
    height: 350px;
  }
  .introduce #video_item_inner_after iframe {
    height: 350px;
  }
}
.introduce #video_item_inner_after .close_item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -15px;
}
@media all and (max-width: 500px) {
  .introduce #video_item_inner_after .close_item {
    right: 0px;
  }
}
.introduce #video_item_inner_after .close_item svg {
  fill: var(--main-color);
}

.body-introduce {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}
@media screen and (max-width: 700px) {
  .body-introduce {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body-introduce .content-bl {
  color: #000;
  box-sizing: border-box;
  transition: 1s;
  -webkit-transition: 1s;
  transition-duration: 1.5s;
  width: 50%;
  transform: translate(-100%, 0px);
  opacity: 0;
  transition: 1s all ease;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  text-align: left;
  background-color: var(--main-color);
  padding: 70px 45px 60px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .body-introduce .content-bl {
    opacity: 1;
    padding: 50px 30px 40px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl {
    padding: 35px 20px 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .body-introduce .content-bl {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .body-introduce .content-bl {
    padding: 35px 15px 30px 15px;
  }
}
.body-introduce .content-bl .wrapper_content {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .body-introduce .content-bl .wrapper_content {
    font-size: 16px;
  }
}
.body-introduce .content-bl .mask_back {
  width: 36.458vw;
  position: absolute;
  left: 50%;
  top: 0.5vw;
  transform: translate(-50%, 0%);
  opacity: 3%;
}
@media only screen and (max-width: 1440px) {
  .body-introduce .content-bl .mask_back {
    width: 93%;
    top: 10px;
  }
}
.body-introduce .content-bl .logo {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .logo {
    margin-bottom: 25px;
  }
}
.body-introduce .content-bl .button_in, .body-introduce .content-bl .button_out {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  padding: 5px 15px 6px;
  width: 120px;
  border-radius: 20px;
  font-size: 18px;
  margin: auto;
  text-align: center;
}
.body-introduce .content-bl .button_out {
  background: var(--extra-color);
  margin-top: 20px;
  display: none;
}
.body-introduce .content-bl .summary-bl {
  line-height: 1.5;
  color: #323a43;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .summary-bl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .body-introduce .content-bl .summary-bl {
    margin-bottom: 20px;
  }
}
.body-introduce .content-bl .summary-bl span {
  color: var(--main-color);
  font-weight: 500;
}
.body-introduce .content-bl .summary_bl_jp, .body-introduce .content-bl .summary_bl_kr, .body-introduce .content-bl .summary_bl_cn {
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1em;
}
@media all and (max-width: 500px) {
  .body-introduce .content-bl .summary_bl_jp, .body-introduce .content-bl .summary_bl_kr, .body-introduce .content-bl .summary_bl_cn {
    font-size: 40px;
  }
}
.body-introduce .content-bl .description_c {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .description_c {
    font-size: 14px;
    line-height: 1.6;
  }
}
.body-introduce .content-bl .description_c p, .body-introduce .content-bl .description_c li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .description_c p, .body-introduce .content-bl .description_c li {
    margin-bottom: 6px;
  }
}
.body-introduce .content-bl .description_c blockquote {
  border: 0px;
  padding-left: 0px;
  color: #fff59d;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .description_c blockquote {
    margin-bottom: 5px;
  }
}
.body-introduce .content-bl .btn_intro {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media only screen and (max-width: 768px) {
  .body-introduce .content-bl .btn_intro {
    margin-top: 25px;
  }
}
.body-introduce .content-bl .read_more {
  margin-top: 0;
  border: 1px solid var(--extra-color);
  color: var(--extra-color);
}
.body-introduce .content-bl .read_more a {
  font-size: 16px;
  color: #fff;
  padding: 15px 27px 12px;
  transition: 0.5s all ease;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  background: var(--extra-color);
}
@media all and (max-width: 800px) {
  .body-introduce .content-bl .read_more a {
    padding: 12px 20px 10px;
    font-size: 15px;
  }
}
.body-introduce .content-bl .read_more a:hover {
  background: var(--main-color);
}
.body-introduce .content-bl .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--extra-color);
  margin-left: 30px;
  font-size: 14px;
}
@media all and (max-width: 360px) {
  .body-introduce .content-bl .btn2 span {
    display: none;
  }
}
.body-introduce .content-bl .btn2 .icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--extra-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 0px;
}
@media all and (max-width: 600px) {
  .body-introduce .content-bl .btn2 .icon {
    width: 44px;
    height: 44px;
  }
}
.body-introduce .content-bl .btn2 .icon svg {
  fill: var(--extra-color);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.body-introduce .content-bl .description-bl {
  line-height: 20px;
  text-align: justify;
  color: #565656;
}
.body-introduce .content-bl .description-bl p {
  margin-bottom: 10px;
  position: relative;
  color: red;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.body-introduce .content-bl .description-bl p:before {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" x="0px" y="0px" viewBox="0 0 50 50" fill="red">    <path d="M 25 2.2734375 L 18.609375 18.480469 L 0.81054688 19.417969 L 14.648438 30.412109 L 10.070312 47.222656 L 25 37.771484 L 39.929688 47.222656 L 35.351562 30.412109 L 49.189453 19.417969 L 31.390625 18.480469 L 25 2.2734375 z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0px;
}
.body-introduce .content-bl .description-bl ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.body-introduce .intro_images {
  width: 50%;
  /*margin-left: 100px;*/
  float: right;
  box-sizing: border-box;
  position: relative;
  transform: translate(100%, 0px);
  opacity: 0;
  transition: 1s all ease;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 60px 65px;
  text-align: center;
  /*&:before{
  	position: absolute;
  	right: -28px;
  	width: 100%;
  	height: 100%;
  	border: 11px solid #f2f2f2;
  	content: '';
  	top: 33px;
  	@media only screen and (max-width:1024px){
  		top: 20px;
  		right: -20px;
  	}
  }*/
}
@media only screen and (max-width: 1024px) {
  .body-introduce .intro_images {
    /*  width: calc(51% - 35px);
      margin-left: 20px;
      margin-right: 15px;*/
    padding: 55px 45px 55px;
  }
}
@media only screen and (max-width: 900px) {
  .body-introduce .intro_images {
    padding: 55px 30px 55px;
  }
}
@media only screen and (max-width: 768px) {
  .body-introduce .intro_images {
    padding: 50px 20px 50px;
  }
}
@media all and (max-width: 450px) {
  .body-introduce .intro_images {
    padding: 45px 10px 45px;
  }
}
@media screen and (max-width: 700px) {
  .body-introduce .intro_images {
    width: 100%;
    /*padding-left:0px;*/
    margin-left: 0px;
    margin-right: 0px;
  }
}
.body-introduce .intro_images .name_text {
  font-size: 34px;
  line-height: 1.7;
  font-weight: 450;
  margin: 30px 0px;
}
@media only screen and (max-width: 1024px) {
  .body-introduce .intro_images .name_text {
    line-height: 1.4;
    font-size: 30px;
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .body-introduce .intro_images .name_text {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .body-introduce .intro_images .name_text {
    font-size: 34px;
    line-height: 1.6;
    margin: 25px 0px;
  }
}
@media all and (max-width: 450px) {
  .body-introduce .intro_images .name_text {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media all and (max-width: 360px) {
  .body-introduce .intro_images .name_text {
    font-size: 26px;
  }
}
.body-introduce .intro_images .summary-bl {
  font-size: 17px;
  font-weight: 450;
  margin-bottom: 23px;
}
.body-introduce .intro_images img {
  height: auto;
}
.body-introduce .intro_images .video_item_inner {
  display: grid;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .body-introduce .intro_images .video_item_inner iframe {
    height: 418px;
  }
}
@media all and (max-width: 450px) {
  .body-introduce .intro_images .video_item_inner iframe {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .body-introduce .intro_images .video_item_inner {
    height: 100%;
    max-height: unset;
  }
}
.body-introduce .intro_images .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s all ease;
}
@media all and (max-width: 700px) {
  .body-introduce .intro_images .play-icon {
    width: 65px;
    height: 65px;
  }
}
.body-introduce .intro_images .play-icon svg {
  width: 15px;
  height: 15px;
  fill: #8e181b;
  padding-left: 5px;
}
.body-introduce .intro_images .play-icon:hover {
  background: #ff0000;
}
.body-introduce .intro_images .play-icon:hover svg {
  fill: #fff;
}
.body-introduce .intro_images span {
  position: absolute;
  display: block;
  box-sizing: border-box;
  transition: 1s;
  background: var(--main-color);
}
.body-introduce .intro_images span:nth-child(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.body-introduce .intro_images span:nth-child(2) {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.body-introduce .intro_images span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.body-introduce .intro_images span:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.body-introduce .intro_images img {
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
  transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
}
@media screen and (max-width: 1024px) {
  .body-introduce .intro_images img {
    /*height: 100%;*/
    /*object-fit: cover;*/
  }
}
@media screen and (max-width: 768px) {
  .body-introduce .intro_images .logo img {
    height: 30px;
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .body-introduce .intro_images .logo img {
    height: 36px;
  }
}
@media all and (max-width: 450px) {
  .body-introduce .intro_images .logo img {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .body-introduce .intro_images .logo_cert img {
    height: 95px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .body-introduce .intro_images iframe {
    height: 300px;
  }
}
.body-introduce .intro_images:hover {
  -moz-transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
  transition: all 0.3s cubic-bezier(0, 0.01, 0.27, 1);
}
.body-introduce .intro_images:hover img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
@media all and (max-width: 600px) {
  .body-introduce .intro_images {
    /*width: calc(100% - 20px);
       padding-right: 0px;
       float: unset;
       margin-left: 0px;
       margin-right: 20px;*/
  }
}
.body-introduce .intro_images .item_img {
  position: absolute;
}
.body-introduce .intro_images .item_img .img_inner {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(123, 123, 123, 0.4784313725);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_img img {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_0 {
  transform: translate(0px, -400px);
  transition: 1.3s;
  opacity: 0;
  position: unset;
}
.body-introduce .intro_images .item_0 .img_inner {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(185, 185, 185, 0.3803921569);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_2 {
  transform: translate(0px, 400px);
  transition: 2.4s;
  opacity: 0;
  right: 0px;
  top: 0px;
  width: 60%;
}
.body-introduce .intro_images .item_1 {
  transform: translate(700px, 0px);
  transition: 2.4s;
  opacity: 0;
  left: 0px;
  bottom: 0;
  width: 55%;
}
.body-introduce .intro_images .item_img:hover img {
  transform: scale(1.12);
}
@media screen and (max-width: 768px) {
  .body-introduce .body-video {
    position: relative;
    width: 100%;
  }
  .body-introduce .content-bl .description-bl {
    margin-top: 5px;
  }
  .body-introduce .content-bl .name-bl {
    font-size: 14px;
  }
  .body-introduce .content-bl .btn-readmore {
    padding: 0px 6px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.intro .block_title {
  padding-bottom: 12px;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.intro .block_title:after {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hello .body-introduce .content-bl {
  transform: translate(0);
  opacity: 1;
}
.hello .body-introduce .intro_images .item_img {
  transform: translate(0);
  opacity: 1;
}

.introduce_js .body-introduce .intro_images .item_img {
  transform: unset;
  transition: 1.3s;
  opacity: 1;
}
.introduce_js .body-introduce .content-bl {
  transform: unset;
  transition: 1.3s;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .introduce_js .body-introduce .content-bl {
    /*margin-bottom: 30px;*/
  }
}

.hello .body-introduce .content-bl {
  transform: translate(0px);
  opacity: 1;
}
.hello .body-introduce .intro_images {
  transform: translate(0px);
  opacity: 1;
}/*# sourceMappingURL=default.css.map */