@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	グローバル展開 下層ページcss
  ---------------------------------------------*/
/* ------------ 共通 ------------ */
.main_area {
  text-align: center;
  padding-top: 250px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 50px;
  }
}
.main_area .repo_tlt {
  width: 240px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
}
@media all and (max-width: 480px) {
  .main_area .repo_tlt {
    width: 180px;
    padding: 0;
  }
}
.main_area h2 {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 0, 0);
  line-height: 0.8em;
  opacity: 0;
  padding-top: 10px;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: tltAnim 1s 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes tltAnim {
  0% {
    opacity: 0;
    filter: blur(10px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0);
  }
}
.prof_area {
  background-color: #061643;
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .prof_area {
    padding-bottom: 20px;
  }
}
.prof_area:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 230px 500px;
  border-color: transparent transparent #192853 transparent;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .prof_area:after {
    border-width: 0 0 30vw 50vw;
  }
}
.prof_area .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media all and (max-width: 480px) {
  .prof_area .inner {
    width: 100%;
  }
}
.prof_area .inner:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -190px;
  width: 280px;
  height: 280px;
  animation: rotation 20s linear infinite;
}
@media all and (max-width: 480px) {
  .prof_area .inner:before {
    width: 120px;
    height: 120px;
    top: auto;
    bottom: 0;
    left: -40px;
  }
}
.prof_area .inner:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -50px;
  width: 100px;
  height: 100px;
  animation: rotation2 10s linear infinite;
}
@media all and (max-width: 480px) {
  .prof_area .inner:after {
    width: 50px;
    height: 50px;
    bottom: auto;
    right: -20px;
    top: 0px;
  }
}
.prof_area .inner .prof_image {
  width: 185px;
  margin-top: -50px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .prof_area .inner .prof_image {
    width: 25%;
    margin: 0 15px 0 0;
  }
}
.prof_area .inner dl {
  color: #fff;
  padding-top: 30px;
}
@media all and (max-width: 480px) {
  .prof_area .inner dl {
    width: 70%;
    margin: 0;
  }
}
.prof_area .inner dl dt {
  display: inline-block;
  position: relative;
}
.prof_area .inner dl dt:after {
  content: "";
  width: 112%;
  height: 1px;
  background-color: #8D98AC;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.prof_area .inner dl dt span {
  margin-right: 20px;
}

