@charset "UTF-8";

.top h1{
display: none;
}

/*スライド*/
.top_main-visual {
/*  margin: auto;
  max-width: 1400px;
  background: #e6eff7;*/
  position: relative;
}
.top_main-visual .pad{
position: relative;
 margin: auto;
  max-width: 1260px;
height: 650px;
}
@media screen and (max-width: 69em) {
.top_main-visual .pad{
height: 500px;
}
}
@media screen and (max-width: 40em) {
.top_main-visual .pad{
height: 400px;
}
}
.top_main-visual #carousel-0-1{
    background-position: 50% center;
    background-image: url(/images/index_mainimg_company.jpg);
}
.top_main-visual #carousel-0-2{
    background-position: top center;
    background-image: url(/images/index_mainimg_product.jpg);
}
@media screen and (max-width: 69em) {
.top_main-visual #carousel-0-2{
    background-position: -600px 0;
	background-size: cover;
}
}
@media screen and (max-width: 56em) {
.top_main-visual #carousel-0-2{
    background-position: center bottom;
    background-image: url(/images/index_mainimg_product_sp.jpg);
	background-size: 130%;
}
}
/*テキスト*/
.top_main-visual .pad .intro_text{
  position: absolute;
  top: 120px;
  left: 20px;
}
.top_main-visual .pad .intro_text .catch{
font-weight: 600;
font-size: 2.3em;
line-height: 1.3;
  color: #333;
}
.top_main-visual .pad .intro_text .catch b{
display: block;
font-size: 1.6em;
}
.top_main-visual #carousel-0-2 .intro_text .catch{
 color: #fff;
}
@media screen and (max-width: 69em) {
.top_main-visual .pad .intro_text{
  top: 80px;
}
.top_main-visual .pad .intro_text .catch{
font-size: 2.0em;
}
}
@media screen and (max-width: 56em) {
.top_main-visual .pad .intro_text{
  top: 50px;
}
.top_main-visual .pad .intro_text .catch{
font-size: 1.7em;
}
.top_main-visual #carousel-0-1 .intro_text .catch{
font-size: 1.15em;
}
}


.top_main-visual .pad .intro_text .anc_button{
margin-top: 2rem;
}


.top_main-visual .carousel_panel {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top_main-visual .carousel_panel[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.top_main-visual .carousel_panel_image {
  display: block;
  max-width: 100%;
}
.top_main-visual .carousel_control_wrapper {
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  display: table;
  width: 100%;
  max-width: 1260px;
}
.top_main-visual .carousel_change {
  display: table-cell;
  vertical-align: middle;
}
.top_main-visual .carousel_change > li {
  display: inline-block;
  vertical-align: middle;
}
.top_main-visual .carousel_change [type="button"] {
  padding: .45em;
  display: block;
}
.top_main-visual .carousel_change [type="button"] img {
  background-color: #fff;
}

.top_main-visual .carousel_change [type="button"][aria-selected="true"] img {
  background-color: #06c;
}
.top_main-visual .carousel_control {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.top_main-visual .carousel_control [type="button"] {
  padding: 12px 8px;
  display: inline-block;
  vertical-align: top;
}
/*トップ製品情報*/
.top_work {
    margin-top: 0;
}
.top_work {
color: #333;
background-image: none;
background:rgba(0,0,0,0.05);
}
