main {
  font-family: "Noto Sans JP", sans-serif;
}
main h1, main h2, main h3, main h4, main h5 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.2rem;
  line-height: 1.6;
}
main p, main li {
  line-height: 1.6;
}
main .text {
  padding-top: 1.2rem;
}

.bg-purple {
  background-color: #5C3D8D;
}

.purple-text {
  color: #5C3D8D;
}

.sec-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec-title .big-text {
  font-size: 4rem;
}

.box-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.hukidasi-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFE51F;
  padding: 1.5rem 0;
  border-radius: 50px;
  position: relative;
  -webkit-filter: drop-shadow(3px 5px 0 #6A5E00);
          filter: drop-shadow(3px 5px 0 #6A5E00);
  margin-top: -4rem;
}
.hukidasi-text:after {
  position: absolute;
  content: "";
  display: block;
  background: #FFE51F;
  height: 20px;
  width: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -15px;
}

.fv-sec img {
  width: 100%;
}

.fv-pc {
  display: none;
}

.problem-sec {
  position: relative;
}
.problem-sec:after {
  content: "";
  display: block;
  background-image: url(/off-site/assets/image/arrow.png);
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -4rem;
  width: 100%;
  max-width: 27rem;
}
.problem-sec .inner-box {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 10px;
  padding: 2.4rem 2rem;
  margin-top: -6rem;
  z-index: 1;
  position: relative;
}
.problem-sec .problem-list {
  margin-top: 3.2rem;
}
.problem-sec .problem-list li {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem-sec .problem-list li:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-color: #FFE51F;
}

.about-offsite-sec .strong-text {
  font-weight: bold;
  color: #5C3D8D;
  padding-left: 0.2rem;
  line-height: 1.2;
  font-size: 2.4rem;
}
.about-offsite-sec .hukidasi-text {
  text-align: center;
  margin: 0;
  margin-top: -1rem;
  position: absolute;
  width: 30rem;
  line-height: 1.4;
  padding-inline: 1rem;
  left: 45%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 1.6rem;
}
.about-offsite-sec .hukidasi-text:after {
  top: -15px;
  bottom: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.about-offsite-sec .small-text {
  font-size: 1.2rem;
}
.about-offsite-sec .sec-title {
  padding-top: 3.2rem;
}
.about-offsite-sec .about-content {
  margin-top: 3.2rem;
}
.about-offsite-sec .about-content .title {
  background-color: #5C3D8D;
  color: #fff;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  width: 30rem;
}
.about-offsite-sec .about-content .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #fff;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: -27px;
  top: 17px;
}
.about-offsite-sec .about-content .title-text {
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 3.2rem;
}
.about-offsite-sec .flow-content .midasi {
  line-height: 1.4;
}
.about-offsite-sec .flow-content .num {
  color: #5C3D8D;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  position: absolute;
  top: -3rem;
  left: 2rem;
  z-index: 2;
}
.about-offsite-sec .flow-content .flow-box {
  padding: 3.2rem 2rem 0;
  position: relative;
}
.about-offsite-sec .flow-content .flow-box:after {
  content: "";
  display: block;
  height: calc(tan(60deg) * 60px / 2);
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  bottom: -52px;
  z-index: 1;
}
.about-offsite-sec .flow-content .flow-box1, .about-offsite-sec .flow-content .flow-box2 {
  background-color: #F8F6FD;
}
.about-offsite-sec .flow-content .flow-box1:after, .about-offsite-sec .flow-content .flow-box2:after {
  background: #F8F6FD;
}
.about-offsite-sec .flow-content .flow-box3 {
  background-color: #DED1F2;
}
.about-offsite-sec .flow-content .flow-box3:after {
  background: #DED1F2;
}
.about-offsite-sec .flow-content .flow-box4 {
  background-color: #C7B7E1;
  padding-bottom: 2rem;
}
.about-offsite-sec .flow-content .flow-box4:after {
  display: none;
}
.about-offsite-sec .flow-content .flow-box2, .about-offsite-sec .flow-content .flow-box3, .about-offsite-sec .flow-content .flow-box4 {
  padding-top: 6rem;
}
.about-offsite-sec .flow-content .flow-box2 .num, .about-offsite-sec .flow-content .flow-box3 .num, .about-offsite-sec .flow-content .flow-box4 .num {
  top: 0;
}
.about-offsite-sec .flow-content .factory-work-box {
  padding-right: 7rem;
}
.about-offsite-sec .flow-content .factory-work-box .hukidasi-text2 {
  color: #5C3D8D;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  width: 5rem;
  top: 0;
  left: auto;
  right: -25px;
  -webkit-filter: none;
          filter: none;
  border-radius: 0;
}
.about-offsite-sec .flow-content .factory-work-box .hukidasi-text2:after {
  display: none;
}

.merit-sec .title-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit-sec .title-icon-wrap img {
  max-width: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.merit-sec .sec-title {
  line-height: 1.4;
  margin-top: 2rem;
}
.merit-sec .sec-title .big-text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-right: 0.5rem;
}
.merit-sec .row-box:first-child .card {
  margin-top: 0;
}
.merit-sec .card {
  background-color: #fff;
  padding-top: 1rem;
  margin-top: 3.2rem;
}
.merit-sec .card .num {
  background-color: #5C3D8D;
  color: #fff;
  padding: 0.5rem;
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.merit-sec .card .inner {
  padding: 0 2rem 3.2rem;
  text-align: center;
}
.merit-sec .card .midasi {
  font-size: 2rem;
}
.merit-sec .card img {
  -webkit-box-shadow: inset 0 0 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px -2px rgba(0, 0, 0, 0.3);
  padding: 2.5rem;
  border-radius: 50rem;
  width: 15rem;
  margin-bottom: 1rem;
}
.merit-sec .even-card {
  background-color: #5C3D8D;
  color: #fff;
}
.merit-sec .even-card .midasi {
  color: #fff;
}
.merit-sec .even-card .num {
  background-color: #fff;
  color: #5C3D8D;
}
.merit-sec .even-card img {
  background-color: #fff;
}

.bogie-sec {
  position: relative;
}
.bogie-sec:after {
  content: "";
  display: block;
  background-color: #5C3D8D;
  height: calc(tan(60deg) * 60px / 2);
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  bottom: -19px;
}
.bogie-sec .sec-title {
  color: #5C3D8D;
}
.bogie-sec .card {
  background-color: #fff;
  padding: 2rem;
  font-weight: bold;
  margin-top: 2.4rem;
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.bogie-sec .card p {
  font-size: 1.6rem;
}
.bogie-sec .card .type-cat {
  font-size: 2.4rem;
}
.bogie-sec .card .small-text {
  font-size: 1.6rem;
}
.bogie-sec .row .card {
  position: relative;
}
.bogie-sec .row .card:after {
  content: "";
  display: block;
  height: 2.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bogie-sec .row .card:before {
  content: "";
  display: block;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  left: 50%;
  position: absolute;
  bottom: 9px;
  z-index: 1;
  color: #fff;
}
.bogie-sec .row .card img {
  padding-bottom: 2rem;
}
.bogie-sec .row .card1:after {
  background-color: #1649AA;
}
.bogie-sec .row .card2:after {
  background-color: #1181B1;
}
.bogie-sec .row .card3:after {
  background-color: #099FA5;
}
.bogie-sec .card1 .type-cat {
  color: #1649AA;
}
.bogie-sec .card1 .mov_size {
  -webkit-box-shadow: 1rem 1rem 0 #1649AA;
          box-shadow: 1rem 1rem 0 #1649AA;
}
.bogie-sec .card2 .type-cat {
  color: #1181B1;
}
.bogie-sec .card2 .mov_size {
  -webkit-box-shadow: 1rem 1rem 0 #1181B1;
          box-shadow: 1rem 1rem 0 #1181B1;
}
.bogie-sec .card3 .type-cat {
  color: #099FA5;
}
.bogie-sec .card3 .mov_size {
  -webkit-box-shadow: 1rem 1rem 0 #099FA5;
          box-shadow: 1rem 1rem 0 #099FA5;
}
.bogie-sec .type-content {
  position: relative;
  padding-bottom: 3.2rem;
}
.bogie-sec .type-content:before {
  content: "";
  display: block;
  height: 105rem;
  width: 100%;
  background-color: #5C3D8D;
  z-index: -1;
  position: absolute;
  top: -105rem;
}
.bogie-sec .type-content:after {
  content: "";
  display: block;
  background-color: #5C3D8D;
  height: 51.9615242271px;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  top: -110rem;
  z-index: -1;
}
.bogie-sec .type-content .type-cat {
  font-size: 2.4rem;
}

.mov_screen {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.mov_screen .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mov_size {
  max-width: 900px;
  margin: 20px auto 0px;
}

.reason-sec {
  padding-top: 6.4rem;
}
.reason-sec .main-content {
  padding: 2rem;
  margin-top: 2rem;
}
.reason-sec .main-content img {
  margin-bottom: 1rem;
}
.reason-sec .main-content .certification-box img {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  display: block;
}
.reason-sec .hukidasi-text {
  padding: 1.5rem 2.4rem;
  line-height: 1.3;
  margin-top: 4rem;
}
.reason-sec .hukidasi-text:after {
  top: -15px;
  bottom: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.lineup-sec {
  position: relative;
  margin-top: 4.8rem;
}
.lineup-sec:before {
  content: "";
  display: block;
  background-color: #5C3D8D;
  height: calc(tan(60deg) * 60px / 2);
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: -51px;
  left: 0;
}
.lineup-sec .sec-title {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-block: 1.5rem;
}
.lineup-sec .product-img {
  position: relative;
  z-index: 1;
  top: 4rem;
}
.lineup-sec .card {
  background-color: #fff;
  padding: 4.8rem 2rem 4.8rem;
  position: relative;
}
.lineup-sec .card:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 96px;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  top: -9.5rem;
  position: absolute;
  left: 0;
}
.lineup-sec .card p {
  font-weight: bold;
  font-size: 1.6rem;
}
.lineup-sec .card .product-name {
  font-size: 3.2rem;
  color: #5C3D8D;
}
.lineup-sec .hukidasi-text {
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  border: 1px solid #5C3D8D;
  -webkit-filter: drop-shadow(3px 5px 0 #5C3D8D);
          filter: drop-shadow(3px 5px 0 #5C3D8D);
}
.lineup-sec .hukidasi-text:after {
  background-color: #fff;
}
.lineup-sec .scroll-img-wrap {
  padding-top: 3.2rem;
}

.btn {
  padding: 2rem 1rem;
  background-color: #FFE51F;
  font-weight: bold;
  text-align: center;
  width: 90%;
  display: block;
  margin: -2rem auto 0;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  letter-spacing: 1px;
}
.btn:after {
  content: "";
  display: block;
  background-image: url(/off-site/assets/image/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn:hover {
  border-radius: 10rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.contact-sec {
  background-image: url(/off-site/assets/image/contact-bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 4.8rem;
}
.contact-sec .btn {
  padding: 2.4rem 0;
  -webkit-filter: drop-shadow(7px 7px 0 #C3AC01);
          filter: drop-shadow(7px 7px 0 #C3AC01);
}
.contact-sec .btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-sec .btn p:before {
  content: "";
  display: block;
  background-image: url(/off-site/assets/image/emphasis-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 2rem;
  height: 2rem;
}
.contact-sec .btn p:after {
  content: "";
  display: block;
  background-image: url(/off-site/assets/image/emphasis-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 2rem;
  height: 2rem;
}
.contact-sec .btn h4 {
  padding-bottom: 0;
  font-size: 2.4rem;
}

footer img {
  width: 100%;
  max-width: 21rem;
  display: block;
  margin: 2rem auto;
}

.floating-banner-wrap {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
  position: fixed;
  bottom: 1.5rem;
  z-index: 10;
  width: 93%;
  margin: 0 auto;
  right: 2rem;
  max-width: 40rem;
}

.floating-banner {
  background-color: #000;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.floating-banner .img-icon {
  padding: 1.2rem;
  border-radius: 50rem;
  background-color: #fff;
  display: block;
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.floating-banner h4 {
  font-size: 2rem;
  padding-bottom: 0;
}
.floating-banner h4 span {
  color: #FFE51F;
}
.floating-banner .arrow {
  width: 11px;
  height: 11px;
}
.floating-banner p {
  font-size: 1.4rem;
}

.voice-sec .sec-title {
  color: #fff;
}
.voice-sec .title-bg {
  position: relative;
  margin-top: 3.2rem;
}
.voice-sec .title-bg:before {
  content: "";
  display: block;
  background-color: #5C3D8D;
  height: 51.9615242271px;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  top: -51px;
}
.voice-sec .title-bg:after {
  content: "";
  display: block;
  background-color: #5C3D8D;
  height: 51.9615242271px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  bottom: -51px;
}
.voice-sec .row-inner {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.voice-sec .row-inner .text-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}
.voice-sec .row-inner .people {
  max-width: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.5rem;
}
.voice-sec .row-box {
  margin-bottom: 2rem;
}

.form-sec {
  background-color: #f5f5f5;
}
.form-sec .input-wrap {
  width: 100%;
}
.form-sec .sec-title {
  color: #5C3D8D;
}
.form-sec .title-text {
  text-align: center;
  padding-bottom: 3.2rem;
}
.form-sec textarea {
  height: 10rem;
}
.form-sec label {
  width: 100%;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.form-sec .contact-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
.form-sec .checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: normal;
}
.form-sec .checkbox input {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.form-sec .checkbox-wrap .btn-wrap {
  width: 100%;
}
.form-sec .checkbox-wrap .btn-wrap br {
  display: none;
}
.form-sec .checkbox-wrap .btn-wrap label {
  margin-bottom: 1.5rem;
}
.form-sec .checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-sec .checkbox-wrap input {
  margin: 0;
  width: 2rem;
  margin-right: 0.5rem;
}
.form-sec .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.form-sec .required-srt {
  color: #fff;
  background: #5C3D8D;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 1rem;
}
.form-sec .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5C3D8D;
  color: #fff;
  padding: 1.8rem 2.4rem;
  margin-top: 2.4rem;
  width: 100%;
  text-align: center;
}

.nyuryoku .back-btn {
  display: none;
}

.mw_wp_form .error {
  margin-top: 0.5rem;
}

.checkbox-wrap .btn-wrap .error {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.page-thanks {
  padding-block: 4.8rem;
}
.page-thanks .sec-title {
  font-size: 2rem;
}
.page-thanks .title-text {
  text-align: center;
}
.page-thanks .top-btn {
  display: block;
  background: #5C3D8D;
  color: #fff;
  padding: 1.8rem 2.4rem;
  margin-top: 2.4rem;
  width: 100%;
  text-align: center;
  max-width: 32rem;
  margin: 2.4rem auto 0;
}

.confirmation-sec {
  height: 100vh;
  background-color: #fff;
}
.confirmation-sec .confirmation-title {
  text-align: center;
  padding-bottom: 3.2rem;
}
.confirmation-sec .content-box {
  max-width: 80rem;
  margin: 0 auto;
}
.confirmation-sec .error_messe {
  padding-block: 0.5rem;
}
.confirmation-sec .confirmation-table {
  width: 100%;
}
.confirmation-sec .confirmation-table tr {
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ccc;
}
.confirmation-sec .confirmation-table th {
  padding-bottom: 0.5rem;
}
.confirmation-sec .checkbox-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
}
.confirmation-sec .contact-wp br {
  display: none;
}
.confirmation-sec .back-btn {
  margin: 2rem auto 0;
}
.confirmation-sec .form-sec label {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .fv-pc {
    display: block;
  }

  .fv-sp {
    display: none;
  }

  .title-text {
    text-align: center;
  }

  .problem-sec .problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .problem-sec .problem-list li {
    width: 48%;
    margin-inline: 0.5rem;
  }

  .about-offsite-sec .sec-title {
    padding-top: 3.2rem;
  }
  .about-offsite-sec .about-content {
    margin-top: 3.2rem;
  }
  .about-offsite-sec .about-content .title {
    background-color: #5C3D8D;
    color: #fff;
    padding: 1rem 2rem;
    height: 5rem;
    position: relative;
  }
  .about-offsite-sec .about-content .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #fff;
    border-top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: -27px;
    top: 17px;
  }
  .about-offsite-sec .about-content .title-text {
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 3.2rem;
  }
  .about-offsite-sec .flow-content .flow-box {
    text-align: center;
  }
  .about-offsite-sec .flow-content .factory-work-box {
    padding-right: 2rem;
  }
  .about-offsite-sec .flow-content .factory-work-box .hukidasi-text2 {
    right: -5px;
    top: 10px;
  }
  .about-offsite-sec .hukidasi-text {
    left: 50%;
  }

  .merit-sec .title-icon-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .merit-sec .sec-title {
    padding-bottom: 2.4rem;
  }
  .merit-sec .card {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .merit-sec .card .inner {
    height: 345px;
  }
  .merit-sec .card img {
    margin-bottom: 2rem;
  }

  .bogie-sec:after {
    bottom: -11px;
  }
  .bogie-sec .card .type-cat {
    line-height: 1.2;
  }
  .bogie-sec .title-text {
    text-align: center;
  }
  .bogie-sec .row .card {
    height: auto;
    min-height: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bogie-sec .type-content:before {
    height: 20rem;
    top: -20rem;
  }
  .bogie-sec .type-content:after {
    top: -27rem;
    height: 7rem;
  }

  .lineup-sec .product-img {
    height: 20rem;
  }
  .lineup-sec .card {
    height: 69rem;
  }
  .lineup-sec .card .text-box {
    height: 12rem;
  }
  .lineup-sec .card .image-box {
    height: 22rem;
  }
}
@media screen and (min-width: 1024px) {
  .h-scale {
    display: block;
    overflow: hidden;
  }
  .h-scale img {
    overflow: hidden;
  }
  .h-scale:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .sec-title {
    font-size: 4.6rem;
  }
  .sec-title .big-text {
    font-size: 6.4rem;
  }

  .title-text {
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    padding-bottom: 3.2rem;
  }

  .hukidasi-text {
    font-size: 3.8rem;
    max-width: 70rem;
    margin: 0 auto;
    -webkit-filter: drop-shadow(5px 7px 0 #6A5E00);
            filter: drop-shadow(5px 7px 0 #6A5E00);
    margin-top: -12rem;
    margin-bottom: 8rem;
  }

  .fv-sec img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }

  .problem-sec:after {
    max-width: 37rem;
    height: 7rem;
    bottom: -5rem;
  }
  .problem-sec .inner-box {
    padding: 6rem;
  }
  .problem-sec .inner-box:after {
    content: "";
    display: block;
    background-image: url(/off-site/assets/image/people1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16rem;
    height: 15rem;
    position: absolute;
    right: 1rem;
    top: 23.5rem;
  }
  .problem-sec .problem-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .problem-sec .problem-list li {
    font-size: 2.4rem;
    width: 46%;
  }
  .problem-sec .problem-list li:before {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 1rem;
  }

  .about-offsite-sec .strong-text {
    font-size: 2.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
  }
  .about-offsite-sec .about-content {
    margin-top: 4.8rem;
  }
  .about-offsite-sec .about-content .title {
    height: 6rem;
    font-size: 2.4rem;
    width: 37rem;
    padding: 1rem 4rem;
  }
  .about-offsite-sec .about-content .title:after {
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #fff;
    right: -41px;
  }
  .about-offsite-sec .about-content .inner {
    padding: 3.2rem 3.8rem 6.8rem;
  }
  .about-offsite-sec .about-content .title-text {
    line-height: 1.8;
    padding-bottom: 6.4rem;
    text-align: left;
  }
  .about-offsite-sec .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-offsite-sec .flow-content .text {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .about-offsite-sec .flow-content .num {
    letter-spacing: 0px;
  }
  .about-offsite-sec .flow-content .midasi {
    font-size: 2rem;
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 1.2;
  }
  .about-offsite-sec .flow-content .flow-box {
    padding: 3.2rem 2rem;
    padding-right: 0;
    max-width: 27rem;
  }
  .about-offsite-sec .flow-content .flow-box:after {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 0;
    right: -100px;
    left: auto;
    height: 100%;
    width: 100px;
  }
  .about-offsite-sec .flow-content .flow-box img {
    position: relative;
    z-index: 1;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-offsite-sec .flow-content .flow-box2 .num, .about-offsite-sec .flow-content .flow-box3 .num, .about-offsite-sec .flow-content .flow-box4 .num {
    top: -3rem;
  }
  .about-offsite-sec .flow-content .flow-box4 {
    padding-right: 2rem;
  }
  .about-offsite-sec .flow-content .hukidasi-text {
    text-align: center;
    position: absolute;
    width: 26rem;
    -webkit-filter: drop-shadow(3px 4px 0 #6A5E00);
            filter: drop-shadow(3px 4px 0 #6A5E00);
    bottom: 6rem;
    padding-block: 1rem;
  }
  .about-offsite-sec .flow-content .factory-work-box .hukidasi-text2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: 5rem;
    width: 200%;
    left: 10px;
    right: 0;
    font-size: 2rem;
    -webkit-transform: none;
            transform: none;
    top: 240px;
  }
  .about-offsite-sec .flow-content .factory-work-box .text {
    padding-top: 7rem;
  }

  .merit-sec {
    padding-top: 4.4rem;
  }
  .merit-sec .title-icon-wrap img {
    max-width: 15rem;
    margin-right: 3rem;
  }
  .merit-sec .sec-title {
    text-align: left;
  }
  .merit-sec .row-box:first-child .card {
    margin-top: 0;
  }
  .merit-sec .card {
    margin-top: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  .merit-sec .card .num {
    font-size: 1.7rem;
  }
  .merit-sec .card .inner {
    padding: 0 2rem 3.2rem;
    height: 360px;
  }
  .merit-sec .card .midasi {
    font-size: 2.4rem;
  }
  .merit-sec .card p {
    font-size: 1.5rem;
  }
  .merit-sec .card img {
    margin-bottom: 2.4rem;
  }

  .bogie-sec:after {
    bottom: -1.9rem;
    height: 10rem;
  }
  .bogie-sec .title-text {
    padding-bottom: 3.2rem;
  }
  .bogie-sec .sec-title {
    padding-bottom: 2.4rem;
    font-size: 4.8rem;
  }
  .bogie-sec .row .card {
    padding: 2.4rem;
    min-height: 46rem;
  }
  .bogie-sec .row .card p {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .bogie-sec .row .card .type-cat {
    font-size: 3.2rem;
  }
  .bogie-sec .row .card:before {
    width: 13px;
    height: 13px;
  }
  .bogie-sec .type-content {
    margin-top: 4.8rem;
    padding-bottom: 6.8rem;
  }
  .bogie-sec .type-content:before {
    height: 25rem;
    top: -25rem;
  }
  .bogie-sec .type-content:after {
    top: -35rem;
    height: 10.1rem;
  }
  .bogie-sec .type-content .type-cat {
    font-size: 4rem;
  }
  .bogie-sec .type-content .card {
    padding: 6.4rem;
    text-align: center;
    margin-top: 6.4rem;
  }
  .bogie-sec .type-content p {
    padding-bottom: 3.2rem;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .bogie-sec .mov_size {
    margin-top: 0;
  }
  .bogie-sec .card1 .mov_size {
    -webkit-box-shadow: 2rem 2rem 0 #1649AA;
            box-shadow: 2rem 2rem 0 #1649AA;
  }
  .bogie-sec .card2 .mov_size {
    -webkit-box-shadow: 2rem 2rem 0 #1181B1;
            box-shadow: 2rem 2rem 0 #1181B1;
  }
  .bogie-sec .card3 .mov_size {
    -webkit-box-shadow: 2rem 2rem 0 #099FA5;
            box-shadow: 2rem 2rem 0 #099FA5;
  }
  .bogie-sec .card .small-text {
    font-size: 1.7rem;
  }

  .reason-sec {
    padding-top: 9rem;
  }
  .reason-sec .main-content {
    padding: 4.8rem;
  }
  .reason-sec .main-content .midasi {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .reason-sec .main-content .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-sec .main-content .left-row {
    width: 58%;
  }
  .reason-sec .main-content .left-row .flex-box {
    width: 50%;
  }
  .reason-sec .main-content .right-row {
    width: 42%;
  }
  .reason-sec .main-content .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason-sec .main-content img {
    margin-bottom: 0;
  }
  .reason-sec .main-content .certification-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reason-sec .main-content .certification-box img {
    max-width: 23rem;
    margin: 0;
  }
  .reason-sec .hukidasi-text {
    font-size: 2.4rem;
    max-width: 1150px;
    padding: 3.2rem 0px;
    margin-bottom: 0;
  }

  .lineup-sec {
    margin-top: 4.8rem;
  }
  .lineup-sec .row {
    margin-top: 3.2rem;
  }
  .lineup-sec .sec-title {
    padding-block: 2.5rem;
  }
  .lineup-sec .product-img {
    display: block;
    margin: 0 auto;
  }
  .lineup-sec .card {
    padding: 6rem 4rem 4.8rem;
    height: auto;
    min-height: 98rem;
  }
  .lineup-sec .card:before {
    height: 12rem;
    top: -11.9rem;
  }
  .lineup-sec .card p {
    font-size: 2rem;
  }
  .lineup-sec .card .product-name {
    font-size: 4.4rem;
    padding-bottom: 0;
  }
  .lineup-sec .hukidasi-text {
    margin-top: 2.4rem;
    font-size: 2.4rem;
    color: #5C3D8D;
  }
  .lineup-sec .feature-img {
    height: 31rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 0;
  }
  .lineup-sec .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 14rem;
  }

  .btn {
    padding: 2.4rem 1rem;
    font-size: 1.8rem;
    margin: -3.5rem auto 0;
  }

  .contact-sec {
    padding: 12rem 0 9rem;
  }
  .contact-sec .btn {
    padding: 3.6rem 0 3.2rem;
  }
  .contact-sec .btn:after {
    width: 3.5rem;
    height: 3.5rem;
  }
  .contact-sec .btn p {
    font-size: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-sec .btn h4 {
    font-size: 4.8rem;
  }
  .contact-sec .btn:hover {
    border-radius: 10rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
  }

  .floating-banner:hover {
    border-radius: 10rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
  }
  .floating-banner h4 {
    font-size: 2.4rem;
  }
  .floating-banner p {
    font-size: 1.6rem;
  }

  .voice-sec .row {
    margin-top: -3rem;
  }
  .voice-sec .row-inner {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  .voice-sec .row-inner .text-img-box {
    padding: 1rem 1.5rem 2.5rem 3.2rem;
  }
  .voice-sec .row-inner .people {
    max-width: 14.5rem;
  }
  .voice-sec .row-inner p {
    line-height: 1.8;
    padding-right: 0.5rem;
  }
  .voice-sec .row-box {
    margin-bottom: 0;
  }
  .voice-sec .row-box2 .row-inner .text-img-box {
    padding: 1rem 0.5rem 2.5rem 3.2rem;
  }
  .voice-sec .title-bg:before {
    height: 6rem;
    top: -5.9rem;
  }
  .voice-sec .title-bg:after {
    height: 6rem;
    bottom: -5.9rem;
  }

  .form-sec .sec-title {
    font-size: 4rem;
    padding-bottom: 3.2rem;
  }
  .form-sec .title-text {
    font-size: 1.6rem;
  }
  .form-sec form {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
  }
  .form-sec textarea {
    height: 15rem;
    letter-spacing: 0.8px;
    line-height: 1.4;
  }
  .form-sec label {
    margin-bottom: 0;
    width: 44%;
    max-width: auto;
  }
  .form-sec .contact-wp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 2.4rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
    padding: 16px;
  }
  .form-sec .checkbox-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-sec .checkbox-wrap .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .form-sec .checkbox-wrap .btn-wrap label {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .form-sec .checkbox-inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-sec .checkbox-inner {
    width: 100%;
  }
  .form-sec .checkbox-inner2 label {
    margin-bottom: 1rem;
    margin-right: 0;
    max-width: 100%;
  }
  .form-sec .checkbox {
    margin-bottom: 0;
    width: auto;
    margin-right: 3.2rem;
  }
  .form-sec .checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 0.9rem;
  }
  .form-sec .form-btn {
    max-width: 32rem;
    margin: 4.8rem auto 0;
  }
  .form-sec .form-btn:hover {
    cursor: pointer;
    border-radius: 10rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
  }

  .page-thanks {
    padding-block: 10rem;
  }
  .page-thanks .sec-title {
    font-size: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .page-thanks .title-text {
    text-align: center;
  }
  .page-thanks .top-btn {
    margin-top: 1.2rem;
  }
  .page-thanks .top-btn:hover {
    cursor: pointer;
    border-radius: 10rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
  }

  .confirmation-sec .confirmation-title {
    font-size: 2.8rem;
  }
  .confirmation-sec .confirmation-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 2.5rem;
  }
  .confirmation-sec .confirmation-table th {
    padding-bottom: 0;
    width: 30%;
  }
  .confirmation-sec .back-btn {
    margin: 0 auto 0;
  }
}