@keyframes rotation {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(70px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-70px) rotate(-180deg);
  }
  100% {
    transform: translateY(0) rotate(-360deg);
  }
}
article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  article {
    display: block;
  }
}
article .text_area {
  width: 490px;
}
@media all and (max-width: 480px) {
  article .text_area {
    width: 100%;
  }
}
article .text_area h3 .report {
  display: inline-block;
  background-color: #fff;
  padding: 5px 30px 3px 10px;
  line-height: 1em;
  border-radius: 10px;
  position: relative;
}
article .text_area h3 .report:after {
  content: "";
  position: absolute;
  top: 0;
  right: 23px;
  width: 1px;
  height: 40px;
  background-color: #061643;
  transform: rotate(45deg);
}
article .image_area {
  margin-top: 55px;
  width: 460px;
  height: 348px;
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
}
@media all and (max-width: 480px) {
  article .image_area {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}
article .image_area.isAnimate {
  opacity: 1;
  filter: blur(0);
}

article:nth-of-type(2) {
  flex-direction: row-reverse;
}

.target_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 480px) {
  .target_wrap {
    display: block;
  }
}
.target_wrap h4 {
  width: 280px;
  height: 280px;
  background: url("/assets/img/business/world/germany/circle_bg.png") no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  filter: blur(10px);
  clip-path: circle(0);
  transition: 1s;
}
@media all and (max-width: 480px) {
  .target_wrap h4 {
    width: 200px;
    height: 200px;
    margin: 0 auto -60px;
  }
}
.target_wrap h4:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #8D98AC;
  position: absolute;
  top: 140px;
  right: -30px;
}
@media all and (max-width: 480px) {
  .target_wrap h4:after {
    display: none;
  }
}
.target_wrap h4.isAnimate {
  opacity: 1;
  filter: blur(0);
  clip-path: circle(100%);
}
.target_wrap p {
  width: 660px;
}
@media all and (max-width: 480px) {
  .target_wrap p {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}

.private {
  width: 100%;
  height: 345px;
  position: relative;
}
@media all and (max-width: 480px) {
  .private {
    height: auto;
  }
}
.private .bg {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 40px 30px;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .private .bg {
    display: block;
    position: relative;
    padding: 40px 15px 15px;
  }
}
.private .bg .text_area {
  width: 540px;
}
@media all and (max-width: 480px) {
  .private .bg .text_area {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .private .bg .text_area h4 {
    text-align: center;
  }
}
.private .bg .private_image {
  width: 354px;
}
@media all and (max-width: 480px) {
  .private .bg .private_image {
    width: 100%;
  }
}
.private .yellow_shadow {
  width: 100%;
  height: 100%;
  background: rgb(252, 136, 2);
  background: linear-gradient(45deg, rgb(252, 136, 2) 0%, rgb(238, 70, 70) 48%, rgb(226, 200, 55) 83%, rgb(151, 105, 14) 100%);
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .private .yellow_shadow {
    top: 10px;
    left: 10px;
  }
}

.under_btn_area {
  width: 100%;
  height: auto;
  position: relative;
}
.under_btn_area:after {
  content: "";
  width: 100%;
  height: 400px;
  background: rgb(189, 166, 252);
  background: linear-gradient(315deg, rgb(189, 166, 252) 0%, rgb(197, 195, 242) 30%, rgb(159, 227, 227) 51%, rgb(151, 239, 250) 67%, rgb(153, 200, 253) 100%);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .under_btn_area:after {
    height: 159vw;
  }
}
.under_btn_area .inner {
  width: 840px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .under_btn_area .inner {
    width: 90%;
  }
}
.under_btn_area .inner .link_btn a {
  width: 400px;
  display: block;
  text-align: center;
}
@media all and (max-width: 480px) {
  .under_btn_area .inner .link_btn a {
    width: 100%;
  }
}
.under_btn_area .inner .link_btn a figure {
  position: relative;
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  transition: 0.3s;
}
.under_btn_area .inner .link_btn a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.under_btn_area .inner .link_btn a figure figcaption {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.under_btn_area .inner .link_btn a figure.germany:before {
  background: url("/assets/img/business/world/china/germany_element.png") no-repeat center;
  background-size: 80%;
}
.under_btn_area .inner .link_btn a figure.china:before {
  background: url("/assets/img/business/world/germany/china_element.png") no-repeat;
  background-size: contain;
}
.under_btn_area .inner .link_btn a figure.malaysia:before {
  background: url("/assets/img/business/world/germany/malaysia_element.png") no-repeat;
  background-size: contain;
}
.under_btn_area .inner .link_btn a .link_prof {
  width: 86px;
  height: 86px;
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
}
.under_btn_area .inner .link_btn a:hover figure {
  opacity: 0.8;
}
.under_btn_area .inner .link_btn a:hover figure:before {
  animation: hoverAnim 0.5s;
  animation-fill-mode: forwards;
}

@keyframes hoverAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------ ドイツ ------------ */
.germany .main_area {
  background: url("/assets/img/business/world/germany/main_image.jpg") center no-repeat;
  background-size: cover;
}
.germany .prof_area .inner:before {
  background: url("/assets/img/business/world/germany/main_element.png") center no-repeat;
  background-size: contain;
}
.germany .prof_area .inner:after {
  background: url("/assets/img/business/world/germany/main_element.png") center no-repeat;
  background-size: contain;
}
.germany .contents_inner:after {
  content: "";
  width: 551px;
  height: 749px;
  background: url("/assets/img/business/world/germany/germany_bg.png") no-repeat center;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media all and (max-width: 480px) {
  .germany .contents_inner:after {
    width: 70vw;
    height: 90vw;
  }
}

/* ------------ 台湾 ------------ */
.taiwan .main_area {
  background: url("/assets/img/business/world/taiwan/main_image.jpg") center no-repeat;
  background-size: cover;
}
.taiwan .prof_area .inner:before {
  background: url("/assets/img/business/world/taiwan/main_element.png") center no-repeat;
  background-size: contain;
}
.taiwan .prof_area .inner:after {
  background: url("/assets/img/business/world/taiwan/main_element.png") center no-repeat;
  background-size: contain;
}
.taiwan .contents_inner:after {
  content: "";
  width: 510px;
  height: 725px;
  background: url("/assets/img/business/world/taiwan/taiwan_bg.png") no-repeat center;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media all and (max-width: 480px) {
  .taiwan .contents_inner:after {
    width: 60vw;
    height: 86vw;
  }
}

/* ------------ マレーシア ------------ */
.malaysia .main_area {
  background: url("/assets/img/business/world/malaysia/main_image.jpg") center no-repeat;
  background-size: cover;
}
.malaysia .prof_area .inner:before {
  background: url("/assets/img/business/world/malaysia/main_element.png") center no-repeat;
  background-size: contain;
}
.malaysia .prof_area .inner:after {
  background: url("/assets/img/business/world/malaysia/main_element.png") center no-repeat;
  background-size: contain;
}
.malaysia .contents_inner:after {
  content: "";
  width: 1000px;
  height: 340px;
  background: url("/assets/img/business/world/malaysia/malaysia_bg.png") no-repeat center;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media all and (max-width: 480px) {
  .malaysia .contents_inner:after {
    width: 100vw;
    height: 30vw;
  }
}/*# sourceMappingURL=world_under.css.map */