@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 160px;
}

[data-ruby] {
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 34px;
  position: relative;
  text-align: center;
}
[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
}

section .inner {
  margin: 0 auto;
}
section .inner .hx01 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
section .inner .hx01:before {
  margin: auto;
  text-align: center;
  top: 0;
  position: relative;
  color: #777777;
  font-size: 20px;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
section .inner .hx01:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0b80c6;
  margin: 30px auto 0;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#main-image.front {
  display: block;
  height: 560px;
  position: relative;
  z-index: 2;
}
#main-image.front .slider {
  position: relative;
}
#main-image.front .slider ul li {
  background-color: #000;
}
#main-image.front .slider ul li .img {
  width: 100%;
  height: 560px;
  position: relative;
}
#main-image.front .slider ul li .img#slider01 .copy {
  position: absolute;
  top: 60px;
  left: 2px;
  z-index: 1;
}
#main-image.front .slider ul li .img#slider01 .btn {
  position: absolute;
  top: 290px;
  left: 0px;
  z-index: 1;
}
#main-image.front .slider ul li .img#slider02 .copy {
  position: absolute;
  top: 20px;
  right: 185px;
  z-index: 1;
}
#main-image.front .slider ul li .img#slider02 .copy img {
  max-width: none;
  width: 1009px;
}
#main-image.front .slider ul li .img#slider02 .img {
  position: absolute;
  width: 963px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#main-image.front .slider ul li .img#slider02 .img img {
  max-width: none;
  height: auto;
}
#main-image.front .slider ul li .img#slider03 .copy {
  position: absolute;
  top: 90px;
  left: 59px;
  z-index: 1;
}
#main-image.front .slider ul li .img#slider03 .copy img {
  max-width: none;
  width: 444px;
}
#main-image.front .slider ul li .img#slider03 .img {
  position: absolute;
  width: 454px;
  top: 80px;
  right: 73px;
  z-index: 1;
}
#main-image.front .slider ul li .img#slider03 .img img {
  max-width: none;
  width: auto;
  height: auto;
}
#main-image.front .slider ul li .img .contents {
  width: 1080px;
  height: 560px;
  position: relative;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
#main-image.front .slider ul li .img .bg a {
  pointer-events: none;
}
#main-image.front .slider ul li .img .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1920px;
  height: 560px;
}
#main-image.front .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#main-image.front .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-image.front .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-image.front .swiper .swiper-button {
  width: 25px;
  height: 50px;
  margin-top: 0;
  top: 200px;
}
#main-image.front .swiper .swiper-button::after {
  display: none;
}
#main-image.front .swiper .swiper-button.swiper-button-prev {
  background: url(../img/top/slider-left.svg) center center no-repeat;
  background-size: contain;
  left: 30px;
}
#main-image.front .swiper .swiper-button.swiper-button-next {
  background: url(../img/top/slider-right.svg) center center no-repeat;
  background-size: contain;
  right: 30px;
}
#main-image.front .controll {
  position: relative;
  width: 1080px;
  transform: translateX(-50%);
  z-index: 200;
  left: 50%;
}
#main-image.front .controll .swiper-pagination {
  position: absolute;
  bottom: 146px;
  height: 5px;
  text-align: left;
}
#main-image.front .controll .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 15px;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  padding: 10px 0;
  background: transparent;
}
#main-image.front .controll .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
#main-image.front .controll .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
#main-image.front .controll .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #0b80c6;
}
#main-image.front .controll .scroll {
  width: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#main-image.front .controll .scroll a img {
  display: block;
}

@-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%;
  }
}
#news {
  z-index: 1;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}
