main {
  padding-bottom: 375px;
}

main h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

main h2.title-link {
  position: relative;
}

main h2.title-link a {
  padding-top: 70px;
  text-align: center;
}

main h2.title-link a, main h2.title-link a > * {
  display: block;
  float: left;
  width: 100%;
}

main h2.title-link a::before {
  content: '';
  display: block;
  height: 5px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  background: #e51212;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main h2.title-link a span {
  font-size: 2.1428571429rem;
  line-height: 1em;
  letter-spacing: 0.1428571429rem;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main h2.title-link a span + em {
  margin: 30px 0 50px;
  font-size: 1.0714285714rem;
  letter-spacing: 0.0714285714rem;
  font-weight: normal;
}

main h2.title-link a:hover::before {
  -webkit-transform: scaleX(2);
      -ms-transform: scaleX(2);
          transform: scaleX(2);
}

main h2.title-link a:hover span {
  color: #e51212;
}

main .slide {
  position: relative;
  height: 600px;
}

main .slide .slide-pages {
  display: block;
  float: left;
  position: relative;
  min-width: 1024px;
}

main .slide .slide-pages, main .slide .slide-pages li, main .slide .slide-pages a {
  height: 100%;
  width: 100%;
}

main .slide .slide-pages li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&.active {
					display: block;
				}*/
}

main .slide .slide-pages li:nth-child(1) {
  background-image: url(/corporate/common/img/top/img-slide-01.png);
}

main .slide .slide-pages li:nth-child(2) {
  background-image: url(/corporate/common/img/top/img-slide-02.png);
}

main .slide .slide-pages li:nth-child(3) {
  background-image: url(/corporate/common/img/top/img-slide-03.png);
}

main .slide .slide-pages a {
  display: block;
  float: left;
}

