#main .btn-1 {
  min-width:/* 260px*/210px;
}
@media screen and (max-width:1400px) {
#main .btn-1 {
  min-width:160px;
}
}
@media screen and (max-width:1100px) {
#main .btn-1 {
  min-width:140px;
}
}
@media (max-width:768px) {
  #main .btn-1 {
    min-width: 0;
    width: 100%;
    display: table;
    margin: 1em auto 0;
  }
}

#main .visual {
  position: relative;
}
#main .visual .catch {
  position: absolute;
  bottom: 80px;
  left: 70px;
  z-index: 5;
}

#main .visual .catch .text {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#main .visual .catch .text span.en {
  display: block;
  color: var(--c-ye);
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}

@media (max-width:1200px) {

#main .visual .catch {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 5;
}

#main .visual .catch .text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#main .visual .catch .text span.en {
  display: block;
  color: var(--c-ye);
  font-size: 10rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}
}

@media (max-width:1024px) {
#main .visual .catch .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#main .visual .catch .text span.en {
  display: block;
  color: var(--c-ye);
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}
}
@media (max-width:768px) {
#main .visual .catch {
  bottom: 20px;
  left: 15px;
}
#main .visual .catch .text {
  font-size: 1.2rem;
}
#main .visual .catch .text span.en {
  font-size: 4rem;
}
}


#main .visual .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  line-height: 1;
}
#main .visual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 5px;
}
#main .visual .slick-dots li button {
  display: block;
  width: 50px;
  height: 5px;
  cursor: pointer;
  background: #fff;
  transition: .2s;
}
#main .visual .slick-dots li.slick-active button {
  background: #fe0305;
}
@media (max-width:768px) {
  #main .visual .slick-dots {
    bottom: 3%;
  }
  #main .visual .slick-dots li {
    margin: 0 3px;
  }
  #main .visual .slick-dots li button {
    width: 30px;
    height: 3px;
    box-shadow: 0 0 2px rgba(255,255,255,.5);
  }
}

#main .about .body {
  max-width: 1300px;
  align-items: center;
}
@media (min-width:1025px) {
  #main .about .photo {
    width: 47%;
  }
  #main .about .box {
    width: 53%;
  }
}
#main .about .box {
  position: relative;
  background-image: linear-gradient( to right, rgb(255,212,79) 0%, rgb(254,167,0) 100%);
  padding: 50px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  z-index: 1;
}
#main .about .box::after {
  content: "";
  display: block;
  background: url("../images/index/about-1-logo.png") no-repeat;
  background-size: 100%;
  width: 327px;
  height: 61px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#main .about .box .title-1,
#main .about .box .title-1:before {
  text-align: left;
}
#main .about .box .btn .btn-1 {
  margin: 5px 0;
}
@media (max-width:1024px) {
  #main .about .layout-col-2 {
    display: block;
  }
  #main .about .photo,
  #main .about .box {
    width: 100%;
  }
  #main .about .photo {
    margin-top: 30px;
  }
  #main .about .box {
  padding: 20px 20px 30px;
  }
  #main .about .box .btn {
    display: block;
  }
  #main .about .box .btn .btn-1 {
    display: block;
  }
  #main .about .box .btn .btn-1 ~ .btn-1 {
    margin-top: 15px;
  }
}

#main .business {
  position: relative;
  background-image: linear-gradient( to right, rgb(245,144,13) 0%, rgb(241,216,77) 100%);
}
#main .business::before {
  content: "";
  display: block;
  background: url("../images/index/our-business-bg-logo.png") no-repeat;
  width: 149px;
  height: 1179px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main .business .title-1,
#main .business .title-1:before {
  text-align: left;
}
#main .business .title-1:before {
  color: var(--c-ye);
}
#main .business .box {
  position: relative;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  z-index: 1;
}

#main .business .box::after {
  content: "";
  display: block;
  background: url("../images/index/business-logo-1.png") no-repeat;
  width: 472px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 25px;
  margin-left: 15px;
  z-index: -1;
}


@media (max-width:1024px) {

#main .business .box::after {
  background: url("../images/index/business-logo-1.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
}

@media (max-width:768px) {

#main .business .box::after {
  background: url("../images/index/business-logo-1.png") no-repeat;
  width: 236px;
  height: 30px;
  background-size: 236px 30px;
}
}