#news .box {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-right: 100px;
}
#news .box::before {
  content: "";
  display: block;
  width: 100vw;
  min-width: 1200px;
  height: 185px;
  background-color: #eee;
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 0;
}
#news .box .inner {
  width: auto;
  margin: 0 auto;
  padding: 25px 40px 0px 0;
  width: 100%;
  height: 185px;
  position: relative;
  z-index: 1;
}
#news h3 {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  font-family: "Gantari", sans-serif;
}
#news h3 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #777777;
  margin-left: 5px;
  font-weight: 500;
}
#news .list {
  margin-top: 16px;
}
#news .list .news-list {
  display: none;
}
#news .list .news-list.active {
  display: block;
}
#news .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  position: relative;
  padding-right: 75px;
}
#news .list ul li + li {
  margin-top: 15px;
}
#news .list ul li.is-new {
  background: url(../img/common/icon-new.png) left center no-repeat;
  background-size: 50px auto;
}
#news .list ul li .date {
  font-size: 14px;
  color: #777777;
}
#news .list ul li .date::after {
  content: "|";
  padding-left: 7px;
  padding-right: 3px;
}
#news .list ul li .categories {
  font-size: 14px;
  color: #777777;
  padding-right: 20px;
}
#news .list ul li .categories a {
  text-decoration: none;
}
#news .list ul li .categories a:hover {
  color: #999999;
  opacity: 1;
}
#news .list ul li .title {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
}
#news .list ul li .title a {
  text-decoration: none;
  padding-bottom: 2px;
}
#news .list ul li .title a:hover {
  color: #999999;
  opacity: 1;
}
#news .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 30px;
}
#news .link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 3px solid #333;
}
#news .link a:before {
  content: "";
  display: block;
  background-size: contain;
  width: 15px;
  height: 3px;
  margin-right: 10px;
}
#news .link a:hover {
  color: #0b80c6;
  border-bottom-color: #0b80c6;
  opacity: 1;
}

#search-manufacturere {
  background-color: #fff;
  margin-top: 60px;
  overflow: hidden;
}
#search-manufacturere .inner {
  padding-top: 40px;
  padding-bottom: 75px;
}
#search-manufacturere .inner .lines {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
#search-manufacturere .inner .lines .line + .line {
  margin-top: 10px;
}
#search-manufacturere .inner .boxes {
  display: flex;
}
#search-manufacturere .inner .boxes .box {
  width: 196px;
  min-height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-manufacturere .inner .boxes .box a {
  display: flex;
  width: 100%;
}
#search-manufacturere .inner .boxes .box a img {
  width: 100%;
}
#search-manufacturere .inner .boxes .box a span {
  display: none;
}

#search-category {
  background-image: url(../img/top/bg-category.jpg), linear-gradient(to bottom, #041a2e, #000);
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
#search-category .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
#search-category .inner h3 {
  color: #fff;
}
#search-category .inner h4 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 30px;
  line-height: 1;
}
#search-category .inner h4::before {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
#search-category .inner h4::after {
  display: none;
}
#search-category .inner .categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
#search-category .inner .categories .category {
  border-left: 3px solid #0b80c6;
  padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#search-category .inner .categories .category + .category {
  margin-top: 40px;
}
#search-category .inner .categories .category:nth-of-type(2), #search-category .inner .categories .category:nth-of-type(4) {
  margin-right: 30px;
}
#search-category .inner h5 {
  margin-top: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 1;
}
#search-category .inner h5:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  margin-right: 7px;
}
#search-category .inner .boxes {
  display: flex;
  margin-top: 16px;
}
#search-category .inner .boxes .box {
  width: 160px;
  text-decoration: none;
}
#search-category .inner .boxes .box + .box {
  margin-left: 10px;
}
#search-category .inner .boxes .box .img img {
  width: 100%;
}
#search-category .inner .boxes .box .title {
  color: #fff;
  font-size: 14px;
  line-height: 1.1428571429;
  margin-top: 15px;
  text-align: center;
}

#search-application {
  background-color: #fff;
}
#search-application .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
#search-application .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#search-application .inner .boxes .box {
  width: 200px;
  position: relative;
}
#search-application .inner .boxes .box + .box {
  margin-left: 20px;
}
#search-application .inner .boxes .box:nth-of-type(5n+1) {
  margin-left: 0;
}
#search-application .inner .boxes .box:nth-last-of-type(-n+5) {
  margin-top: 20px;
}
#search-application .inner .boxes .box .img {
  width: 100%;
}
#search-application .inner .boxes .box .img img {
  width: 100%;
}
#search-application .inner .boxes .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  letter-spacing: 1.14px;
}
#search-application .inner .boxes .box .title .en {
  font-size: 12px;
  line-height: 1.3333333333;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-top: 12px;
  letter-spacing: 0px;
  height: 25px;
  display: flex;
  align-items: center;
}
#search-application .inner .boxes .box .title:after {
  content: "";
  display: block;
  background: url(../img/common/arrow-long.svg) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 8px;
  margin-top: 3px;
}
#search-application .inner .boxes .box:nth-of-type(1) .title {
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.5px;
}
#search-application .inner .boxes .box:nth-of-type(3) .title {
  font-size: 18px;
  line-height: 1.1111111111;
}
#search-application .inner .boxes .box:nth-of-type(7) .title {
  font-size: 19px;
  line-height: 1.0526315789;
  letter-spacing: 0;
}
#search-application .inner .boxes .box:nth-of-type(9) .title {
  font-size: 17px;
  line-height: 1.1764705882;
  letter-spacing: 0;
}
#search-application .inner .boxes .box:nth-of-type(10) .title {
  font-size: 19px;
  line-height: 1.0526315789;
}
#search-application .inner .boxes .box:nth-of-type(10) .en {
  font-size: 11px;
  line-height: 1.4545454545;
}