main .slide button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  background: none;
  border: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .slide button.prev {
  left: 40px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

main .slide button.next {
  right: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .slide button:hover {
  opacity: 0.7;
}

main .slide .slide-indicator {
  display: block;
  position: absolute;
  bottom: 30px;
  height: 8px;
  width: 100%;
  text-align: center;
  line-height: 8px;
}

main .slide .slide-indicator li {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .slide .slide-indicator li:hover, main .slide .slide-indicator li.active {
  background: #fff;
}

main .top-intro {
  padding: 70px 0;
}

main .top-intro h2, main .top-intro p {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}

main .top-intro h2::after, main .top-intro p::after {
  clear: both;
  content: "";
  display: block;
}

main .top-intro h2 {
  height: 200px;
  width: 700px;
  background: url(/corporate/common/img/top/h2-top-intro.png);
}

main .top-intro h2 + p {
  /*margin-top: 25px;*/
}

main .top-intro p {
  /*height: 48px;
  width: 613px;
  background: url(/corporate/common/img/top/text-top-intro.png);*/
  height: 0;
  background: none;
}

main .top-news {
  background: #ebebeb;
  padding: 50px 0;
}

main .news-tab {
  display: block;
  float: left;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
}

main .news-tab li {
  display: block;
  float: left;
  position: relative;
  height: 100%;
  width: calc( 50% - 6px );
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 200ms;
  transition: 200ms;
  cursor: pointer;
}

main .news-tab li + li {
  margin-left: 12px;
}

main .news-tab li::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0px solid #000;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

main .news-tab li[data-news='all']:hover, main .news-tab li[data-news='all'].active {
  background: #e51212;
}

main .news-tab li[data-news='all'].active::after {
  border-top: 10px solid #e51212;
}

main .news-tab li[data-news='news']:hover, main .news-tab li[data-news='news'].active {
  background: #1aa0c7;
}

main .news-tab li[data-news='news'].active::after {
  border-top: 10px solid #1aa0c7;
}

main .news-tab li[data-news='ir']:hover, main .news-tab li[data-news='ir'].active {
  background: #da419b;
}

main .news-tab li[data-news='ir'].active::after {
  border-top: 10px solid #da419b;
}

main .news-details > div {
  display: none;
  /*position: absolute;*/
  top: 0;
}

main .news-details > div > a {
  display: block;
  float: right;
  margin-top: 15px;
  letter-spacing: 0.0714285714rem;
}

main .news-details > div > a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  right: 2px;
  margin-left: 10px;
  height: 5px;
  width: 5px;
  border-top: 1px solid #e51212;
  border-right: 1px solid #e51212;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .news-details > div > a:hover {
  color: #e51212;
}

main .news-details > div > a:hover span {
  border-bottom: 1px solid #e51212;
}

main .top-company .background {
  height: 320px;
  width: 100%;
}

main .top-company .background figure {
  background-image: url(/corporate/common/img/top/bg-top-company.jpg);
}

@media only screen and (min-width: 1280px) {
  main .top-company .background figure {
    background-size: cover;
  }
}

main .top-company .menu-style a s {
  text-decoration: none;
}

main .top-company .menu-style a:hover {
  background: none;
  color: #e51212;
}

main .top-company .menu-style a:hover s {
  border-bottom: 1px solid #e51212;
}

main .top-company .menu-style a:hover b::before {
  border-color: #e51212;
}

main .top-business {
  background: #ebebeb;
  padding-bottom: 50px;
}

main .top-business ul {
  display: table;
  table-layout: fixed;
  height: 320px;
  width: 100%;
  min-width: 1024px;
}

main .top-business ul li {
  display: table-cell;
  overflow: hidden;
}

main .top-business ul li a {
  display: block;
  float: left;
  height: 320px;
  width: 100%;
  position: relative;
}

main .top-business ul li a:hover figure {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

main .top-business ul li a:hover span {
  height: 60px;
}

main .top-business ul li figure {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .top-business ul li span {
  display: table;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .top-business ul li span b {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.0714285714rem;
  color: #fff;
  letter-spacing: 0.0714285714rem;
}

main .top-business ul li span b::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  height: 5px;
  width: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .top-business ul li:nth-child(1) figure {
  background-image: url(/corporate/common/img/top/btn-top-business-01.png);
}

main .top-business ul li:nth-child(1) span {
  background: rgba(244, 50, 50, 0.7);
}

main .top-business ul li:nth-child(2) figure {
  background-image: url(/corporate/common/img/top/btn-top-business-03.png);
}

main .top-business ul li:nth-child(2) span {
  background: rgba(0, 0, 0, 0.5);
}

main .top-business ul li:nth-child(3) figure {
  background-image: url(/corporate/common/img/top/btn-top-business-04.png);
}

main .top-business ul li:nth-child(3) span {
  background: rgba(70, 6, 78, 0.8);
}

main .top-business ul li:nth-child(4) figure {
  background-image: url(/corporate/common/img/top/btn-top-business-04.png);
}

main .top-business ul li:nth-child(4) span {
  background: rgba(0, 151, 173, 0.5);
}

main .top-ir .menu-style {
  margin: 0;
  margin-bottom: 50px;
}

main .top-ir .menu-style span {
  position: relative;
  height: 110px;
}

main .top-ir .menu-style span b {
  height: 45px;
  line-height: 45px;
  margin-top: 70px;
}

main .top-ir .menu-style span s {
  color: #000;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .top-ir .menu-style span::before, main .top-ir .menu-style span::after {
  content: '';
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
}

main .top-ir .menu-style span::before {
  border: 1px solid #000;
  background: url(/corporate/common/img/top/btn-top-ir.png);
}

main .top-ir .menu-style span::after {
  background: url(/corporate/common/img/top/btn-top-ir-hover.png) #e51212;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

main .top-ir .menu-style a:nth-child(1) span::before, main .top-ir .menu-style a:nth-child(1) span::after {
  background-position: 0px center;
}

main .top-ir .menu-style a:nth-child(2) span::before, main .top-ir .menu-style a:nth-child(2) span::after {
  background-position: -60px center;
}

main .top-ir .menu-style a:nth-child(3) span::before, main .top-ir .menu-style a:nth-child(3) span::after {
  background-position: -120px center;
}

main .top-ir .menu-style a:nth-child(4) span::before, main .top-ir .menu-style a:nth-child(4) span::after {
  background-position: -180px center;
}

main .top-ir .menu-style a:nth-child(5) span::before, main .top-ir .menu-style a:nth-child(5) span::after {
  background-position: -240px center;
}

main .top-ir .menu-style a:nth-child(6) span::before, main .top-ir .menu-style a:nth-child(6) span::after {
  background-position: -300px center;
}

main .top-ir .menu-style a:nth-child(7) span::before, main .top-ir .menu-style a:nth-child(7) span::after {
  background-position: -360px center;
}

main .top-ir .menu-style .table-row:nth-child(1) a:nth-child(1) span::before, main .top-ir .menu-style .table-row:nth-child(1) a:nth-child(1) span::after {
  background-position: 0px center;
}

main .top-ir .menu-style .table-row:nth-child(1) a:nth-child(2) span::before, main .top-ir .menu-style .table-row:nth-child(1) a:nth-child(2) span::after {
  background-position: -60px center;
}

main .top-ir .menu-style .table-row:nth-child(2) a:nth-child(1) span::before, main .top-ir .menu-style .table-row:nth-child(2) a:nth-child(1) span::after {
  background-position: -120px center;
}

main .top-ir .menu-style .table-row:nth-child(2) a:nth-child(2) span::before, main .top-ir .menu-style .table-row:nth-child(2) a:nth-child(2) span::after {
  background-position: -180px center;
}

main .top-ir .menu-style .table-row:nth-child(3) a:nth-child(1) span::before, main .top-ir .menu-style .table-row:nth-child(3) a:nth-child(1) span::after {
  background-position: -240px center;
}

main .top-ir .menu-style .table-row:nth-child(3) a:nth-child(2) span::before, main .top-ir .menu-style .table-row:nth-child(3) a:nth-child(2) span::after {
  background-position: -300px center;
}

main .top-ir .menu-style .table-row:nth-child(4) a span::before, main .top-ir .menu-style .table-row:nth-child(4) a span::after {
  background-position: -360px center;
}

main .top-ir .menu-style .table-row a:nth-child(1) {
  border-left: none;
}

main .top-ir .menu-style .table-row a:nth-child(2) {
  border-right: none;
}

main .top-ir .menu-style a:hover {
  background: none;
}

main .top-ir .menu-style a:hover b::before {
  border-top-color: #e51212;
  border-right-color: #e51212;
}

main .top-ir .menu-style a:hover s {
  color: #e51212;
  border-bottom: 1px solid #e51212;
}

main .top-ir .menu-style a:hover span::before {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

main .top-ir .menu-style a:hover span::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

main .top-others {
  background: #ebebeb;
}

main .top-others .content-width {
  padding: 50px 0;
}

main .top-others .content-width > div {
  display: block;
  float: left;
  width: 487px;
  background: #fff;
}

main .top-others .content-width > div + div {
  margin-left: 50px;
}

main .top-others .content-width > div.recruit .background figure {
  background-image: url(/corporate/common/img/top/bg-top-recruit.png);
}

main .top-others .content-width > div.culture .background figure {
  background-image: url(/corporate/common/img/top/bg-top-culture.png);
}

main .top-others .content-width h2.title-link a {
  padding-top: 60px;
}

main .top-others .content-width h2.title-link a span {
  margin-bottom: 30px;
}

main .top-others .content-width h2.title-link .background {
  height: 280px;
  width: 100%;
}

main .top-others .content-width .menu-style a:first-child {
  border-left: 0;
}

main .top-others .content-width .menu-style a:last-child {
  border-right: 0;
}

main .top-others .content-width .menu-style a s {
  text-decoration: none;
}

main .top-others .content-width .menu-style a:hover {
  background: none;
  color: #e51212;
}

main .top-others .content-width .menu-style a:hover s {
  border-bottom: 1px solid #e51212;
}

main .top-others .content-width .menu-style a:hover b::before {
  border-color: #e51212;
}

main .top-others .content-width .menu-style a:hover[target=_blank] b::after {
  background-position: -14px -80px;
}

main .top-others blockquote {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
  text-align: center;
  margin-top: 50px;
}

footer {
  height: 375px;
}

footer .affiliated {
  background: none;
  padding-bottom: 50px;
}

footer .affiliated li a {
  background-color: #ebebeb;
}
/*# sourceMappingURL=top.css.map */

@media screen and (max-width: 750px) {
h2 {
  padding-left: 0 !important;
}
.top-img-sp,
.top-img-sp a img {
	width: 100%;
}
main .top-intro-sp {
  display: block !important;
  max-width: 100%;
  padding: 35px 0;
}
main .top-intro-sp h2, main .top-intro-sp p {
  display: block;
  float: none;
}
main .top-intro-sp h2 img, main .top-intro-sp p img {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
main .top-intro-sp h2::after, main .top-intro-sp p::after {
  clear: both;
  content: "";
  display: block;
}
main .top-intro-sp h2 + p {
  margin-top: 25px;
}
main h2.title-link a {
  padding-top: 35px;
}
main h2.title-link a span + em {
  margin: 15px 0 25px;
}
main .top-news {
  padding: 25px 0;
}
main .news-tab li {
  width: 49%;
}
main .news-tab li + li {
  margin-left: 2%;
}
main .top-business ul {
  min-width: 100%;
}
main .top-business ul li {
  display: block;
  overflow: visible;
}
main .top-business ul li a:hover figure {
  transform: none;
}
main .top-others .content-width > div {
  width: 100%;
}
main .top-others .content-width > div + div {
  margin-left: 0px;
  margin-top: 50px;
}
footer .affiliated {
  padding-bottom: 25px;
}
}