@charset "UTF-8";
/*top main*/
body {
  background-color: #f1f1f1 !important;
}

.sp_br {
  display: none;
}

.TopMain div,
.TopMain dl,
.TopMain dt,
.TopMain dd,
.TopMain ul,
.TopMain ul,
.TopMain li,
.TopMain h1,
.TopMain h2,
.TopMain h3,
.TopMain h4,
.TopMain h5,
.TopMain h6,
.TopMain pre,
.TopMain form,
.TopMain fieldset,
.TopMain input,
.TopMain textarea,
.TopMain p,
.TopMain blockquote,
.TopMain th,
.TopMain td {
  font-family: ‘メイリオ‘,Meiryo,‘ヒラギノ角ゴ Pro W3’,‘Hiragino Kaku Gothic Pro’,‘ＭＳ Ｐゴシック’,Arial,Helvetica,sans-serif;
}

.TopMain {
  background-color: #f2f2f2;
}

.TopMianImgSP {
  display: none;
}

.Contents {
  position: absolute;
  top: 640px;
  height: 137px;
  z-index: 0;
  width: 100%;
  -webkit-transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.Contents.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Contents .Information {
  display: block;
  padding: 0;
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
}

.Contents .Information .InformationHead {
  background-color: rgba(0,0,0,0.7);
  height: 65px;
  position: relative;
  width: calc(515px + ((100% - 965px) / 2));
}

.Contents .Information .InformationHeadInner {
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  width: 515px;
}

.Contents .Information h2 {
  font-size: 20px;
  background: none;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  line-height: 100%;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 0;
}

.Contents .Information h2 a {
  color: #fff;
  background: none;
  padding-left: 10px;
}

.Contents .Information h2 a span {
  background: none;
  font-size: 13px;
  display: inline;
  color: #fff;
  letter-spacing: 0;
  vertical-align: middle;
}

.Contents .Information .TopContentBtn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: left;
}

.Contents .Information .TopContentBtn a {
  font-size: 11px;
  color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
}

.Contents .Information .TopContentBtn a:hover {
  text-decoration: underline;
}

.Contents .Information .TopContentBtn a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e9001c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-right: 3px;
  transition: .2s;
  -webkit-transition: .2s;
}

.Contents .Information .InformationWrap {
  background-color: #e9001c;
  height: 137px;
  width: 100%;
}
.Contents .Information .InformationCont {
  background-color: #fff;
  box-sizing: border-box;
  height: 90px;
  margin-left: calc((100% - 965px) / 2);
  padding: 5px 0 0 0;
  width: 515px;
}

.Contents .Information .InformationCont .InformationContInner {
  height: 80px;
  margin: 0 5px 5px 5px;
  overflow-y: scroll;
  scroll-behavior: auto;
  width: 505px;
}

/*スクロールバーの幅*/
::-webkit-scrollbar {
    width: 6px;
}
/*スクロールバーのレール*/
::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
/*スクロールバーのつまみ*/
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #888;
}

.Contents .Information .InformationCont .InformationList {
  background-color: #fff;
  display: block;
  position: relative;
  width: auto;
}

.InformationCont .InformationList .InformationListTr:first-child {
  margin-top: 10px;
  display: block;
}

.Contents .Information .InformationCont .InformationList .InformationListTr .InformationListTh {
  display: block;
  background-color: #fff;
  border: none;
  padding: 5px 20px 5px;
  color: #666666;
  font-weight: bold;
  letter-spacing: 1px;
}

.Contents .Information .InformationCont .InformationList .InformationListTr .InformationListTd {
  display: block;
  border: none;
  border-bottom: 1px black;
  padding: 0 15px 15px;
  width: auto;
}

.Contents .Information .InformationCont .InformationList .InformationListTr .InformationListTd a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.Contents .Information .InformationCont .InformationList .InformationListTr .InformationListTd a:hover {
  color: #b1000e;
  text-decoration: underline;
}

.Contents .TopicsBody {
  width: 77%;
  position: relative;
  overflow: hidden;
  height: 17px;
  font-size: 13px;
  left: 13px;
  font-family: ‘メイリオ‘,Meiryo,‘ヒラギノ角ゴ Pro W3’,‘Hiragino Kaku Gothic Pro’,‘ＭＳ Ｐゴシック’,Arial,Helvetica,sans-serif;
}

.Contents .TopicsBody ul li {
  height: 100%;
}

.Contents .TopicsBody ul li span {
  padding-right: 10px;
}

.Contents .TopicsBody ul li a {
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}

.Contents .TopicsBody ul li a:hover {
  text-decoration: underline;
}

.TopContainer {
  position: relative;
}

.TopContainer:after {
  content: '';
  background-color: #e9001c;
  display: block;
  z-index: -1;
  left: 0;
  position: absolute;
  top: 0;
}

.TopContainer .TopContent {
  background-color: #f1f1f1;
  background-size: cover;
  height: 90%;
  max-width: 100%;
}

.TopContainer .TopContent .video_box {
  height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  background-image: url(/cmn_doc/image/ies/top/background-img.jpg);
  background-size:cover;
  background-position: top left -0px;
}

.TopContainer .TopContent .video_box.show {
  opacity: 1;
}

.TopContainer .TopContent .video_box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}

.TopContainer .TopContent .video_box #TopContentMovie {
  width: 100%;
  background-size: cover;
  height: auto;
  max-width: 1500px;
  min-width: 100%;
  min-height: 100%;
  vertical-align: top;
}

