@charset "UTF-8";
:root {
  --header-height-pc: 86px;
  --header-gnavi-height-pc: 40px;
}

/* FONT 対応サイズ表
---------------------------------------------------------------------
pxでの指定値   vwでの指定値
  10px      2.7vw     11px      2.9vw
  12px      3.2vw     13px      3.4vw
  14px      3.7vw     15px      4vw
  16px      4.2vw     17px      4.5vw
  18px      4.8vw     19px      5vw
  20px      5.3vw     21px      5.6vw
  22px      5.9vw     23px      6.1vw
  24px      6.4vw     25px      6.7vw
  26px      6.9vw

  30px      9.3vw
---------------------------------------------------------------------*/
/*add 202110*/
/*font*/
/*add 202110 end*/
.pcD {
  display: block;
}

.spD {
  display: none;
}

.pcDH {
  display: block;
}

.spDH {
  display: none;
}

.sub {
  font-weight: normal;
}

@media screen and (max-width: 1240px) {
  .pcDH {
    display: none;
  }
  .spDH {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .pcD {
    display: none;
  }
  .spD {
    display: block;
  }
  .sub {
    font-size: 3.4vw;
  }
}
.small {
  font-size: 86% !important;
}

.must {
  color: #d6006c;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.5s all ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
}

.btn {
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn.green1 a,
.btn.green1 span {
  background: #00AF64;
}
.btn.blocks {
  text-align: center;
  display: block;
}
.btn a,
.btn span {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  border-radius: 40px;
  display: block;
  padding: 10px 30px;
  color: #fff;
  box-sizing: border-box;
  background: #00AF64;
}
.btn.borderW a,
.btn.borderW span,
.btn.borderW input {
  border: 1px solid #fff;
  background: none;
}
@media (max-width: 500px) {
  .btn {
    text-align: center;
    width: 100%;
  }
  .btn a,
  .btn span {
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
  }
}
.btn.white a,
.btn.white span {
  background: #fff;
  color: #00AF64;
}
.btn.w100 {
  max-width: 100%;
}
.btn .arrow {
  padding: 0;
  display: inline-block;
  padding-left: 30px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 0% center;
  background-image: url("../../resources/sw_img/top/mv/icon_arrow2.svg");
  background-color: transparent;
}
.btn.is_medical a, .btn.is_medical span {
  background: #00c4b0;
}
.btn.is_energy a, .btn.is_energy span {
  background: #ff6372;
}
.btn.is_food a, .btn.is_food span {
  background: #918165;
}
.btn.is_fine a, .btn.is_fine span {
  background: #ea399f;
}
.btn.is_ict a, .btn.is_ict span {
  background: #1d2080;
}
.btn.is_other a, .btn.is_other span {
  background: #9e9e9f;
}
.btn:hover {
  opacity: 0.7;
}

.btnWrap.centers {
  text-align: center;
}
.btnWrap.centers .btn {
  margin-left: 0px;
}
.btnWrap .btn {
  margin-left: 20px;
}

.btn1 a {
  transition: all 0.3s ease;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 64px;
  font-weight: bold;
  font-size: 16px;
  display: block;
  /*border-top:1px solid #aaa;*/
  background: #ff6600;
}
.btn1 a:hover {
  opacity: 0.7;
  color: #fff;
}
.btn1 a.max400 {
  max-width: 400px;
}
/*
html {
	width: 100vw;
	height: 100%;
	color: #333333;
	overflow-x: hidden;
	font-weight: 400;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium",
		YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",
		sans-serif !important;
}

body {
	margin: 0;
	width: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
*/
html {
  font-feature-settings: "palt";
}

body {
  overflow-x: hidden;
}

body.noscroll {
  width: 100%;
  position: fixed;
}

p {
  margin: 0;
}

/* setup*/
/*margin set*/
.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

@keyframes tate {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes tatero {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(-10%) rotate(360deg);
  }
  100% {
    transform: translateY(0%) rotate(720deg);
  }
}
@keyframes kuru {
  0% {
    transform: rotateY(0deg);
  }
  95% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes imgChgangeF {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgChgange {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#top-page {
  background: #00A167;
}
#top-page .main {
  position: relative;
  background: #00AF64;
  /*padding-bottom: 20%;*/
  margin-bottom: 20%;
  margin-top: calc(-1 * var(--header-height-pc));
}
@media screen and (max-width: 1200px) {
  #top-page .main {
    margin-top: -61px;
  }
}
#top-page .main::after {
  position: absolute;
  display: block;
  background-color: #00ad62;
  content: "";
  bottom: -20%;
  left: 0;
  height: 20%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a167+0,00a167+50,00a167+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 175, 100, 1) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 175, 100, 1) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 175, 100, 1) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0000a167", endColorstr="#00a167",GradientType=0 ); /* IE6-9 */
}
#top-page #myCanvas {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#top-page #myCanvas.off {
  visibility: hidden;
  opacity: 0;
}
#top-page #stage {
  width: 100%;
  /* background: #00AF64; */
  transition: transform 3s ease;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  top: 100%;
  top: 10%;
}
#top-page #stage.on {
  top: 10%;
}
#top-page #stage.off {
  transform: scale(0.5);
}
#top-page #stage canvas {
  display: block;
  margin: 0 auto;
  position: relative;
}
#top-page #item {
  position: absolute;
  z-index: 3;
  /*top: -15%;*/
  top: -5%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}