#company {
  background-image: url(../img/top/bg-company.png), linear-gradient(to bottom, #03192d, #000);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center;
  background-size: 100% auto, auto;
}
#company .inner {
  width: 1080px;
  padding-top: 60px;
  padding-bottom: 130px;
}
#company .inner .title {
  display: flex;
  width: 100%;
}
#company .inner .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  color: #fff;
  width: 540px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#company .inner .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}
#company .inner .title h3::after {
  display: none;
}
#company .inner .title .description {
  width: 540px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
#company .inner .title .description p + p {
  margin-top: 10px;
}
#company .inner .boxes {
  display: flex;
  margin-top: 70px;
}
#company .inner .boxes .box {
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  width: 340px;
}
#company .inner .boxes .box + .box {
  margin-left: 30px;
}
#company .inner .boxes .box .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 86px;
  color: #fff;
  margin: 0 auto;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
}
#company .inner .boxes .box .no span {
  font-size: 34px;
}
#company .inner .boxes .box h4 {
  color: #0b80c6;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.2105263158;
}
#company .inner .boxes .box .text {
  margin-top: 25px;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
#company .inner .boxes .box .text ul li {
  position: relative;
  padding-left: 1em;
}
#company .inner .boxes .box .text ul li::before {
  content: "ー";
  position: absolute;
  left: 0;
}
#company .inner .link {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
#company .inner .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  width: 440px;
  height: 60px;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
  text-decoration: none;
  background: url(../img/common/arrow-right@2x.png) right 20px center no-repeat;
  background-size: 7px auto;
}
#company .inner .link a:hover {
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/common/arrow-right-bk@2x.png);
  color: #333333;
}

#information {
  background-color: #fff;
}
#information .inner {
  width: 1080px;
  padding-top: 60px;
  padding-bottom: 100px;
}
#information .inner .title {
  display: flex;
  width: 100%;
}
#information .inner .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  color: #333;
  width: 540px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#information .inner .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
}
#information .inner .title h3::after {
  display: none;
}
#information .inner .title .description {
  width: 540px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
}
#information .inner .title .description p + p {
  margin-top: 10px;
}
#information .inner .backnumber {
  position: relative;
  margin-top: 55px;
}
#information .inner .backnumber h4 {
  color: #0c7fc4;
  font-size: 30px;
  font-family: "Gantari", sans-serif;
}
#information .inner .backnumber .link {
  position: absolute;
  top: 0;
  right: 0;
}
#information .inner .backnumber .link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 3px solid #333;
}
#information .inner .backnumber .link a:before {
  content: "";
  display: block;
  background-size: contain;
  width: 15px;
  height: 3px;
  margin-right: 10px;
}
#information .inner .backnumber .link a:hover {
  color: #0b80c6;
  border-bottom-color: #0b80c6;
  opacity: 1;
}
#information .inner .boxes {
  display: flex;
  margin-top: 20px;
}
#information .inner .boxes .box {
  background-color: rgba(255, 255, 255, 0.1);
  width: 250px;
}
#information .inner .boxes .box + .box {
  margin-left: 30px;
}
#information .inner .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
}
#information .inner .boxes .box .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#information .inner .boxes .box .date {
  font-size: 14px;
  color: #777;
  margin-top: 15px;
}
#information .inner .boxes .box .title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-top: 5px;
}
#information .inner .boxes .box .title a {
  text-decoration: none;
}
#information .inner .banner {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#information .inner .banner a {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1040px;
  height: 140px;
  background: url(../img/common/arrow-right-gray@2x.png) right 29px center no-repeat;
  background-size: 11px auto;
  text-decoration: none;
  font-weight: bold;
}
#information .inner .banner a::before {
  content: "";
  display: block;
  width: 41px;
  height: 45px;
  background: url(../img/common/icon-paper.png) center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#information .inner .banner a .title {
  font-size: 28px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
}
#information .inner .banner a .title small {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
#information .inner .banner a .count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 25px;
  width: 250px;
  height: 30px;
  background-color: #eee;
  font-size: 14px;
  line-height: 1;
}