@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
}

/* wrapper
----------------------------------------------- */
#wrapper {
  padding: 80px 0 0;
  overflow: hidden;
}

.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.innerbox {
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .inner {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #wrapper {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}
/* header
----------------------------------------------- */
#header .headerbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(0);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
  background-color: #fff;
}

#header.headroom--unpinned .headerbox {
  transform: translateY(-220px);
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

#header .headerin {
  max-width: 1500px;
  margin: 0 auto;
  height: 80px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#header .headerlogo {
  margin-right: 10px;
}

#header .headerlogo a {
  display: flex;
  align-items: center;
}

#header .headerlogo .logo {
  flex-shrink: 0;
  font-size: 0;
  margin-right: 20px;
}

#header .headerlogo .logoin {
  display: flex;
}

#header .headerlogo .logojp {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.0;
  margin-right: 20px;
}

#header .headerlogo .logoen {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0;
  color: #ea002a;
}

#header .headernav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .gnavi {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #header .gnavi li:nth-of-type(1) {
    position: relative;
  }
}
#header .gnavi li:nth-of-type(1):hover .hidden-menu {
  display: block;
  animation: show 0.2s linear;
}
#header .gnavi li:nth-of-type(1) .hidden-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: 50px;
  width: 800px;
  padding-top: 40px;
  margin-left: 20px;
  display: none;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 35px 0;
  background-color: #f6f6f7;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .headline {
  flex-shrink: 0;
  width: 260px;
  padding: 30px 0;
  padding-left: 60px;
  border-right: 1px solid #d4d6d6;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .headline span {
  display: block;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .headline span.eng {
  font-size: 1rem;
  color: #ea002a;
  transform: scale(0.7);
  transform-origin: left center;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .headline span.jp {
  font-size: 20px;
  font-weight: bold;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link {
  flex-grow: 1;
  padding-left: 60px;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link ul:nth-of-type(2) {
  margin-top: 15px;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link ul li {
  width: 200px;
  margin: 0;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
  padding-right: 20px;
  background: url("../img/common/arrow_menu.png") no-repeat right center;
  background-size: 9px auto;
}
#header .gnavi li:nth-of-type(1) .hidden-menu .inner .link ul li a:hover {
  text-decoration: underline;
}

#header .gnavi li + li {
  margin-left: 30px;
}

#header .gnavi > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 80px;
  font-size: 1.5rem;
}

#header .gnavi > li > a.gnav-current span{
  color: #ea002a;
  border-bottom: 2px solid #ea002a;
}

#header .gnavi li:hover a {
  color: #ea002a;
}

#header .headerjob {
  position: relative;
  display: flex;
  padding: 0;
  margin-left: 50px;
}

#header .headerjob .headerjob-btn + .headerjob-btn{
  margin-left: 10px;
}

#header .headerjob a {
  display: flex;
  background: #ea002a;
  border: 2px solid #ea002a;
  border-radius: 50px;
  width: 140px;
  height: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 6px 8px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#header .headerjob a:hover {
  background: #fff;
  color: #c01;
}

@media (max-width: 1200px) {
  #header .headerlogo .logoin {
    flex-direction: column;
    align-items: flex-start;
  }
  #header .headerlogo .logojp {
    margin: 0 0 3px;
  }

}

@media (min-width: 1025px) and (max-width: 1200px) {

  #header .gnavi li + li {
    margin-left: 30px;
  }
  #header .gnavi > li > a {
    font-size: 1.4rem;
  }

  #header .headerjob {
      margin-left: 40px;
  }
  #header .headerjob a {
    width: 130px;
    font-size: 1.4rem;
  }

}

@media (max-width: 1024px) {
  #header .headerlogo .logoin {
    flex-direction: column;
    align-items: flex-start;
  }

  #header .headerbox {
    background: #fff;
  }

  #header.headroom--unpinned .headerbox {
    transform: translateY(-110px);
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    /* Firefox */
    -webkit-transition: all 0.5s !important;
    /* Chrome&Safari */
  }

  #header .headernav {
    display: none;
  }

  #header .headerin {
    height: 50px;
    padding: 0 55px 0 15px;
  }

  #header .headerlogo .logo {
    margin-right: 10px;
    width: 74px;
  }

  #header .headerlogo .logojp {
    font-size: 1.0rem;
  }

  #header .headerlogo .logoen {
    font-size: 1.0rem;
  }

  #header .gnavi {
    display: none;
  }

  #header .headerjob {
    position: relative;
    right: auto;
    top: auto;
  }

  #header .headerjob a {
    width: 100px;
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  #header .headerjob a {
    width: 70px;
    font-size: 10px;
    white-space: nowrap;
  }

  #header .headerlogo .logo {
    margin-right: 5px;
  }

  #header .headerin {
    padding-left: 3%;
  }
}
@media (max-width: 280px) {
  #header .headerjob a {
    width: 65px;
  }

  #header .headerlogo .logo {
    width: 48px;
    margin-right: 5px;
  }

  #header .headerin {
    padding-left: 1%;
  }
}
.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: none;
}

