html {
  min-width: 1100px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
  color: #000;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  background: #fff;
  min-width: inherit;
  max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-Proxima {
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1100px;
}
a:hover {
  text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/

header {
  width: 100%;
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
}
header .logo {
  position: absolute;
  left: 50px;
  top: 32px;
  z-index: 3000;
  width: 211px;
  height: 21px;
}
header .lang {
  width: 70px;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 25px;
  color: #aaa;
  text-align: center;
  background: #000;
}
header .lang1 {
  position: absolute;
  top: 0;
  right: 50px;
}
/*
header .style_hv{
  transition: all .3s ease;
}
header .txt_hv{
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
header .style_hv a:before{
  width: calc(100% + 15px) !important;
}
header .style_hv:hover .txt_nhv{
  opacity: 0;
  
}
header .style_hv:hover .txt_hv{
  opacity: 1;
}
*/
header .lang:before {
  border-left: 1px solid #aaa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 12px;
}
header .lang p {
  width: 50%;
}
header .lang p.active a {
  color: #fff;
}
header .lang a {
  text-decoration: none;
  transition: all .3s ease;
  padding: 0;
}
header .lang a:hover {
  color: #fff;
}
header .nav li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
header .lang2 {
  background: none;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  margin-left: 7%;
  display: none;
}
.lang2 a {
  color: #aaa;
}
.lang2 .active a {
  color: #000;
}
.lang2 a:hover {
  color: #000;
}
.lang2:before {
  border-left: 1px solid #000;
}
header .nav_bt {
  font-size: 14px;
  color: #000;
  display: none;
  font-weight: bold;
}
header.header_page {
  position: fixed;
}
header.header_page.fixed {
  background: rgba(248,248,248,0.9);
  z-index: 2000;
}
header.header_page .lang1 {
  width: 70px;
  line-height: 25px;
}
/*=============================================
 * #navbar
 *=============================================*/
header.fixed #navbar, header.header_page #navbar {
  top: 33px;
}
#navbar {
  position: absolute;
  top: 38px;
  right: 50px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  ;
}
#navbar nav {
  color: #000000;
  text-align: right;
}
#navbar .nav ul.list{

}
#navbar a {
  margin-right: 34px;
  display: block;
  position: relative;
  z-index: 1;
}
#navbar a.newWindow {
  margin-right: 54px;
  display: inline-block;
  position: relative;
}
#navbar a.newWindow::after {
  width: 13px;
  height: 10px;
  content: '';
  display: block;
  background-image: url(../img/icon_new_window_gray.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);  
}
#navbar li a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  height: 2px;
  background: #000;
  width: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
  transition: transform .4s cubic-bezier(1, 0, 0, 1);
  transition: transform .4s cubic-bezier(1, 0, 0, 1), -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
}
#navbar a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#navbar .nav {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}
#navbar .nav > * {
  display: inline-block;
}
#navbar .nav .language{
  margin-left: 60px;
}
#navbar .nav .language a {
  font-size: 12px;
}
#navbar .nav .language li:first-of-type {
  position: relative;
}
#navbar .nav .language li:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url('/en/wp-content/themes/enechange-corp/shared/img/shared/language.svg') no-repeat border-box center/cover;
}
#navbar .nav .language li.active a {
    pointer-events: none;
}
#navbar .nav .language li.active a::before {
    background-color: #999;
    transform: none;
}
/* イントロアニメーション時 */
header.is_videoPlay #navbar .nav .language li:first-of-type::before {
  background: url('/en/wp-content/themes/enechange-corp/shared/img/shared/language_white.svg') no-repeat border-box center/cover;
}
#navbar .nav .language li:first-of-type a {
  margin-right: 10px;
}
#navbar .more {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  overflow: hidden;
}
body.resizing #navbar .more {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.header_page #navbar .more {
  padding-left: 25px;
  font-size: 13px;
}
#navbar .more.active {
  opacity: 0;
  visibility: hidden;
}
#navbar .more > a {
  transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}
