main {
  margin: 0 auto;
  padding-top: 22.6666666667vw;
  padding-bottom: 17.3333333333vw;
}

section .inner {
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#main-image.front {
  display: block;
  height: 130.6666666667vw;
  position: relative;
  background-color: rgba(0, 17, 46, 0.9);
  background-image: url(../img/common/copy.png);
  background-position: 35.3333333333vw 48.6666666667vw;
  background-repeat: no-repeat;
  background-size: 57.8666666667vw auto;
  padding-left: 5.0666666667vw;
  padding-top: 6.6666666667vw;
  margin-bottom: 24.6666666667vw;
}
#main-image.front .copy {
  color: #fff;
  font-size: 5.3333333333vw;
  line-height: 1.35;
}
#main-image.front .copy h2 {
  font-weight: bold;
  font-size: 7.8666666667vw;
  line-height: 1.5084745763;
  margin-top: 1.3333333333vw;
}
#main-image.front .copy p {
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  font-weight: bold;
  margin-top: 4vw;
}
#main-image.front .copy .anniversary {
  width: 92vw;
  background-image: url(../img/top/sp_anniversary.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main-image.front .copy .anniversary p {
  font-size: 2.6666666667vw;
  line-height: 1;
  height: 15.7333333333vw;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  padding: 4.6666666667vw 2.6666666667vw 0 18.6666666667vw;
}
#main-image.front .img {
  position: absolute;
  bottom: -9.0666666667vw;
  right: 0;
  width: 85.3333333333vw;
  height: 74.6666666667vw;
}
#main-image.front .img img {
  width: 100%;
}
#main-image.front .scroll {
  position: absolute;
  bottom: -16.5333333333vw;
  left: 5.3333333333vw;
  width: 2.4vw;
}
#main-image.front .scroll:before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 13.3333333333vw;
  left: 50%;
  width: 0.2666666667vw;
  height: 13.3333333333vw;
  background: #fff;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#menu {
  margin-bottom: 2.6666666667vw;
}
#menu .boxes .box {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 131.8666666667vw;
  padding-top: 13.3333333333vw;
  text-decoration: none;
}
#menu .boxes .box#menu-product {
  background-image: url(../img/top/menu-products.jpg);
}
#menu .boxes .box#menu-standard {
  background-image: url(../img/top/menu-standard.jpg);
}
#menu .boxes .box#menu-support {
  background-image: url(../img/top/menu-support.jpg);
}
#menu .boxes .box .contents {
  display: block;
  width: 66.8vw;
  background: url(../img/common/bg-trapezoid01.svg) right center no-repeat;
  background-size: cover;
  padding: 7.8666666667vw 0 6.2666666667vw 6vw;
}
#menu .boxes .box .contents h3 {
  color: #fff;
  font-size: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#menu .boxes .box .contents h3 span {
  font-size: 3.7333333333vw;
  font-weight: 300;
  display: block;
  margin-top: 3.3333333333vw;
}
#menu .boxes .box .contents strong {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-top: 4.6666666667vw;
}
#menu .boxes .box .contents strong:before {
  content: "";
  display: block;
  width: 4vw;
  height: 0.8vw;
  margin-right: 2.6666666667vw;
  background: url(../img/common/border01.png) center center no-repeat;
  background-size: contain;
}

#news {
  z-index: 100;
  margin-bottom: 2.6666666667vw;
  background-color: rgb(255, 255, 255);
  padding: 8vw 0 10vw;
}
#news .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.3333333333vw;
}
#news .info h3 {
  color: #fff;
  font-size: 6.6666666667vw;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 48vw;
  background: url(../img/common/bg-trapezoid01.svg) right center no-repeat;
  background-size: cover;
  padding: 4vw 0 4vw 6vw;
  margin-bottom: 5.6vw;
}
#news .info h3 span {
  font-size: 3.7333333333vw;
  font-weight: 300;
  display: block;
  padding-top: 1.3333333333vw;
}
#news .info .categories {
  padding: 0 4vw;
  width: 100%;
}
#news .info .categories .label {
  width: 100%;
  font-size: 3.2vw;
  margin-bottom: 2.6666666667vw;
}
#news .info .categories a {
  float: left;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0666666667vw 1.3333333333vw;
  font-size: 3.2vw;
  background-color: #fff;
  text-decoration: none;
  margin-right: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  border-radius: 0.6666666667vw;
}
#news .info .categories a.active {
  background-color: #3b87ae;
  color: #fff;
}
#news .info .categories a:last-of-type {
  margin-right: 0;
}
#news .list {
  padding: 0 4vw;
}
#news .list .news-list {
  display: none;
}
#news .list .news-list.active {
  display: block;
}
#news .list ul {
  margin-bottom: 5.3333333333vw;
}
#news .list ul li {
  color: #333333;
  margin-bottom: 5.3333333333vw;
  position: relative;
  line-height: 4vw;
}
#news .list ul li:last-of-type {
  margin-bottom: 0;
}
#news .list ul li.is-new .date:before {
  content: "";
  display: block;
  background: url(../img/common/icon-new.png) left top no-repeat;
  background-size: 6.6666666667vw auto;
  width: 6.6666666667vw;
  height: 4vw;
  margin-right: 3.3333333333vw;
}
#news .list ul li .date {
  display: flex;
  font-size: 3.2vw;
  line-height: 1.25;
  margin-bottom: 2.6666666667vw;
}
#news .list ul li .title {
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}
#news .list ul li .title a {
  text-decoration: none;
  border-bottom: 0.1333333333vw solid #333;
  padding-bottom: 0.2666666667vw;
}
#news .list .link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-decoration: none;
}
#news .list .link a:before {
  content: "";
  display: block;
  background: url(../img/common/border01-bk.png) left center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 0.8vw;
  margin-right: 2.6666666667vw;
}

#company {
  display: flex;
  background-color: rgba(0, 17, 46, 0.9);
  position: relative;
}
#company .img {
  position: absolute;
  bottom: -10vw;
  left: 0;
  width: 85.3333333333vw;
  z-index: 1;
}
#company .contents {
  color: #fff;
  z-index: 0;
  padding-top: 10.6666666667vw;
  padding-left: 5.3333333333vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 73.3333333333vw;
}
#company .contents h3 {
  color: #fff;
  font-size: 6.6666666667vw;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 48vw;
  background: url(../img/common/bg-trapezoid02.svg) right center no-repeat;
  background-size: cover;
  padding: 7.0666666667vw 0 6.1333333333vw 6.1333333333vw;
  margin-bottom: 9.2vw;
  margin-left: -5.3333333333vw;
}
#company .contents h3 span {
  font-size: 3.7333333333vw;
  font-weight: 300;
  display: block;
  padding-top: 2.6666666667vw;
}
#company .contents h4 {
  font-size: 5.3333333333vw;
  line-height: 1.2;
  margin-bottom: 6.6666666667vw;
}
#company .contents p {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  margin-bottom: 6.6666666667vw;
}
#company .contents ul li {
  margin-bottom: 4vw;
}
#company .contents ul li:last-of-type {
  margin-bottom: 0;
}
#company .contents ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
}
#company .contents ul li a:before {
  content: "";
  display: block;
  background: url(../img/common/border01.png) left center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 0.8vw;
  margin-right: 2.5333333333vw;
}