.loading__now {
  height: 100vh;
  overflow: hidden;
}

#loading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}
#loading img {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #loading img {
    width: 100%;
  }
}

.purpose {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 148px 0 133px;
}
.purpose.up__info h3 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.purpose.up__info h3:before {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .purpose {
    display: block;
    padding: 72px 0 259px;
  }
}
.purpose__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 362px;
  position: relative;
  padding: 0 0 0 105px;
}
@media only screen and (min-width: 1601px) {
  .purpose__title {
    width: 520px;
    padding: 0 0 0 147px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__title {
    width: 300px;
    padding: 0 0 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__title {
    display: block;
    width: 100%;
    padding: 0 0 0 48px;
    margin: 0 0 40px;
  }
}
.purpose__title:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(/top/images/img-decoration-purpose-.svg) no-repeat left top;
  background-size: contain;
  content: '';
  display: block;
  width: 65px;
  height: 136px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media only screen and (min-width: 1601px) {
  .purpose__title:before {
    width: 91px;
    height: 192px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__title:before {
    width: 50px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__title:before {
    width: 31px;
    height: 68px;
  }
}
.purpose__title.up:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.purpose__title.up h2 span,
.purpose__title.up p span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.purpose__title h2,
.purpose__title p {
  overflow: hidden;
}
.purpose__title h2 span,
.purpose__title p span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.purpose__title h2 {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 1601px) {
  .purpose__title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__title h2 {
    font-size: 16px;
  }
  .purpose__title h2 span {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.purpose__title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
}
@media only screen and (min-width: 1601px) {
  .purpose__title p {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__title p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__title p {
    font-size: 32px;
    margin: 0 0 4px;
  }
}
.purpose__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 735px;
  margin: 0 70px 0 50px;
}
@media only screen and (max-width: 1200px) {
  .purpose__info {
    width: 700px;
  }
}
@media only screen and (max-width: 1100px) {
  .purpose__info {
    width: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__info {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 900px) {
  .purpose__info {
    margin: 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__info {
    padding: 0 16px;
    margin: 0;
  }
}
.purpose__info.up h3 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.purpose__info h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
  overflow: hidden;
  width: 110%;
}
@media only screen and (max-width: 1200px) {
  .purpose__info h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1100px) {
  .purpose__info h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .purpose__info h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .purpose__info h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 800px) {
  .purpose__info h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .purpose__info h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .purpose__info h3 {
    width: 100%;
    font-size: 5.3vw;
  }
}
@media only screen and (max-width: 400px) {
  .purpose__info h3 {
    font-size: 5.1vw;
  }
}
.purpose__info h3 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.purpose__info p {
  line-height: 2;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .purpose__info p {
    margin: 24px 0 0;
  }
}
.purpose__info a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 32px 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .purpose__info a {
    margin: 24px 0 0 auto;
  }
}
.purpose__info-movie {
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .purpose__info-movie {
    margin: 24px 0 0;
  }
}
.purpose__info-movie.up .purpose__info-movie--wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.purpose__info-movie--wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 16/9;
}
.purpose__info-movie--wrap img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.purpose__info-movie--wrap iframe {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.purpose__info-movie--wrap iframe.play {
  opacity: 1;
}
.purpose__title,
.purpose__info {
  position: relative;
  z-index: 2;
}
.purpose__loop-text {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .purpose__loop-text {
    top: auto;
    bottom: 53px;
  }
}
.purpose__loop-text ul li {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
  font-family: 'Montserrat', sans-serif;
  color: #d6d6d6;
  font-size: 180px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  line-height: 1;
  width: 500vw;
  white-space: nowrap;
}
.purpose__loop-text ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  margin-bottom: -16px;
}
@media only screen and (max-width: 768px) {
  .purpose__loop-text ul li {
    font-size: 100px;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.news {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .news {
    position: relative;
    padding: 64px 0 80px;
  }
}
@media only screen and (min-width: 769px) {
  .news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news__wrap .top__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34.426229508%;
}
@media only screen and (max-width: 1024px) {
  .news__wrap .top__title {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .news__wrap .top__title {
    width: 100%;
    margin-bottom: 26px;
  }
  .news__wrap .top__title a {
    position: absolute;
    bottom: 0;
    right: 16px;
  }
}
.news__wrap-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.news__wrap-info--tabhead {
  margin: 0 0 56px;
}
@media only screen and (max-width: 768px) {
  .news__wrap-info--tabhead {
    margin: 0 0 30px;
  }
}
.news__wrap-info--tabhead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.news__wrap-info--tabhead ul li {
  position: relative;
  padding: 0 4px;
}
@media only screen and (max-width: 768px) {
  .news__wrap-info--tabhead ul li {
    width: 33.3333333%;
  }
}
.news__wrap-info--tabhead ul li.current span {
  background-color: #f0f0f0;
}
.news__wrap-info--tabhead ul li.current span:before {
  opacity: 1;
}
.news__wrap-info--tabhead ul li span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  min-width: 8em;
  text-align: center;
  padding: 17px 24px;
}
@media only screen and (max-width: 400px) {
  .news__wrap-info--tabhead ul li span {
    font-size: 12px;
    min-width: unset;
    width: 100%;
    padding: 17px 1em;
  }
}
.news__wrap-info--tabhead ul li span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  border-radius: 0.5em;
  content: '';
  opacity: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 400px) {
  .news__wrap-info--tabhead ul li span:before {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .news__wrap-info--tabhead ul li span:hover {
    background-color: #f0f0f0;
  }
}
.news__wrap-info--list---item {
  border-bottom: 1px #d6d6d6 solid;
}
.news__wrap-info--list---item:first-child .item-link {
  padding: 0 0 1.5em;
}
.news__wrap-info--list---item .item-link {
  display: block;
  padding: 1.5em 0;
}
.news__wrap-info--list---item .catedate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.8em 0;
}
.news__wrap-info--list---item .catedate time {
  color: #333;
}
.news__wrap-info--list---item .catedate .category {
  border: 1px #949494 solid;
  border-radius: 3em;
  font-size: 13px;
  padding: 0.189em 1.502em;
  margin-left: 0.6em;
}
.news__wrap-info--list---item .catedate .new {
  color: #e03100;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.7em;
}
@media only screen and (min-width: 1025px) {
  .news__wrap-info--list---item a {
    position: relative;
  }
  .news__wrap-info--list---item a p.category {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news__wrap-info--list---item a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e03100;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .news__wrap-info--list---item a:hover p.category {
    background-color: #e03100;
    border-color: #e03100;
    color: #fff;
  }
  .news__wrap-info--list---item a:hover:after {
    width: 100%;
  }
}

.top__title-wrap p {
  font-family: 'Montserrat', sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top__title-wrap p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top__title-wrap p {
    font-size: 44px;
  }
}
.top__title-wrap p:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 0;
  height: 14px;
  margin: 0 0 10px;
}
.enter__screen.up .top__title-wrap p:before {
  width: 1.1em;
}
@media only screen and (max-width: 768px) {
  .enter__screen.up .top__title-wrap p:before {
    width: 2em;
  }
}
.top__title-wrap p span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.enter__screen.up .top__title-wrap p span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top__title-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top__title-wrap h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top__title-wrap h2 {
    font-size: 16px;
  }
}
.top__title-wrap h2 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.enter__screen.up .top__title-wrap h2 span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.top__title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 56px 0 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.enter__screen.up .top__title a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.enter__screen .up__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.enter__screen.up .up__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#top #wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #top .news {
    padding: 64px 0 120px;
  }
  #top .news .top__title a {
    bottom: 48px;
  }
}

.purpose__info-movie {
  overflow: hidden;
}

.top__kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.top__kv-shutter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1090;
}
.top__kv-shutter:before,
.top__kv-shutter:after {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.top__kv-shutter:before {
  right: 35%;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.top__kv-shutter:after {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  left: 35%;
}
.top__kv.open .top__kv-shutter:before {
  right: 100%;
}
.top__kv.open .top__kv-shutter:after {
  left: 100%;
}
.top__kv:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 100;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
@media only screen and (max-width: 900px) {
  .top__kv:before {
    height: 56px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top__kv-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  z-index: 2;
}
.top__kv-title p {
  color: #fff;
  overflow: hidden;
}
.top__kv-title p span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.top__kv-title p.en {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  margin: 0 0 1em;
}
.top__kv-title p.en span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (max-width: 900px) {
  .top__kv-title p.en {
    font-size: 2.8vw;
  }
}
.top__kv-title p.title span {
  overflow: hidden;
}
.top__kv-title p.title span + span {
  margin: 25px 0 0;
}
@media only screen and (max-width: 640px) {
  .top__kv-title p.title span + span {
    margin: 10px 0 0;
  }
}
.top__kv-title p.title span img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .top__kv-title p.title span img {
    width: 65%;
  }
}
.top__kv-title p.lead {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.6vw;
  margin: 1em 0 0;
}
.top__kv-title p.lead span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (max-width: 900px) {
  .top__kv-title p.lead {
    font-size: 3.3vw;
  }
}
.top__kv-wrap {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: 1;
}
.top__kv-wrap .item {
  background-position: 50% 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top__kv-wrap .item:first-child {
  z-index: 2;
}
.top__kv-wrap .item__wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .top__kv-wrap .item__wrap {
    position: relative;
  }
}
.top__kv-wrap .item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media only screen and (max-width: 900px) {
  .top__kv-wrap .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
}
.top__kv-wrap .item.over {
  z-index: 2;
}
.top__kv-wrap .item.active {
  z-index: 3;
}
.top__kv-wrap .item.active .item__wrap {
  -webkit-animation: img_width 1.5s linear 1;
  animation: img_width 1.5s linear 1;
}
.top__kv-wrap .item.active .item__wrap img {
  -webkit-animation: imgScale 1.5s ease 1;
  animation: imgScale 1.5s ease 1;
}
@media only screen and (max-width: 900px) {
  .top__kv-wrap .item.active .item__wrap img {
    -webkit-animation: imgScaleSP 1.5s ease 1;
    animation: imgScaleSP 1.5s ease 1;
  }
}
@-webkit-keyframes img_width {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
  80% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes img_width {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
  80% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes imgScaleSP {
  0% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes imgScaleSP {
  0% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.top__kv-side {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 80px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .top__kv-side {
    width: 32px;
  }
}
.top__kv-side:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.top__kv-side p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  font-size: 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media only screen and (max-width: 900px) {
  .top__kv-side p {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.top__kv-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.162518301%;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .top__kv-scroll {
    width: 50%;
  }
}
.top__kv-scroll:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
.top__kv-scroll a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 80px;
  position: relative;
  z-index: 4;
  text-align: right;
  padding: 0 32px 0 0;
}
@media only screen and (max-width: 900px) {
  .top__kv-scroll a {
    font-size: 8px;
    height: 56px;
    padding: 0 15px 0 0;
  }
}
.top__kv-scroll .down_arrow {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.top__kv-scroll .down_arrow span {
  width: 1.3em;
  height: 1.125em;
  position: relative;
  display: block;
  margin-left: 8px;
}
.top__kv-scroll .down_arrow span:before,
.top__kv-scroll .down_arrow span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: #fff;
  display: block;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(90deg) translate(-45%, -25%);
  transform: rotate(90deg) translate(-45%, -25%);
}
.top__kv-scroll .down_arrow span:before {
  top: -100%;
  -webkit-animation: scrollanime01 1.5s linear infinite;
  animation: scrollanime01 1.5s linear infinite;
}
.top__kv-scroll .down_arrow span:after {
  -webkit-animation: scrollanime02 1.5s linear infinite;
  animation: scrollanime02 1.5s linear infinite;
}
@-webkit-keyframes scrollanime01 {
  0% {
    top: -100%;
  }
  100% {
    top: 50%;
  }
}
@keyframes scrollanime01 {
  0% {
    top: -100%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes scrollanime02 {
  0% {
    -webkit-transform: rotate(90deg) translate(-45%, -25%);
    transform: rotate(90deg) translate(-45%, -25%);
  }
  100% {
    -webkit-transform: rotate(90deg) translate(100%, -25%);
    transform: rotate(90deg) translate(100%, -25%);
  }
}
@keyframes scrollanime02 {
  0% {
    -webkit-transform: rotate(90deg) translate(-45%, -25%);
    transform: rotate(90deg) translate(-45%, -25%);
  }
  100% {
    -webkit-transform: rotate(90deg) translate(100%, -25%);
    transform: rotate(90deg) translate(100%, -25%);
  }
}
.top__kv.open:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  right: 50%;
}
.top__kv.open .top__kv-title p.en span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.top__kv.open .top__kv-title p.title span:first-child img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top__kv.open .top__kv-title p.title span + span img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.top__kv.open .top__kv-title p.lead span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.top__kv.open .top__kv-side:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  height: 100%;
}
.top__kv.open .top__kv-side p {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top__kv.open .top__kv-scroll:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 100%;
}
.top__kv.open .top__kv-scroll a {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}

.campany {
  background-color: #e03100;
  color: #fff;
  padding: 140px 0 110px;
}
@media only screen and (max-width: 768px) {
  .campany {
    padding: 110px 0 36px;
  }
}
.campany a {
  color: #fff;
}
.campany__title {
  margin: 0 0 80px;
}
@media only screen and (min-width: 769px) {
  .campany__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .campany__title {
    margin: 0 0 33px;
  }
}
.campany__title.up .campany__title-wrap h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.campany__title.up .campany__title-wrap:before {
  width: 80px;
}
.campany__title-wrap {
  position: relative;
  padding: 0 2em 0 0;
}
@media only screen and (max-width: 768px) {
  .campany__title-wrap {
    padding: 0;
    margin: 0 0 24px;
  }
}
.campany__title-wrap:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #d6d6d6;
  content: '';
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 0;
  height: 16px;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
@media only screen and (max-width: 768px) {
  .campany__title-wrap:before {
    height: 14px;
  }
}
.campany__title-wrap p.en {
  font-family: 'Montserrat';
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .campany__title-wrap p.en {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .campany__title-wrap p.en {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__title-wrap p.en {
    font-size: 44px;
  }
}
.campany__title-wrap h2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin: 4px 0 0;
}
@media only screen and (max-width: 768px) {
  .campany__title-wrap h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .campany__title-lead {
    width: 48.360655737%;
  }
}
.campany__title-lead p {
  line-height: 2;
}
.campany__title-lead a.arrow__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 16px 0 0;
}
.campany__title-lead a.arrow__btn span.text:after {
  background-color: #fff;
}
.campany__title-lead a.arrow__btn span.icon {
  background-color: #fff;
}
.campany__title-lead a.arrow__btn span.icon span:after {
  color: #e03100;
}
@media only screen and (min-width: 1025px) {
  .campany__title-lead a.arrow__btn:hover {
    color: #fff;
  }
}
.campany__numbers {
  position: relative;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .campany__numbers {
    margin: 0 0 39px;
  }
}
.campany__numbers.up:before {
  opacity: 1;
}
.campany__numbers.up:after {
  right: 50%;
}
.campany__numbers.up .main_width:after {
  left: 50%;
}
.campany__numbers.up .title__wrap h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.campany__numbers.up .title__wrap h3 + p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 769px) {
  .campany__numbers:before,
  .campany__numbers:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .campany__numbers:before {
    background: url(/top/images/img-campany.jpg?2) no-repeat left top;
    background-size: cover;
    left: 50%;
    width: 50%;
    z-index: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  .campany__numbers:after {
    background-color: #e03100;
    width: 100%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  .campany__numbers .main_width {
    position: relative;
    z-index: 2;
  }
  .campany__numbers .main_width:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e03100;
    content: '';
    clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
    display: block;
    width: 210px;
    height: 101%;
    bottom: 0;
    left: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
.campany__numbers .title__wrap {
  margin: 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .campany__numbers .title__wrap {
    margin: 0 0 30px;
  }
}
.campany__numbers .title__wrap h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.campany__numbers .title__wrap h3 span {
  font-size: 18px;
  display: block;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .campany__numbers .title__wrap h3 {
    font-size: 20px;
  }
  .campany__numbers .title__wrap h3 span {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
}
.campany__numbers .title__wrap h3 + p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .campany__numbers .title__wrap h3 + p {
    font-size: 12px;
    margin: 8px 0 0;
  }
}
.campany__numbers-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap {
    padding: 0 0 13px;
  }
}
.campany__numbers-wrap .set {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px #fff solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 590px;
  padding: 48px 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 1200px) {
  .campany__numbers-wrap .set {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 450px;
  }
}
@media only screen and (max-width: 900px) {
  .campany__numbers-wrap .set {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap .set {
    max-width: none;
    padding: 24px 0;
  }
}
.campany__numbers-wrap .set.up {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.campany__numbers-wrap .set .icon {
  border-right: 1px #f0f0f0 solid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 170px;
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .icon {
    width: 150px;
    padding: 10px 0 12px;
  }
}
@media only screen and (max-width: 900px) {
  .campany__numbers-wrap .set .icon {
    width: 120px;
  }
}
.campany__numbers-wrap .set .icon img {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .icon img {
    width: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .campany__numbers-wrap .set .icon img {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap .set .icon {
    width: 100px;
    padding: 10px 0 12px;
  }
  .campany__numbers-wrap .set .icon img {
    width: 64px;
  }
}
.campany__numbers-wrap .set .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 42px;
}
@media only screen and (max-width: 1200px) {
  .campany__numbers-wrap .set .info {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .info {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap .set .info {
    padding: 0 10px;
  }
}
.campany__numbers-wrap .set .info dl {
  text-align: center;
}
.campany__numbers-wrap .set .info dl dt {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .campany__numbers-wrap .set .info dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .info dl dt {
    font-size: 18px;
  }
}
.campany__numbers-wrap .set .info dl dd {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.9;
}
@media only screen and (max-width: 1200px) {
  .campany__numbers-wrap .set .info dl dd {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .info dl dd {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap .set .info dl dd {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .campany__numbers-wrap .set .info dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .campany__numbers-wrap .set .info dl dd {
    font-size: 14px;
  }
}
.campany__numbers-wrap .set .info dl dd span {
  font-family: 'Montserrat';
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (max-width: 1200px) {
  .campany__numbers-wrap .set .info dl dd span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  .campany__numbers-wrap .set .info dl dd span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__numbers-wrap .set .info dl dd span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 400px) {
  .campany__numbers-wrap .set .info dl dd span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 350px) {
  .campany__numbers-wrap .set .info dl dd span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .campany__numbers-wrap .set:nth-child(2) {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .campany__numbers-wrap .set:nth-child(2) {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 769px) {
  .campany__numbers-wrap .set:nth-child(3) {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .campany__numbers-wrap .set:nth-child(3) {
    margin-left: 80px;
  }
}
.campany__numbers-spimg img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .campany__numbers-spimg {
    display: none;
  }
}
.campany__group h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 48px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.campany__group h3.up {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 901px) {
  .campany__group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}
.campany__group-wrap--set {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media only screen and (min-width: 901px) {
  .campany__group-wrap--set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333%;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set + .campany__group-wrap--set {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .campany__group-wrap--set a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .campany__group-wrap--set a:hover p span.icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .campany__group-wrap--set a:hover p span.icon span:after {
    -webkit-transform: translate(300%, -50%);
    transform: translate(300%, -50%);
  }
  .campany__group-wrap--set a:hover p span.icon span:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .campany__group-wrap--set a:hover p.underline {
    color: #000;
  }
  .campany__group-wrap--set a:hover p.underline span.text:after {
    width: 100%;
  }
}
.campany__group-wrap--set.up {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.campany__group-wrap--set.up .set_wrap .img:after {
  width: 30.526315789%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.campany__group-wrap--set .set_wrap {
  background-color: #fff;
  border: 1px #d6d6d6 solid;
  display: block;
  width: 100%;
  padding: 8px;
}
.campany__group-wrap--set .set_wrap .img {
  margin: 0 0 61px;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap .img {
    margin: 0 0 28px;
  }
}
.campany__group-wrap--set .set_wrap .img .img_wrap {
  overflow: hidden;
}
.campany__group-wrap--set .set_wrap .img .img_wrap img {
  width: 100%;
}
.campany__group-wrap--set .set_wrap .img:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  content: '';
  display: block;
  width: 0;
  height: 12px;
  margin: 7px 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap .img:after {
    margin: 4px 0 0 auto;
  }
}
.campany__group-wrap--set .set_wrap .logo {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap .logo {
    margin: 0 0 16px;
  }
}
.campany__group-wrap--set .set_wrap .logo img {
  width: 68.421052631%;
  opacity: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap .logo img {
    width: 59.880239521%;
  }
}
.campany__group-wrap--set .set_wrap dl,
.campany__group-wrap--set .set_wrap p {
  color: #000;
}
.campany__group-wrap--set .set_wrap dl {
  text-align: center;
  margin: 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap dl {
    margin: 0 0 16px;
  }
}
.campany__group-wrap--set .set_wrap dl dt {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap dl dt {
    font-size: 14px;
  }
}
.campany__group-wrap--set .set_wrap dl dd {
  font-size: 14px;
  margin: 4px 0 0;
}
.campany__group-wrap--set .set_wrap p:not([class]) {
  font-weight: 700;
  text-align: center;
  margin: 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap p:not([class]) {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.campany__group-wrap--set .set_wrap p.arrow__btn {
  border-top: 1px #d6d6d6 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 16px;
}
@media only screen and (max-width: 768px) {
  .campany__group-wrap--set .set_wrap p.arrow__btn {
    padding: 12px 0 4px;
    margin: 0 4px;
  }
}

.business {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .business__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business__wrap-title,
  .business__wrap-slider {
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .business__wrap {
    padding: 48px 0 44px;
  }
}
.business__wrap-title {
  padding: 154px 145px 152px 0;
}
@media only screen and (max-width: 1200px) {
  .business__wrap-title {
    padding: 154px 120px 152px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .business__wrap-title {
    padding: 154px 80px 152px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .business__wrap-title {
    padding: 130px 80px 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  .business__wrap-title {
    padding: 0;
    margin: 0 0 30px;
  }
}
.business__wrap-title.up p,
.business__wrap-title.up h2,
.business__wrap-title.up a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.business__wrap-title p,
.business__wrap-title h2,
.business__wrap-title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.business__wrap-title p.en {
  font-family: 'Montserrat';
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .business__wrap-title p.en {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .business__wrap-title p.en {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .business__wrap-title p.en {
    font-size: 44px;
  }
}
.business__wrap-title p.en:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 80px;
  height: 14px;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
@media only screen and (max-width: 768px) {
  .business__wrap-title p.en:before {
    height: 14px;
  }
}
.business__wrap-title h2 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1024px) {
  .business__wrap-title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .business__wrap-title h2 {
    font-size: 16px;
  }
}
.business__wrap-title h2 + p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  line-height: 2;
  margin: 64px 0 0;
}
@media only screen and (max-width: 768px) {
  .business__wrap-title h2 + p {
    margin: 28px 0 0;
  }
}
.business__wrap-title a {
  margin: 32px 0 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 768px) {
  .business__wrap-title a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 28px 0 0;
  }
}
.business__wrap-slider {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .business__wrap-slider {
    height: 60vw;
  }
}
.business__wrap-slider.up:before {
  width: 111%;
}
@media only screen and (max-width: 768px) {
  .business__wrap-slider.up:before {
    width: 100%;
  }
}
.business__wrap-slider.up ul {
  opacity: 1;
}
.business__wrap-slider:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(3.5% 0, 100% 0, 96.5% 100%, 0 100%);
  display: block;
  width: 0;
  height: 66px;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-52px, -50%);
  transform: translate(-52px, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .business__wrap-slider:before {
    height: 35px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.business__wrap-slider ul {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 2;
  margin: 0 -20px;
}
@media only screen and (max-width: 768px) {
  .business__wrap-slider ul {
    position: relative;
    width: auto;
    padding: 0 30px;
  }
}
.business__wrap-slider ul li {
  width: 50%;
  height: 160%;
  padding: 0 20px;
}
.business__wrap-slider ul li span {
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .business__wrap-slider ul li span {
    background-size: 100% auto;
  }
}
.business__wrap-slider ul li:first-child span {
  background-image: url(../../top/images/img-slider-left.png);
  -webkit-animation: bgscrollLeft 4000s linear infinite;
  animation: bgscrollLeft 4000s linear infinite;
}
.business__wrap-slider ul li:last-child span {
  background-image: url(../../top/images/img-slider-right.png);
  -webkit-animation: bgscrollright 4000s linear infinite;
  animation: bgscrollright 4000s linear infinite;
}
@-webkit-keyframes bgscrollLeft {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100000px;
  }
}
@keyframes bgscrollLeft {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100000px;
  }
}
@-webkit-keyframes bgscrollright {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100000px;
  }
}
@keyframes bgscrollright {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100000px;
  }
}

.sustainability {
  background: #000 url(/top/images/img-bg-sustainability.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 121px 0 125px;
}
@media only screen and (max-width: 768px) {
  .sustainability {
    background: #000 url(/top/images/img-bg-sustainability-sp.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 68px 0 70px;
  }
}
.sustainability.up p,
.sustainability.up h2,
.sustainability.up a {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sustainability p,
.sustainability h2,
.sustainability a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.sustainability p.en {
  font-family: 'Montserrat';
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .sustainability p.en {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .sustainability p.en {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability p.en {
    font-size: 44px;
  }
}
@media only screen and (max-width: 400px) {
  .sustainability p.en {
    font-size: 36px;
  }
}
@media only screen and (max-width: 350px) {
  .sustainability p.en {
    font-size: 32px;
  }
}
.sustainability p.en:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 80px;
  height: 14px;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
@media only screen and (max-width: 768px) {
  .sustainability p.en:before {
    height: 14px;
  }
}
.sustainability h2 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1024px) {
  .sustainability h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability h2 {
    font-size: 16px;
    margin: 4px 0 0;
  }
}
.sustainability h2 + p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  max-width: 485px;
  line-height: 2;
  margin: 64px 0 0;
}
@media only screen and (max-width: 768px) {
  .sustainability h2 + p {
    margin: 28px 0 0;
  }
}
.sustainability a.arrow__btn {
  margin: 32px 0 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sustainability a.arrow__btn span.text:after {
  background-color: #fff;
}
.sustainability a.arrow__btn span.icon {
  background-color: #fff;
}
.sustainability a.arrow__btn span.icon span:after {
  color: #e03100;
}
@media only screen and (min-width: 1025px) {
  .sustainability a.arrow__btn:hover {
    color: #fff;
  }
  .sustainability a.arrow__btn:hover span.icon:before {
    background-color: #e03100;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability a.arrow__btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 28px 0 0;
  }
}

.recruit {
  padding: 72px 0;
}
@media only screen and (max-width: 768px) {
  .recruit {
    padding: 35px 0;
  }
}
.recruit__wrap {
  background: #000 url(/top/images/img-bg-recruit.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0 69px 105px;
}
@media only screen and (max-width: 1100px) {
  .recruit__wrap {
    padding: 100px 0 30px 105px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__wrap-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 24px 22px;
  }
}
.recruit__wrap.up p,
.recruit__wrap.up h2,
.recruit__wrap.up a {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.recruit__wrap p,
.recruit__wrap h2,
.recruit__wrap a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.recruit__wrap p.en {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .recruit__wrap p.en {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__wrap p.en {
    font-size: 44px;
  }
}
@media only screen and (max-width: 400px) {
  .recruit__wrap p.en {
    font-size: 36px;
  }
}
@media only screen and (max-width: 350px) {
  .recruit__wrap p.en {
    font-size: 32px;
  }
}
.recruit__wrap p.en:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #e03100;
  content: '';
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  display: block;
  width: 80px;
  height: 14px;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
@media only screen and (max-width: 768px) {
  .recruit__wrap p.en:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 14px;
    margin: 0 0 16px;
  }
}
.recruit__wrap h2 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media only screen and (max-width: 1024px) {
  .recruit__wrap h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__wrap h2 {
    font-size: 16px;
    margin: 4px 0 0;
  }
}
.recruit__wrap h2 + p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  line-height: 2;
  max-width: 380px;
  margin: 64px 0 0;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap h2 + p {
    display: none;
    margin: 28px 0 0;
  }
}
.recruit__wrap a.arrow__btn {
  margin: 32px 0 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.recruit__wrap a.arrow__btn span.text:after {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap a.arrow__btn span.text {
    display: none;
  }
}
.recruit__wrap a.arrow__btn span.icon {
  background-color: #fff;
}
.recruit__wrap a.arrow__btn span.icon span:after {
  color: #e03100;
}
@media only screen and (min-width: 1025px) {
  .recruit__wrap a.arrow__btn:hover {
    color: #fff;
  }
  .recruit__wrap a.arrow__btn:hover span.icon:before {
    background-color: #e03100;
  }
}
@media only screen and (max-width: 768px) {
  .recruit__wrap a.arrow__btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}
.recruit__wrap .recruit__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .recruit__wrap .recruit__sp {
    display: block;
    width: 100%;
  }
}

html[lang='en-US'] .campany__numbers-wrap .set .info dl dd {
  display: block;
}
html[lang='en-US'] .campany__numbers-wrap .set .info dl dd span {
  display: block;
}
html[lang='en-US'] .top__kv-title p.en {
  display: none;
}
html[lang='en-US'] .top__kv-title p.title span:first-child img {
  max-width: 450px;
}
@media only screen and (max-width: 640px) {
  html[lang='en-US'] .top__kv-title p.title span:first-child img {
    width: 60%;
  }
}
html[lang='en-US'] .top__kv-title p.title span + span {
  margin: 0;
}
html[lang='en-US'] .news__wrap .top__title-wrap h2,
html[lang='en-US'] .purpose__title h2,
html[lang='en-US'] .campany__title-wrap h2,
html[lang='en-US'] .business__wrap-title h2,
html[lang='en-US'] .sustainability h2,
html[lang='en-US'] .recruit__wrap h2,
html[lang='en-US'] .campany__group-wrap--set .set_wrap dl dd {
  display: none;
}