#main .business .box ~ .box {
  margin-top: 50px;
}
@media (min-width:1025px) {
  #main .business .box .content {
    width: 42%;
  }
  #main .business .box .content .column {
    margin-top: 30px;
  }
  #main .business .box .photo {
    width: 55%;
  }
}
@media (max-width:1024px) {
  #main .business .box {
    display: block;
    padding: 20px 20px 30px;
  }
  #main .business .box > * {
    width: 100%;
  }
}

#main .works {
  position: relative;
  background: url("../images/index/works-bg.jpg?20260623") center center /cover no-repeat;
}
@media (max-width:768px) {
  #main .works {
    background-image: url("../images/index/works-bg.webp?20260623");
  }
}
#main .works .title-1,
#main .works .title-1:before {
  color: #fff;
}
#main .works picture {
  margin-top: 40px;
}

#main .works .item {
  padding: 0 1vw;
}
#main .works .btn-1 {
  background: var(--c-ye);
  color: #000;
}
#main .works .btn-1::after {
  border-color: #000;
}

#main .product {
  position: relative;
  background-image: linear-gradient( to right, rgb(245,144,13) 0%, rgb(241,216,77) 100%);
  background: #fff;
}
#main .product .title-1:before {
  color: var(--c-ye);
}
#main .product .left {
  position: relative;
  z-index: 1;
}
#main .product .left .list {
  letter-spacing: -.4em;
}
#main .product .left .list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
@media (min-width:769px) {
  #main .product .left .list .item {
    width: 23%;
    margin-left: 2.6666%;
  }
  #main .product .left .list > *:nth-child(4n+1) {
    margin-left: 0;
  }
  #main .product .left .list .item:nth-child(n+5) {
    margin-top: 2.6666%;
  }
}
#main .product .left .list .item .photo {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
#main .product .left .list .item .photo-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1;
  padding: .5em;
  background: var(--c-ye);
}
#main .product .left .list .item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
#main .product .left .list .item:hover .photo img {
  transform: scale(1.1);
}
#main .product .left .list .item .content {
  font-weight: bold;
  text-align: center;
  padding-top: .5em;
}
@media (max-width:768px) {
  #main .product .left .list .item {
    width: 49%;
  }
  #main .product .left .list .item:nth-child(2n+2) {
    margin-left: 2%;
  }
  #main .product .left .list .item:nth-child(n+3) {
    margin-top: 3%;
  }
  #main .product .left .list .item .photo-text {
    padding: .5em;
  }
}

@media (min-width:1025px) {
  #wrapper {
    padding-right: 120px;
  }
  #main .product-side {
    top: 130px;
    width: 320px;
  }
}
@media (max-width:1024px) {
  #main .product-side {
    top: 80px;
    width: 280px;
  }
}
#main .product-side {
  position: fixed;
  right: -280px;
  bottom: 0;
  z-index: 999;
  height: auto;
  display: flex;
  background: #f6f6f6;
  transition: .2s right;
}
@media (max-width:768px) {
  #main .product-side {
    bottom: 60px;
  }
}
#main .product-side .menu-btn {
  position: relative;
  width: 40px;
  color: #fff;
  cursor: pointer;
  background: #000;
}
@media (min-width:1025px) {
  #main .product-side {
    right: -200px;
  }
  body:not(.js-sidemenu) #main .product-side .menu-btn:after {
    content: '';
    display: block;
    width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
  }
}
@media (max-width:1024px) {
  #main .product-side {
    align-items: flex-start;
  }
  #main .product-side .menu-btn {
    position: absolute;
    transform: translateX(-100%);
    padding-bottom: 20px;
  }
}
@media (min-width:1025px) {
  #main .product-side .menu-btn + div {
    width: calc( 100% - 40px );
  }
}
#main .product-side .menu-btn + div {
  height: 100%;
  overflow-y: auto;
}
#main .product-side .category {
  width: 100%;
  display: flex;
  align-items: center;
  background: #eee;
}
#main .product-side .category img {
  width: 90px;
}
#main .product-side .category b {
  line-height: 1.2;
  padding-left: 10px;
}
#main .product-side ul {
  padding: 1em;
}
#main .product-side ul li a {
  position: relative;
  display: block;
  padding: .4em 1em;
}
#main .product-side ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--c-ye);
  border-right: solid 2px var(--c-ye);
  border-left-color: inherit;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  transition: .2s color;
}
#main .product-side ul li a:hover {
  color: var(--c-ye);
}
@media (max-width:1024px) {
  #main .product-side {
    display: block;
  }
}
.js-sidemenu #main .product-side {
  right: 0;
}