body.resizing #navbar .more > a {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
#navbar .more.active > a {
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
#navbar .more > a:before {
  display: none;
}
#navbar .more > a:hover {
  color: #000;
}
#navbar .more > a {
  display: none;
}
#navbar .expand {
  opacity: 0;
  margin-left: 25px;
  margin-right: -46%;
  color: #666;
  font-size: 13px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition:
    opacity .3s ease-in-out .3s,
    margin .3s ease-in-out,
    transform .3s ease-in-out .1s,
    visibility .3s ease-in-out .3s;
  -moz-transition:
    opacity .3s ease-in-out .3s,
    margin .3s ease-in-out,
    transform .3s ease-in-out .1s,
    visibility .3s ease-in-out .3s;
  -webkit-transition:
    opacity .3s ease-in-out .3s,
    margin .3s ease-in-out,
    transform .3s ease-in-out .1s,
    visibility .3s ease-in-out .3s;
  visibility: hidden;
}
body.index  #navbar .expand {
  margin-right: -46%;
}
body.resizing #navbar .expand {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.header_page #navbar .expand{
   opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-right: 0;
  margin-left: 0;
}
.header_page .expand li:first-child{
  padding: 0;
}
#navbar .more.active ~ .expand {
  opacity: 1;
  margin-right: 0;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
  margin-left: 0;
}
#navbar .more.active ~ .expand li:first-child{
  padding: 0;
}
#navbar .toggle {
  pointer-events: visible;
  cursor: pointer;
  opacity: 0;
  display: block;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 19px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  visibility: hidden;
  padding-top: 17px;
}
#navbar .toggle > * {
  cursor: pointer;
  display: block;
  position: relative;
}
#navbar .toggle > *:after, #navbar .toggle > *:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
}
#navbar .toggle > *:after {
  top: 8px;
}
#navbar .toggle > *, #navbar .toggle > *:after, #navbar .toggle > *:before {
  background: #000;
  width: 100%;
  height: 2px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#navbar.active .toggle > * {
  background-color: transparent;
  transform: translateY(2px);
  -moz-transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
#navbar.active .toggle > *:before {
  transform: rotate(45deg) translate(5px, 5px);
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}
#navbar.active .toggle > *:after {
  transform: rotate(-45deg) translate(6px, -7px);
  -moz-transform: rotate(-45deg) translate(6px, -7px);
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
}
#navbar .current a:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*=============================================
 * key
 *=============================================*/

#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 899px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#key ul {
  height: 899px;
  width: 100%;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*=============================================
 * container
 *=============================================*/

#container {
  margin-top: 80px;
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
  margin: 0 auto;
  padding: 44px 0 18px;
  max-width: 454px;
}
/*=============================================
 * footer
 *=============================================*/

footer {
  height: 100px;
  width: 100%;
  position: relative;
  font-size: 10px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #f0f0f0;
}
footer .ft_ttl {
  position: absolute;
  top: 0;
  left: 50px;
}
footer .ft_ttl2 {
  position: absolute;
  top: 0;
  left: 140px;
}

footer .ft_ttl a,
footer .ft_ttl2 a {
  transition: all .5s ease;
}

footer .ft_ttl a:hover ,
footer .ft_ttl2 a:hover {
  color: #bbb;
}

/*=============================================
 * copyright
 *=============================================*/