#top-page #item p {
  position: absolute;
  transform-origin: left top;
  transform: scale(0.5);
  opacity: 0;
}
@media (max-height: 800px) {
  #top-page #item p {
    transform: scale(0.4);
  }
}
@media (max-height: 800px) and (max-width: 800px) {
  #top-page #item p {
    transform: scale(0.5);
  }
}
#top-page #item p img.on {
  animation: 6s ease-in-out infinite alternate forwards tate;
}
#top-page #item p img.on.rotate {
  animation: 6s ease-in-out infinite alternate forwards tatero;
}
#top-page #item p span {
  width: 100%;
  display: block;
  opacity: 0;
}
#top-page #item p span img {
  width: 100%;
}
#top-page #item p span.select {
  opacity: 1;
}
#top-page #item p span.last {
  position: absolute;
  left: 0;
  top: 0;
}
#top-page #item p.pos1 {
  width: 13%;
  top: 150%;
  left: 80%;
}
#top-page #item p.pos2 {
  width: 16%;
  top: 260%;
  left: 45%;
}
#top-page #item p.pos3 {
  width: 15%;
  top: 135%;
  left: 57%;
}
#top-page #item p.pos4 {
  width: 16%;
  top: 180%;
  left: 20%;
}
#top-page #item p.pos5 {
  width: 27%;
  top: 120%;
  left: 7%;
}
#top-page #item p.pos6 {
  top: 130%;
  left: 33%;
  opacity: 0 !important;
}
#top-page #item p.pos7 {
  width: 35%;
  top: 265%;
  left: 63%;
}
#top-page #item p.pos8 {
  width: 15%;
  top: 120%;
  left: 85%;
}
#top-page #item p.pos9 {
  width: 20%;
  top: 110%;
  left: 47%;
}
#top-page #item p.pos10 {
  width: 30%;
  top: 220%;
  left: 38%;
}
#top-page #item p.pos11 {
  top: 180%;
  left: 65%;
}
#top-page #item p.pos12 {
  width: 30%;
  top: 140%;
  left: 35%;
}
#top-page #item p.pos13 {
  width: 10%;
  top: 170%;
  left: 28%;
}
#top-page #item p.pos14 {
  top: 190%;
  left: 15%;
  width: 6%;
}
#top-page #item p.pos15 {
  top: 110%;
  left: 55%;
  width: 6%;
}
#top-page #item p.pos16 {
  width: 6%;
  top: 200%;
  left: 42%;
}
#top-page #item p.pos17 {
  width: 6%;
  top: 200%;
  left: 68%;
}
#top-page #item p.pos18 {
  width: 6%;
  top: 200%;
  left: 76%;
}
#top-page #item p.pos19 {
  width: 12%;
  top: 200%;
  left: 58%;
}
#top-page #item.on p {
  opacity: 1;
}
#top-page #item.on p.pos1 {
  top: 40%;
}
#top-page #item.on p.pos2 {
  top: 60%;
}
#top-page #item.on p.pos3 {
  top: 22%;
}
#top-page #item.on p.pos4 {
  top: 30%;
}
#top-page #item.on p.pos5 {
  top: 55%;
}
#top-page #item.on p.pos6 {
  top: 80%;
}
#top-page #item.on p.pos7 {
  top: 50%;
}
#top-page #item.on p.pos8 {
  top: 65%;
}
#top-page #item.on p.pos9 {
  top: 36%;
}
#top-page #item.on p.pos10 {
  top: 24%;
}
#top-page #item.on p.pos11 {
  top: 25%;
}
#top-page #item.on p.pos12 {
  top: 48%;
}
#top-page #item.on p.pos13 {
  top: 25%;
}
#top-page #item.on p.pos14 {
  top: 45%;
}
#top-page #item.on p.pos15 {
  top: 55%;
}
#top-page #item.on p.pos16 {
  top: 36%;
}
#top-page #item.on p.pos17 {
  top: 18%;
}
#top-page #item.on p.pos18 {
  top: 26%;
}
#top-page #item.on p.pos19 {
  top: 58%;
}
#top-page #icons {
  position: absolute;
  z-index: 2;
  top: -10%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}
#top-page #icons p {
  position: absolute;
  transform: scale(1);
  opacity: 0;
}
@media (max-height: 800px) {
  #top-page #icons p {
    transform: scale(0.8);
  }
}
@media (max-height: 800px) and (max-width: 800px) {
  #top-page #icons p {
    transform: scale(1);
  }
}
#top-page #icons p img {
  transform-style: preserve-3d;
}
#top-page #icons p img.on {
  animation: 6s ease-in-out infinite forwards kuru;
}
#top-page #icons p.pos1 {
  top: 10%;
  left: 20%;
}
#top-page #icons p.pos2 {
  width: 18%;
  top: 25%;
  left: 55%;
}
#top-page #icons p.pos3 {
  top: 30%;
  left: 35%;
}
#top-page #icons p.pos4 {
  top: -25%;
  left: 70%;
}
#top-page #icons.on p {
  opacity: 1;
}
#top-page #icons.on p.pos1 {
  top: 50%;
}
#top-page #icons.on p.pos2 {
  top: 65%;
}
#top-page #icons.on p.pos3 {
  top: 36%;
}
#top-page #icons.on p.pos4 {
  top: 48%;
}
#top-page #title {
  position: absolute;
  z-index: 6;
  top: 0%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}
