.main {
  padding-top: 6rem;
  padding-bottom: 11rem;
}
#topVisual {
  display: flex;
}
#topVisual .Visual_left .logo {
  text-align: center;
  padding: 4rem 1rem 3rem;
}
#topVisual .Visual_left .catch_text p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width:1023px) {
  #topVisual .Visual_left {
    width: 20.5rem
  }
  #topVisual .Visual_right {
    width: calc(100% - 20.5rem)
  }
}
@media screen and (max-width:1022.9px) {
  #topVisual .Visual_left {
    width: 13rem
  }
  #topVisual .Visual_right {
    width: calc(100% - 13rem)
  }
}
.regular .slider_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  max-height: 860px;
  margin: 0;
  border-radius: 0 0 0 7rem;
  overflow: hidden;
}
.slick-dots {
  position: absolute;
  bottom: 2rem;
  z-index: +1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.5rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 1rem;
  line-height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: '●';
  text-align: center;
  opacity: .2;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* ------------------------------
block
------------------------------ */
#news {
  padding-bottom: 3rem;
}
#about {
  padding-top: 3rem;
  padding-bottom: 9rem;
}
#oem {
  padding-top: 11rem;
  padding-bottom: 11rem;
  text-align: center;
  background-image: url("../img/top/oem_bg.jpg");
  background-position: center right;
}
#blog {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
#contact {
  padding-top: 11rem;
  padding-bottom: 11rem;
  text-align: center;
  background-image: url("../img/top/contact_bg.jpg");
  background-position: center top 50%;
}
#services {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#brand {}
h2 {
  font-weight: 500;
  text-align: center;
}
#oem h2, #contact h2 {
  font-size: 2.8rem;
}
#blog h2, #services h2, #brand h2 {
  font-size: 3.3rem;
}
/* ------------------------------
news
------------------------------ */
#news .news-box {
  border-bottom: var(--color-gd) solid 1px;
  padding-bottom: 6rem;
}
#news .wrapper .news-heading h3 {
  font-size: 3.3rem;
  font-weight: 400;
}
#news .wrapper .news-heading a {
  padding-right: 1.7rem;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
#news .wrapper .news-heading a::before {
  width: 4rem;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -3rem;
  height: 1px;
  background: var(--color-nl);
  transition: all 0.5s;
}
#news .wrapper .news-heading a:hover::before {
  right: -3.5rem;
}
#news .wrapper .news-list li {
  padding: 1rem 0;
}
.news-item {
  display: flex;
  align-items: center;
}
.news-area {
  text-decoration: none;
}
.news-area .news-day {
  font-size: 1.6rem;
}
.news-area .news-category {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.news-area .topics {
  font-size: 1.4rem;
  display: block;
  width: 11rem;
  text-align: center;
  1.3rem;
  padding: 0.4rem 0;
  border: var(--color-gb) solid 1px;
  color: var(--color-gb)
}
.news-area .news-title {
  font-size: 1.6rem;
}
.news-area:hover {
  opacity: .75;
}
@media print, screen and (min-width:420.9px) {
  .news-area {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width:1023px) {
  #news .news-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #news .wrapper .news-heading {
    width: 23rem;
    text-align: center;
  }
  #news .wrapper .news-heading a {
    margin-top: 2rem;
  }
  #news .wrapper .news-list {
    width: (100% - 23rem);
    border-left: var(--color-gd) solid 1px;
    padding-left: 3.5rem;
  }
}
@media screen and (max-width:1022.9px) {
  #news .wrapper .news-heading {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
  }
  #news .wrapper .news-heading a {
    margin-left: 2rem;
  }
}
@media screen and (max-width:420px) {
  .news-item {
    margin-bottom: 0.5rem;
  }
}
/* ------------------------------
about
------------------------------ */
.about-box h3 {
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
.about-box p.lead-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.about-box p.duty-text {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:767px) {
  .about-box {
    display: flex;
    align-items: center;
  }
  .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
  }
  #about .about-box .text {
    width: 47%;
    margin-left: 3rem;
  }
  #about .about-box.reverse .text {
    margin-left: 0;
    margin-right: 4.5rem;
  }
  #about .about-box .img {
    width: 48%;
  }
  #about .about-box .img img {
    width: 100%;
  }
}
@media screen and (max-width:766.9px) {
  .about-box .text {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .about-box .img {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width:1200px) {
  #about .about-box .text {
    width: 58.5rem;
    margin-left: 4.5rem;
  }
  #about .about-box.reverse .text {
    margin-left: 0;
    margin-right: 4.5rem;
  }
}
/* ------------------------------
blog
------------------------------ */
.blog_box .slick-slide a {
  text-decoration: none;
}
.blog_box .slick-slide .text {
  font-size: 1.5rem;
  padding-top: 1.4rem
}
.blog_box .slick-slide .date {
  font-size: 1.5rem;
  padding-top: 1rem
}
.blog_box .slick-slide .img {
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.blog_box .slick-slide .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog_box .slick-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.blog_box .slick-slide a:hover .img {
  border-radius: 2.5rem;
}
@media screen and (max-width:766.9px) {
  .blog_box .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (min-width:767px) {
  .blog_box .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width:1023px) {
  .blog_box .slick-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* ------------------------------
services
------------------------------ */
.services_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:766.9px) {
  .services_box {
    flex-wrap: wrap;
  }
  .services_box > div {
    width: 48%;
  }
	.services_box > div:nth-child(1),.services_box > div:nth-child(2){
		margin-bottom: 2rem;
		
	}
}
@media screen and (max-width:420px) {
  .services_box > div {
    width: 100%;
  }
}
@media print, screen and (min-width:767px) {
  .services_box > div {
    width: 32%;
  }
}
@media screen and (min-width:1023px) {
  .services_box > div {
    width: 31%;
  }
}
.services_box > div {
  position: relative;
}
.services_box > div a {
  display: block;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.services_box > div a:hover {
  border-radius: 2.5rem;
}
.services_box > div p {
  align-items: center;
  text-align: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.services_box > div.no1 p {
  font-size: 2.4rem;
}
.services_box > div.no2 p, .services_box > div.no3 p {
  font-size: 2.8rem;
  color: var(--color-w)
}
.services_box > div.no1 a {
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: -1.2rem;
}
.services_box > div.no2 a, .services_box > div.no3 a {
  outline: 1px solid rgba(255, 255, 255, 0.7);
  outline-offset: -1.2rem;
}
/* ------------------------------
brand
------------------------------ */
.brand_box {
  display: flex;
  justify-content: space-between;
}
.brand_box > div a {
  display: block;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.brand_box > div a:hover {
  border-radius: 2.5rem;
}
@media screen and (max-width:766.9px) {
  .brand_box {
    flex-wrap: wrap;
  }
  .brand_box > div {
    width: 48%;
  }
	.brand_box > div:nth-child(1),.brand_box > div:nth-child(2){
		margin-bottom: 2rem;
		
	}
}
@media screen and (max-width:420px) {
  .brand_box > div {
    width: 48.5%;
  }
	.brand_box > div:nth-child(1),.brand_box > div:nth-child(2),.brand_box > div:nth-child(4){
		margin-bottom: 2rem;
		
	}
}
@media print, screen and (min-width:767px) {
  .brand_box > div {
    width: 24%;
  }
}
@media screen and (min-width:1023px) {
  .brand_box > div {
    width: 23.2%;
  }
}