@media (max-width: 1024px) {
  .navbar-toggle,
  .navbar-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 50px;
    display: block;
    z-index: 3;
  }

  .navbar-toggle span,
  .navbar-close span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    background-color: #ea002a;
    width: 27px;
    height: 2px;
  }

  #header .navbar-toggle span:nth-of-type(1) {
    top: 20px;
  }

  #header .navbar-toggle span:nth-of-type(2) {
    top: 29px;
  }

  #header .navbar-close span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
  }

  #header .navbar-close span:nth-of-type(2) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
  }

  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f6f6f7;
    z-index: 101;
  }

  .navbarbox {
    height: calc(100vh - 50px);
  }

  .navbarin {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 30px;
  }

  .navbarin {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }

  .navbarin::-webkit-scrollbar {
    display: none;
  }

  .navbarin {
    scrollbar-width: none;
  }

  .navbarlist {
    border-top: 1px #babdbe solid;
  }

  .navbarlist > li {
    border-bottom: 1px #babdbe solid;
    position: relative;
  }

  .navbarlist > li > a {
    padding: 13px 40px 13px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbarlist > li > a.nochild {
    background: url(../img/common/arrow_menu.svg) right 28px center no-repeat;
    background-size: 11px 14px;
  }

  .navbarlist > li > a .navbar-eng {
    font-size: 12px;
    color: #ea002a;
    font-weight: 500;
    line-height: 1.6em;
  }

  .navbarlist .comtoggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 1;
  }

  .navbarlist .comtoggle:before {
    position: absolute;
    content: "";
    background: url(../img/common/plus_menu.png) center center no-repeat;
    background-size: 18px 18px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
    z-index: 1;
  }

  .navbarlist .comtoggle.on:before {
    transform: rotate(45deg);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  .navbarlist .navbarchild {
    border-top: 1px #babdbe solid;
    display: none;
    padding: 0 25px;
  }

  .navbarlist .navbarchild li {
    font-size: 14px;
  }

  .navbarlist .navbarchild li + li {
    border-top: 1px #babdbe solid;
  }

  .navbarlist .navbarchild li a {
    display: block;
    padding: 20px 15px 20px 10px;
    background: url(../img/common/arrow_menu.svg) right 2px center no-repeat;
    background-size: 11px 14px;
  }

  .navbarbtn {
    width: 290px;
    max-width: 76%;
    margin: 30px auto 0;
  }

  .navbarbtn li + li {
    margin-top: 15px;
  }

  .navbarbtn li a {
    background: url(../img/common/arrow_entry_wh.svg) right 20px center no-repeat #ea002a;
    background-size: 8px auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3em;
    padding: 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
/* teaser
----------------------------------------------- */
.teaser {
  padding: 40px 0 130px;
}

.teaser .teaseren {
  font-weight: 700;
  color: #ea002a;
}

.teaser .teaserjp {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .teaser {
    padding: 35px 0 60px;
  }

  .teaser .teaseren {
    font-size: 12px;
  }

  .teaser .teaserjp {
    font-size: 30px;
    margin-top: 5px;
  }
}
/* breadcrumb
----------------------------------------------- */
.breadcrumb {
  padding: 10px 30px 0;
  background: #fff;
}

.breadcrumb .breadin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
}

.breadcrumb .breadin li {
  margin-right: 10px;
  font-size: 13px;
  line-height: 1.6em;
  position: relative;
}

.breadcrumb .breadin li a {
  color: #979d9d;
}

.breadcrumb .breadin li a:hover {
  color: #ea002a;
  text-decoration: underline;
}

.breadcrumb .breadin li + li {
  padding-left: 22px;
}

.breadcrumb .breadin li + li:before {
  position: absolute;
  content: "";
  background: #222;
  width: 12px;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 15px 15px 0;
  }

  .breadcrumb .breadin li {
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .breadcrumb .breadin li a {
    color: #979d9d;
  }

  .breadcrumb .breadin li a:hover {
    color: #979d9d;
  }

  .breadcrumb .breadin li + li {
    padding-left: 33px;
  }

  .breadcrumb .breadin li + li:before {
    width: 18px;
  }
}
/* contents
----------------------------------------------- */
.contents {
  position: relative;
}

/* entry
----------------------------------------------- */
.comentry {
  background: #ea002a;
  padding: 70px 0;
  margin-top: 150px;
}

.comentry .entryin {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 30px;
  color: #fff;
}

.comentry .entryhd {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5em;
}

.comentry .entrycap {
  text-align: center;
  margin-top: 3px;
}

.comentry .entrydet {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66em;
}

.comentry .entrynavi {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}

.comentry .entrynavi li {
  width: 46.8%;
}

.comentry .entrynavi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px #fff solid;
  height: 90px;
  padding: 0 50px;
  color: #fff;
  background: #ea002a;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  position: relative;
}