#top-page #title .enT {
  display: none;
}
#top-page #title p {
  position: absolute;
  overflow: hidden;
}
#top-page #title p img {
  transition: all 1s ease 0s;
  position: relative;
  max-width: 100%;
  transform: translateX(-100%);
}
#top-page #title .title {
  max-width: 45%;
  left: 20px;
  bottom: 20px;
}
#top-page #title .title.on img {
  transform: translateX(0%);
}
#top-page #title .logo {
  max-width: 45%;
  right: 20px;
  bottom: 20px;
}
#top-page #title .logo.on img {
  transition: all 1s ease 0s;
  transform: translateX(0%);
}
@media (max-height: 800px) {
  #top-page #title .title {
    max-width: 35%;
  }
  #top-page #title .logo {
    max-width: 35%;
  }
}
#top-page .topTopics {
  position: relative;
  z-index: 5;
  background: #00AF64;
}
#top-page .topTopics::before {
  display: block;
  width: 100%;
  height: 40vh;
  content: "";
  bottom: 100%;
  left: 0%;
  position: absolute;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a167+0,00a167+50,00a167+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 50%, rgb(0, 161, 103) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0000a167", endColorstr="#00a167",GradientType=0 ); /* IE6-9 */
}

/* #top-page .main::after {
  display: block;
  width: 100%;
  height: 40vh;
  content: "";
  bottom: -86px;
  left: 0%;
  position: absolute;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a167+0,00a167+50,00a167+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 161, 103, 0) 0%, #00a167 50%, #00a167 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 161, 103, 0) 0%, #00a167 50%, #00a167 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 161, 103, 0) 0%, #00a167 50%, #00a167 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000a167', endColorstr='#00a167', GradientType=0);
  /* IE6-9 */
} */