#main .equipment {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
#main .equipment .body {
  position: relative;
  z-index: 1;
}
#main .equipment canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#main .equipment .box {
  padding: 50px;
  background-image: linear-gradient( to right, rgb(255,212,79) 0%, rgb(254,167,0) 100%);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#main .equipment .box .title-1,
#main .equipment .box .title-1:before {
  text-align: left;
  margin-left: 0;
}
@media (min-width:1025px) {
  #main .equipment .box .photo {
    width: 54.54%;
  }
  #main .equipment .box .content {
    width: 42%;
  }
}
@media (max-width:1024px) {
  #main .equipment .box {
    display: block;
    padding: 20px 20px 30px;
  }
  #main .equipment .box .photo,
  #main .equipment .box .content {
    width: 100%;
  }
}

#main .company {
  margin-top: 50px;
}
#main .company .box {
  padding: 50px;
  background-image: linear-gradient( to right, rgb(255,212,79) 0%, rgb(254,167,0) 100%);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#main .company .box .title-1,
#main .company .box .title-1:before {
  text-align: left;
  margin-left: 0;
}
@media (min-width:1025px) {
  #main .company .box .photo {
    width: 54.54%;
  }
  #main .company .box .content {
    width: 42%;
  }
}
@media (max-width:1024px) {
  #main .company .box {
    display: block;
    padding: 20px 20px 30px;
  }
  #main .company .box .photo,
  #main .company .box .content {
    width: 100%;
  }
}

#main .recruit {
  padding-top: 0;
  background: #fff;
}
#main .recruit .body.column {
  margin-top: 60px;
}
#main .recruit .title-1:before {
  color: var(--c-ye);
}
#main .recruit .visual {}
#main .recruit .layout-col-3.btn {
  text-align: center;
  margin-top: 40px;
}
#main .recruit .layout-col-3 a:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width:768px) {
  #main .recruit .visual {
    overflow: hidden;
  }
  #main .recruit .visual img {
    position: relative;
    left: -25%;
    max-width: initial;
    width: 150%;
  }
  #main .recruit .btn {
    margin-top: 20px;
  }
  #main .recruit .btn .btn-1 {
    width: calc( 100% - 20px );
    display: block;
  }
  #main .recruit .btn .btn-1 ~ .btn-1 {
    margin-top: 1em;
  }
}

#main .bnr {
  background-image: linear-gradient( to right, rgb(245,144,13) 0%, rgb(241,216,77) 100%);
}
#main .bnr a {
  position: relative;
  display: block;
  overflow: hidden;
}
#main .bnr a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/index/listmark-1.png?20260623) center center /contain no-repeat;
}
#main .bnr a img {
  width: 100%;
  transition: 1s transform;
}
#main .bnr a:hover img {
  transform: scale(1.1);
}
#main .bnr .title-1 {
  position: absolute;
  top: 50%;
  left: 1em;
  z-index: 1;
  transform: translateY(-50%);
}
#main .bnr .title-1,
#main .bnr .title-1:before {
  text-align: left;
  color: #fff;
}
@media (max-width:768px) {
  #main .bnr .body {
    display: block;
  }
  #main .bnr a {
    width: 100%;
  }
  #main .bnr a ~ a {
    margin-top: 20px;
  }
}

#main .works .gallery img {
  width: 100%;
  margin: 0 auto;
}
@media (max-width:768px) {
  #main .works .gallery {
    margin-top: 30px;
  }
}

@media (min-width:769px) {
  #pagetop {
    right: 140px;
  }
  .js-sidemenu #pagetop {
    right: 340px;
  }
}
@media (max-width:768px) {
  #pagetop {
    right: 10px;
  }
  .js-sidemenu #pagetop {
    right: 290px;
  }
}