#pagetop {
  right: 24px;
  bottom: 24px;
}
footer small {
  color: #000;
  line-height: 23px;
  padding-right: 50px;
  text-align: right;
  font-weight: 700;
  display: block;
}
.text_center {
  text-align: center;
}
.ml_0 {
  margin-left: 0px !important;
}
.strong {
  font-weight: bold;
}
.text_right {
  text-align: right;
}
#socialbuttons > * {
  margin: 0 7px;
}
.w_500 {
  width: 500px;
}
.w_50pc {
  width: 50%;
}
.sp {
  display: none !important;
}
.pc {
  display: block!important;
}
.filter-item {
  display: none;
  position: relative;
}
.filter-item.active {
  display: block;
}
.contact_info dt {
  letter-spacing: 0.6px;
  font-size: 38px;
  padding-bottom: 20px;
}
.contact_info .link2 {
  display: block;
  width: 310px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-family: sans-serif;
  background-color: #fff;
}
.contact_info .link2 span {
  position: relative;
}
.contact_info .link2:before {
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  opacity: 0;
  transition: all .5s ease;
}
.contact_info .link2:after {
  background: url(../img/index/icon.svg) no-repeat center top;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  content: '';
}
.contact_info .link2:hover {
  color: #fff;
}
.contact_info .link2:hover span{
  color: #fff;
}
.contact_info .link2:hover:before {
  opacity: 1;
  width: 100%;
}
.contact_info .link2:hover:after {
  background: url(../img/index/icon_on.svg) no-repeat center top;
}
.main_globe {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.menu_info .lang2 {
  background: none;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  width: 75px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5%;
}
.menu_info .lang2:before {
  border-left: 1px solid #aaa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 12px;
}
.menu_info .lang2 > p {
  float: left;
  width: 50%;
}
.menu_info .listnav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10%;
}
.menu_info ul {
  width: 50%;
  box-sizing: border-box;
  padding: 7% 10% 0 10%;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.menu_info ul li {
  padding-bottom: 5%;
}
.menu_info .nav1 {
  font-size: 18px;
}
.menu_info .nav1 li {
  padding-bottom: 12%;
}
.menu_info .nav1 .ol_last {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  padding-bottom: 0;
}
.tab-link {
  position: absolute;
  top: 97px;
  right: 0;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.tab-link > li.toggle *{
  cursor: default;
  -webkit-tap-highlight-color: white;
}
.tab-link > li.toggle *:hover,
.tab-link > li.toggle *:focus,
.tab-link > li.toggle *:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tab-link li {
  position: relative;
  width: 138px;
  display: block;
  float: right;
  color: #000;
  z-index: 1;
  background: #fff;
}
.tab-link li > a {
  display: block;
  border: 1px solid #000;
  position: relative;
}
.tab-link li:last-child a {
  border-right-width: 0;
}
.tab-link li:before {
  background: gray;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.tab-link li:hover {
  color: #fff;
}
.tab-link li:hover:before {
  opacity: 1;
}
.tab-link li:hover:after {
  background: url(../img/pressrelease/icon3_on.svg) no-repeat 0 0;
}
.tab-link > li:after {
  background: url(../img/pressrelease/icon3.svg) no-repeat 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 9px;
  content: '';
}
.tab-link li li {
  float: none;
  border-bottom: 1px solid #000;
  background: #fff;
}
.tab-link li ul {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  overflow: hidden;
}
.tab-link li:last-child ul {
  margin-right: -1px;
}
.content_tab .pager {
  text-align: center;
  padding: 8% 0;
}
.content_tab .pager li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #666;
  padding: 0;
}
.content_tab .pager li a,
.content_tab .pager li.current span {
  display: block;
  height: 100%;
  padding: 0 14px;
}
.content_tab .pager .previous {
  background-image: url(../img/pressrelease/icon2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 34px;
  height: 16px;
  margin-right: 25px;
  padding: 0;
  display: none;
  cursor: pointer;
  transition: background-position .4s ease;
}
.content_tab .pager .previous:hover {
  background-position: -10px 0;
}

.content_tab .pager .next {
  background-image: url(../img/pressrelease/icon1.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 34px;
  height: 16px;
  margin-left: 25px;
  padding: 0;
  cursor: pointer;
  transition: background-position .4s ease;
}
.content_tab .pager .next:hover {
  background-position: 10px 0;
}

.content_tab .pager .current, .content_tab .pager li:hover {
  font-weight: bold;
  color: #ff0000
}
.content_tab dl {
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  padding-bottom: 3%;
  margin-bottom: 23px;
}
.content_tab dl dt {
  font-size: 12px;
  color: #999;
  padding-bottom: 3px;
}
.content_tab dl dd {
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
  transition: all .3s ease;
}

.content_tab dl dd .sub {
  font-weight: normal;
  font-size: 12px;
  color: #999;
}
.content_tab dl:hover dd {
  color: #999;
}

.keywords {
  display: inline-block;
}

.keywords li {
  letter-spacing: 1px;
  color: #f00;
  font-size: 10px;
  text-align: center;
  margin-left: 19px;
  background: #f0f0f0;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  line-height: 18px;
}

#contact {
  position: relative;
  padding: 117px 0 119px;
}


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 10% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 30% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 40% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 50% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 60% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 70% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 80% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 90% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@keyframes hvr-wobble-vertical {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 10% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 30% {
 -webkit-transform: translateY(8px);
 transform: translateY(8px);
}
 40% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 50% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 60% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 70% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 80% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 90% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical img {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#main .group {
  box-shadow: -7px 7px 24px 0px rgba(0, 0, 0, 0.08) !important;
  background: #fff;
  border-top: 1px solid #ddd;
  position: relative;
}
#main .content {
  width: 900px;
  margin: 0 auto;
  padding: 6% 0 3%;
}
.title1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.4px;
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
}
.link,
.more {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  width: 170px;
  padding-bottom: 4px;
}
.link a {
  display: block;
}
.link:before,
.more:before {
  background: #f00;
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 0;
  width: 100%;
  content: '';
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.link:hover:before,
.more:hover:before {
  width: calc(100% + 50px);
}
.show_left {
  position: relative;
  overflow: hidden;
  width: 0;
  transition: all 3s cubic-bezier(.19, 1, .22, 1) !important;
}
.show_left * {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.show_left.animated {
  width: 100%;
}
.show_left2 {
  position: relative;
  overflow: hidden;
  width: 0;
  transition: all 3s cubic-bezier(.19, 1, .22, 1);
}
.show_zoom {
  overflow: hidden;
}
.show_zoom img {
  transition: all 1.5s ease 0s !important;
}
.show_top {
  position: relative;
  transition: all 3s cubic-bezier(.19, 1, .22, 1) !important;
  overflow: hidden;
}
.show_top:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  transition: all 5s cubic-bezier(.19, 1, .22, 1) !important;
  z-index: 1;
}
.show_top.animated:before {
  bottom: 100%;
}
.content_tab {
  display: none;
}
.content_tab0 {
  display: block;
}
.ol_last2 {
  display: none;
}
.box_info nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  cursor: pointer;
}
.box_info nav .info {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box_info nav .info:before {
  content: "";
  display: inline-block;
  margin-right: -.05em;
  vertical-align: middle;
  height: 100%;
}
.box_info nav .info > * {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 80%;
}
.box_info nav .show_zoom {
  width: 50%;
  position: relative;
}
.box_info nav .box {
  background: #242424;
  color: #fff;
  width: 50%;
  position: relative;
}
.box_info nav .box:before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  transition: all .3s ease;
}
.box_info nav .box:hover:before {
  opacity: 1;
}
.box_info nav h3 {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding: 0% 0 7%;
}
.box_info nav h3 span {
  font-weight: 300;
}
.box_info nav .fnt-Proxima {
  font-size: 11px;
}
.box_info nav .link {
  float: right;
}
.box_info nav .link:before {
  background: #fff;
}
.box_info nav:hover .show_zoom img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box_info nav:hover .link:before {
  width: calc(100% + 50px);
}

/*-----------------------------------------------------
201904リニューアルフッター
------------------------------------------------------*/
.ly_foot { padding: 52px 0 100px; width: 100%; height: auto; text-align: left; line-height: inherit; background-color: #242424; display: block; overflow: hidden; }
.ly_foot .ly_foot_inner { margin: 0 auto; width: 980px; }
.ly_foot .bl_footNavList_wrap { margin: 0 0 50px 0; display: flex; justify-content: space-between;}
.ly_foot .bl_footNavList { display: flex; }
.ly_foot .bl_footNavList .bl_footNavList_item { margin-right: 40px; }
.ly_foot .bl_footNavList.bl_footNavList__spRight .bl_footNavList_item:last-child { margin-right: 0; }
.ly_foot .bl_footNavList__column { flex-direction: column; }
.ly_foot .bl_footNavList__column .bl_footNavList_item { margin: 0; }
.ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link { margin-bottom: 12px; font-size: 14px; color: #fff; font-weight: bold; letter-spacing: 0.1em; line-height: 2.5; display: inline-block; transition: all .5s ease; }
.ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link:hover { opacity: 0.7; }
.ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link.bl_footNav_link__pcHeading { }
.ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link.bl_footNav_link__newWindow { position: relative; }
.ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link.bl_footNav_link__newWindow::after { width: 13px; height: 10px; content: ''; display: block; background-image: url(../img/icon_new_window_white.png); background-size: 100% auto; background-repeat: no-repeat; position: absolute; right: -19px; top: 50%; transform: translateY(-50%); }

.ly_foot .bl_footSubNavList .bl_footSubNavList_item .bl_footSubNav_link { font-size: 14px; color: #fff; font-weight: normal; letter-spacing: 0.05em; line-height: 2; display: inline-block; transition: all .5s ease; }
.ly_foot .bl_footSubNavList .bl_footSubNavList_item .bl_footSubNav_link:hover { opacity: 0.7; }

.ly_foot .bl_copy { margin: 0 auto; padding: 0; width: 980px; font-size: 10px; color: #fff; font-weight: 700; text-align: right; line-height: inherit; font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.ly_foot .bl_footSmallNavList {
  display: flex;
  justify-content: center;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  padding: 20px 5px;
  margin-bottom: 30px;
}
.ly_foot .bl_footSmallNavList .bl_footSmallNavList_item {
  margin-right: 30px;
}
.ly_foot .bl_footSmallNavList .bl_footSmallNavList_item .bl_footSmallNav_link {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
  display: inline-block;
  transition: all .5s ease;
}

/*=============================================
 * RESPONSIVE
 *=============================================*/
@media screen and (max-width: 1240px){
  header .lang1{
    right: 0;
  }
  #navbar{
    right: 0;
  }
} /* media */

@media screen and (max-width: 1190px){
  header .logo{
    left: 10px;
  }
} /* media */

@media screen and (max-width: 1150px){
  header .nav li{
    padding: 0 0 0 13px;
  }
  #navbar .expand {
    margin-right: -40%;
  }
  body.macos #navbar .expand {
    margin-right: -40.5%;
  }
} /* media */

@media screen and (min-width: 1051px){
  header{
    position: fixed;
    top: 80px;
    left: 0;
    transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transition:
      background .3s ease,
      transform .3s ease;
    -moz-transition:
      background .3s ease,
      transform .3s ease;
    -webkit-transition:
      background .3s ease,
      transform .3s ease;
    z-index: 1;
  }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
  }
  header.fixed{
    background: rgba(240,240,240,0.9);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease .3s;
  }
} /* media */

@media screen and (max-width: 1050px){
  #navbar {
    pointer-events: none;
    background: none;
    height: auto;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
  }
  #navbar.active {
    pointer-events: visible;
    right: 0;
    z-index: 3000;
    top: 0 !important;
  }
  #navbar:before {
    content: "";
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    visibility: hidden;
  }
  #navbar.active:before {
    opacity: 1;
    visibility: visible;
  }
  #navbar .toggle {
    opacity: 1;
    visibility: visible;
  }
  #navbar.active .toggle {
    z-index: 2000;
    top: 12px;
    right: 15px;
  }
  #navbar nav {
    text-align: initial;
    background: #f0f0f0;
    width: 67%;
    position: absolute;
    top: 0;
    right: -67%;
    bottom: 0;
    overflow: auto;
    transition: all .3s ease;
    height: 100%;
    padding-top: 24%;
  }
  body.resizing #navbar nav {
    transition: none;
  }
  #navbar.active nav {
    right: 0;
  }
  header #navbar li {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  header #navbar li ul li a {
    padding: 2% 0;
  }
  header #navbar li a:before {
    display: none;
  }
  header #navbar li.active a:before {
    display: block;
  }
  #navbar a {
    padding: 5% 0;
    background: none;
    box-shadow: none;
  }
  header .lang1 {
    display: none;
  }
  header .lang p.active a {
    color: #aaa;
  }
  header .lang p a {
    color: #000;
  }
  header.header_page {
    position: absolute;
  }
  header .lang2 {
    display: block;
    margin-left: 7%;
    font-size: 12px;
  }
  header .lang2 p {
    float: left;
  }
  #contact aside.wrap {
    width: auto !important;
  }
  #container .wrap {
    width: auto !important;
    padding: 0 5%;
  }
  header .more > a {
    display: none;
  }
  header .expand {
    display: block;
    padding: 12% 0 17% !important;
    font-size: 15px;
  }
  header .expand li {
    padding: 0 !important;
    color: #000;
  }
  header #navbar .nav_bt {
    margin-top: 9%;
    display: block;
  }
  header #navbar .nav_bt li[class^="item"] a {
    font-size: 12px;
    padding: 2% 0 2% 10px;
  }
  header .logo {
    top: 22px;
    left: 20px;
    width: 48%;
    max-width: 220px;
  }
  header {
    background: transparent !important;
  }

  header.fixed {
    height: auto;
  }
  header.fixed #navbar {
    top: 0;
  }
  #navbar nav .more > a {
    display: none;
  }
  #navbar nav .more ul {
    display: block;
  }
  #navbar nav > ul {
    padding-left: 12%;
  }
  #navbar .nav_bt a {
    padding-top: 2%;
  }
  header.fixed #navbar, header.header_page #navbar {
    top: 10px;
  }
  #navbar li[class^="item"] a {
    font-size: 15px;
    opacity: 0;
    margin: 5% 0 5% 10px;
    transition: opacity 0.3s ease;
  }
  #navbar.active li[class^="item"] a {
    opacity: 1;
  }
  #navbar.active .item1 a {
    transition-delay: .4s;
  }
  #navbar.active .item2 a {
    transition-delay: .5s;
  }
  #navbar.active .item3 a {
    transition-delay: .6s;
  }
  #navbar.active .item4 a {
    transition-delay: .7s;
  }
  #navbar.active .item5 a {
    transition-delay: .8s;
  }
  #navbar.active .item6 a {
    transition-delay: .9s;
  }
  #navbar.active .item7 a {
    transition-delay: 1s;
  }
  #navbar.active .item8 a {
    transition-delay: 1.1s;
  }
  #navbar.active .item9 a,
  #navbar.active .item10 a {
    transition-delay: .3s;
  }
  #navbar .nav {
    display: block;
  }
  #navbar .nav > *{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-right: 0;
    margin-left: 0;
  }
  #navbar .nav ul{
    padding-left: 12% !important;
    margin-left: 0;
  }
  #navbar .nav .language {
    margin: 0 0 25px 20px;
  }
  #navbar .nav .language li {
    display: inline-block;
  }
  #navbar .nav .language li a {
    display: inline-block;
  }
  #navbar .nav .language li:first-of-type::before {
    left: -20px;
  }
  #navbar .nav .language li:nth-of-type(2n) a {
    padding-left: 0;
  }

} /* media */