.comentry .entrynavi li a:hover {
  background: #fff;
  color: #ea002a;
}

.comentry .entrynavi li a:before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow_entry_wh.svg) center center no-repeat;
  width: 14px;
  height: 17px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.comentry .entrynavi li a:hover:before {
  background: url(../img/common/arrow_entry_rd.svg) center center no-repeat;
  animation: ltor 0.2s;
}

@-webkit-keyframes ltor {
  from {
    right: 45px;
  }
  to {
    right: 35px;
  }
}
@media (max-width: 1024px) {
  .comentry .entrynavi li a:hover {
    background: #ea002a;
    color: #fff;
  }

  .comentry .entrynavi li a:hover:before {
    background: url(../img/common/arrow_entry_wh.svg) center center no-repeat;
    animation: none;
  }
}
@media (max-width: 767px) {
  .comentry {
    padding: 50px 0;
    margin-top: 60px;
  }

  .comentry .entryin {
    padding: 0 45px;
  }

  .comentry .entryhd {
    font-size: 32px;
  }

  .comentry .entrydet {
    margin-top: 25px;
    font-size: 16px;
  }

  .comentry .entrynavi {
    margin-top: 30px;
    flex-direction: column;
  }

  .comentry .entrynavi li {
    width: 100%;
  }

  .comentry .entrynavi li + li {
    margin-top: 20px;
  }

  .comentry .entrynavi li a {
    border: 1px #fff solid;
    height: 60px;
    padding: 0 30px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .comentry .entrynavi li a:before {
    background: url(../img/common/arrow_entry_wh.svg) center center no-repeat;
    background-size: 8px auto;
    width: 8px;
    right: 20px;
  }

  .comentry .entrynavi li a:hover:before {
    background: url(../img/common/arrow_entry_wh.svg) center center no-repeat;
    background-size: 8px auto;
  }
}
@media (max-width: 373px) {
  .comentry .entrydet .newline {
    display: block;
  }

  .comentry .entrydet .visible-ts {
    display: none !important;
  }
}
@media (max-width: 280px) {
  .comentry .entrycap {
    font-size: 13px;
  }
}
/* H
----------------------------------------------- */
.hdlbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-55%);
  z-index: 2;
}

.hdlbox .hdl {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}

.hdlbox .hdl .hdlin {
  display: block;
  font-size: 150px;
  line-height: 1;
  font-weight: 500;
  -webkit-text-stroke: 1px #ea002a;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .hdlbox .hdl {
    padding: 0 14px;
  }

  .hdlbox .hdl .hdlin {
    font-size: 80px;
  }
}
@media (max-width: 320px) {
  .hdlbox .hdl .hdlin {
    font-size: 60px;
  }
}
.hdm {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 35px 0 0;
  position: relative;
}

.hdm:before {
  position: absolute;
  content: "";
  background: #ea002a;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
  z-index: 0;
}

.hdm.noline {
  padding: 0;
}

.hdm.noline:before {
  display: none;
}

@media (max-width: 767px) {
  .hdm {
    font-size: 25px;
    padding: 22px 0 0;
  }

  .hdm:before {
    width: 35px;
  }

  .hdm.noline {
    padding: 0;
  }

  .hdm.noline:before {
    display: none;
  }
}
/* footer
----------------------------------------------- */
#footer {
  padding: 80px 0 65px;
}

#footer .footermess {
  display: flex;
  justify-content: flex-start;
}

#footer .footermess a {
  display: flex;
  align-items: center;
}

#footer .footerlogo {
  width: 126px;
  margin-right: 20px;
  font-size: 0;
}

#footer .footername {
  display: flex;
  align-items: center;
}

#footer .footername .namejp {
  margin-right: 25px;
}

#footer .footername .nameen {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 200;
  color: #ea002a;
  letter-spacing: 0.15em;
}

#footer .footeraddr {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

#footer .footermap {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

#footer .footermap a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

#footer .footermap a img {
  width: 26px;
  margin-right: 10px;
}

#footer .footermap a:hover {
  color: #ea002a;
}

#footer .fnavi {
  margin-top: 60px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
}

#footer .fnavi .fnavicap {
  font-weight: 500;
  color: #ea002a;
}

