@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
.vpc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none !important;
  }
}

.vsp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block !important;
  }
}

main.index.top {
  position: relative;
  overflow: hidden;
}
main.index.top i,
main.index.top em {
  font-weight: normal;
  font-style: normal;
}
main.index.top .title-center {
  text-align: center;
  margin: 0 0 30px;
}
main.index.top .title-center span {
  display: block;
  line-height: 1;
}
main.index.top .title-center span.t01 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  main.index.top .title-center span.t01 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
main.index.top .title-center span.t02 {
  font-size: 1rem;
  margin: 12px 0 0;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main.index.top .title-center span.t02 {
    font-size: 0.9375rem;
    margin: 10px 0 0;
  }
}
main.index.top .menu-block .lead {
  font-size: 0.9375rem;
  padding: 0px 0 0;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .lead {
    padding: 0px 0 0px;
    margin: 0px 0 -10px;
  }
}
main.index.top .menu-block .title span {
  display: block;
  line-height: 1;
}
main.index.top .menu-block .title .t01 {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .title .t01.spmin {
    font-size: 1.375rem;
  }
}
main.index.top .menu-block .title .t02 {
  font-size: 1.125rem;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 12px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .title .t02.spmin {
    font-size: 0.9375rem;
  }
}
main.index.top .menu-block .title.v2 .t01 {
  font-size: 2.9375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .title.v2 .t01 {
    font-size: 2.3125rem;
  }
}
main.index.top .menu-block .title.v2 .t02 {
  font-size: 1.25rem;
  color: #0081cc;
  margin: 15px 0 0;
  /*
  &::after {

  	content: "";
  	display: block;
  	width: 44px;
  	height: 5px;
  	background: #0081cc;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	@include mq(md){
  	width: 34px;
  	height: 4px;
  	}

  }
  */
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .title.v2 .t02 {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}
main.index.top .menu-block .title + .lead {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .title + .lead {
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
main.index.top .menu-block .menu-list {
  margin: 22px 0 0 0;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .menu-list {
    margin: 20px 0 0;
  }
}
main.index.top .menu-block .menu-list ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  font-weight: 600;
  word-wrap: break-word;
  /*
  a,
  .txt {

  	display: inline-block;
  	font-size: rem(15);
  	font-weight: 600;
  	opacity: 1 !important;

  	&[target="_blank"] {

  		&::after {

  			content: "";
  			display: inline-block;
  			background-image: url(/assets/img/top/icon_blank.png);
  			background-size: 100% 100%;
  			background-repeat: no-repeat;
  			width: 9px;
  			height: 9px;
  			line-height: 1;
  			margin-left: 5px;

  		}

  		&:hover {

  			&::after {

  				@include mq(md-min){
  				background-image: url(/assets/img/common/icon_blank_w.png);
  				}

  			}

  		}

  	}

  }
  */
}
@media screen and (min-width: 769px) {
  main.index.top .menu-block .menu-list ul li a:hover {
    color: #007fc7;
  }
}
main.index.top .menu-block .menu-list ul li::before {
  content: "●";
  color: #007fc7;
  position: absolute;
  top: 0;
  left: 0;
}
main.index.top .menu-block .menu-list ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .menu-list ul li + li {
    margin-top: 10px;
  }
}
main.index.top .menu-block .menu-list ul + .btn-outer {
  margin: 25px 0 0;
}
main.index.top .menu-block .menu-list ul.line li {
  padding-left: 1.3em;
}
main.index.top .menu-block .menu-list ul.line li::before {
  top: 6px;
  content: "-";
  font-size: 2rem;
  line-height: 0;
  font-weight: 300;
}
main.index.top .menu-block .menu-sub {
  border-top: 1px solid #007fc7;
  padding: 8px 4px;
  margin-top: 20px;
}
main.index.top .menu-block .menu-sub ul li {
  position: relative;
  padding-left: 0.7em;
}
main.index.top .menu-block .menu-sub ul li a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
}
main.index.top .menu-block .menu-sub ul li::before {
  content: "-";
  color: #71b7e2;
  position: absolute;
  top: 0;
  left: 0;
}
main.index.top .menu-block .menu-sub + .menu-sub {
  border-bottom: 1px solid #007fc7;
  margin-top: 0px;
}
main.index.top .menu-block .img.list {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .img.list {
    margin-top: 35px;
  }
}
main.index.top .menu-block .img.list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7% 0 0 -7%;
}
main.index.top .menu-block .img.list ul li {
  width: 43%;
  margin: 7% 0 0 7%;
}
main.index.top .menu-block .img.single {
  max-width: 152px;
  margin-top: 35px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block .img.single {
    padding-bottom: 0;
    margin: 35px auto -15px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .menu-block-outer.flex {
    /*
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -3.2% -3.2%;
    */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
}
main.index.top .menu-block-outer.flex .menu-block-inner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main.index.top .menu-block-outer.flex .menu-block-inner {
    /*
    width: 46.8%;
    margin: 0 0 3.2% 3.2%;
    */
    min-height: 405px;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner {
    padding-top: 253px;
    background-position: center 0;
  }
}
main.index.top .menu-block-outer.flex .menu-block-inner#m-product {
  background-image: url(/assets/img/top/bg_product01.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner#m-product {
    background-image: url(/assets/img/top/bg_product01_sp.jpg);
  }
}
main.index.top .menu-block-outer.flex .menu-block-inner#m-skeng {
  background-image: url(/assets/img/top/bg_product02.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner#m-skeng {
    background-image: url(/assets/img/top/bg_product02_sp.jpg);
  }
}
main.index.top .menu-block-outer.flex .menu-block-inner .menu-block {
  padding: 38px 20px 33px 40px;
}
@media screen and (min-width: 768px) {
  main.index.top .menu-block-outer.flex .menu-block-inner .menu-block {
    width: 50.5%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner .menu-block {
    padding: 41px 20px 36px 40px;
  }
}
main.index.top .menu-block-outer.flex .menu-block-inner .menu-block .title {
  word-wrap: break-word;
}
main.index.top .menu-block-outer.flex .menu-block-inner .menu-block .title .t01 {
  font-size: 1.6875rem;
}
main.index.top .menu-block-outer.flex .menu-block-inner::after {
  content: "";
  display: block;
  background: #daf2ff;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner::after {
    width: 100%;
    height: calc(100% - 253px);
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .menu-block-outer.flex .menu-block-inner + .menu-block-inner {
    margin-top: 40px;
  }
}
main.index.top .index-top-block {
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block {
    margin-top: 0px;
  }
}
main.index.top .index-top-block + .index-top-block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block + .index-top-block {
    margin-top: 90px;
  }
}
main.index.top .index-top-block.solution {
  position: relative;
  margin-top: 120px;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.solution {
    margin-top: 90px;
    padding: 70px 0 80px;
  }
}
main.index.top .index-top-block.solution::after {
  content: "";
  display: block;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
main.index.top .index-top-block.solution:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.solution:last-child {
    padding-bottom: 50px;
  }
}
main.index.top .index-top-block.other {
  margin-top: 120px;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.other {
    padding-top: 100px;
  }
}
main.index.top .index-top-block.other:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.other:last-child {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .sp-space {
    padding-top: 170px;
  }
}
main.index.top .index-top-block .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block .inner {
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.mid-cc .inner .menu-block:not(.auto) {
    min-height: 637px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.mid-cc .inner .menu-block.auto {
    padding-bottom: 98px;
  }
}
main.index.top .index-top-block.mid-cc + .mid-cc {
  margin-top: 165px;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.mid-cc + .mid-cc {
    margin-top: 95px;
  }
}
main.index.top .index-top-block.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.bg::before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.fixed-height {
    min-height: 650px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.fixed-height::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.fixed-height::before {
    height: 765px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.fixed-height.v2 {
    min-height: 775px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.fixed-height.v2::before {
    height: 775px;
  }
}
main.index.top .index-top-block.fixed-height .menu-block {
  padding: 65px 70px 58px 75px;
  position: relative;
  width: 406px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.fixed-height .menu-block {
    top: -36px;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.fixed-height .menu-block {
    width: calc(100vw - 24px);
    margin: 0px calc(50% - 50vw) 0;
    padding: 50px 50px 58px 45px;
  }
}
main.index.top .index-top-block.fixed-height .menu-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border: 3px solid #fff;
  background: #d7f0f7;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block .float-text {
    position: absolute;
    top: 345px;
    left: 490px;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .float-text {
    padding-top: 95px;
  }
}
main.index.top .index-top-block .float-text .min-title span {
  display: block;
  line-height: 1;
  color: #fff;
}
main.index.top .index-top-block .float-text .min-title .t01 {
  font-size: 2.9375rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .float-text .min-title .t01 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
main.index.top .index-top-block .float-text .min-title .t02 {
  font-size: 1.25rem;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 17px 0 0;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .float-text .min-title .t02 {
    font-size: 1.125rem;
    margin: 8px 0 0;
  }
}
main.index.top .index-top-block .float-text .min-title + .lead {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  margin: 30px 0 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .float-text .min-title + .lead {
    margin-top: 25px;
  }
}
main.index.top .index-top-block .float-text + .sp-space {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block .float-text + .menu-block {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block .white-dec {
    content: "";
    display: block;
    height: 114px;
    width: 23.6%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.right .menu-block {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.right .menu-block {
    left: 24px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.right .float-text {
    top: 330px;
    left: 70px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.right .white-dec {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.about .menu-block-box {
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 85px 45px;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-block-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
main.index.top .index-top-block.about .menu-contents-in {
  min-height: 512px;
  position: relative;
}
main.index.top .index-top-block.about .menu-contents-in::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 512px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main.index.top .index-top-block.about .menu-contents-in.bg01::before {
  background-image: url(/assets/img/top/bg_contents01.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-contents-in.bg01::before {
    background-image: url(/assets/img/top/bg_contents01_sp.jpg);
  }
}
main.index.top .index-top-block.about .menu-contents-in.bg02::before {
  background-image: url(/assets/img/top/bg_contents02.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-contents-in.bg02::before {
    background-image: url(/assets/img/top/bg_contents02_sp.jpg);
  }
}
main.index.top .index-top-block.about .menu-contents-in.bg02 .menu-block {
  /*
  @include mq(md){
  margin-left: auto;
  }
  */
}
main.index.top .index-top-block.about .menu-contents-in.bg03::before {
  background-image: url(/assets/img/top/bg_contents03.jpg);
}
main.index.top .index-top-block.about .menu-contents-in.bg04::before {
  background-image: url(/assets/img/top/bg_contents04.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-contents-in.bg04::before {
    background-image: url(/assets/img/top/bg_contents04_sp.jpg);
  }
}
main.index.top .index-top-block.about .menu-contents-in.bg04 .menu-block {
  /*
  @include mq(md){
  margin-left: auto;
  }
  */
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-contents-in + .menu-contents-in {
    margin-top: 75px;
  }
}
main.index.top .index-top-block.about .menu-block {
  padding: 49px 40px 45px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main.index.top .index-top-block.about .menu-block {
    min-height: 484px;
    position: relative;
    top: -25px;
    left: 35px;
    width: 58.2%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top .index-top-block.about .menu-block {
    width: 89.5%;
  }
}
main.index.top .index-top-block.about .menu-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border: 3px solid #fff;
  background: #d7f0f7;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
main.index.top #index-top-mv .mv-contents {
  position: relative;
}
main.index.top #index-top-mv .mv-contents > .title {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.index.top #index-top-mv .mv-contents > .title {
    top: 55%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
main.index.top #index-top-mv .mv-contents > .title span {
  display: block;
  line-height: 1;
  color: #fff;
}
main.index.top #index-top-mv .mv-contents > .title span.t01 {
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 6.875rem;
  opacity: 0.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.index.top #index-top-mv .mv-contents > .title span.t01 {
    font-size: 2.8125rem;
    letter-spacing: 0.01em;
  }
}
main.index.top #index-top-mv .mv-contents > .title span.t02 {
  font-size: 1.4375rem;
  margin: 30px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.index.top #index-top-mv .mv-contents > .title span.t02 {
    font-size: 0.9375rem;
    margin: 25px 0 0;
  }
}
main.index.top #index-top-mv .mv-contents > .title span.img {
  width: 581px;
}
main.index.top #index-top-mv .mv-contents .normal-btn {
  font-size: 0.875rem;
  color: #fff;
  width: 171px;
  display: block;
  background: #007fc7;
  line-height: 1;
  text-align: left;
  margin: 45px auto 0;
  padding: 13px 30px;
  position: relative;
  text-align: center;
}
main.index.top #index-top-mv .mv-contents .normal-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
}
main.index.top #index-top-mv .mv-contents .mv-inner {
  position: relative;
  line-height: 0;
  height: 570px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.index.top #index-top-mv .mv-contents .mv-inner {
    height: 590px;
  }
}
main.index.top #index-top-mv .mv-contents .mv-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.index.top #index-top-mv .mv-contents .mv-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -3.2% -3.2%;
  }
}
main.index.top #index-showroom .bnr-outer ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul li {
    width: 46.8%;
    margin: 0 0 3.2% 3.2%;
  }
}
main.index.top #index-showroom .bnr-outer ul li .out-block {
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block {
    flex-direction: column-reverse;
  }
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner {
  padding: 40px 35px;
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner {
    padding: 30px 30px 30px;
  }
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .back-mini {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 0.840625rem;
  background: #0066cc;
  padding: 2px 4px;
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .title-img#showroom01 {
  max-width: 175px;
  margin: 10px 0 0;
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .title-img#showroom02 {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .title-img#showroom02 {
    margin-bottom: 55px;
  }
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .btn-outer {
  margin: 25px 0 0;
}
main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .btn-outer .btn::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/top/icon_blank.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block .box-inner .btn-outer .btn:hover::after {
    background-image: url(/assets/img/common/icon_blank_w.png);
  }
}
@media screen and (min-width: 768px) {
  main.index.top #index-showroom .bnr-outer ul li .out-block .img {
    width: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #index-showroom .bnr-outer ul li + li {
    margin-top: 40px;
  }
}
main.index.top #contents01::before {
  background-image: url(/assets/img/top/bg_contents01.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top #contents01::before {
    background-image: url(/assets/img/top/bg_contents01_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  main.index.top #contents02 {
    min-height: 680px;
  }
}
main.index.top #contents02::before {
  background-image: url(/assets/img/top/bg_contents02.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top #contents02::before {
    background-image: url(/assets/img/top/bg_contents02_sp.jpg);
  }
}
main.index.top #contents03::before {
  background-image: url(/assets/img/top/bg_contents03.jpg);
}
@media screen and (max-width: 767px) {
  main.index.top #contents03::before {
    background-image: url(/assets/img/top/bg_contents03_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  main.index.top #contents03 .sp-space {
    padding-top: 475px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top #contents04 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #contents04 {
    padding-bottom: 59px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top #contents04 .menu-block {
    top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #contents04 .menu-block {
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
  }
}
main.index.top #contents04 .menu-block::after {
  border: none;
  background: #fff;
  box-shadow: none;
}
main.index.top #contents04::before {
  background-image: url(/assets/img/top/bg_contents04.jpg);
}
@media screen and (min-width: 768px) {
  main.index.top #contents04::before {
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #contents04::before {
    background-image: url(/assets/img/top/bg_contents04_sp.jpg);
    height: 940px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top #contents04::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1%;
    z-index: -2;
    height: 100%;
    background-position: 20% 0px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/assets/img/top/bg_contents04_02.png);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.index.top #contents04 .sp-space {
    padding-top: 465px;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .fadein-item {
    transition: 1s all;
  }
}
@media screen and (min-width: 768px) {
  main.index.top .fadein-item:not(.show) {
    transform: translateY(90px);
  }
}
main.index.top #bg-back-body {
  background: url(/company/img/top/background.jpg) no-repeat;
  background-size: cover;
  background-position: center 240px;
}
@media screen and (max-width: 767px) {
  main.index.top #bg-back-body {
    background: none;
  }
}
main.index.top #bg-back-body .index-top-block.other {
  margin-top: 0;
}
main.index.top #bg-back-body .index-top-block.about {
  padding-top: 100px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main.index.top #bg-back-body .index-top-block.about {
    padding-top: 70px;
  }
}