.TopContainer .TopContent .TopContentWrap {
  height: 100%;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.TopContainer .TopContent h1 {
  color: #111;
  font-weight: bold;
  position: absolute;
  /*top: 180px;*/
  top: 120px;
  left: calc((100% - 965px) / 2);
}

.TopContainer .TopContent h1 span {
  display: block;
  font-size: 57px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .8s ease-out 0.4s opacity, .8s ease-out 0.4s transform;
  transition: .8s ease-out 0.4s opacity, .8s ease-out 0.4s transform;
}

.TopContainer .TopContent h1.show span {
  display: block;
  line-height: 160%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.TopContainer .TopContent h1.show span + span {
  font-size: 21px;
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

.TopContainer .TopContent .MessageWindow{
  position: absolute;
  top: 135px;
  box-sizing: border-box;
  width: 515px;
  left: calc((100% - 965px) / 2);
  background-color: rgba(250,250,250,0.5);
  border: solid 5px #fff;
}
.TopContainer .TopContent .MessageWindow h2{
  font-size: 120%;
  font-weight: 700;
  padding: 20px;
  background: none;
}
.TopContainer .TopContent .MessageWindow .ButtonStyle1{
  padding: 0 20px 10px;
  text-align: right;
}
.TopContainer .TopContent .MessageWindow2{
  position: absolute;
  top: 316px;
  box-sizing: border-box;
  width: 515px;
  left: calc((100% - 965px) / 2);
  background-color: rgba(250,250,250,0.5);
  border: solid 5px #fff;
}
.TopContainer .TopContent .MessageWindow2 h2{
  font-size: 90%;
  font-weight: 700;
  padding: 15px 20px 10px;
  background: none;
}
.TopContainer .TopContent .MessageWindow2 h2 a{
color: #292929;}
.TopContainer .TopContent .MessageWindow2 h2 a:hover{
color: #e60027;}
.TopContainer .TopContent .TopContentImgWrap {
  background-color: rgba(0,0,0,0.5);
  box-sizing: border-box;
  padding: 20px 0 30px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: top .8s ease-out 0.4s, opacity .8s ease-out 0.4s;
  transition: top .8s ease-out 0.4s, opacity .8s ease-out 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  top: calc(-80px - 60px);
  width: calc(333px + ((100% - 965px) / 2));
  z-index: 1;
}

.TopContainer .TopContent .TopContentImgWrap.show {
  opacity: 1;
  top: 0;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft {
  width: 317px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .SearchArea {
  background: #fff url("../../image/ies/top/icon_black_search.png") no-repeat 10px center / 17px 17px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 2px 2px 2px 32px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .SearchArea .SearchTextBox {
  border: none;
  box-sizing: border-box;
  margin-left: 0;
  min-height: 34px;
  padding: 4px 0 4px 0;
  width: calc(100% - 56px);
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .SearchArea .SearchTextBox:focus {
  outline: none;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .SearchArea .BtnSearch {
  appearance: button;
  background-color: #e60027;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 76%;
  min-height: 34px;
  padding: 4px 6px 2px 6px;
  transition-duration: .3s;
  width: 50px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .SearchArea .BtnSearch:hover {
  background-color: #b1000e;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink {
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 10px;
  position: relative;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink:nth-of-type(2) {
  height: 62px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink:nth-of-type(3) {
  height: 164px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink:nth-of-type(4) {
  height: 62px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink:nth-of-type(5) {
  height: 62px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink:nth-of-type(6) {
  height: 62px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf {
  height: 97px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink > a {
  display: block;
  overflow: hidden;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink > a:first-child {
  margin-bottom: 15px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink > a:hover p.Arrow:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink img {
  width: 317px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink p {
  position: absolute;
  top: 10px;
  left: 5%;
  color: #111;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 2px 5px #fff;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink p a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf a {
  box-sizing: border-box;
  border: 1px solid #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 156px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf .TextContainer {
  line-height: 110%;
  position: absolute;
  top: 10px;
  left: 5%;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf p {
  color: #111;
  font-size: 12px;
  font-weight: bold;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf span.sub {
  color: #111;
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf img {
  width: 156px;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLinkHalf > a:hover p.Arrow:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .MaintenanceBtn {
  font-size: 13px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 94%;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .MaintenanceBtn a {
  background: #262B31 url("../../image/ies/top/bg_btn_maintenance.png") no-repeat center right;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 42px;
  padding: 8px 8px 8px 12px;
  text-decoration: none;
  width: 100%;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .MaintenanceBtn a:hover {
  background-color: #003;
}
.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .MaintenanceBtn a span {
  font-size: 11px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .EnrollBtn {
  position: absolute;
  bottom: 33px;
  right: 10px;
  font-size: 13px;
  font-weight: bold;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .EnrollBtn a {
  background-color: #e9001c;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 1px 8px;
  text-decoration: none;
  width: 107px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .EnrollBtn a span {
  font-size: 11px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .LoginBtn {
  position: absolute;
  bottom: 14px;
  right: 10px;
  font-size: 13px;
  font-weight: bold;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .LoginBtn a {
  background-color: #e9001c;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  width: 107px;
}

.TopContainer .TopContent .TopContentImgWrap .TopContentImgLeft .TopContentLink .LoginBtn a span {
  font-size: 11px;
}

.TopContentLinkText p span{
font-size: 10.8px!important;
}

/*topmainend*/
.TopContentLink {
  overflow: hidden;
}

.TopContentLink img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

TopContentLink img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.TopContentLink {
  height: 120px;
  overflow: hidden;
}

.TopContentLink img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

TopContentLink img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.TopContentImgRight .TopContentLink img {
  overflow: hidden;
}

.TopContentImgRight .TopContentLink img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.TopContentImgRight TopContentLink img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Arrow*/
.Arrow > h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.Arrow {
  list-style: none;
  padding: 0;
}

.Arrow02 a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: 18px;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e9001c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-right: 3px;
  transition: .2s;
  -webkit-transition: .2s;
}

.Arrow02 a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.Arrow02 {
  list-style: none;
  padding: 0;
}

.Arrow03 a {
  position: relative;
  padding-right: 10px;
}
.Arrow03 > a::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin-right: 10px;
  transition: .2s;
  -webkit-transition: .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  height: 4px;
  width: 4px;
}

.Arrow03 a:hover::after {
  right: 8px;
}

.Arrow03 {
  list-style: none;
  padding: 0;
}

.Arrow04 > a::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #e9001c #e9001c transparent transparent;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin-right: 10px;
  transition: .2s;
  -webkit-transition: .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  height: 4px;
  width: 4px;
}

.Arrow04 a:hover::after {
  right: 8px;
}

.Arrow04 {
  list-style: none;
  padding: 0;
}

.Arrow05 > a span {
  position: relative;
  padding-right: 10px;
}
.Arrow05 > a span::after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin-right: 10px;
  transition: .2s;
  -webkit-transition: .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  height: 4px;
  width: 4px;
}

.Arrow05 a:hover span::after {
  right: -2px;
}

.Arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.Arrow::before,
.Arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*TOPmenu*/
.TopicsControl.sp {
  display: none;
}

.TopicsControl li {
  width: 35px;
  vertical-align: middle;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}

.TopicsControl {
  width: 170px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 46px;
}

.TopicsControl .TopicsPrev span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  position: absolute;
  top: 37px;
  left: 50%;
}

.TopicsControl li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.TopicsControl li span:before,
.TopicsControl li span:after {
  width: 3px;
  height: 11px;
  display: block;
  position: absolute;
  top: -5px;
  left: 2px;
  bottom: 40px;
  margin: auto;
}

.TopicsControl .TopicsStop span:before {
  right: 0;
  top: 38px;
  left: 8px;
}

.TopicsControl .TopicsStop.Pause span {
  width: 10px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.TopicsControl .TopicsStop.Pause span::after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  content: "";
  background: transparent;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.TopicsControl .TopicsStop.Pause span::before {
  content: none;
}

@-moz-document url-prefix() {
  .TopicsControl .TopicsStop span:before {
    top: 16px;
  }
  .TopicsControl .TopicsPrev span::before {
    top: 17px;
  }
  .TopicsControl .TopicsNext span::before {
    top: 20px !important;
  }
}

.TopicsControl .TopicsStop span:after {
  margin: 16px 0 0 11px;
}

.TopicsControl .TopicsStop span:before,
.TopicsControl .TopicsStop span:after {
  content: "";
  background: #fff;
}

.TopicsControl .TopicsNext span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 42px;
  left: 44%;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  z-index: 10;
}

/*TOPmenu*/
/*TopProducts*/
.MainContents01 {
  margin: 250px 0 70px;
  position: relative;
}

.MainContents01 .TopProducts {
  background-image: url(../../image/ies/top/product_img.jpg);
  width: 92%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin: 0 4% 0 4%;
  text-align: center;
}

.MainContents01 .TopProducts .TPtitle {
  -webkit-transition: all .8s ease-out 0.4s;
  transition: all .8s ease-out 0.4s;
  -webkit-transition-delay: 0.23s;
          transition-delay: 0.23s;
  opacity: 0;
}

.MainContents01 .TopProducts .TPtitle.show {
  opacity: 1;
}

.MainContents01 .TopProducts .ProductsNumWrapper {
  position: relative;
}

.MainContents01 .TopProducts .ProductsNumWrapper .ProductsNum {
  font-size: 88px;
  font-family: 'Roboto';
  position: absolute;
  left: 79%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
  -webkit-transition: all .9s ease-out 0.4s;
  transition: all .9s ease-out 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  top: 300px;
}

.MainContents01 .TopProducts .ProductsNumWrapper .ProductsNum.show {
  opacity: 1;
  top: 73px;
}

.MainContents01 .TopProducts .ProductsNumWrapper .ProductsNum span {
  font-size: 24px;
  margin: 0 0 0 15px;
  font-family: 'Teko';
  vertical-align: middle;
  letter-spacing: 4px;
}

.MainContents01 .TopProducts .ProductsNumWrapper .ProductsNum span:before {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  background: #e60027;
  position: absolute;
  bottom: 50%;
  right: 230px;
  margin: auto;
}

.MainContents01 .TopProducts h2 {
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 94px;
  color: #e9001c;
  background: none;
  font-family: 'Teko';
  font-weight: 300;
}

.MainContents01 .TopProducts p {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.MainContents01 .ProductsLink {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.MainContents01 .ProductsLink a {
  color: #fff;
  text-decoration: none;
  padding: 16px 53px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

.MainContents01 .ProductsLink a:hover {
  background-color: #fff;
  color: #333333;
}

.MainContents01 .ProductsLink a:last-child {
  margin-right: 0;
}

.MainContents01 .ProductsLinkArea {
  position: relative;
  width: 70%;
  width: 965px;
  margin: auto;
}

.MainContents01 .ProductsLinkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
}

.MainContents01 .ProductsLinkArea ul.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.MainContents01 .ProductsLinkArea ul.ProductsLinkArea02 {
  margin-top: 2px;
}

.MainContents01 .ProductsLinkArea ul .products_box.ProductsBoxCome a {
  pointer-events: none;
}

.MainContents01 .ProductsLinkArea ul .products_box.ProductsBoxCome a::before {
  content: none;
}

.MainContents01 .ProductsLinkArea ul .products_box {
  position: relative;
  overflow: hidden;
}

.MainContents01 .ProductsLinkArea ul .products_box a:before {
  content: "";
  border-bottom: 4px solid #e9001c;
  position: absolute;
  width: 40px;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.MainContents01 .ProductsLinkArea ul .products_box a:hover:before {
  width: 100%;
}

.MainContents01 .ProductsLinkArea ul .products_box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.MainContents01 .ProductsLinkArea ul .products_box span {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #333333;
  margin: 15px auto;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
}

.MainContents01 .ProductsALLlink {
  background: none;
  font-size: 15px;
  margin: 50px auto;
  padding: 0;
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  text-align: center;
  width: 70%;
  min-width: 380px;
  max-width: 550px;
}

.MainContents01 .ProductsALLlink a {
  color: #fff;
  text-decoration: none;
  padding: 16px 100px;
  background-color: #e9001c;
  border: 2px solid #e9001c;
  display: block;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
}

.ProductsALLlink a:hover {
  background-color: #fff;
  border-color: #e9001c;
  color: #e9001c;
}

.ProductsALLlink a::before,
.ProductsALLlink a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e9001c;
}

.ProductsALLlink a::before {
  right: 0;
}

.ProductsALLlink a::after {
  left: 0;
}

.ProductsALLlink a:hover::before,
.ProductsALLlink a:hover::after {
  width: 0;
  background-color: #e9001c;
}

.products_box.ProductsBoxCome:before {
  content: "";
  border-bottom: 4px solid #666666 !important;
  position: absolute;
  width: 40px;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.ProductsALLlink a::before,
.ProductsALLlink a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.ProductsALLlink a,
.ProductsALLlink a::before,
.ProductsALLlink a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ProductsLinkArea01 .products_box a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ProductsLinkArea02 .products_box a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.products_box.ProductsBoxCome a:hover img {
  -webkit-transform: none !important;
  transform: none !important;
}

.ProductsLinkArea .ProductsLinkArea01 .ProductsBoxCome:before {
  content: "";
  border-bottom: 4px solid #666666 !important;
  position: absolute;
  width: 40px;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.ProductsLinkArea .ProductsLinkArea01 .ProductsBoxCome span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #000;
  margin: 15px auto;
}

.ProductsLinkArea .ProductsLinkArea01 .ProductsBoxCome p {
  position: absolute;
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  background-image: url("cmn_doc/image/ies/top/product03.html");
  -webkit-background-clip: text;
  background-clip: text;
}

/*TopProducts end*/
/*TopSolution*/
.MainContents02 {
  width: 100%;
  position: relative;
  height: 805px;
  margin-bottom: 40px;
}

.MainContents02 .SolutionNumWrapper {
  position: relative;
}

.MainContents02 .SolutionNumWrapper .SolutionNum {
  font-size: 88px;
  font-family: 'Roboto';
  position: absolute;
  left: 0;
  top: 364px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
  z-index: 100;
  color: #fff;
  -webkit-transition: all .9s;
  transition: all .9s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}

.MainContents02 .SolutionNumWrapper .SolutionNum.show {
  opacity: 1;
  top: 137px;
}

.MainContents02 .SolutionNumWrapper .SolutionNum span {
  font-size: 24px;
  margin: 0 0 0 15px;
  font-family: 'Teko';
  vertical-align: middle;
  letter-spacing: 4px;
}

.MainContents02 .SolutionNumWrapper .SolutionNum span:before {
  content: "";
  width: 70px;
  height: 3px;
  display: block;
  background: #e60027;
  position: absolute;
  bottom: 50%;
  right: 220px;
  margin: auto;
}

.MainContents02 .SolutionBg {
  background-color: #e3e3e3;
  width: 500px;
  height: 70px;
  margin: 30px 2% 0;
}

.MainContents02 .TopSolution {
  background-image: url(../../image/ies/top/solution_img.jpg);
  width: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position: left;
  top: 30px;
  z-index: 99;
  -webkit-transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.MainContents02 .TopSolution.show {
  width: 93%;
}

.MainContents02 .TopSolution h2 {
  position: absolute;
  right: 12%;
  top: 80px;
  font-size: 94px;
  color: #e9001c;
  background: none;
  font-family: 'Teko';
  font-weight: 300;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

.MainContents02 .TopSolution h2.show {
  opacity: 1;
}

.MainContents02 .TopSolution .SolutionLink {
  position: absolute;
  right: 12%;
  top: 300px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}

.MainContents02 .TopSolution .SolutionLink.show {
  opacity: 1;
}

.MainContents02 .TopSolution .SolutionLink a {
  color: #fff;
  text-decoration: none;
  padding: 15px 53px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.MainContents02 .TopSolution .SolutionLink a:hover {
  color: #333333;
  background-color: #fff;
}

.MainContents02 .SolutionLeftArea {
  position: absolute;
  left: 0;
  right: 0;
  width: 965px;
  margin: 0 auto;
  max-width: 100%;
}

.MainContents02 .SolutionLeftArea > p {
  position: absolute;
  right: 12%;
  top: 210px;
  font-size: 21px;
  color: #fff;
  background: none;
  font-weight: bold;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  opacity: 0;
}

.MainContents02 .SolutionLeftArea > p.show {
  opacity: 1;
}

.MainContents02 .SolutionLeftArea .SolutionBox {
  width: 60%;
  background-color: #e9001c;
  height: auto;
  position: absolute;
  top: 350px;
  left: 0;
  padding: 17px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.MainContents02 .SolutionLeftArea .SolutionBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.MainContents02 .SolutionLeftArea .SolutionBox .SolutionBoxLink {
  margin: 20px 0 10px 200px;
}

.MainContents02 .SolutionLeftArea .SolutionBox .SolutionBoxLink a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-left: 25px;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn {
  background-image: url(../../image/ies/top/iot_btn_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 454px;
  top: 0;
  left: 0;
  margin: auto;
  margin-top: 30px;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn .LinkTitle {
  font-size: 17px;
  margin-bottom: 5px;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn a {
  padding: 5px 20px 8px;
  height: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn a span.AfterArrow03 {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn a:hover span.AfterArrow03 {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn P {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 2%;
  width: 300px;
}

.MainContents02 .SolutionLeftArea .SolutionIotBtn span {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  opacity: 0.4;
  text-align: center;
  vertical-align: middle;
  right: 10px;
  bottom: 10px;
}

/* TopSolution  */
/* Maintenance  */
.MainContents03 {
  width: 100%;
  position: relative;
  height: 715px;
  margin-bottom: 40px;
}

.MainContents03 .MaintenanceNumWrapper {
  position: relative;
}

.MainContents03 .MaintenanceNumWrapper .MaintenanceNum {
  font-size: 88px;
  font-family: 'Roboto';
  position: absolute;
  right: 0;
  top: 391px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
  z-index: 150;
  color: #fff;
  -webkit-transition: all .9s;
  transition: all .9s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}

.MainContents03 .MaintenanceNumWrapper .MaintenanceNum.show {
  opacity: 1;
  top: 164px;
}

.MainContents03 .MaintenanceNumWrapper .MaintenanceNum span {
  font-size: 24px;
  margin: 0 0 0 15px;
  font-family: 'Teko';
  vertical-align: middle;
  letter-spacing: 4px;
}

.MainContents03 .MaintenanceNumWrapper .MaintenanceNum span:before {
  content: "";
  width: 72px;
  height: 3px;
  display: block;
  background: #e60027;
  position: absolute;
  bottom: 50%;
  right: 260px;
  margin: auto;
}

.MaintenanceBg {
  background-color: #e3e3e3;
  width: 500px;
  height: 70px;
  position: absolute;
  right: 2%;
  top: 0;
}

.TopMaintenance {
  background-image: url(../../image/ies/top/maintenance_img.jpg);
  width: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: right;
  top: 45px;
  float: right;
  z-index: 99;
  margin-top: 70px;
  -webkit-transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  transition: cubic-bezier(0.6, 0, 0.1, 1) 0.6s all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.TopMaintenance.show {
  width: 93%;
}

.TopMaintenance h2 {
  position: absolute;
  left: 12%;
  top: 80px;
  font-size: 94px;
  color: #e9001c;
  background: none;
  font-family: 'Teko';
  font-weight: 300;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

.TopMaintenance h2.show {
  opacity: 1;
}

.TopMaintenance .MaintenanceLink {
  position: absolute;
  left: 12%;
  top: 350px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  text-align: center;
}

.TopMaintenance .MaintenanceLink.show {
  opacity: 1;
}

.TopMaintenance .MaintenanceLink a {
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 .5em 1em;
  padding: 16px 53px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.TopMaintenance .MaintenanceLink a:hover {
  color: #333333;
  background-color: #fff;
}

.MaintenanceRightArea {
  position: absolute;
  left: 0;
  right: 0;
  width: 965px;
  margin: 0 auto;
  max-width: 100%;
}

.MaintenanceRightArea > p {
  position: absolute;
  left: 12%;
  top: 210px;
  font-size: 22px;
  color: #fff;
  background: none;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: 0.23s;
          transition-delay: 0.23s;
  opacity: 0;
}

.MaintenanceRightArea > p.show {
  opacity: 1;
}

.MaintenanceRightArea .MaintenanceBox {
  width: 60%;
  background-color: #e9001c;
  position: absolute;
  top: 350px;
  right: 0;
  padding-bottom: 25px;
  padding-top: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.MaintenanceRightArea .MaintenanceBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.MaintenanceRightArea .MaintenanceBox .MaintenanceBoxLink {
  margin: 24px 0 10px 228px;
}

.MaintenanceRightArea .MaintenanceBox .MaintenanceBoxLink a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 25px;
}

.MaintenanceRightArea .MaintenancelcmBtn {
  width: 80%;
  position: relative;
  right: 0;
  padding: 20px 0 0;
  margin: auto;
}

.MaintenanceRightArea .MaintenancelcmBtn .pc {
  display: block;
}

.MaintenanceRightArea .MaintenancelcmBtn .sp {
  display: none;
}

.MaintenanceRightArea .MaintenancelcmBtn a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 0 2%;
  display: block;
}

.MaintenanceRightArea .MaintenancelcmBtn a span.AfterArrow04 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.MaintenanceRightArea .MaintenancelcmBtn a:hover span.AfterArrow04 {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.MaintenanceRightArea .MaintenancelcmBtn a img {
  width: 100%;
  height: auto;
}

.MaintenanceRightArea .MaintenancelcmBtn p {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 2%;
  font-weight: 100;
  position: absolute;
  left: 3px;
  top: 0px;
}

.MaintenanceRightArea .MaintenancelcmBtn .Plcm {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 2%;
  position: absolute;
  left: 3px;
  top: 30px;
  font-weight: bold;
}

.MaintenanceRightArea .MaintenancelcmBtn .Plcm span {
  font-weight: 100;
  font-size: 10px;
  border: 1px solid #fff;
  padding: 3px;
  margin: 10px 10px 10px 0;
}

.MaintenanceRightArea .MaintenancelcmBtn .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  opacity: 0.4;
  text-align: center;
  vertical-align: middle;
  right: 10px;
  bottom: 10px;
}

.MaintenancelcmBtn .LcmBtnText {
  font-weight: 100;
  font-size: 10px !important;
  position: absolute !important;
  left: 3px !important;
  top: 40px !important;
  width: 200px !important;
}

/* Maintenance end  */
/* SpecialLink */
.SpecialLink {
  width: 100%;
  overflow: hidden;
}

.SpecialLink.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.SpecialLink .EnvironmentBlock {
  position: relative;
  background: url(../../image/ies/top/linkimg01.jpg) no-repeat left top;
  background-size: cover;
  margin-bottom: 70px;
  width: 50%;
}

.SpecialLink .EnvironmentBlock img {
  width: 100%;
  height: 100%;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText {
  font-size: 15px;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: calc(965px / 2);
  opacity: 0;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText.show {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText p {
  font-size: 16px;
  color: #fff;
  margin: 34px auto 40px;
  line-height: 160%;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText a {
  color: #fff;
  text-decoration: none;
  padding: 15px 53px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.SpecialLink .EnvironmentBlock .EnvironmentBlockText a:hover {
  color: #333333;
  background-color: #fff;
}

.SpecialLink .SeminarBlock {
  position: relative;
  background: url(../../image/ies/top/guidance_img.jpg) no-repeat 95% center;
  background-size: auto 100%;
  margin-bottom: 70px;
  width: 50%;
}

.SpecialLink .SeminarBlock .SeminarBlockText {
  font-size: 15px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  margin: auto;
  width: calc(965px / 2);
  opacity: 0;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
}

.SpecialLink .SeminarBlock .SeminarBlockText.show {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

.SpecialLink .SeminarBlock .SeminarBlockText h3 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.SpecialLink .SeminarBlock .SeminarBlockText p {
  font-size: 16px;
  color: #fff;
  margin: 25px auto 40px;
}

.SpecialLink .SeminarBlock .SeminarBlockText a {
  border: 2px solid #e9001c;
  color: #e9001c;
  text-decoration: none;
  padding: 14px 42px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.SpecialLink .SeminarBlock .SeminarBlockText a:hover {
  color: white;
  background-color: #e9001c;
}

/* voltage 21 */
.SpecialLink .NewBlock {
  position: relative;
  background: url(../../image/ies/top/linkimg02.jpg) no-repeat center center #587809;
  background-size: auto 100%;
  height: 290px;
  width: 100%;
}

.SpecialLink .NewBlock img {
  width: 100%;
  height: 100%;
}

.SpecialLink .NewBlock .NewBlockText {
  font-size: 15px;
  position: relative;
  color: #fff;
  top: 12%;
  margin: auto;
  opacity: 0;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
  width: 965px;
}

.SpecialLink .NewBlock .NewBlockText.show {
  opacity: 1;
}

.SpecialLink .NewBlock .NewBlockText .NewBlockTextP {
  position: absolute;
  left: 100px;
  bottom: 78%;
  font-size: 13px;
  font-weight: bold;
}

.SpecialLink .NewBlock .NewBlockText h3 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.SpecialLink .NewBlock .NewBlockText h3 img {
  width: 52%;
  max-width: 300px;
}

.SpecialLink .NewBlock .NewBlockText p {
  font-size: 16px;
  color: #fff;
  margin: 0 auto 40px;
}

.SpecialLink .NewBlock .NewBlockText a {
  color: #fff;
  text-decoration: none;
  padding: 15px 53px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.SpecialLink .NewBlock .NewBlockText a:hover {
  color: #333333;
  background-color: #fff;
}

/* SpecialLink end */
/* InformationArea */
.InformationAreaTitle {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.InformationAreaTitle.show .InformationBlock {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.InformationAreaTitle .InformationBlock {
  padding-top: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 160px);
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: ease-out .7s;
  transition: ease-out .7s;
  opacity: 0;
}

.InformationAreaTitle .InformationBlock .InformationBlockInner {
  text-align: right;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.InformationAreaTitle .InformationBlock .InformationBlockInner > p {
  margin-right: 160px;
}

.InformationAreaTitle .InformationBlock .InformationBlockInner > a {
  margin-right: 60px;
}

.InformationAreaTitle .InformationBlock h2 {
  font-size: 64px;
  color: #fff;
  background: none;
  font-family: 'Teko';
  margin: auto;
  line-height: 100%;
  padding: 0;
}

.InformationAreaTitle .InformationBlock p {
  font-size: 18px;
  color: #fff;
  background: none;
  margin-bottom: 80px;
  word-break: keep-all;
}

.InformationAreaTitle .InformationBlock a {
  color: #fff;
  text-decoration: none;
  padding: 15px 52px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 12px;
  margin-top: 30px;
  font-weight: bold;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  word-break: keep-all;
}

.InformationAreaTitle .InformationBlock a:hover {
  color: #000000 !important;
  background-color: #fff;
}

.InformationAreaTitle .InformationBlock a:link {
  color: #fff;
  text-decoration: none;
}

.InformationArea {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
}

.InformationArea .InformationBackgroud {
  background-image: url(../../image/ies/top/information_img.jpg);
  background-repeat: no-repeat;
  background-size: 58%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
}

.InformationArea .InformationBackgroudWhite {
  width: 100%;
  background-color: #000;
  height: auto;
}

.InformationArea .InformationAreaBox {
  position: relative;
  width: calc(50% + 160px);
  left: 0;
  top: 50px;
  z-index: 1;
}

.InformationArea .InformationAreaBox .tabcontent {
  background-color: #fff;
}

.InformationArea .InformationAreaBox .InformationAreaTab {
  width: auto;
  display: block;
  position: relative;
  z-index: 1;
  top: 36px;
}

.InformationArea .InformationAreaBox .InformationAreaTab .tabnav .InformationAreaTab01 {
  width: 250px;
  text-align: center;
  display: inline-block;
}

.InformationArea .InformationAreaBox .InformationAreaTab .tabnav .InformationAreaTab01 a {
  background: #b1b1b1;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 12px 0;
  -webkit-transition: .3s background-color, .3s color;
  transition: .3s background-color, .3s color;
}

.InformationArea .InformationAreaBox .InformationAreaTab .tabnav .InformationAreaTab01 a:hover,
.InformationArea .InformationAreaBox .InformationAreaTab .tabnav .InformationAreaTab01 a.active {
  background-color: #e9001c;
  color: #fff;
  width: 250px;
}

.InformationArea .InformationAreaBox .InformationAreaTab .InformationAreaTab02 {
  width: 250px;
  text-align: center;
  display: inline-block;
}

.InformationArea .InformationAreaBox .InformationAreaTab .InformationAreaTab02 a {
  background: #b1b1b1;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 12px 0;
  -webkit-transition: .3s background-color, .3s color;
  transition: .3s background-color, .3s color;
}

.InformationArea .InformationAreaBox .InformationAreaTab .InformationAreaTab02 a:hover,
.InformationArea .InformationAreaBox .InformationAreaTab .InformationAreaTab02 a.active {
  background-color: #e9001c;
  color: #fff;
  width: 250px;
}

.InformationArea .InformationList {
  max-width: 680px;
  width: auto;
  background-color: #fff;
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.InformationArea .InformationList .InformationListTr:first-child {
  margin-top: 120px;
  display: block;
}

.InformationArea .InformationList .InformationListTr .InformationListTh {
  display: block;
  background-color: #fff;
  border: none;
  padding: 5px 70px 0;
  color: #666666;
  font-weight: bold;
  letter-spacing: 1px;
}

.InformationArea .InformationList .InformationListTr .InformationListTh01 {
  display: block;
  background-color: #fff;
  border: none;
  padding: 115px 70px 5px;
}

.InformationArea .InformationList .InformationListTr .InformationListTd {
  display: block;
  border: none;
  border-bottom: 1px black;
  padding: 0 70px 15px;
  width: auto;
}

.InformationArea .InformationList .InformationListTr .InformationListTd a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.InformationArea .InformationList .InformationListTr .InformationListTd a:hover {
  color: #b1000e;
  text-decoration: underline;
}

.InformationArea .InformationList .InformationListTr .InformationListTd01 {
  display: block;
  border: none;
  border-bottom: 1px black;
  padding: 5px 70px 60px;
}

.InformationArea .InformationAreaTab02 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 18px 12px 0 12px;
}

.InformationArea .InformationAreaTab01 a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e9001c transparent transparent transparent;
  border-width: 18px 12px 0 12px;
}

.InformationArea .InformationAreaTab01 a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 18px 12px 0 12px;
}

.InformationArea .InformationAreaTab02 a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e9001c transparent transparent transparent;
  border-width: 18px 12px 0 12px;
}

/* InformationArea end */
/* CorporateInfo  */
.CorporateInfo {
  background-image: url(../../image/ies/top/oorporateInfo_img.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 790px;
  position: relative;
  text-align: center;
}

.CorporateInfo h2 {
  margin: auto;
  font-size: 64px;
  color: #e9001c;
  background: none;
  font-family: 'Teko';
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  padding-top: 75px;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.CorporateInfo h2.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.CorporateInfo p {
  margin: auto;
  font-size: 18px;
  letter-spacing: 3px;
  color: #000;
  background: none;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.CorporateInfo p.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.CorporateInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 965px;
  margin: 0 auto;
  width: auto;
}

.CorporateInfo ul li {
  width: 46%;
  margin-bottom: 3.4%;
  left: 2%;
  -webkit-transition: .5s ease-out 0.4s,top .5s ease-out 0.4s;
  -webkit-transition: opacity .5s ease-out 0.4s,top .5s ease-out 0.4s;
  transition: opacity .5s ease-out 0.4s,top .5s ease-out 0.4s;
  opacity: 0;
  top: 50px;
}

.CorporateInfo ul li.show {
  opacity: 1;
  top: 0;
}

.CorporateInfo ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.CorporateInfo ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.CorporateInfo ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.CorporateInfo ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.CorporateInfo ul li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.CorporateInfo ul li a:hover {
  opacity: 0.6;
}

.CorporateInfo ul li a:hover span:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.CorporateInfo ul li a img {
  width: 100%;
  height: auto;
}

.CorporateInfo .CorporateInfoBox {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 70px;
}

.CorporateNewBlock:nth-child(even) {
  margin-left: 3.4%;
}

.CorporateNewBlock:nth-child(2) {
  margin-top: 70px;
}

.CorporateNewBlock:nth-child(3) {
  margin-top: -70px;
}

.CorporateNewBlock {
  position: relative;
}

.CorporateNewBlock span {
  background-color: #fff;
  padding: 15px 20px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* CorporateInfo end */
/* event */
.EventArea {
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.EventArea .EventAreaTitle {
  display: block;
  margin: 50px auto;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
}

.EventArea .EventAreaTitle h2 {
  text-align: center;
  font-size: 64px;
  color: #e9001c;
  background: none;
  font-family: 'Teko';
  font-weight: 300;
  line-height: 100%;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}

.EventArea .EventAreaTitle p {
  text-align: center;
  font-size: 16px;
  color: #000;
  background: none;
}

.EventArea .EventAreaTitle.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.EventArea .EventAreaBanner {
  display: block;
  max-width: 965px;
  margin: 50px auto 70px;
  width: auto;
}

.EventArea .EventAreaBanner .EventAreaBannerUl {
  text-align: center;
  margin: 30px 0 30px 0;
}

.EventArea .EventAreaBanner .EventAreaBannerUl .EventAreaBannerLl {
  display: inline-block;
  margin: 2px;
}

.EventArea .EventAreaBanner .EventAreaBannerUl .EventAreaBannerLl a:hover {
  opacity: 0.7;
}

.EventArea .EventAreaImg {
  background-image: url(../../image/ies/top/guidance_img.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 230px;
  position: relative;
  background-position: center;
}

.EventArea .EventAreaImg .EventAreaImgTitle {
  width: 965px;
  margin: 0 auto;
  padding-top: 66px;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.EventArea .EventAreaImg .EventAreaImgTitle.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.EventArea .EventAreaImg .EventAreaImgTitle h3 {
  font-size: 27px;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: 3px;
}

.EventArea .EventAreaImg .EventAreaImgTitle a,
.EventArea .EventAreaTitle .EventAreaImgTitle a {
  border: 2px solid #e9001c;
  color: #e9001c;
  text-decoration: none;
  padding: 14px 42px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.EventArea .EventAreaImg .EventAreaImgTitle a:hover,
.EventArea .EventAreaTitle .EventAreaImgTitle a:hover {
  color: white;
  background-color: #e9001c;
}

.EventArea .EventAreaBannerBtm {
  display: block;
  width: 100%;
}

.EventArea .EventAreaBannerBtm .EventAreaBannerBtmUl {
  text-align: center;
  padding: 40px;
}

.EventArea .EventAreaBannerBtm .EventAreaBannerBtmUl .EventAreaBannerBtmLl {
  display: inline-block;
  margin: 5px;
}

.EventArea .EventAreaBannerBtm .EventAreaBannerBtmUl .EventAreaBannerBtmLl a:hover {
  opacity: 0.7;
}

/*Arrow
===================================================================================*/
.AfterArrow {
  padding-right: 18px;
}
.AfterArrow::after {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background: url(../../image/jp/r1/icon/icon_link_right_xl_hd.gif) no-repeat 0 0;
  background-size: 12px 12px;
  top: .25em;
  bottom: auto;
  left: auto;
  right: 0;
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.AfterArrow:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.AfterArrow02::before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 24px;
  background: url(../../image/ies/top/arrow.png) no-repeat center center;
  left: -23px;
  background-size: 18px auto;
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow02:hover::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.AfterArrow03::after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 24px;
  background: url(../../image/ies/top/arrow.png) no-repeat center center;
  padding-left: 6px;
  background-size: 18px auto;
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow04::after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 24px;
  background: url(../../image/ies/top/arrow.png) no-repeat center center;
  padding-left: 6px;
  background-size: 18px auto;
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow05::after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 24px;
  background: url(../../image/ies/top/arrow_03.png) no-repeat center center;
  left: 88%;
  background-size: 18px auto;
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow06::after {
  left: 75px;
  width: 4px;
  top: 96px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .2s;
  -webkit-transition: .2s;
}

.AfterArrow06:hover::after {
  -webkit-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .TopContainer .TopContent .TopContentImgWrap .TopContentImgRight .TopContentLink .LoginBtn a {
    padding: 4px 10px;
  }
  /* IE11 */
  *::-ms-backdrop, .TopContainer .TopContent .TopContentImgWrap .TopContentImgRight .TopContentLink .EnrollBtn {
    bottom: 47px;
    top: 58px;
  }
  *::-ms-backdrop, .TopContainer .TopContent .TopContentImgWrap .TopContentImgRight .TopContentLink .LoginBtn {
    top: 93px;
  }
  *::-ms-backdrop, .TopContainer .TopContent .TopContentImgWrap .TopContentImgRight .TopContentLink .EnrollBtn {
    top: auto;
  }
  *::-ms-backdrop, .TopContainer .TopContent .TopContentImgWrap .TopContentImgRight .TopContentLink .LoginBtn {
    top: auto;
  }
  *::-ms-backdrop, .TopContainer .TopContent {
    height: calc(500px - 60px);
  }
}

@-moz-document url-prefix() {
  .TopicsControl .TopicsStop span::before {
    top: 18px !important;
  }
  .TopicsControl .TopicsStop span::after {
    top: -3px !important;
  }
}
/*# sourceMappingURL=style.css.map */