#footer .fnavi .fnavitit {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#footer .fnavi .fnavitit a {
  display: inline-block;
}

#footer .fnavi .fnavilist {
  margin-top: 30px;
}

#footer .fnavi .fnavilist li {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#footer .fnavi .fnavilist li a {
  display: inline-block;
}

#footer .fnavi .fnavilist li a:hover {
  color: #ea002a;
}

#footer .fnavi .fnavilist li + li {
  margin-top: 13px;
}

#footer .fnavi .fnavilist.col2 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 300px;
}

#footer .fnavi .fnavilist.col2 li {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: calc(100% / 2 - 20px);
  margin-bottom: 13px;
}

#footer .fnavi .fnavilist.col2 li a {
  display: inline-block;
}

#footer .fnavi .fnavilist.col2 li a:hover {
  color: #ea002a;
}

#footer .fnavi .fnavilist.col2 li + li {
  margin-top: 0;
  margin-left: 0;
}


#footer .flink {
  margin-top: 110px;
  display: flex;
  justify-content: center;
}

#footer .flink li {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#footer .flink li + li {
  margin-left: 35px;
}

#footer .flink li a {
  display: block;
}

#footer .flink li a.link-external{
    display: flex;
    align-items: center;
}

#footer .flink li a.link-external:after{
    display: block;
    content: "";
    background: url(../img/common/ico_blank.png) center center no-repeat;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin-left: 3px;
}

#footer .copyright {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6em;
  margin-top: 20px;
}

@media (min-width: 1024.9px) {
  #footer .flink {
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  #footer .flink li {
    margin: 10px 25px 10px 0;
  }

  #footer .flink li + li {
    margin-left: 25px;
  }

}

@media (max-width: 1024px) {
  #footer .fnavi {
    display: none;
  }

  #footer .flink {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }

  #footer .flink li {
    margin: 10px 25px;
  }

  #footer .flink li + li {
    margin-left: 25px;
  }

  #footer .footermap a:hover {
    color: #222;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 0 30px;
  }

  #footer .footermess {
    justify-content: center;
  }

  #footer .footermess a {
    justify-content: center;
  }

  #footer .footerlogo {
    width: 146px;
  }

  #footer .footername {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  #footer .footername .namejp {
    margin: 0;
    font-size: 13px;
  }

  #footer .footername .nameen {
    font-size: 12px;
  }

  #footer .footeraddr {
    margin-top: 25px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }

  #footer .footermap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  #footer .footermap a {
    font-size: 20px;
    letter-spacing: 0.03em;
  }

  #footer .footermap a img {
    margin-right: 15px;
    width: 33px;
  }

  #footer .flink {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  #footer .flink li {
    font-size: 12px;
    font-weight: 500;
  }

  #footer .flink li + li {
    margin: 25px 0 0;
  }

  #footer .flink li a {
    display: block;
  }

  #footer .flink li a.link-external:after{
    margin-top: 2px;
  }

  #footer .copyright {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    margin-top: 60px;
  }
}
/* arrow
----------------------------------------------- */
.arrowright .arrowico {
  position: absolute;
  display: block;
  background: #ea002a;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 1;
}

.arrowright .arrowico:before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
  width: 11px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% auto !important;
  z-index: 1;
}

.arrowright:hover .arrowico {
  background: #fff;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.arrowright:hover .arrowico:before {
  background: url(../img/common/arrow_r_rd.svg) center center no-repeat;
  background-size: 100% auto;
  animation: arrowlr 0.2s;
}

@-webkit-keyframes arrowlr {
  from {
    left: 35%;
  }
  to {
    left: 50%;
  }
}
@-webkit-keyframes arrowrl {
  from {
    left: 65%;
  }
  to {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .arrowright:hover .arrowico {
    background: #ea002a;
  }

  .arrowright:hover .arrowico:before {
    background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
    animation: none;
  }
}
@media (max-width: 767px) {
  .arrowright .arrowico {
    width: 40px;
    height: 40px;
  }

  .arrowright .arrowico:before {
    background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
  }

  .arrowright:hover .arrowico:before {
    background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
    background-size: 8px 10px;
  }
}
/* block
----------------------------------------------- */
.block {
  position: relative;
}

.block:before {
  position: absolute;
  content: "";
  background: transparent;
  right: 0;
  top: 0;
  width: 96%;
  height: 100%;
  z-index: 0;
}

.block + .block {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .block:before {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .block:before {
    width: calc(100% - 24px);
  }

  .block {
    padding-left: 24px;
  }

  .block + .block {
    margin-top: 40px;
  }
}
.anchor {
  padding-top: 50px;
  margin-top: -50px;
}