@media screen and (max-width: 767px) {
  #main .content {
    width: 90%;
    margin: 0 auto;
    padding:  10% 5%;
  }
  .box_info nav h3 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  .box_info nav .link {
    font-size: 10px;
    width: 90px;
    float: none;
  }
  .box_info nav .link:before {
    background: #fff;
  }
  .box_info nav .info {
    width: auto;
    display: inline-block;
  }
  .tab-link > li:after {
    top: 54%;
    transform: translateY(-50%);
  }
  .menu_info .listnav {
    padding: 7% 0 10%;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .menu_info ul.nav1 {
    padding: 0;
    width: 45%;
    float: left;
  }
  .menu_info ul.nav2 {
    padding: 0;
    width: 45%;
    float: right;
  }
  footer .ft_ttl {
    display: none;
  }
  body {
    font-size: 10px;
    line-height: 18px;
  }
  html {
    min-width: inherit;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .fl, .fr {
    float: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .show_left * {
    margin-left: 0 !important;
  }
  .link,
  .more {
    font-size: 12px;
    line-height: 13px;
    width: 115px;
  }
  .title1 {
    font-size: 21px;
    line-height: 28px;
  }
  .content_tab .pager {
    display: flex;
    align-items: center;
  }
  .content_tab .pager li {
    display: block;
    flex-grow: 1;
  }
  .keywords li:first-child{
    margin-left:0;
  }
  footer {
    text-align: center;
    height: 100px;
    padding-bottom: 5%;
  }
  footer .ft_ttl {
    position: relative;
    top: auto;
    left: auto;
  }
  footer small {
    position: relative;
    top: auto;
    right: auto;
    padding-right: 0;
    text-align: center;
  }
  .contact_info dt {
    font-size: 26px;
  }
  .contact_info .link2 {
    width: 80%;
    min-width: 280px;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
  }
  .contact_info .link2:after {
    left: 15px;
  }
  .contact_info h2 {
    font-size: 24px;
  }
  .main_globe {
    width: 100%;
    top: 2%;
  }
  .tab-link {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10%;
  }
  .press_detail #main .tab-link {
    top: 0 !important;
  }
  .tab-link > li {
    width: 50%;
    box-sizing: border-box;
  }
  .tab-link li ul li {
    width: 100%;
  }
  .contact_info .txt {
    font-size: 12px;
    line-height: 23px;
  }
  #contact {
    position: relative;
    padding: 15% 0 16%;
  }
  .content_tab dl {
    font-size: 11px;
    letter-spacing: 0.3px;
    padding-bottom: 5%;
    margin-bottom: 5%;
    line-height: 20px;
  }
  .content_tab dl dt {
    font-size: 10px;
  }
  .content_tab dl dt span {
    padding: 0 13px;
    margin-left: 10px;
  }

  #main h1 {
    padding-top: 4% !important;
  }

  /*-----------------------------------------------------
  201904リニューアルフッター
  ------------------------------------------------------*/
  .ly_foot { padding: 41px 0 46px; }
  .ly_foot .ly_foot_inner { width: 100%; }
  .ly_foot .bl_footNavList_wrap { margin: 0 auto 19px auto; width: 73%; justify-content: flex-start; }
  .ly_foot .bl_footNavList { flex-direction: column; }
  .ly_foot .bl_footNavList.bl_footNavList__spLeft { margin-right: 13%; }
  .ly_foot .bl_footNavList .bl_footNavList_item { margin-right: 0;}
  .ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link { margin-bottom: 12px; font-size: 12px; }
  .ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link:hover { opacity: 1; }
  .ly_foot .bl_footNavList .bl_footNavList_item .bl_footNav_link.bl_footNav_link__pcHeading { pointer-events: auto; }

  .ly_foot .bl_footSubNavList { display: none; }

  .ly_foot .bl_footSmallNavList { margin: 0 auto 51px; padding: 0; width: 73%; display: block; border:none; }
  .ly_foot .bl_footSmallNavList .bl_footSmallNavList_item { margin: 0 0 12px 0 ; }
  .ly_foot .bl_footSmallNavList .bl_footSmallNavList_item .bl_footSmallNav_link { font-size: 12px; font-weight: bold; color: #fff; display: inline-block; }
  .ly_foot .bl_footSmallNavList .bl_footSmallNavList_item .bl_footSmallNav_link.bl_footSmallNav_link__newWindow { position: relative; }
  .ly_foot .bl_footSmallNavList .bl_footSmallNavList_item .bl_footSmallNav_link.bl_footSmallNav_link__newWindow::after { width: 13px; height: 10px; content: ''; display: block; background-image: url(../img/icon_new_window_white.png); background-size: 100% auto; background-repeat: no-repeat; position: absolute; right: -19px; top: 50%; transform: translateY(-50%); }


  .ly_foot .bl_copy { width: 90%; text-align: center; }

} /* media */