#top-page .topTopics .maskMaster {
  position: absolute;
}
#top-page .topTopics__Area {
  padding-top: 0%;
  background: #00A167;
  padding-bottom: 10%;
}
#top-page .topTopics__Area--title {
  font-family: "TTCommonsPro-Db";
  font-size: 20px;
  color: #fff;
  padding-left: 50px;
}
#top-page .topTopics__Area--Con {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top-page .topTopics__Area--Con::before {
  display: block;
  width: 50px;
  height: 100%;
  content: "";
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a167+0,00a167+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(0, 161, 103) 0%, rgba(0, 161, 103, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(0, 161, 103) 0%, rgba(0, 161, 103, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(0, 161, 103) 0%, rgba(0, 161, 103, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a167", endColorstr="#0000a167",GradientType=1 ); /* IE6-9 */
}
#top-page .topTopics__Area--Con::after {
  display: block;
  width: 50px;
  height: 100%;
  content: "";
  top: 0%;
  right: 0%;
  position: absolute;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a167+0,00a167+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 161, 103, 0) 0%, rgb(0, 161, 103) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0000a167", endColorstr="#00a167",GradientType=1 ); /* IE6-9 */
}
#top-page .topTopics__Area--ConWrap {
  /*overflow-x: auto;*/
  /*
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-left: 50px;
  display: flex;
  overflow: scroll;
  -ms-overflow-style: none;
  */
  /* IE, Edge 対応 */
  padding-bottom: 50px;
  scrollbar-width: none;
  /* Firefox 対応 */
}
#top-page .topTopics__Area--ConWrap .slick-list {
  padding-left: 50px;
}
#top-page .topTopics__Area--ConWrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#top-page .topTopics__Area--ConWrapNav {
  margin-top: 50px;
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
}
#top-page .topTopics__Area--ConWrapNav .conWrapNav {
  cursor: pointer;
}
#top-page .topTopics__Area--ConWrapNav .conWrapNav img {
  max-width: 20px;
}
#top-page .topTopics__Area--ConWrap .conWrapNav {
  cursor: pointer;
}
#top-page .topTopics__Area--ConWrap .conWrapNav img {
  max-width: 20px;
}
#top-page .topTopics__Area--ConWrap .conWrapNav.left {
  position: absolute;
  left: 60px;
  bottom: 0;
}
#top-page .topTopics__Area--ConWrap .conWrapNav.right {
  position: absolute;
  right: 60px;
  bottom: 0;
}
#top-page .topTopics__Area--ConBox {
  padding-top: 40px;
  display: block;
  width: 33%;
  min-width: 390px;
  max-width: 390px;
  margin-left: 10px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: all 1s ease;
}
#top-page .topTopics__Area--ConBox.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
#top-page .topTopics__Area--ConBox a {
  color: #fff;
  opacity: 1;
}
#top-page .topTopics__Area--ConBox a .img {
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
#top-page .topTopics__Area--ConBox a .img svg {
  z-index: 2;
  position: relative;
  max-width: 100%;
  height: auto;
}
#top-page .topTopics__Area--ConBox a .img svg image {
  opacity: 1;
}
#top-page .topTopics__Area--ConBox a .img .date {
  position: absolute;
  font-size: 12px;
  bottom: 10px;
  right: 10px;
}
#top-page .topTopics__Area--ConBox a .img::after {
  display: block;
  width: 110%;
  height: 100%;
  content: "";
  top: 5%;
  left: 0%;
  position: absolute;
  z-index: 1;
  background: url("../../resources/sw_img/top/mv/topic_mask_s.svg") no-repeat;
  background-size: auto 104.6%;
}
#top-page .topTopics__Area--ConBox a .con {
  transition: padding-left 0.5s ease;
  position: relative;
  margin-left: 50px;
  padding-left: 20px;
  padding-top: 30px;
}
#top-page .topTopics__Area--ConBox a .con .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  z-index: 2;
  line-height: 1.6;
}
#top-page .topTopics__Area--ConBox a .con .txt-a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: 250px;
  z-index: 2;
  line-height: 1.6;
}
#top-page .topTopics__Area--ConBox a .con .btn span {
  padding: 5px 30px;
  background: #fff;
  color: #00AF64;
}
#top-page .topTopics__Area--ConBox::after {
  transition: all 0.5s ease;
  display: block;
  width: 1px;
  height: 80%;
  content: "";
  bottom: 0%;
  left: 50px;
  border-left: 1px solid #fff;
  position: absolute;
  z-index: 1;
}
#top-page .topTopics__Area--ConBox:hover a .img {
  transform: scale(1.1);
}
#top-page .topTopics__Area--ConBox:hover a .img svg {
  top: 5%;
}
#top-page .topTopics__Area--ConBox:hover a .img svg image {
  /*opacity: 0.8;*/
}
#top-page .topTopics__Area--ConBox:hover a .con {
  padding-left: 20px;
}
#top-page .topTopics__Area--ConBox:hover::after {
  height: 90%;
}
#top-page .topTopics img {
  padding-top: 0%;
}
#top-page .topContents {
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  z-index: 100;
}
#top-page .topContents::before {
  display: block;
  content: "";
  background: url("../../resources/sw_img/top/mv/line1.png") repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  animation: bgroop 50s linear infinite;
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
#top-page .topContents__Area {
  padding: 0 50px 0px 50px;
  max-width: 1440px;
  margin: 0 auto;
}
#top-page .topContents__Area h2 {
  border-bottom: 1px solid #000;
  font-size: 30px;
  padding: 20px 0;
}
#top-page .topContents__AreaWrap {
  padding-top: 60px;
  position: relative;
}
#top-page .topContents__Area--title {
  padding-top: 40px;
  z-index: 10;
  position: absolute;
  top: 0;
}
#top-page .topContents__Area--title.on {
  position: fixed;
}
#top-page .topContents__Area--title .title {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00AF64;
}
#top-page .topContents__Area--title ul {
  transition: all 1s ease 1s;
  opacity: 0;
  list-style: none;
}
#top-page .topContents__Area--title ul li {
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 30px;
}
#top-page .topContents__Area--title ul li.active {
  margin-left: 0.5em;
}
#top-page .topContents__Area--title.active ul {
  opacity: 1;
}
#top-page .topContents__Area--Con {
  margin: 100px auto;
  display: block;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 200px;
}
#top-page .topContents__Area--ConBox {
  opacity: 1;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  /*align-items: flex-end;*/
  justify-content: space-between;
  align-items: center;
}
#top-page .topContents__Area--ConBox:hover .img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
#top-page .topContents__Area--ConBox .img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-end;
  max-width: 50%;
  width: 100%;
}
#top-page .topContents__Area--ConBox .img img {
  border-radius: 60px;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  transform: rotateY(90deg) scale(1);
  min-width: 900px;
  max-height: 400px;
  object-fit: cover;
  width: auto;
  vertical-align: bottom;
}
#top-page .topContents__Area--ConBox .txtArea {
  position: relative;
  padding-top: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  margin-top: 0;
  /*border-top: 1px solid #000;*/
  flex: 1 1 0;
  max-width: 58%;
}
#top-page .topContents__Area--ConBox .txtArea:before {
  transition: all 0.5s ease;
  width: 0%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span {
  display: inline-block;
  background-color: #00AF64;
  height: 7px;
  width: 0px;
  margin-right: 6px;
  transition: all 0.5s ease 0.5s;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.electronics {
  background: #00AF64 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.medical {
  background: #00d5ca !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.energy {
  background: #ff6372 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.food {
  background: #918165 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.others {
  font-size: 58px;
  background: #989898 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.fine {
  font-size: 58px;
  background: #ea399f !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.ict {
  font-size: 58px;
  background: #1d2080 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.others1 {
  font-size: 58px;
  background: #1d2080 !important;
}
#top-page .topContents__Area--ConBox .txtArea .colorBar span.others2 {
  font-size: 58px;
  background: #ea399f !important;
}
#top-page .topContents__Area--ConBox .txtArea .icons {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
  transform: scale(1.1);
  position: absolute;
  right: 0;
  top: 70%;
  padding: 0 40px;
  z-index: 1;
}
#top-page .topContents__Area--ConBox .txtArea .icons img {
  transition: all 0.5s ease;
  max-height: 250px;
}
#top-page .topContents__Area--ConBox .txtArea h3 {
  font-family: "TTCommonsPro-Db";
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 66px;
  color: #00AF64;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
