header {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header-logo img {
  width: 34rem;
}

.list-menu {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
.list-menu li {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: 1px solid #000;
}
.list-menu li a {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .list-menu li a:hover {
    color: #fe914b;
  }
}
.list-menu li a.is-active {
  color: #fe914b;
}

.btn-contact {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #4d4d4d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22.2rem;
  height: 6.9rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-contact:hover, .btn-contact.is-active {
    background-color: #fe914b;
  }
}
.btn-contact:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.3rem;
  background-image: url(../img/common/pic1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.9rem;
}
.btn-contact:after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../img/common/pic2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 4rem;
}
.btn-contact:before, .btn-contact:after {
  transform: translateY(0.2rem);
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 11.5rem;
       column-gap: 11.5rem;
}

.sec1-top {
  background-color: #4d4d4d;
  position: relative;
}
.sec1-top .splide__track .splide__slide {
  text-align: right;
}
.sec1-top .splide__pagination {
  padding-right: 19rem;
  bottom: 3.5rem;
}
.sec1-top .splide__pagination button {
  width: 19.2rem;
  height: 0.5rem;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.sec1-top .splide__pagination button:hover {
  background-color: #fe914b;
}
.sec1-top .splide__pagination button.is-active {
  transform: none;
  background-color: #fe914b;
}
.sec1-top .sec1-top-title-banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 72.5rem;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding-top: 14rem;
}
.sec1-top .sec1-top-title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fe914b;
  -webkit-clip-path: polygon(20.6% 0%, 100% 0%, 79.4% 100%, 0% 100%);
          clip-path: polygon(20.6% 0%, 100% 0%, 79.4% 100%, 0% 100%);
}
.sec1-top .sec1-top-title-h2 {
  color: #fff;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.3;
}
.sec1-top .sec1-top-txt30 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 3.7rem;
}
.sec1-top .sec1-top-title-gr {
  z-index: 3;
}
.sec1-top .sec1-top-icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
}
.sec1-top .sec1-top-icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/pic3.png);
  width: 30.5rem;
  height: 26rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  transform: translateY(8.6rem);
}
.sec1-top .sec1-top-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.2rem;
  height: 24.6rem;
  background-image: url(../img/common/pic4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.nav-menu {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.nav-menu span {
  background: #fe914b;
  display: block;
  height: 0.2rem;
  transition: transform 0.3s;
  width: 100%;
  transform-origin: center;
  position: relative;
}
.nav-menu.active span:first-child {
  transform: rotate(45deg);
  margin-bottom: 0;
  top: 0.8rem;
}
.nav-menu.active span:nth-child(2) {
  display: none;
}
.nav-menu.active span:nth-child(3) {
  transform: rotate(135deg);
  top: -0.7rem;
}

.sec1-top-scroll {
  position: absolute;
  right: 16.6rem;
  bottom: -9.4rem;
  z-index: 4;
}
.sec1-top-scroll .sec1-top-scroll-scroll {
  width: 5.3rem;
  background-image: url(../img/top/pic3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
  padding-top: 2.3rem;
}
.sec1-top-scroll .sec1-top-scroll-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 20rem;
  background-color: #fe914b;
  left: 50%;
  position: relative;
}
.sec1-top-scroll .sec1-top-scroll-scroll:before {
  content: "";
  position: absolute;
  width: max(0.6rem, 4px);
  height: max(0.6rem, 4px);
  border-radius: 10rem;
  background-color: #fe914b;
  top: 2.3rem;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDown 2s infinite ease-in-out;
}

.sec2-top {
  background-color: #4d4d4d;
  padding-top: 16rem;
  padding-bottom: 22.4rem;
  overflow: hidden;
  position: relative;
}

.sec2-top-main {
  max-width: 171.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-top-main-flex {
  display: grid;
  grid-template-columns: max-content 49% 1fr;
}

.sec2-top-left--aboutus {
  font-size: 11.6rem;
  font-weight: 600;
  color: #fe914b;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec2-top-left--aboutus {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.sec2-top-mid-h3 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.sec2-top-mid-h3:after {
  content: "";
  width: 3.3rem;
  height: 1px;
  background-color: #fe914b;
  display: inline-block;
}

.sec2-top-mid-txt {
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.8;
  padding-top: 4.5rem;
}
.sec2-top-mid-txt span {
  font-size: 4.5rem;
  text-decoration: underline;
  text-decoration-color: #333333;
  text-decoration-thickness: 3.4rem;
  text-underline-offset: -1.5rem;
  line-height: 1.5;
}

.txt-fs20 {
  font-size: 2rem;
}

.sec2-top-mid {
  padding-left: 6%;
  padding-top: 3.2rem;
}
.sec2-top-mid .txt-fs20 {
  color: #fff;
  padding-top: 5.6rem;
  padding-right: 12%;
}

.sec2-top-right {
  position: relative;
  padding-top: 4.4rem;
}
.sec2-top-right:before, .sec2-top-right:after {
  content: "";
  position: absolute;
}
.sec2-top-right:before {
  background-image: url(../img/top/pic5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 51.7rem;
  height: 27.2rem;
  left: -5.3rem;
  top: -6.3rem;
}
.sec2-top-right:after {
  background-image: url(../img/top/pic6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 63.4rem;
  height: 32.8rem;
  bottom: -9.7rem;
  right: -11.7rem;
}

.sec2-top-right-img {
  text-align: right;
  position: relative;
  z-index: 2;
}
.sec2-top-right-img img {
  width: 92%;
}

.sec2-top-tell-link {
  background-color: #fff;
  display: inline-block;
  padding-left: 2rem;
  padding-bottom: 1.4rem;
  padding-top: 1.1rem;
  padding-right: 5rem;
  position: relative;
}
.sec2-top-tell-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1.8rem;
  background-color: #fe914b;
  background-image: url(../img/common/pic7.png);
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: center center;
}

.sec2-top-tell-link-tlt {
  font-size: 2rem;
  font-weight: 700;
  color: #fe914b;
  line-height: 1;
}
.sec2-top-tell-link-tlt:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url(../img/common/pic5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.7rem;
}

.sec2-top-tell-icon {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding-top: 1.3rem;
}
.sec2-top-tell-icon:before {
  content: "";
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(../img/common/pic6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec2-top-tell-icon .sec2-top-tell-number1 {
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1;
  display: block;
}
.sec2-top-tell-icon .sec2-top-tell-number2 {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  line-height: 1;
  padding-top: 0.2rem;
}

.sec2-top-tell {
  position: fixed;
  z-index: 10;
  right: 2.6rem;
  bottom: 2rem;
}

.sec3-top-icon {
  position: relative;
}
.sec3-top-icon:before {
  content: "";
  position: absolute;
  top: -19rem;
  left: 0;
  background-image: url(../img/common/pic8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 31.7rem;
  height: 38.1rem;
}

.cont-1310 {
  max-width: 131rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top-tlt-jp {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt-jp {
    font-size: 2.2rem;
  }
}
.sec4-top-tlt-jp:after {
  content: "";
  display: inline-block;
  width: 4.6rem;
  height: 1px;
  background-color: #fe914b;
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt-jp:after {
    height: 0.1rem;
  }
}

.sec4-top-tlt-eng {
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt-eng {
    font-size: 5rem;
    padding-top: 1.2rem;
  }
}

.sec4-top-tlt {
  padding-left: 4.6rem;
  border-left: 2px solid #fe914b;
}
@media screen and (max-width: 767px) {
  .sec4-top-tlt {
    border-left: 0.2rem solid #fe914b;
    padding-left: 2.5rem;
  }
}

.sec4-top {
  padding-top: 14rem;
  background-image: url(../img/top/pic11.png), url(../img/top/pic12.png);
  background-repeat: no-repeat no-repeat;
  background-size: 142.8rem auto, 120.5rem auto;
  background-position: top 14rem right, bottom 27rem left;
  background-color: #e2e2e2;
}
@media screen and (max-width: 999px) {
  .sec4-top {
    background-position: top 4rem right, bottom 5rem left;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 5rem;
    background-size: 50.8rem auto, 66.5rem auto;
  }
}

.sec4-top-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8.8rem;
       column-gap: 8.8rem;
  row-gap: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 999px) {
  .sec4-top-list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-list {
    display: block;
    padding-top: 3rem;
  }
  .sec4-top-list li + li {
    margin-top: 3rem;
  }
}
.sec4-top-list li {
  display: flex;
  flex-direction: column;
}
.sec4-top-list .sec4-top-list-img {
  position: relative;
}
.sec4-top-list .sec4-top-list-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
.sec4-top-list .sec4-top-list-img .sec4-top-list-img--sub {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec4-top-list .sec4-top-list-img .sec4-top-list-img--sub {
    font-size: 2rem;
  }
}

.sec4-top-list-number {
  font-size: 4rem;
  font-weight: 600;
  color: #fe914b;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec4-top-list-number {
    font-size: 3rem;
  }
}

.sec4-top-list-txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  padding-top: 1.7rem;
}
.sec4-top-list-txt span.sec4-top-list-txt--line {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.sec4-top-list-txt span.sec4-top-list-txt--line:before {
  content: "-";
}
@media screen and (max-width: 767px) {
  .sec4-top-list-txt {
    font-size: 1.8rem;
  }
}

.sec4-top-list-prp {
  background-color: #4d4d4d;
  padding-left: 3.6rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  height: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-list-prp {
    padding-left: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

body.anime-top {
  opacity: 0;
}

body.anime-top.loaded {
  opacity: 1;
}

.sec4-top-link {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #4d4d4d;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  color: #fff;
  padding-top: 3rem;
  margin-top: 5rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-link {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }
}
.sec4-top-link .txt-fs20 {
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 3rem;
}
.sec4-top-link .txt-fs20 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec4-top-link .txt-fs20 {
    padding-left: 0;
    padding-top: 2rem;
  }
}

.sec4-top-link-tlt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.sec4-top-link-tlt:before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 0.6rem;
  background-color: #fe914b;
}
@media screen and (max-width: 767px) {
  .sec4-top-link-tlt {
    font-size: 2.2rem;
  }
}

.sec5-top {
  background-color: #e2e2e2;
  padding-top: 8.5rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cont-1110 {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.txt-fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .txt-fs40 {
    font-size: 3rem;
  }
}

.txt-fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs30 {
    font-size: 2.2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 1.9rem;
  }
}

.style-title1 {
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.style-title1:before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fe914b;
}

.style-title2 {
  font-weight: 700;
  background-color: #fe914b;
  color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1.8;
}
.style-title2:before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 0.6rem;
  background-color: #4d4d4d;
}

.style-title3 {
  line-height: 1;
  border-left: 0.3rem solid #fe914b;
  font-weight: 700;
  padding-left: 1rem;
}

.sec5-top1 .style-title2 {
  margin-top: 3.6rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec5-top1 .style-title2 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}

.sec5-top-list-product {
  padding-top: 3rem;
}

.sec5-top-list-product-link {
  font-size: 1.6rem;
  color: #fff;
  background-color: #4d4d4d;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  padding-left: 1.2rem;
  padding-right: 5rem;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: right 2rem center;
  height: 6.1rem;
  align-items: center;
}

.btn-arow {
  width: 5.2rem;
  height: 5.2rem;
  border: 0;
  outline: 0;
  background-image: url(../img/top/pic14.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-arow {
    width: 4rem;
    height: 4rem;
  }
}

.btn-arow-right {
  transform: rotate(180deg);
}

.sec5-top-arow-left-right-slide {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-left: auto;
}
.sec5-top-arow-left-right-slide.no-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec5-top-arow-left-right-slide {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.gr-style-title3--arow-left-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .gr-style-title3--arow-left-right .style-title3 {
    width: calc(100% - 12rem);
    line-height: 1.5;
  }
}

/*
.my-slider-progress {
  position: relative;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  margin-top: 5.5rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .my-slider-progress {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}


.my-slider-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #fe914b;
  transition: width 0.4s ease;
}
*/

.splide__list_no-slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 999px) {
  .splide__list_no-slide {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .gr-category-product .splide__list .splide__slide {
    width: 36% !important;
    margin-right: 1rem !important;
  }
  .sec5-top-list-product-link {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}




/*
.my-slider-progress.d-none {
  display: none;
}
*/

.gr-category-product-item + .gr-category-product-item {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .gr-category-product-item + .gr-category-product-item {
    padding-top: 4rem;
  }
}

.sec5-top2 {
  padding-top: 10rem;
}
.sec5-top2 .gr-category-product {
  padding-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .sec5-top2 .gr-category-product {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top2 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top2 {
    padding-top: 5rem;
  }
}

.style-title4 {
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.style-title4:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fe914b;
}

.sec5-top-bottom {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom {
    padding-top: 5rem;
  }
}
.sec5-top-bottom .sec5-top-bottom-item + .sec5-top-bottom-item {
  margin-top: 3.6rem;
}
.sec5-top-bottom .sec5-top-bottom-item-bt {
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom .sec5-top-bottom-item-bt {
    padding-bottom: 3rem;
  }
}

.sec5-top-bottom-item {
  background-color: #4d4d4d;
  color: #fff;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.sec5-top-bottom-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 1.8rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
.sec5-top-bottom-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0;
  border-bottom: 0;
  position: relative;
}
.sec5-top-bottom-list li .drack-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-list li .drack-line {
    border: 0.1rem solid #fff;
  }
}
.sec5-top-bottom-list li .drack-line.drack-line-right {
  right: 0;
  border-left: 0;
}
.sec5-top-bottom-list li .drack-line.drack-line-left {
  left: 0;
  border-right: 0;
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.sec5-top-bottom-list--sub {
  text-align: right;
  padding-top: 0.8rem;
  padding-bottom: 1.9rem;
}

.sec5-top-bottom-end {
  text-align: center;
  line-height: 1.2;
  color: #4d4d4d;
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-bottom-end {
    margin-top: 5rem;
  }
}

.sec6-top {
  background-color: #4d4d4d;
  padding-top: 10.6rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sec6-top .sec4-top-tlt-jp {
  color: #fff;
}
.sec6-top .sec4-top-tlt-eng {
  color: #fe914b;
}

.sec6-top-pkobonew {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
}

.sec6-top-pkobonew-top {
  color: #fff;
  line-height: 1.8;
}

.date-pkobonew {
  font-size: 1.4rem;
  font-weight: 500;
}

.tlt-pkobonew {
  font-weight: 700;
  line-height: 1.2;
}

.list-pkobonew-top {
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.8rem;
  padding-top: 0.2rem;
  padding-bottom: 1.5rem;
}
.list-pkobonew-top .tlt-pkobonew {
  display: block;
  padding-right: 3rem;
  background-image: url(../img/top/pic13.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: top right;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 0.7rem;
}

.list-pkobonew {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3rem;
  padding-top: 4.3rem;
}
.list-pkobonew.list-pkobonew--pworks {
  padding-top: 0;
}

.list-pkobonew li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .list-pkobonew li img {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .list-pkobonew {
    display: block;
    padding-top: 3rem;
  }
  .list-pkobonew li + li {
    margin-top: 3rem;
  }
  .list-pkobonew li img {
    width: 100%;
  }
}
.list-pkobonew li {
  box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #333333;
}

.sec6-top-pkobonew-link {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-pkobonew-link {
    padding-top: 5rem;
  }
}

.sec6-top-pkobonew-linkm {
  color: #fe914b;
  border: 1px solid #fe914b !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 33.3rem;
  width: 100%;
  height: 7.8rem;
  background-image: url(../img/top/pic131.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: right 3rem center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
.sec6-top-pkobonew-linkm:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec6-top-pkobonew-linkm {
    border: 0.1rem solid #fe914b !important;
  }
}

.sec7-top {
  background-color: #e2e2e2;
}

.sec7-top {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding: 5rem 0;
  }
}

.sec7-top-main {
  background-color: #fff;
  display: grid;
  grid-template-columns: 44.5rem 1fr;
  box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec7-top-main {
    display: block;
  }
}

.sec7-top-tlt-eng {
  color: #fe914b;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec7-top-tlt-eng {
    font-size: 5rem;
  }
}

.sec7-top-tlt-jpn {
  font-weight: 700;
  line-height: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-tlt-jpn {
    padding-top: 1rem;
  }
}

.sec7-top-tlt span {
  display: block;
}

.sec7-top-main-left {
  padding-left: 3.5rem;
  padding-top: 6.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.sec7-top-main-left .sec7-top-main-left--link {
  position: absolute;
  font-weight: 700;
  color: #fe914b;
  line-height: 1;
  display: inline-block;
  bottom: 2.5rem;
  right: 5.8rem;
  background-image: url(../img/top/pic131.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: right center;
  padding-right: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-main-left .sec7-top-main-left--link {
    position: static;
    margin-top: 2rem;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec7-top-main-right img {
    min-height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
}

.footer1 {
  height: 45.6rem;
  background-image: url(../img/common/ft1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer1 {
    height: auto;
    background-image: none;
    background-color: #e2e2e2;
  }
}
.footer1 .footer1-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14rem;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link {
    position: static;
  }
}
.footer1 .footer1-link-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-main {
    display: block;
    position: relative;
    z-index: 3;
  }
}
.footer1 .footer1-link-a {
  display: block;
  text-align: center;
  color: #fff;
  background-image: url(../img/common/pic10.png);
  background-repeat: no-repeat;
  background-size: 6.5rem auto;
  padding-bottom: 0.7rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-a {
    padding-bottom: 5rem;
    background-image: none;
  }
}
.footer1 .footer1-link-left a {
  background-color: #333333;
  padding-top: 9rem;
  background-position: bottom 4.5rem right 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-left a {
    padding-top: 5rem;
    background-position: bottom 2rem right 2rem;
  }
}
.footer1 .footer1-link-left a:hover {
  background-color: #fe914b;
}
.footer1 .footer1-link-left a .footer1-link-a-icon {
  width: 5.2rem;
}
.footer1 .footer1-link-left .footer1-link-a-jpn {
  padding-top: 3rem;
}
.footer1 .footer1-link-right {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-right {
    margin-top: 3rem;
  }
}
.footer1 .footer1-link-right a.footer1-link-a {
  background-color: #fe914b;
  padding-top: 3rem;
  background-position: bottom 2rem right 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-right a.footer1-link-a {
    padding-bottom: 2rem;
  }
}
.footer1 .footer1-link-right a.footer1-link-a .footer1-link-a-icon {
  width: 4.7rem;
}
.footer1 .footer1-link-right a.footer1-link-a .footer1-link-a-icon2 {
  width: 11.4rem;
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-right a.footer1-link-a .footer1-link-a-icon2 {
    width: 9.4rem;
    margin-top: 8.5rem;
  }
}
.footer1 .footer1-link-right a.footer1-link-a .footer1-link-a-line {
  font-weight: 500;
  display: block;
  padding-top: 0.5rem;
}
.footer1 .footer1-link-right a.footer1-link-a:hover {
  background-color: #333333;
}
.footer1 .footer1-link-right .footer1-link-a-jpn {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.footer1 .footer1-link-right .footer1-link-telephone {
  position: absolute;
  width: 30.5rem;
  display: inline-block;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-right .footer1-link-telephone {
    width: 27rem;
    top: 17rem;
  }
}
.footer1 .footer1-link-a-jpn {
  font-weight: 500;
  display: block;
}
.footer1 .footer1-link-a-eng {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer1 .footer1-link-a-eng {
    font-size: 4.2rem;
  }
}

.footer2 {
  background-color: #4d4d4d;
  color: #fff;
  padding-top: 19.5rem;
}
@media screen and (max-width: 767px) {
  .footer2 {
    padding-top: 5rem;
  }
}

.footer2-main {
  border-top: 1px solid #fe914b;
}
@media screen and (max-width: 767px) {
  .footer2-main {
    border-top: 0.1rem solid #fe914b;
    padding-top: 5rem;
  }
}
.footer2-main .list-menu-ft {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .footer2-main .list-menu-ft {
    display: block;
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.footer2-main .list-menu-ft li {
  border-left: 1px solid #fff;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  line-height: 1;
}
.footer2-main .list-menu-ft li:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer2-main .list-menu-ft li {
    border: 0 !important;
    padding: 1rem 0;
    text-align: center;
  }
}

.ft-main-logo {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ft-main-logo {
    text-align: center;
  }
}
.ft-main-logo .ft-main-logo--img img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .ft-main-logo .ft-main-logo--img img {
    width: 100%;
    max-width: 34rem;
  }
}

.ft-main-logo-address {
  line-height: 1.8;
  padding-top: 1.4rem;
}
.ft-main-logo-address a {
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .ft-main-logo-address {
    text-align: center;
  }
}

.ft-main-copyright {
  color: #999999;
  padding-top: 5rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ft-main-copyright {
    padding-top: 4rem;
    text-align: center;
  }
}

.footer3 {
  background-image: url(../img/common/ft1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 30rem;
  margin-top: -20rem;
  position: relative;
  z-index: 2;

}

.scrolltop {
  position: fixed;
  z-index: 10;
  cursor: pointer;
  background-color: #fe914b;
  border-radius: 100rem;
  border: 0;
  background-image: url(../img/common/pic14.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.7rem auto;
  bottom: 15.6rem;
  right: 3rem;
  width: 8.2rem;
  height: 8.2rem;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 5rem;
    height: 5rem;
    right: 1.5rem;
    bottom: 4rem;
    background-size: 2rem auto;
  }
}

.banner-page {
  position: relative;
}

.banner-page--img {
  width: 100%;
  height: 47.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .banner-page--img {
    height: 25rem;
  }
}

.banner-page-area-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 14rem;
  background-color: #fe914b;
  height: 30.9rem;
  display: inline-flex;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
}
.banner-page-area-title .sec4-top-tlt {
  color: #fff;
  padding-left: 0;
  border-left: 0;
}
.banner-page-area-title .sec4-top-tlt .sec4-top-tlt-jp:after {
  background-color: #fff;
}
.banner-page-area-title.banner-page-area-title--works {
  width: 61rem;
}
.banner-page-area-title.banner-page-area-title--company {
  width: 68.4rem;
}
.banner-page-area-title.banner-page-area-title--contact {
  width: 66rem;
}
@media screen and (max-width: 767px) {
  .banner-page-area-title {
    padding-right: 4rem;
    height: 100%;
    padding-left: 1.5rem;
    width: auto !important;
    background-color: rgba(254, 145, 75, 0.6);
    top: 0;
    transform: none;
  }
}

.list-pkobonew-global {
  background-color: #cccccc;
  padding-top: 13rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .list-pkobonew-global {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.list-pkobonew-global-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 5rem;
}
.list-pkobonew-global-ul li {
  position: relative;
}
.list-pkobonew-global-ul li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.list-pkobonew-global-ul li .list-pkobonew-global-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
  background: #424242;
  background: linear-gradient(180deg, rgba(66, 66, 66, 0) 10%, rgba(66, 66, 66, 0.9) 100%);
}
.list-pkobonew-global-ul li .list-pkobonew-global-title .txt-fs18 {
  line-height: 1.2;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .list-pkobonew-global-ul {
    display: block;
  }
  .list-pkobonew-global-ul li + li {
    margin-top: 3rem;
  }
  .list-pkobonew-global-ul li img {
    width: 100%;
  }
}

.list-pkobonew-global--detail {
  background-color: #fff !important;
}

.title-detail-date-category {
  color: #fe914b;
  font-weight: 700;
}
.title-detail-date-category span {
  display: inline-block;
  padding-left: 1rem;
  color: #4d4d4d;
}

.title-detail-title {
  font-weight: 500;
  color: #4d4d4d;
}

.title-detail {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .title-detail {
    border-bottom: 0.1rem solid #4d4d4d;
  }
}
.title-detail .title-detail-date-category {
  display: inline-block;
  transform: translateY(0.3rem);
}

.img-detail {
  padding-bottom: 3rem;
}

.prp-detail-pkobonew {
  line-height: 1.8;
  color: #4d4d4d;
}

.ft-page-child .footer1 {
  padding-top: 5rem;
}

.page-pagenavi .prev img, .page-pagenavi .next img {
  width: 2.5rem;
}
.page-pagenavi .prev.vs-01, .page-pagenavi .next.vs-01 {
  display: none;
}
.page-pagenavi .prev:hover, .page-pagenavi .next:hover {
  opacity: 0.7;
}
.page-pagenavi .dflex-jcc-aic {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .page-pagenavi .dflex-jcc-aic {
    padding-top: 3rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.page-pagenavi .box.dflex-aic-jcc {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  color: #1a1a1a;
}
.page-pagenavi .box.dflex-aic-jcc a:hover, .page-pagenavi .box.dflex-aic-jcc a.current {
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 767px) {
  .page-pagenavi .box.dflex-aic-jcc {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.sec1-company {
  background-color: #4d4d4d;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 14.5rem;
  position: relative;
  overflow: hidden;
}
.sec1-company:before {
  content: "";
  position: absolute;
  top: 11.3rem;
  left: 0;
  background-image: url(../img/company/pic2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41.2rem;
  height: 43.8rem;
  background-position: center center;
}
@media screen and (max-width: 1800px) {
  .sec1-company:before {
    top: 19.3rem;
    left: -7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company:before {
    content: none;
  }
}
.sec1-company .style-title6 {
  position: absolute;
  right: 0.5rem;
  top: 7.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec1-company .style-title6 {
    position: static;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-company-main {
  display: grid;
  grid-template-columns: 62rem 1fr;
}
@media screen and (max-width: 1500px) {
  .sec1-company-main {
    grid-template-columns: 57rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-main {
    display: block;
    padding-top: 1rem;
  }
}

.style-title5 {
  font-weight: 500;
  line-height: 1.7;
}
.style-title5:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fe914b;
  margin-right: 1rem;
}

.sec1-company-left {
  padding-left: 15rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec1-company-left {
    padding-left: 10rem;
  }
}
.sec1-company-left .txt-fs40 {
  font-weight: 700;
  line-height: 1.5;
  padding-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec1-company-left {
    padding-left: 0;
  }
}

.sec1-company-right {
  padding-top: 2.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec1-company-right {
    padding-right: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-right {
    padding-right: 0;
  }
}
.sec1-company-right .txt-fs20 {
  font-weight: 500;
  line-height: 2;
}
.sec1-company-right .sec1-company-secry {
  text-align: right;
  display: block;
}

.style-title6 {
  font-size: 13.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .style-title6 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 767px) {
  .style-title6 {
    font-size: 7rem;
  }
}

.sec2-company {
  background-color: #4d4d4d;
  color: #fff;
  position: relative;
}
.sec2-company:after {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 0;
  background-image: url(../img/company/pic3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36.7rem;
  height: 44.8rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .sec2-company:after {
    content: none;
  }
}

.sec2-company-table {
  padding-top: 2.7rem;
}
.sec2-company-table table {
  width: 100%;
  line-height: 1.7;
}
.sec2-company-table table tr td:first-child {
  width: 21.3rem;
  font-weight: 700;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-table table tr td:first-child {
    width: 100%;
    padding-left: 0;
    background-color: #fe914b;
  }
}
.sec2-company-table table tr td:last-child {
  width: calc(100% - 21.3rem);
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-table table tr td:last-child {
    width: 100%;
  }
}
.sec2-company-table table tr td {
  border-bottom: 1px solid #fff;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec2-company-table table tr td {
    float: left;
    border: 0;
    padding: 0.8rem 1.5rem !important;
  }
}

.sec-company-ggmap {
  padding-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sec-company-ggmap {
    padding-top: 5rem;
  }
}

.google-map {
  display: flex;
  padding-top: 4.7rem;
  padding-bottom: 10rem;
}
.google-map iframe {
  width: 100%;
  height: 44rem;
}
@media screen and (max-width: 767px) {
  .google-map iframe {
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .google-map {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec1-contact-txt1 {
  color: #fff;
  line-height: 1.6;
}
.sec1-contact-txt1 span {
  color: #fe914b;
}

.sec1-contact {
  background-color: #4d4d4d;
  padding-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact {
    padding-top: 5rem;
  }
}

.form-mail-table {
  width: 100%;
  font-weight: 500;
  color: #fff;
}
.form-mail-table .erro-form {
  color: #fe914b;
}
.form-mail-table tr td:first-child {
  width: 19.6rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
.form-mail-table tr td:last-child {
  color: #e5e5e5;
  width: calc(100% - 19.6rem);
}
.form-mail-table tr td {
  vertical-align: middle;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .form-mail-table tr td {
    width: 100% !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .form-mail-table .tr-area td {
    vertical-align: top;
  }
  .form-mail-table .tr-area td:first-child {
    padding-top: 3.3rem;
  }
}

.gr-radio-btn label {
  display: inline-flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}
.gr-radio-btn label input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.gr-radio-btn label span {
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #fff;
  border-radius: 100rem;
  border: 1px solid #999999;
  position: relative;
}
.gr-radio-btn label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fe914b;
  border-radius: 100rem;
  transform: scale(0.6);
  opacity: 0;
}
.gr-radio-btn label input:checked ~ span:before {
  opacity: 1;
}
.gr-radio-btn label + label {
  margin-left: 4rem;
}

.form-control {
  background-color: #F2F2F2;
  width: 100%;
  border-radius: 0.5rem;
  height: 5.4rem;
  border: 0;
  outline: 0;
  padding: 0 0.9rem;
}
.form-control::-moz-placeholder {
  color: #808080;
  font-weight: 500;
}
.form-control::placeholder {
  color: #808080;
  font-weight: 500;
}

.gr-form-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 1.5rem;
}
.gr-form-address input {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .gr-form-address input {
    width: calc(100% - 1.6rem - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .gr-form-address {
    padding-left: 0;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
  }
}

.form-area {
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  height: 22rem;
  padding: 1.5rem 0.9rem;
  resize: none;
  outline: 0;
  border: 0;
}
.form-area::-moz-placeholder {
  color: #808080;
  font-weight: 500;
}
.form-area::placeholder {
  color: #808080;
  font-weight: 500;
}

.form-mail {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .form-mail {
    padding-top: 5rem;
  }
}

.gr-form-send {
  width: calc(100% - 19.6rem);
  margin-left: auto;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .gr-form-send {
    width: 100%;
  }
}

.gr-form-send-main {
  max-width: 61.6rem;
  margin-left: auto;
  margin-right: auto;
}
.gr-form-send-main .gr-form-send-privacy {
  border: 1px solid #CCCCCC;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.8rem;
}
.gr-form-send-main .gr-form-send-privacy a {
  color: #fe914b;
  border-bottom: 1px solid #fe914b;
  display: inline-block;
  margin-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .gr-form-send-main .gr-form-send-privacy a {
    border-bottom: 0.1rem solid #fe914b;
  }
}
@media screen and (max-width: 767px) {
  .gr-form-send-main .gr-form-send-privacy {
    border: 0.1rem solid #CCCCCC;
  }
}

.gr-form-send-checkbox label {
  display: inline-block;
  position: relative;
}
.gr-form-send-checkbox span {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #fff;
  display: block;
  position: relative;
}
.gr-form-send-checkbox span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fe914b;
  transform: scale(0.7);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .gr-form-send-checkbox span {
    border: 0.1rem solid #fff;
  }
}
.gr-form-send-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gr-form-send-checkbox input:checked ~ span:before {
  opacity: 1;
}

.form-send-privacy-dec {
  color: #fff;
  line-height: 1.6;
  padding-left: 1.2rem;
  padding-right: 1.5rem;
  padding-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .form-send-privacy-dec {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3rem;
  }
}

.form-submit-btn {
  font-weight: 500;
  color: #fff;
  width: 25.3rem;
  height: 6rem;
  background-color: #fe914b;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-image: url(../img/contact/pic2.png);
  background-repeat: no-repeat;
  background-size: 1.2rem auto;
  background-position: right 1.6rem center;
}

.gr-btn-submid {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .gr-btn-submid {
    padding-top: 3rem;
  }
}

.ft-contact .footer1, .ft-contact .footer3 {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .ft-contact .footer2 {
    padding-top: 10rem !important;
  }
}

.sec1-privacy {
  background-color: #4d4d4d;
  color: #fff;
  padding-top: 16.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy {
    padding-top: 8rem;
  }
}
.sec1-privacy .sec4-top-tlt {
  color: #fe914b;
}
@media screen and (max-width: 768px) {
  .sec1-privacy .sec4-top-tlt .sec4-top-tlt-eng {
    font-size: 4rem;
  }
}
.sec1-privacy .sec1-privacy-title {
  max-width: 150.4rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-privacy-decs {
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-decs {
    padding-top: 5rem;
  }
}

.sec1-privacy-decs1 {
  line-height: 1.8;
}

.sec1-privacy-decs-list {
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-decs-list {
    padding-top: 5rem;
  }
}
.sec1-privacy-decs-list .txt-fs20 {
  line-height: 2;
  font-weight: 500;
  padding-bottom: 0.6rem;
}
.sec1-privacy-decs-list .txt-fs16 {
  line-height: 1.8;
}
.sec1-privacy-decs-list li {
  border-left: 0.4rem solid #fe914b;
  padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-decs-list li {
    padding-left: 1.5rem;
  }
}
.sec1-privacy-decs-list li + li {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-decs-list li + li {
    margin-top: 3.5rem;
  }
}

.sec1-recruit {
  background-color: #CCCCCC;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec1-recruit {
    padding: 5rem 0;
  }
}
.sec1-recruit .sec1-recruit-main {
  background-color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25.6rem;
}
@media screen and (max-width: 767px) {
  .sec1-recruit .sec1-recruit-main {
    height: 18rem;
  }
}

@keyframes scrollDown {
  0% {
    top: 2.3rem;
  }
  100% {
    top: 99%;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1401px) {
  .sec1-top .splide__pagination {
    padding-right: 4.56vw;
  }
  .sec1-top .sec1-top-icon:before {
    width: 16.94vw;
    height: 14.44vw;
    transform: translateY(4.78vw);
  }
  .sec1-top .sec1-top-icon:after {
    width: 26.78vw;
    height: 13.67vw;
  }
  .sec1-top .sec1-top-title-banner {
    width: max(40.28vw, 600px);
  }
  .sec1-top .sec1-top-title-banner:before {
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
  .sec1-top .splide__pagination button {
    width: 10.56vw;
  }
  .sec1-top .splide__track .splide__slide img {
    max-width: 90%;
  }
  .sec2-top-left--aboutus {
    font-size: 6.44vw;
  }
  .sec2-top-mid-txt {
    font-size: 1.67vw;
  }
  .sec2-top-mid-txt span {
    font-size: 2.5vw;
    text-decoration-thickness: 1.89vw;
    text-underline-offset: -0.83vw;
  }
  .sec2-top-right:before {
    width: 28.72vw;
    height: 15.11vw;
    left: -2.94vw;
    top: -3.5vw;
  }
  .sec2-top-right:after {
    width: 35.22vw;
    height: 18.22vw;
    bottom: -5.39vw;
    right: -6.5vw;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .sec1-top .sec1-top-title-h2 {
    font-size: 5.33vw;
  }
  .sec1-top .sec1-top-txt30 {
    font-size: 2vw;
    padding-top: 2.47vw;
  }
  .sec1-top .sec1-top-title-banner {
    padding-top: 6.67vw;
  }
  .sec1-top-scroll {
    right: 11.6rem;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header {
    width: 100%;
  }
  .list-menu li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .list-menu {
    font-size: 1.9rem;
  }
  .header-menu {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }
  .btn-contact:before {
    width: 2.6rem;
    height: 2.3rem;
  }
  .btn-contact:after {
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 2rem;
  }
  .btn-contact {
    font-size: 1.9rem;
    width: 24rem;
    height: 6.9rem;
  }
  .btn-contact:before, .btn-contact:after {
    transform: none;
  }
  .sec1-top .sec1-top-title-banner {
    width: 60.5rem;
    padding-top: 10rem;
  }
  .sec1-top .sec1-top-icon:after {
    width: 39.2rem;
    height: 17.6rem;
  }
  .sec1-top .sec1-top-icon:before {
    width: 26.5rem;
    height: 22rem;
    background-position: left top;
    transform: translateY(6.6rem);
  }
  .sec1-top .sec1-top-txt30 {
    padding-top: 3rem;
  }
  .sec1-top .splide__pagination {
    padding-right: 0;
    padding-left: 12rem;
  }
  .sec1-top-scroll {
    right: 7.6rem;
    bottom: -5.4rem;
  }
  .sec1-top-scroll .sec1-top-scroll-scroll:after {
    height: 14rem;
  }
  .sec2-top-mid-txt span {
    font-size: 3.7rem;
    text-decoration-thickness: 3rem;
    text-underline-offset: -1.2rem;
  }
  .sec2-top-right:before {
    width: 41.7rem;
    height: 22.2rem;
  }
  .sec2-top-right:after {
    width: 48.4rem;
    height: 24.8rem;
    bottom: -1.7rem;
    right: -3.7rem;
  }
  .sec2-top {
    padding-top: 13rem;
    padding-bottom: 11.4rem;
  }
  .sec2-top-tell-icon .sec2-top-tell-number2 {
    padding-top: 0.5rem;
  }
  .sec3-top-icon:before {
    top: -14rem;
    width: 24.7rem;
    height: 29.1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 25rem;
  }
  .btn-contact {
    display: none;
  }
  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background-color: #4d4d4d;
    z-index: 10;
  }
  .list-menu {
    font-size: 2rem;
    display: block;
  }
  .list-menu li {
    padding: 0;
    border: 0;
  }
  .list-menu li a {
    display: block;
    text-align: center;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    border-bottom: 0.1rem solid #fff;
  }
  .list-menu li a.is-active {
    background-color: #fe914b;
    color: #fff;
  }
  .sec1-top .splide__track .splide__slide img {
    width: 100%;
  }
  .sec1-top-icon {
    display: none;
  }
  .sec1-top .sec1-top-title-h2 {
    font-size: 4rem;
  }
  .sec1-top .sec1-top-txt30 {
    font-size: 1.8rem;
    padding-top: 2rem;
  }
  .sec1-top .sec1-top-title-banner {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
  }
  .sec1-top .sec1-top-title-banner:before {
    z-index: -1;
  }
  .sec1-top .splide__pagination {
    padding-left: 0;
    bottom: 1rem;
  }
  .sec1-top .splide__pagination button {
    width: 7rem;
  }
  .sec1-top-scroll {
    display: none;
  }
  .sec2-top-right:before, .sec2-top-right:after {
    content: none;
  }
  .sec2-top-main-flex {
    display: block;
  }
  .sec2-top-left--aboutus {
    font-size: 6.6rem;
  }
  .sec2-top-mid {
    padding-left: 0;
  }
  .sec2-top-mid-txt {
    font-size: 2rem;
    padding-top: 3rem;
  }
  .sec2-top-mid-txt span {
    font-size: 2.8rem;
    text-decoration-thickness: 2rem;
    text-underline-offset: -0.8rem;
  }
  .view-pc {
    display: none !important;
  }
  .txt-fs20 {
    font-size: 1.8rem;
  }
  .sec2-top-mid .txt-fs20 {
    padding-top: 3rem;
    padding-right: 0;
  }
  .sec2-top-right {
    padding-top: 3rem;
  }
  .sec2-top-right img {
    width: 100%;
  }
  .sec2-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sec5-top-list-product-item img {
    width: 100%;
  }

  .sec2-top-tell-icon .sec2-top-tell-number1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 100px;
  }
  .scrolltop {
    right: 0.7rem;
    bottom: 11rem;
  } 

  .sec2-top-tell {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .sec2-top-tell-link {
    width: 100%;
    padding-left: 4rem;
  }
  .sec2-top-tell-link {
    padding-right: 4rem;
  }
  .sec2-top-tell-icon {
    padding-top: 5px;
  }
  .sec2-top-tell-icon:before {
    width: 50px;
    height: 50px;
  }
  .sec2-top-tell-icon .sec2-top-tell-number1 {
    font-size: 2.4rem;
    text-align: left;
    padding-left: 20px;
    transform: translateY(-0.5rem);
  }
  .sec2-top-tell-icon .sec2-top-tell-number2 {
    font-size: 1.4rem;
    text-align: left;
    padding-left: 20px;
    padding-top: 3px;
  }

}



.product-slider {
    visibility: visible;
}
.product-slider .splide__slide {
    width: calc(25% - 3.75rem);
    margin-right: 5rem;
}

.splide__pagination {
  position: static;
  justify-content: flex-start;
  margin-top: 30px;
  padding: 0;
}
.splide__pagination__page {
  display: inline-block;
  width: 10rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
  opacity: 1;
/*
  position: relative;
  transition: transform .2s linear;
*/
}
.splide__pagination__page.is-active {
  background-color: #fe914b;
  transform: scale(1) !important;
  z-index: 1;
}




.btn-arow,
.btn-arow-right {
  display: none;
}

.splide__arrows {
  width: 100%;
  height: 42px;
  position: absolute;
  right: 0;
  top: -50px;
}
.splide__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  outline: 0;
  background-image: url(../img/top/pic14.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
}
.splide__arrow--prev {
  left: auto !important;
  right: 50px !important;
  top: 0;
  transform: none !important;
}
.splide__arrow--next {
  transform: rotate(180deg) !important;
  right: 0;
  top: 0;
}
.splide__arrow--prev svg,
.splide__arrow--next svg {
  display: none;
}

@media screen and (max-width: 767px) {
  .splide__arrows {
    top: -64px;
  }

  .splide__pagination {
    margin-top: 15px;
  }
  .splide__pagination__page {
    width: 3.6rem;
    height: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media screen and (max-width: 480px) {
  .splide__arrows {
    top: -52px;
  }

}

#splide02 .splide__arrows,
#splide03 .splide__arrows,
#splide04 .splide__arrows,
#splide05 .splide__arrows,
#splide06 .splide__arrows {
  display: none;
}

@media screen and (max-width: 767px) {
  #splide02 .splide__arrows,
  #splide03 .splide__arrows,
  #splide04 .splide__arrows,
  #splide05 .splide__arrows,
  #splide06 .splide__arrows {
    display: block;
  }
}