#alert {
  position: relative;
  padding: 60px 0 0px;
}
@media screen and (max-width: 767px) {
  #alert {
    margin: 0px 0 0;
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #alert::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #f6f6f6;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
#alert .alert-body {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #alert .alert-body {
    text-align: left;
  }
}
#alert .alert-body p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #alert .alert-body p {
    line-height: 1.7;
  }
}
#alert .alert-body .alert-link a {
  font-size: 0.875rem;
  color: #007fc7;
  line-height: 1.7;
}
#alert .alert-body .alert-link a .size {
  line-height: 1;
  background: #007fc7;
  color: #fff;
  font-size: 0.75rem;
  position: relative;
  padding: 1px 22px 3px 5px;
  margin-left: 5px;
}
#alert .alert-body .alert-link a .size::after {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  right: 6px;
  transform: translate(0, -50%);
  background-image: url(/assets/img/top/icon_pdf.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 14px;
}
#alert .alert-body .alert-link a.pdf::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/top/icon_pdf.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
  line-height: 1;
  margin-left: 1px;
  position: relative;
  top: 2.5px;
}
#alert .alert-body .alert-link > p + p {
  margin-top: 10px;
}
#alert .alert-body + .alert-body {
  margin-top: 30px;
}
#alert + .contents {
  padding-top: 60px;
}