#top-page .topContents__Area--ConBox .txtArea h3:before {
  transition: all 0.5s ease;
  width: 0%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
}
#top-page .topContents__Area--ConBox .txtArea .subT {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#top-page .topContents__Area--ConBox .txtArea .txt,
#top-page .topContents__Area--ConBox .txtArea .subT {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 700;
  padding-left: 30px;
  transition: all 0.5s ease 0.5s;
  opacity: 0;
}
#top-page .topContents__Area--ConBox .txtArea .txt {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
#top-page .topContents__Area--ConBox .txtArea .btn {
  padding-left: 30px;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox {
  flex-direction: row-reverse;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .img {
  justify-content: flex-start;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea {
  padding-left: inherit;
  padding-right: 40px;
  text-align: right;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea::after {
  left: -10px;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea h3 {
  padding-right: 30px;
  padding-left: 0px;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea h3:before {
  left: auto;
  right: 0;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .icons {
  left: 0;
  right: auto;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .txt,
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .subT {
  padding-left: 0px;
  padding-right: 30px;
}
#top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .btn {
  padding-left: 0px;
  padding-right: 30px;
}
#top-page .topContents__Area--Con.min {
  max-width: 920px;
}
#top-page .topContents__Area--Con.min .topContents__Area--ConBox .img {
  max-width: 40%;
}
#top-page .topContents__Area--Con.min .topContents__Area--ConBox .img img {
  max-width: 30%;
  min-width: 100%;
  border-radius: 100%;
}
#top-page .topContents__Area--Con.min .topContents__Area--ConBox .txtArea {
  max-width: 58%;
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .img img {
  transform: rotateY(0deg) scale(1);
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea::after {
  right: 0;
  opacity: 1;
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea h3:before {
  width: 100%;
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea .colorBar span {
  width: 65px;
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea .icons {
  opacity: 1;
  transform: scale(1);
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea .txt,
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea .subT {
  opacity: 1;
}
#top-page .topContents__Area--Con.active .topContents__Area--ConBox .txtArea .subT {
  position: relative;
  opacity: 1;
  z-index: 2;
}
#top-page .topContents__Area--Con.active.re .topContents__Area--ConBox .txtArea::after {
  left: -30px;
}
#top-page .topContents__Area--Con.active.min {
  max-width: 920px;
}
#top-page .topContents__Area--Con.active.min .topContents__Area--ConBox .txtArea {
  max-width: 66%;
}
#top-page .topContents__Area--Con:hover .topContents__Area--ConBox .txtArea .icons img {
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}
#top-page .topContents.on {
  opacity: 1;
}
@media (max-width: 1400px) {
  #top-page .topTopics__Area--ConBox {
    padding-top: 40px;
    display: block;
    width: 33%;
    min-width: 280px;
    max-width: 280px;
    margin-left: 40px;
  }
  #top-page .topTopics__Area--ConBox a .con .txt {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #top-page .topContents__Area {
    max-width: 780px;
    padding: 0 20px 0px 20px;
  }
  #top-page .topContents__Area--Con {
    width: 100%;
    margin-bottom: 100px;
  }
  #top-page .topContents__Area--Con:first-child {
    margin-top: 0;
  }
  #top-page .topContents__Area--ConBox .img img {
    min-width: 800px;
    max-height: 60vw;
  }
  #top-page .topContents__Area--ConBox .txtArea .icons img {
    max-width: 90px;
  }
  #top-page .topContents__Area--ConBox .txtArea h3 {
    font-size: 42px;
  }
  #top-page .topContents__Area--ConBox .txtArea .subT {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  #top-page .topContents::before {
    display: block;
    content: "";
    background: url("../../resources/sw_img/top/mv/line1.png") repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 20px;
    animation: bgroop 50s linear infinite;
  }
  #top-page .topContents__Area {
    padding: 0 20px 0px 20px;
  }
  #top-page .topContents__AreaWrap {
    padding-top: 60px;
    position: relative;
  }
  #top-page .topContents__Area--Con {
    width: 100%;
    margin-bottom: 80px;
  }
  #top-page .topContents__Area--Con:first-child {
    margin-top: 0;
  }
  #top-page .topContents__Area--ConBox {
    opacity: 1;
    cursor: pointer;
    display: block;
  }
  #top-page .topContents__Area--ConBox:hover .img {
    filter: grayscale(0%);
    transform: scale(1.05);
  }
  #top-page .topContents__Area--ConBox .img {
    filter: none;
    max-width: 100vw;
    width: 100%;
  }
  #top-page .topContents__Area--ConBox .img img {
    border-radius: 20px;
    min-width: 100vw;
  }
  #top-page .topContents__Area--ConBox .txtArea {
    padding-top: 30px;
    padding-left: 0px;
    max-width: 100%;
  }
  #top-page .topContents__Area--ConBox .txtArea .colorBar {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  #top-page .topContents__Area--ConBox .txtArea .colorBar span {
    height: 4px;
    width: 45px;
  }
  #top-page .topContents__Area--ConBox .txtArea .icons {
    max-width: 200px;
    width: 23vw;
    right: 0px;
    top: 70%;
    padding: 0 0px;
  }
  #top-page .topContents__Area--ConBox .txtArea .icons img {
    width: 100%;
    transition: all 0.5s ease;
  }
  #top-page .topContents__Area--ConBox .txtArea h3 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #top-page .topContents__Area--ConBox .txtArea .subT {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #top-page .topContents__Area--ConBox .txtArea .txt {
    padding-left: 10px;
    font-size: 14px;
  }
  #top-page .topContents__Area--ConBox .txtArea .btn {
    padding-left: 10px;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea {
    padding-left: inherit;
    padding-right: 0px;
    text-align: right;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea::after {
    left: -10px;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea h3 {
    padding-right: 10px;
    padding-left: 0px;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea h3:before {
    left: auto;
    right: 0;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .icons {
    left: 0px;
    right: auto;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .txt,
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .subT {
    padding-left: 0px;
    padding-right: 10px;
  }
  #top-page .topContents__Area--Con.re .topContents__Area--ConBox .txtArea .btn {
    padding-left: 0px;
    padding-right: 10px;
  }
  #top-page .topContents__Area--Con.min {
    max-width: 100%;
  }
  #top-page .topContents__Area--Con.min .topContents__Area--ConBox .img {
    max-width: 60%;
    margin: 0 auto;
  }
  #top-page .topContents__Area--Con.min .topContents__Area--ConBox .img img {
    min-width: 100%;
    border-radius: 100%;
  }
  #top-page .topContents__Area--Con.min .topContents__Area--ConBox .txtArea {
    max-width: 100%;
  }
  #top-page .topContents__Area--Con.active.re .topContents__Area--ConBox .txtArea::after {
    left: -30px;
  }
  #top-page .topContents__Area--Con.active.min {
    max-width: 100%;
  }
  #top-page .topContents__Area--Con.active.min .topContents__Area--ConBox .txtArea {
    max-width: 100%;
  }
  #top-page .topContents__Area--Con:hover .topContents__Area--ConBox .txtArea .icons img {
    transform-style: preserve-3d;
    transform: rotateY(360deg);
  }
  #top-page .topContents.on {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  #top-page #item {
    top: 0%;
  }
  #top-page #item p.pos1 {
    width: 30%;
    left: 80%;
  }
  #top-page #item p.pos2 {
    width: 33%;
    left: 45%;
  }
  #top-page #item p.pos3 {
    width: 28%;
    left: 60%;
  }
  #top-page #item p.pos4 {
    width: 26%;
    left: 10%;
  }
  #top-page #item p.pos5 {
    width: 40%;
    top: 120%;
    left: 5%;
  }
  #top-page #item p.pos6 {
    width: 50%;
    top: 130%;
    left: 20%;
  }
  #top-page #item p.pos7 {
    width: 40%;
    top: 265%;
    left: 60%;
  }
  #top-page #item p.pos8 {
    width: 50%;
    top: 120%;
    left: 65%;
  }
  #top-page #item p.pos9 {
    width: 40%;
    top: 110%;
    left: 40%;
  }
  #top-page #item p.pos10 {
    width: 50%;
    top: 220%;
    left: 55%;
  }
  #top-page #item p.pos11 {
    top: 180%;
    left: 75%;
  }
  #top-page #item p.pos12 {
    width: 50%;
    top: 140%;
    left: 35%;
  }
  #top-page #item p.pos13 {
    width: 15%;
    top: 170%;
    left: 28%;
  }
  #top-page #item p.pos14 {
    top: 190%;
    left: 15%;
    width: 15%;
  }
  #top-page #item p.pos15 {
    top: 110%;
    left: 40%;
    width: 15%;
  }
  #top-page #item p.pos16 {
    width: 15%;
    top: 200%;
    left: 45%;
  }
  #top-page #item p.pos19 {
    width: 22%;
    left: 68%;
  }
  #top-page #item.on p {
    opacity: 1;
  }
  #top-page #item.on p.pos1 {
    top: 40%;
  }
  #top-page #item.on p.pos2 {
    top: 70%;
  }
  #top-page #item.on p.pos3 {
    top: 25%;
  }
  #top-page #item.on p.pos4 {
    top: 30%;
  }
  #top-page #item.on p.pos5 {
    top: 60%;
  }
  #top-page #item.on p.pos6 {
    top: 70%;
  }
  #top-page #item.on p.pos7 {
    top: 48%;
  }
  #top-page #item.on p.pos8 {
    top: 60%;
  }
  #top-page #item.on p.pos9 {
    top: 20%;
  }
  #top-page #item.on p.pos10 {
    top: 14%;
  }
  #top-page #item.on p.pos11 {
    top: 20%;
  }
  #top-page #item.on p.pos12 {
    top: 38%;
  }
  #top-page #item.on p.pos13 {
    top: 30%;
  }
  #top-page #item.on p.pos14 {
    top: 45%;
  }
  #top-page #item.on p.pos15 {
    top: 60%;
  }
  #top-page #item.on p.pos16 {
    top: 30%;
  }
  #top-page #item.on p.pos19 {
    top: 78%;
  }
  #top-page #icons p.pos1 {
    top: 10%;
    left: 7%;
    width: 30%;
  }
  #top-page #icons p.pos2 {
    width: 23%;
    top: 25%;
    left: 55%;
  }
  #top-page #icons p.pos3 {
    width: 20%;
    top: 30%;
    left: 10%;
  }
  #top-page #icons p.pos4 {
    width: 20%;
    top: -25%;
    left: 75%;
  }
  #top-page #icons.on p.pos1 {
    top: 55%;
  }
  #top-page #icons.on p.pos2 {
    top: 65%;
  }
  #top-page #icons.on p.pos3 {
    top: 85%;
  }
  #top-page #icons.on p.pos4 {
    top: 40%;
  }
  #top-page #title .title {
    max-width: 45%;
    left: 20px;
    bottom: auto;
    top: 70px;
  }
  #top-page #title .logo {
    max-width: 50%;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  #top-page #stage.on {
    top: 30%;
  }
  #top-page .topTopics {
    position: relative;
    z-index: 5;
  }
  #top-page .topTopics__Area {
    padding-top: 0%;
    padding-bottom: 10%;
  }
  #top-page .topTopics__Area--Con {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #top-page .topTopics__Area--Con::before {
    display: block;
    width: 20px;
  }
  #top-page .topTopics__Area--Con::after {
    display: block;
    width: 20px;
  }
  #top-page .topTopics__Area--ConWrap {
    /*overflow-x: auto;*/
    /*
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 50px;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    */
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  #top-page .topTopics__Area--ConWrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #top-page .topTopics__Area--ConBox {
    min-width: 240px;
    max-width: 240px;
    margin-right: 30px;
    margin-left: 0px;
  }
  #top-page .topTopics__Area--ConBox.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
  #top-page .topTopics__Area--ConBox::after {
    left: 20px;
  }
  #top-page .topTopics__Area--ConBox a {
    color: #fff;
    opacity: 1;
  }
  #top-page .topTopics__Area--ConBox a .img {
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
  }
  #top-page .topTopics__Area--ConBox a .img svg {
    z-index: 2;
    position: relative;
    max-width: 100%;
    height: auto;
  }
  #top-page .topTopics__Area--ConBox a .img svg image {
    opacity: 1;
  }
  #top-page .topTopics__Area--ConBox a .img .date {
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
  #top-page .topTopics__Area--ConBox a .img::after {
    display: block;
    width: 110%;
    height: 100%;
    content: "";
    top: 5%;
    left: 0%;
    position: absolute;
    z-index: 1;
    background: url("../../resources/sw_img/top/mv/topic_mask_s.svg") no-repeat;
    background-size: auto 101%;
  }
  #top-page .topTopics__Area--ConBox a .con {
    transition: padding-left 0.5s ease;
    position: relative;
    margin-left: 30px;
    padding-left: 10px;
    padding-top: 30px;
    z-index: 2;
    font-size: 14px;
  }
  #top-page .topTopics__Area--ConBox:hover a .img {
    transform: scale(1.1);
  }
  #top-page .topTopics__Area--ConBox:hover a .img svg {
    top: 5%;
  }
  #top-page .topTopics__Area--ConBox:hover a .img svg image {
    /*opacity: 0.8;*/
  }
  #top-page .topTopics__Area--ConBox:hover a .con {
    padding-left: 10px;
  }
  #top-page .topTopics__Area--ConBox:hover::after {
    height: 80%;
  }
  #top-page .topTopics img {
    padding-top: 0%;
  }
}