@media screen and (max-width: 320px) {
  /*-----------------------------------------------------
  201904リニューアルフッター
  ------------------------------------------------------*/
  .ly_foot .bl_footNavList_wrap { width: 260px; }
  .ly_foot .bl_footSmallNavList { width: 260px; }
  .ly_foot .bl_footNavList.bl_footNavList__spLeft { margin-right: 25px; }

} /* media */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4500;
  background: #fff;
}
#spinners {
  width: 1000px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
.three-bounce {
  text-align: center;
}
.three-bounce>div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #999;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
    transition: all .3s ease;
}
.three-bounce .one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}
.three-bounce .two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0)
}
40% {
-webkit-transform:scale(1)
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
30% {
 background-color: #999;
  }
40% {
transform:scale(1);
-webkit-transform:scale(1);
}
50% {
 background-color: #f00;
}
70% {
 background-color: #999;
}
}

.keepcalm {
  max-width: 500px;
  margin: 80px auto 0;
  border: 1px solid #ccc;
}

.keepcalm .main {
  padding: 80px 0 30px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  letter-spacing: 0.4px;
  font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.keepcalm .note {
  margin-bottom: 70px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
}


/* Enechange developer Blog - banner */

@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.dev-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px;

}

@media all and (max-width: 767px) {
  .dev-blog {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .footer__img01 {
    position: absolute;
    width: 10%;
    top: 17%;
    left: 37px;
  }
}

@media all and (max-width: 767px) {
  .footer__img02 {
    position: absolute;
    width: 2.6%;
    top: 17%;
    right: 37px;
  }
}

@media all and (max-width: 767px) {
  .entry__img01 {
    position: absolute;
    width: 10%;
    top: 11%;
    left: 37px;
  }
}

@media all and (max-width: 767px) {
  .entry__img02 {
    position: absolute;
    width: 2.6%;
    top: 11%;
    right: 37px;
  }
}

.entry__item {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 19px;
  border: 1px solid #000;
  padding: 12px 0;
}

@media all and (max-width: 767px) {
  .entry__item {
    width: 87%;
    margin: 0 auto;
    font-size: 13px;
  }
}

.entry__link02 {
  position: relative;
  display: inline-block;
  color: #f00;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 1em;
  padding: 12px 0 18px;
  font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  transition: opacity .2s;
}
@media all and (min-width: 768px) {
  .entry__link02:hover {
    opacity: .7;
  }
}
@media all and (max-width: 767px) {
  .entry__link02 {
    padding: 20px 0 18px;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1em;
  }
}

.entry__link02-inner {
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
}

@media all and (max-width: 767px) {
  .entry__link02-inner {
    font-size: 10px;
    position: relative;
    top: -6px;
  }
}