#contents-news {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #contents-news {
    padding-bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents-news {
    margin-top: -25px;
  }
}
@media screen and (min-width: 768px) {
  #contents-news .inner {
    width: 1010px;
  }
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body {
    display: flex;
    flex-wrap: wrap;
  }
}
#contents-news .news-block .news-body .title-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .title-block {
    width: 24.6%;
    padding: 10px 1.5em 0 0;
  }
}
#contents-news .news-block .news-body .title-block .title {
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .title-block .title {
    position: relative;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .title-block .title {
    font-size: 2.5rem;
  }
}
#contents-news .news-block .news-body .title-block::before, #contents-news .news-block .news-body .title-block::after {
  /*
  @include mq(md){
  width: 136px;
  }
  */
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .title-block::before, #contents-news .news-block .news-body .title-block::after {
    content: "";
    display: block;
    border: 1px solid #e9e9e9;
    position: absolute;
    width: 178px;
  }
}
#contents-news .news-block .news-body .title-block::before {
  /*
  @include mq(md){
  height: 119px;
  top: 55px;
  left: -10px;
  }
  */
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .title-block::before {
    height: 145px;
    top: 80px;
    left: -50px;
  }
}
#contents-news .news-block .news-body .title-block::after {
  /*
  @include mq(md){
  height: 142px;
  top: 130px;
  left: 42px;
  }
  */
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .title-block::after {
    height: 175px;
    top: 145px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .tab-list {
    width: 15.4%;
  }
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .tab-list {
    margin-top: 30px;
  }
}
#contents-news .news-block .news-body .tab-list ul li {
  position: relative;
  padding: 0 1.5em;
}
#contents-news .news-block .news-body .tab-list ul li span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .tab-list ul li span {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 769px) {
  #contents-news .news-block .news-body .tab-list ul li span:hover {
    color: #007fc7;
  }
}
#contents-news .news-block .news-body .tab-list ul li.active span {
  color: #007fc7;
}
#contents-news .news-block .news-body .tab-list ul li.active::after {
  content: "●";
  color: #007fc7;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .tab-list ul li.active::after {
    top: 0px;
  }
}
#contents-news .news-block .news-body .tab-list ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .tab-list ul li + li {
    margin-top: 15px;
  }
}
#contents-news .news-block .news-body .list-body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #contents-news .news-block .news-body .list-body {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .list-body {
    margin: 35px 0 0;
  }
}
#contents-news .news-block .news-body .list-body .list-body-inner {
  display: none;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li {
  border-bottom: 1px solid #c5c5c5;
  padding: 11px 28px;
}
@media screen and (max-width: 767px) {
  #contents-news .news-block .news-body .list-body .list-body-inner ul li {
    padding: 11px 8px;
  }
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a {
  display: inline-block;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a span {
  display: block;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a span.date {
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0 0 3px;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a span.txt {
  font-weight: 400;
  font-size: 0.875rem;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a.link-mark span.txt {
  position: relative;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a.link-mark span.txt:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li a.pdf span.txt::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/top/icon_pdf.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
  line-height: 1;
  margin-left: 1px;
  position: relative;
  top: 2.5px;
}
#contents-news .news-block .news-body .list-body .list-body-inner ul li:first-child {
  border-top: 1px solid #c5c5c5;
}
#contents-news .news-block .news-body .list-body .list-body-inner.active {
  display: block;
}

.btn-outer {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .btn-outer {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .btn-outer a:hover {
    color: #fff;
    border-color: #007fc7;
    background: #0081CC;
  }
}
.btn-outer a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/top/icon_blank.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .btn-outer a[target=_blank]:hover::after {
    background-image: url(/assets/img/common/icon_blank_w.png);
  }
}
.btn-outer .btn {
  position: relative;
  background: #fff;
  border: 1px solid #9ccaf2;
  line-height: 1;
  font-size: 0.9375rem;
  width: 171px;
  border-radius: 100px;
  display: block;
  padding: 9px 12px;
  opacity: 1 !important;
}
.btn-outer .btn i {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
}
.btn-outer .btn i::after {
  content: "●";
  color: #0081CC;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-outer .btn:hover i::after {
  color: #fff;
}

#coverBlack {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 1;
}
#coverBlack.open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  visibility: visible;
}

#modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000000000000000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
#modal-movie.open {
  opacity: 1;
  visibility: visible;
}
#modal-movie #modal-movie-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.2%;
  max-width: 650px;
  z-index: 2;
}
#modal-movie #modal-movie-inner .movie {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 59%;
}
#modal-movie #modal-movie-inner .movie iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#modal-movie #modal-movie-inner .normal-btn {
  font-size: 0.875rem;
  color: #fff;
  width: 151px;
  display: block;
  background: #007fc7;
  line-height: 1;
  text-align: left;
  margin: 25px auto 0;
  padding: 13px 30px;
  position: relative;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#modal-movie #modal-movie-inner .normal-btn .batsu {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
}
#modal-movie #modal-movie-inner .normal-btn .batsu::before, #modal-movie #modal-movie-inner .normal-btn .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  background: #fff;
}
#modal-movie #modal-movie-inner .normal-btn .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal-movie #modal-movie-inner .normal-btn .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1440px) {
  .inner-adj {
    margin: 0 -23px;
  }
}/*# sourceMappingURL=top.css.map */