/*tate anime*/
.anime_tate {
  opacity: 0;
  position: relative;
  bottom: -60px !important;
  transition: all 1s ease-out;
}

.anime_tate.active {
  opacity: 1;
  bottom: 0px !important;
}

/*tate anime*/
.anime_tateR {
  opacity: 0;
  position: relative;
  top: -60px !important;
  transition: all 1s ease-out;
}

.anime_tateR.active {
  opacity: 1;
  top: 0px !important;
}

/*left anime*/
.anime_left {
  opacity: 0;
  position: relative;
  left: -60px !important;
  transition: all 1s ease-out;
}

.anime_left.active {
  opacity: 1;
  left: 0px !important;
}

/*left anime*/
.anime_right {
  opacity: 0;
  position: relative;
  right: -60px !important;
  transition: all 1s ease-out;
}

.anime_right.active {
  opacity: 1;
  right: 0px !important;
}

/*left anime*/
.anime_delay .active_tate {
  opacity: 0;
  position: relative;
  transform: translateY(60px);
  transition: all 1s ease-out;
}

.anime_delay .active_tate.active {
  opacity: 1;
  transform: translateY(0px);
}

.anime_delay .activeBox {
  opacity: 0;
  position: relative;
  top: 0px;
  transition: all 0.5s ease-out;
}

.anime_delay .activeBox.active {
  opacity: 1;
  top: 0;
}

/*anime*/
.speed1,
.speed2,
.speed1_re,
.speed2_re,
.speed1T {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.speedLeft {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.speedLeft.onBlock {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.speedRight {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.speedRight.onBlock {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.speedBottom {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.speedBottom.onBlock {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.speedDeep {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
.speedDeep.onBlock {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.speedDeepNow {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
.speedDeepNow.onBlock {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.speedOpacity {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
}
.speedOpacity.onBlock {
  opacity: 1;
}

.xMoveR .moveChild {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.xMoveR .moveChild:first-child {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}
.xMoveR .moveChild:last-child {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
}
.xMoveR.onBlock .moveChild:first-child {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.xMoveR.onBlock .moveChild:last-child {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.xMoveL .moveChild {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.xMoveL .moveChild:first-child {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
}
.xMoveL .moveChild:last-child {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}
.xMoveL.onBlock .moveChild:first-child {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.xMoveL.onBlock .moveChild:last-child {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.delayBox {
  opacity: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.delayBox.onBlock {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/*txt*/
.bar.medical {
  color: #00d5ca !important;
}
.bar.energy {
  color: #ff6372 !important;
}
.bar.food {
  color: #918165 !important;
}
.bar.fine {
  color: #ea399f !important;
}
.bar.ict {
  color: #1d2080 !important;
}
.bar.others {
  font-size: 58px;
  color: #989898 !important;
}

.active .bar {
  position: relative;
}
.active .bar span {
  opacity: 0;
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
.active .bar div {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.active .bar div::after {
  animation: passing-bar 1s ease 0s 1 normal forwards;
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #00AF64;
}
.active .bar.medical div::after {
  background: #00d5ca !important;
}
.active .bar.energy div::after {
  background: #ff6372 !important;
}
.active .bar.food div::after {
  background: #918165 !important;
}
.active .bar.fine div::after {
  background: #ea399f !important;
}
.active .bar.ict div::after {
  background: #1d2080 !important;
}
.active .bar.others div::after {
  background: #989898 !important;
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
#bar span {
  display: block;
  width: 0;
  height: 200px;
  background: #d6006c;
}

/*catSlide*/
.catSlide .slick-list {
  min-width: 900px;
}
@media (max-width: 800px) {
  .catSlide .slick-list {
    min-width: 100vw;
    border-radius: 20px;
  }
}

/*loadArea*/
.loadArea {
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #00AF64;
}
.loadArea .loadIcon {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.loadArea .loadIcon img {
  width: 100px;
}
.loadArea.off {
  opacity: 0;
  visibility: hidden;
}
.loadArea.off .loadIcon {
  transform: translate(-50%, -50%) scale(1.5);
}

/*modal*/
.modal {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
.modal__wrap--box {
  text-align: center;
}
.modal__wrap--box iframe {
  width: 800px;
  height: 450px;
  display: block !important;
}
.modal__wrap--box img {
  opacity: 0;
  transition: all 2s ease;
  width: 100%;
  max-width: 1280px;
}
.modal__wrap--box .txt {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto 0;
  text-align: right;
}
.modal__wrap--box .txt a {
  display: inline-block;
  padding-right: 0;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  background: none;
}
.modal .btnWrap {
  margin-top: 30px;
}
.modal .btn {
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 20px;
}
.modal .close {
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
}
.modal .close img {
  max-width: 100%;
}
.modal .txt {
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal.open .modal__wrap--box img {
  opacity: 1;
}
@media (max-width: 800px) {
  .modal .btnWrap p {
    margin-bottom: 20px;
  }
  .modal .btnWrap p.btn a, .modal .btnWrap p.btn span {
    font-size: 13px;
  }
}
@media (max-height: 800px) {
  .modal__wrap--box img {
    width: auto;
    max-width: 1280px;
    max-height: 60vh;
  }
}
@media (max-height: 800px) and (max-width: 800px) {
  .modal__wrap--box img {
    width: auto;
    max-width: 100%;
    max-height: auto;
  }
}

.IEalert {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: #00AF64;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
}
.IEalert::before {
  width: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../../resources/sw_img/top/mv/line2.png") repeat-x top;
  background-size: auto 20px;
  height: 20px;
  animation: bgroop 50s linear infinite;
}
.IEalert::after {
  width: 100%;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url("../../resources/sw_img/top/mv/line2.png") repeat-x bottom;
  background-size: auto 20px;
  height: 20px;
  animation: bgroop 50s linear infinite;
}
.IEalert__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
.IEalert .IEalertTxt {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  line-height: 2;
}
.IEalert .btnWrap {
  margin-top: 30px;
}
.IEalert .btn {
  cursor: pointer;
  margin: 0 20px;
}
.IEalert .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
}
.IEalert .close img {
  max-width: 100%;
}
.IEalert.open {
  opacity: 1;
  visibility: visible;
}

/*eng font*/
[lang="en"] #top-page #title .enT {
  display: block;
}
[lang="en"] #top-page #title .enT .title {
  width: calc(100% - 40px);
  max-width: 100%;
  left: 20px;
  bottom: 20px;
}
[lang="en"] #top-page #title .enT .title img {
  transform: translateX(0%);
  transform: translateY(100%);
  max-width: unset;
  width: 100%;
}
[lang="en"] #top-page #title .enT .title.on img {
  transition: all 1s ease 5s;
  transform: translateX(0%);
  transform: translateY(0%);
}
[lang="en"] #top-page #title .nT {
  display: none;
}
@media (max-width: 500px) {
  [lang="en"] #top-page #title .enT {
    display: none;
  }
  [lang="en"] #top-page #title .nT {
    display: block;
  }
  [lang="en"] #top-page #title .nT .title {
    max-width: 65%;
    margin-top: 61px;
  }
}
[lang="en"] .topTopics__Area--ConBox a .con {
  font-family: "TTCommonsPro-Bd";
}
[lang="en"] .topTopics img {
  padding-top: 0%;
}
[lang="en"] .topContents__Area--ConBox .txtArea .txt,
[lang="en"] .topContents__Area--ConBox .txtArea .subT {
  font-family: "TTCommonsPro-Db";
}

body.in-editor .loadArea,
body.in-editor #modalBox {
  display: none;
}