@charset "UTF-8";
#container {
  position: relative;
}

/*スライド*/
#mainview {
  position: relative;
  margin: auto;
  height: 820px;
  background-color: #fff;
  z-index: 10;
}
#mainview .mv-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
}
#mainview .mv-slide div {
  height: 100%;
}
#mainview .mv-slide .slide-item {
  position: absolute;
  content: "";
  top: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#mainview .mv-slide .slide-item.item1 {
  background-image: url("../img/main_slide1.jpg");
}
#mainview .mv-slide .slide-item.item2 {
  background-image: url("../img/main_slide2.jpg");
}
#mainview .mv-slide .slide-item.item3 {
  background-image: url("../img/main_slide3.jpg");
}
#mainview .mv-slide .slick-animation {
  animation: zoom-in 8s 0s forwards;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/*キャッチフレーズ*/
#mainview .mv-phrase {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 510px;
  width: 70%;
  transform: translate(-50%, -50%);
  padding: 30px 0px 0px;
  aspect-ratio: 51/23;
  z-index: 1;
}
#mainview .mv-phrase img {
  position: absolute;
}
#mainview .mv-phrase img.phrase1 {
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 1;
}
#mainview .mv-phrase img.phrase2 {
  opacity: 0.35;
  z-index: 0;
}
#mainview .mv-phrase::after {
  position: absolute;
  content: "ロープ";
  display: block;
  top: 0px;
  left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.contents {
  padding: 150px 0px;
}

/*タイトル回り共通設定*/
.title-box {
  position: relative;
  z-index: 1;
}
.title-box .title-eng {
  position: absolute;
  top: -90px;
  left: -6%;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2;
  color: #EBEBEB;
  z-index: -1;
}
.title-box .title-jp {
  font-size: 22px;
  font-weight: 500;
}

.lead-text {
  margin: 50px 0px 0px;
}
.lead-text p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

.message {
  padding: 150px 0px 250px;
}

.message .inner {
  max-width: 1440px;
  width: 100%;
}

.message .title-box {
  max-width: 1100px;
  width: 90%;
  margin: 0px 0px 0px 13.5%;
}
.message .title-box .title-eng {
  left: -10%;
}

.message .message-box {
  margin: 80px 0px 0px;
  align-items: flex-start;
}
.message .message-box .lead-text {
  margin: 0px 0px 0px 13.5%;
  max-width: 530px;
  width: 40%;
}
.message .message-box .lead-text p {
  text-align: left;
  line-height: 2.5;
}
.message .message-box .lead-text p:not(:first-of-type) {
  margin: 50px 0px 0px;
}
.message .message-box .img-box {
  max-width: 570px;
  width: 42%;
}
.message .message-box .img-box p {
  font-size: 16px;
  margin: 15px 0px 0px;
}
.message .message-box .img-box p span {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 0px 15px;
}

.pin-spacer {
  background-color: #0168B7;
}

.about {
  padding: 220px 0px 100px;
  background-color: #0168B7;
}

.about .title-box .title-eng {
  color: #fff;
  opacity: 0.2;
}
.about .title-box .title-jp {
  color: #fff;
}

.about .slide-scroll {
  margin: 50px 0px 0px;
}
.about .slide-scroll-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}
.about .slide-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.about .slide-scroll-item {
  position: relative;
  display: block;
  width: 1250px;
  height: 380px;
  padding: 0px 80px;
}
.about .slide-scroll-item .about-item {
  position: relative;
  padding: 0px 0px 0px 60px;
  align-items: flex-start;
}
.about .slide-scroll-item .about-item::before {
  position: absolute;
  content: attr(data-tag);
  top: 0px;
  left: 0px;
  color: #000;
  font-size: 20px;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.about .slide-scroll-item .about-item .text-box {
  position: relative;
  width: 52%;
  color: #fff;
  z-index: 1;
}
.about .slide-scroll-item .about-item .text-box .title {
  font-size: 32px;
  font-weight: 700;
  padding: 0px 0px 10px;
  border-bottom: dashed 2px #fff;
}
.about .slide-scroll-item .about-item .text-box p {
  margin: 30px 0px 0px;
  font-size: 16px;
  line-height: 2;
}
.about .slide-scroll-item .about-item .img-box {
  max-width: 400px;
  width: 45%;
}
.about .slide-scroll-item:not(:first-of-type) {
  border-left: solid rgba(255, 255, 255, 0.5) 2px;
}

.products {
  padding: 50px 0px 180px;
  background-color: #0168B7;
}

.products .inner {
  max-width: 1270px;
  width: 100%;
}

.products .title-box {
  text-align: right;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.products .title-box .title-eng {
  position: relative;
  top: auto;
  left: auto;
  font-size: 75px;
  color: #fff;
  z-index: 0;
}
.products .title-box .title-jp {
  color: #fff;
}

.products .lead-text p {
  color: #fff;
}
.products .lead-text p span {
  display: block;
  font-size: 20px;
}

.products .products-map {
  position: relative;
  max-width: 1100px;
  margin: 150px auto 120px;
}
.products .products-map .sp-comment {
  display: none;
}
.products .products-map .map-pin {
  position: absolute;
  max-width: 130px;
  width: 12.5%;
  max-height: 200px;
  height: 13.5vw;
  z-index: 0;
}
.products .products-map .map-pin .button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.5s;
  cursor: pointer;
}
.products .products-map .map-pin .button:hover {
  transform: scale(1.1);
  transform-origin: bottom;
}

.products .products-map .pin1 {
  top: -15%;
  left: 30%;
}

.products .products-map .pin2 {
  top: -7%;
  right: 29%;
}

.products .products-map .pin3 {
  top: 8%;
  left: 13%;
}

.products .products-map .pin4 {
  top: 20%;
  left: 45.5%;
}

.products .products-map .pin5 {
  top: 5%;
  right: 13%;
}

.products .products-map .pin6 {
  top: 56%;
  left: 1%;
}

.products .products-map .pin7 {
  top: 64%;
  left: 28%;
}

.products .products-map .pin8 {
  top: 47%;
  right: 18%;
}

.products .products-map .pin1 .button {
  background-image: url(../img/products_map_pin1.svg);
}

.products .products-map .pin2 .button {
  background-image: url(../img/products_map_pin2.svg);
}

.products .products-map .pin3 .button {
  background-image: url(../img/products_map_pin3.svg);
}

.products .products-map .pin4 .button {
  background-image: url(../img/products_map_pin4.svg);
}

.products .products-map .pin5 .button {
  background-image: url(../img/products_map_pin5.svg);
}

.products .products-map .pin6 .button {
  background-image: url(../img/products_map_pin6.svg);
}

.products .products-map .pin7 .button {
  background-image: url(../img/products_map_pin7.svg);
}

.products .products-map .pin8 .button {
  background-image: url(../img/products_map_pin8.svg);
}

.workstyle {
  padding: 200px 0px 150px;
  background-color: #FCF9EC;
}

.workstyle .inner {
  max-width: 980px;
}

.workstyle .title-box {
  z-index: 2;
}
.workstyle .title-box .title-eng {
  color: #f9f0ca;
  left: -12%;
  top: -180px;
  line-height: 0.85;
}

.workstyle .lead-text p {
  text-align: left;
}

.workstyle .pickup {
  position: relative;
  margin: 60px 0px 0px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.workstyle .pickup .overview {
  position: relative;
}
.workstyle .pickup .overview h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 0px 0px 30px;
}
.workstyle .pickup .overview h3::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 5px;
  border: solid 3px #870000;
  border-radius: 30px;
}
.workstyle .pickup .overview p {
  margin: 20px 0px 0px;
  font-size: 15px;
  line-height: 2;
  width: 65%;
}
.workstyle .pickup .overview img {
  position: absolute;
  max-width: 240px;
  width: 30%;
  right: 0px;
  bottom: 0px;
}

.workstyle .system-list {
  margin: 50px 0px 0px;
  align-items: flex-start;
}
.workstyle .system-list .system-item {
  max-width: 240px;
  width: 32%;
}
.workstyle .system-list .system-item h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0px 0px 5px;
  color: #870000;
  border-bottom: dashed 2px #870000;
}
.workstyle .system-list .system-item p {
  margin: 20px 0px 0px;
  font-size: 15px;
  line-height: 2;
}
.workstyle .system-list .system-item p .memo {
  display: block;
  margin: 10px 0px 0px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.workstyle .system-list.list2 {
  margin: 0px 0px 0px;
}
.workstyle .system-list.list2 .system-item {
  max-width: 280px;
  margin: 80px auto 0px;
}
.workstyle .system-list.list2 .system-item .img-box {
  position: relative;
  margin: 30px 0px 0px;
}
.workstyle .system-list.list2 .system-item .img-box .data {
  position: absolute;
  font-size: 24px;
  color: #870000;
  font-weight: 500;
}
.workstyle .system-list.list2 .system-item .img-box .data .value {
  display: block;
  font-size: 100px;
  line-height: 0.7;
}

.workstyle .system-list.list2 .item1 .img-box .data {
  bottom: 0;
  line-height: 1.5;
}
.workstyle .system-list.list2 .item1 .img-box .data .value {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}

.workstyle .system-list.list2 .item2 .img-box .data {
  top: 30px;
  right: 20px;
  text-align: right;
  font-size: 40px;
}
.workstyle .system-list.list2 .item2 .img-box .data .value {
  margin: 0px -20px 0px 0px;
  line-height: 0.5;
}

.workstyle .system-list.list2 .item3 .img-box .data {
  bottom: 15px;
}
.workstyle .system-list.list2 .item3 .img-box .data .value {
  margin: 0px 0px 0px -15px;
}

.workstyle .workstyle-slide {
  margin: 200px 0px 80px;
}
.workstyle .workstyle-slide .slide-item {
  margin: 0px 0px 0px 40px;
  display: flex;
  align-items: flex-start;
}
.workstyle .workstyle-slide .slide-item .left {
  width: 38%;
}
.workstyle .workstyle-slide .slide-item .right {
  width: 57%;
}

.workstyle .workstyle-slide .item1 .left,
.workstyle .workstyle-slide .item4 .left,
.workstyle .workstyle-slide .item6 .left,
.workstyle .workstyle-slide .item9 .left,
.workstyle .workstyle-slide .item11 .left {
  margin: 100px 0px 0px;
}

.workstyle .workstyle-slide .item1 .right,
.workstyle .workstyle-slide .item3 .left,
.workstyle .workstyle-slide .item4 .right,
.workstyle .workstyle-slide .item6 .right,
.workstyle .workstyle-slide .item8 .left,
.workstyle .workstyle-slide .item9 .right,
.workstyle .workstyle-slide .item11 .right,
.workstyle .workstyle-slide .item13 .left {
  margin: 150px 0px 0px;
}

.workstyle .workstyle-slide .item2 .right,
.workstyle .workstyle-slide .item5 .right,
.workstyle .workstyle-slide .item7 .right,
.workstyle .workstyle-slide .item10 .right,
.workstyle .workstyle-slide .item12 .right {
  margin: 60px 0px 0px;
}

.interview {
  margin: -120px 0px 0px;
}

.interview .inner {
  max-width: 1200px;
}

.interview .title-box {
  mix-blend-mode: multiply;
}
.interview .title-box .title-eng {
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0.5;
}
.interview .title-box .title-jp {
  text-align: center;
}

.interview .interview-list {
  margin: 100px 0px 0px;
  align-items: flex-start;
}
.interview .interview-list .person {
  max-width: 210px;
  width: 18.5%;
  cursor: pointer;
}
.interview .interview-list .person .img-box {
  display: block;
  width: 100%;
  height: 260px;
  background-image: url(../img/person1.jpg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.interview .interview-list .person .profile {
  margin: 20px 0px;
}
.interview .interview-list .person .profile p.name {
  font-size: 24px;
  font-weight: 500;
}
.interview .interview-list .person .profile p.name span {
  font-size: 14px;
  margin: 0px 0px 0px 15px;
  font-weight: 400;
}
.interview .interview-list .person .more {
  position: relative;
  font-size: 16px;
  text-align: right;
  color: #870000;
  padding: 0px 0px 7px;
}
.interview .interview-list .person .more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  border-top: dashed 2px #870000;
  transition: all 0.5s;
}
.interview .interview-list .person:hover .img-box {
  background-image: url(../img/person1_on.jpg);
}
.interview .interview-list .person:hover .more::after {
  width: 0%;
}

.interview .interview-list .person2 .img-box {
  background-image: url(../img/person2.jpg);
}

.interview .interview-list .person2:hover .img-box {
  background-image: url(../img/person2_on.jpg);
}

.interview .interview-list .person3 .img-box {
  background-image: url(../img/person3.jpg);
}

.interview .interview-list .person3:hover .img-box {
  background-image: url(../img/person3_on.jpg);
}

.interview .interview-list .person4 .img-box {
  background-image: url(../img/person4.jpg);
}

.interview .interview-list .person4:hover .img-box {
  background-image: url(../img/person4_on.jpg);
}

.interview .interview-list .person5 .img-box {
  background-image: url(../img/person5.jpg);
}

.interview .interview-list .person5:hover .img-box {
  background-image: url(../img/person5_on.jpg);
}

.faq {
  padding: 70px 0px 150px;
}

.faq .inner {
  max-width: 900px;
}

.faq .title-box .title-eng {
  color: #F6F6F6;
  left: -17.5%;
  top: -35px;
  font-size: 70px;
}

.faq .accordion_area {
  margin: 50px 0px 0px;
}

.faq .accordion_area .ac_item {
  padding: 15px 30px;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
  transition: all 0.5s;
}
.faq .accordion_area .ac_item .ac_title {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 120px 10px 0px;
  cursor: pointer;
  transition: all 0.5s;
}
.faq .accordion_area .ac_item .ac_title span {
  position: relative;
  padding: 8px 0px 8px 60px;
  display: block;
}
.faq .accordion_area .ac_item .ac_title span::before {
  position: absolute;
  content: "Q";
  color: #870000;
  font-size: 35px;
  line-height: 1;
  top: 5px;
  left: 0px;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.faq .accordion_area .ac_item .ac_title .more {
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 0px 0px 5px;
}
.faq .accordion_area .ac_item .ac_title .more p {
  font-size: 14px;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #870000;
}
.faq .accordion_area .ac_item .ac_title .more p.on {
  display: none;
}
.faq .accordion_area .ac_item .ac_title .more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  border-top: dashed 2px #870000;
  transition: all 0.5s;
}
.faq .accordion_area .ac_item:hover {
  filter: drop-shadow(0px 0px 5px rgba(135, 0, 0, 0.5));
}
.faq .accordion_area .ac_item:hover .ac_title .more::after {
  width: 0%;
}
.faq .accordion_area .ac_item.open .more p.on {
  display: block;
}
.faq .accordion_area .ac_item.open .more p.off {
  display: none;
}
.faq .accordion_area .ac_item:not(:first-of-type) {
  margin: 20px 0px 0px;
}

.faq .accordion_area .ac_detail {
  display: none;
  padding: 40px 120px 40px 0px;
}
.faq .accordion_area .ac_detail p {
  font-size: 15px;
  line-height: 2;
  position: relative;
  padding: 0px 0px 0px 60px;
}
.faq .accordion_area .ac_detail p::before {
  position: absolute;
  content: "A";
  color: #000;
  font-size: 35px;
  line-height: 1;
  top: 5px;
  left: 0px;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*parallax*/
.parallax {
  position: relative;
  z-index: 0;
}
.parallax .para-item {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.parallax .sp-img {
  display: none;
}

.para-area1 {
  margin: -200px 0px 0px;
  height: 500px;
  z-index: 15;
}
.para-area1 .layer1 {
  max-width: 680px;
  width: 60%;
  top: 0;
  left: -5%;
}
.para-area1 .layer2 {
  top: -7%;
}
.para-area1 .layer3 {
  max-width: 1050px;
  width: 80%;
  top: 34%;
  right: -2%;
}

.para-area2 {
  margin: -80px 0px 0px;
  height: 370px;
}
.para-area2 .layer1 {
  top: -10%;
}
.para-area2 .layer2 {
  top: 25%;
}
.para-area2 .layer3 {
  top: -10%;
}
.para-area2 .layer4 {
  top: 43%;
}

.para-area3 {
  margin: -150px 0px 0px;
  height: 350px;
}
.para-area3 .layer1 {
  top: -22%;
}
.para-area3 .layer2 {
  top: 3%;
}
.para-area3 .layer3 {
  top: 50%;
}

/*ロープとレッサーパンダ*/
#rope {
  position: absolute;
  top: 0;
  left: 22px;
  background-image: url(../img/rope.png);
  background-size: contain;
  width: 17px;
  height: 100%;
  z-index: 5;
}

#pageprogress {
  position: fixed;
  top: 0;
  display: block;
  width: 100px;
  height: 130px;
  background-image: url(../img/progress.png);
  background-repeat: repeat-x;
  z-index: 6;
}
#pageprogress.bottom {
  position: absolute;
  top: auto !important;
  bottom: -40px;
}
#pageprogress .sprite_0 {
  background-position: 0px 0;
}
#pageprogress .sprite_1 {
  background-position: 100px 0;
}
#pageprogress .sprite_2 {
  background-position: 200px 0;
}
#pageprogress .sprite_3 {
  background-position: 300px 0;
}
#pageprogress .sprite_4 {
  background-position: 400px 0;
}
#pageprogress .sprite_5 {
  background-position: 500px 0;
}
#pageprogress .sprite_6 {
  background-position: 600px 0;
}

@media screen and (max-width: 1350px) {
  #main {
    padding: 100px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  /*タイトル回り共通設定*/
  .title-box {
    margin: 0px 0px 0px 7.5%;
  }
  .title-box .title-eng {
    left: -5%;
    font-size: 90px;
    top: -70px;
  }
  .message .title-box .title-eng {
    left: -5%;
  }
  .about {
    padding: 150px 0px 100px;
  }
  .about .slide-scroll {
    margin: 80px 0px 0px 7.5%;
  }
  .about .slide-scroll-wrapper {
    height: auto;
  }
  .about .slide-scroll-list {
    position: relative;
    display: block;
  }
  .about .slide-scroll-item {
    width: 100%;
    height: auto;
    padding: 0px 0px;
  }
  .about .slide-scroll-item .about-item {
    padding: 0px 0px 0px 50px;
  }
  .about .slide-scroll-item .about-item .text-box {
    width: 50%;
  }
  .about .slide-scroll-item .about-item .text-box .title {
    font-size: 24px;
  }
  .about .slide-scroll-item:not(:first-of-type) {
    border-left: none;
    margin: 80px 0px 0px;
  }
  .products .inner {
    width: 90%;
  }
  .products .title-box {
    width: 92.5%;
    margin: 0px 0px 0px 7.5%;
  }
  .products .title-box .title-eng {
    font-size: 55px;
  }
  .products .lead-text {
    margin: 50px 0px 0px 7.5%;
  }
  .products .products-map {
    margin: 120px 0px 50px 7.5%;
  }
  .products .products-map .map-pin {
    width: 11%;
  }
  .workstyle .title-box .title-eng {
    left: -5%;
    top: -130px;
  }
  .workstyle .lead-text {
    margin: 50px 0px 0px 7.5%;
  }
  .workstyle .pickup {
    margin: 60px 0px 0px 7.5%;
  }
  .workstyle .system-list .system-item {
    width: 30%;
  }
  .workstyle .system-list.list2 {
    margin: 0px 0px 0px 7.5%;
  }
  .workstyle .workstyle-slide {
    margin: 150px 0px 50px;
  }
  .interview {
    margin: -135px 0px 0px;
    padding: 150px 0px 80px;
  }
  .interview .lead-text {
    margin: 50px 0px 0px 7.5%;
  }
  .interview .interview-list {
    margin: 70px 0px 0px 7.5%;
    justify-content: center;
  }
  .interview .interview-list .person {
    width: 28%;
    margin: 0px 2.5% 50px;
  }
  .faq .title-box .title-eng {
    left: -5%;
    top: -50px;
  }
  .faq .lead-text {
    margin: 50px 0px 0px 7.5%;
  }
  .faq .lead-text p {
    text-align: left;
  }
  .faq .accordion_area {
    margin: 50px 0px 0px 7.5%;
  }
  .para-area1 {
    margin: -100px 0px 0px;
    height: 370px;
  }
  .para-area2 {
    height: 280px;
  }
  .para-area3 {
    margin: -80px 0px 0px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 71px 0px 0px;
  }
  /*タイトル回り共通設定*/
  .title-box .title-eng {
    left: -2%;
    font-size: 65px;
    top: -50px;
  }
  .title-box .title-jp {
    font-size: 20px;
  }
  .lead-text p {
    text-align: left;
    font-size: 15px;
  }
  .lead-text p br {
    display: none;
  }
  .message {
    padding: 100px 0px 250px;
  }
  .message .inner {
    width: 90%;
  }
  .message .title-box {
    margin: 0px 0px 0px 7.5%;
  }
  .message .title-box .title-eng {
    left: -2%;
  }
  .message .message-box {
    margin: 80px 0px 0px 7.5%;
  }
  .message .message-box .lead-text {
    margin: 0px 0px 0px;
    max-width: 100%;
    width: 100%;
  }
  .message .message-box .lead-text p {
    line-height: 2;
  }
  .message .message-box .img-box {
    width: 55%;
    margin: 50px auto 0px;
  }
  .message .message-box .img-box p {
    font-size: 14px;
    text-align: center;
  }
  .message .message-box .img-box p span {
    font-size: 16px;
  }
  .about .slide-scroll-item .about-item {
    padding: 35px 0px 0px 0px;
  }
  .about .slide-scroll-item .about-item::before {
    font-size: 18px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: inherit;
    -o-writing-mode: inherit;
    transform: rotate(0deg);
  }
  .about .slide-scroll-item .about-item .text-box {
    width: 55%;
  }
  .about .slide-scroll-item .about-item .text-box .title {
    font-size: 20px;
  }
  .about .slide-scroll-item .about-item .text-box p {
    margin: 20px 0px 0px;
    font-size: 15px;
  }
  .about .slide-scroll-item .about-item .img-box {
    width: 42%;
  }
  .products .title-box .title-eng {
    font-size: 40px;
  }
  .products .lead-text p span {
    display: inline;
    font-size: 18px;
  }
  .workstyle {
    padding: 120px 0px 100px;
  }
  .workstyle .title-box .title-eng {
    left: -2%;
    top: -90px;
  }
  .workstyle .pickup {
    padding: 30px;
  }
  .workstyle .pickup .overview h3 {
    font-size: 18px;
    padding: 0px 0px 0px 25px;
  }
  .workstyle .pickup .overview h3::before {
    width: 15px;
    height: 15px;
    top: 8px;
  }
  .workstyle .pickup .overview p {
    font-size: 14px;
    width: 58%;
  }
  .workstyle .pickup .overview p br {
    display: none;
  }
  .workstyle .pickup .overview img {
    width: 40%;
    right: -3%;
  }
  .workstyle .system-list .system-item {
    max-width: 280px;
    width: 48%;
  }
  .workstyle .system-list .system-item h4 {
    font-size: 16px;
  }
  .workstyle .system-list .system-item p {
    font-size: 14px;
  }
  .workstyle .system-list .system-item.item3 {
    margin: 30px auto 0px;
  }
  .workstyle .system-list.list2 {
    margin: 0px 0px 0px 7.5%;
  }
  .workstyle .system-list.list2 .system-item.item3 {
    margin: 80px auto 0px;
  }
  .workstyle .workstyle-slide {
    margin: 100px 0px 50px;
  }
  .interview .interview-list .person .img-box {
    height: 220px;
  }
  .faq {
    padding: 70px 0px 100px;
  }
  .faq .title-box .title-eng {
    left: -2%;
    font-size: 65px;
  }
  .faq .accordion_area .ac_item .ac_title {
    font-size: 15px;
    padding: 10px 70px 10px 0px;
  }
  .faq .accordion_area .ac_item .ac_title span {
    padding: 8px 0px 8px 40px;
  }
  .faq .accordion_area .ac_item .ac_title span::before {
    font-size: 30px;
  }
  .faq .accordion_area .ac_item .ac_title .more {
    width: 50px;
    top: 15px;
    text-align: center;
    line-height: 1.2;
  }
  .faq .accordion_area .ac_item .ac_title .more p {
    font-size: 12px;
  }
  .faq .accordion_area .ac_item:hover {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
  .faq .accordion_area .ac_item:hover .ac_title .more::after {
    width: 100%;
  }
  .faq .accordion_area .ac_item.open {
    filter: drop-shadow(0px 0px 5px rgba(135, 0, 0, 0.5));
  }
  .faq .accordion_area .ac_item.open .ac_title .more::after {
    width: 0%;
  }
  .faq .accordion_area .ac_detail {
    padding: 30px 0px;
  }
  .faq .accordion_area .ac_detail p {
    font-size: 14px;
    padding: 0px 0px 0px 40px;
  }
  .faq .accordion_area .ac_detail p::before {
    font-size: 30px;
  }
  .para-area1 {
    height: 270px;
  }
  .para-area2 {
    height: 250px;
  }
  .para-area3 {
    margin: -50px 0px 0px;
    height: 230px;
  }
}
@media screen and (max-width: 600px) {
  #mainview {
    height: calc(85vh - 78px);
  }
  /*キャッチフレーズ*/
  #mainview .mv-phrase {
    top: 45%;
    width: 65%;
    padding: 25px 0px 0px;
  }
  #mainview .mv-phrase::after {
    left: 0px;
    font-size: 14px;
  }
  #main {
    padding: 78px 0px 0px;
  }
  #main .inner {
    padding: 0px 0px 0px 7.5%;
  }
  /*タイトル回り共通設定*/
  .title-box .title-eng {
    font-size: 50px;
    top: -30px;
  }
  .title-box .title-jp {
    font-size: 18px;
  }
  .lead-text p {
    font-size: 14px;
  }
  .message .title-box,
  .about .title-box,
  .products .title-box,
  .workstyle .title-box,
  .interview .title-box,
  .faq .title-box {
    margin: 0px;
  }
  .message .message-box {
    margin: 50px 0px 0px;
  }
  .message .message-box .lead-text {
    margin: 0px;
  }
  .message .message-box .lead-text p:not(:first-of-type) {
    margin: 30px 0px 0px;
  }
  .message .message-box .img-box {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .message .message-box .img-box p {
    font-size: 13px;
  }
  .message .message-box .img-box p span {
    font-size: 15px;
  }
  .about {
    padding: 100px 0px 100px;
  }
  .about .slide-scroll {
    margin: 50px 0px 0px;
  }
  .about .slide-scroll-item {
    width: 100%;
    height: auto;
    padding: 0px 0px;
  }
  .about .slide-scroll-item .about-item .text-box {
    width: 100%;
  }
  .about .slide-scroll-item .about-item .text-box p {
    font-size: 13px;
  }
  .about .slide-scroll-item .about-item .img-box {
    margin: 30px 0px 0px;
    width: 100%;
  }
  .about .slide-scroll-item:not(:first-of-type) {
    margin: 50px 0px 0px;
  }
  .products {
    padding: 50px 0px 120px;
  }
  .products .title-box {
    width: 100%;
  }
  .products .title-box .title-eng {
    font-size: 30px;
  }
  .products .lead-text {
    margin: 50px 0px 0px;
  }
  .products .lead-text p span {
    font-size: 15px;
  }
  .products .products-map {
    margin: 50px 0px 0px;
  }
  .products .products-map .sp-comment {
    display: block;
    font-size: 13px;
    color: #fff;
  }
  .products .products-map .sp-hidden {
    overflow-x: scroll;
    position: relative;
    margin: 30px 0px;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
  }
  .products .products-map .img-box {
    width: 165%;
    padding: 80px 0px 50px;
  }
  .products .products-map .map-pin {
    width: 22%;
    height: 100px;
  }
  .products .products-map .pin1 {
    top: 4%;
    left: 48%;
  }
  .products .products-map .pin2 {
    top: 11%;
    right: -18%;
  }
  .products .products-map .pin3 {
    top: 21%;
    left: 20%;
  }
  .products .products-map .pin4 {
    top: 30%;
    left: 74%;
  }
  .products .products-map .pin5 {
    top: 20%;
    right: -45%;
  }
  .products .products-map .pin6 {
    top: 56%;
    left: 0%;
  }
  .products .products-map .pin7 {
    top: 62%;
    left: 45%;
  }
  .products .products-map .pin8 {
    top: 50%;
    right: -37%;
  }
  .workstyle {
    padding: 120px 0px 80px;
  }
  .workstyle .title-box .title-eng {
    top: -110px;
  }
  .workstyle .lead-text {
    margin: 50px 0px 0px;
  }
  .workstyle .pickup {
    padding: 30px 6.5% 50px;
    margin: 50px 0px 0px;
  }
  .workstyle .pickup .overview h3 {
    font-size: 16px;
    padding: 0px 0px 0px 20px;
  }
  .workstyle .pickup .overview h3::before {
    top: 5px;
  }
  .workstyle .pickup .overview p {
    font-size: 13px;
    max-width: 100%;
    width: 100%;
  }
  .workstyle .pickup .overview img {
    position: relative;
    max-width: 80%;
    width: 80%;
    margin: 20px auto 0px;
    right: 0%;
  }
  .workstyle .system-list .system-item {
    max-width: 100%;
    width: 100%;
  }
  .workstyle .system-list .system-item h4 {
    font-size: 15px;
  }
  .workstyle .system-list .system-item p {
    font-size: 13px;
  }
  .workstyle .system-list .system-item:not(:first-of-type) {
    margin: 50px auto 0px;
  }
  .workstyle .system-list.list2 {
    margin: 0px 0px 0px;
  }
  .workstyle .system-list.list2 .system-item {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0px;
  }
  .workstyle .system-list.list2 .system-item .img-box .data {
    margin: 0px;
    font-size: 7vw;
  }
  .workstyle .system-list.list2 .system-item .img-box .data .value {
    font-size: 22vw;
  }
  .workstyle .system-list.list2 .system-item.item3 {
    margin: 50px auto 0px;
  }
  .workstyle .system-list.list2 .item1 .img-box .data {
    font-size: 5.5vw;
    left: 5%;
    bottom: 10%;
  }
  .workstyle .system-list.list2 .item2 .img-box .data {
    top: 27%;
    right: 20%;
    font-size: 10vw;
  }
  .workstyle .system-list.list2 .item3 .img-box .data {
    left: 3%;
  }
  .workstyle .workstyle-slide {
    margin: 80px 0px 50px;
  }
  .workstyle .workstyle-slide .slide-item {
    margin: 0px 0px 0px 20px;
  }
  .workstyle .workstyle-slide .item1 .left,
  .workstyle .workstyle-slide .item4 .left,
  .workstyle .workstyle-slide .item6 .left,
  .workstyle .workstyle-slide .item9 .left,
  .workstyle .workstyle-slide .item11 .left {
    margin: 50px 0px 0px;
  }
  .workstyle .workstyle-slide .item1 .right,
  .workstyle .workstyle-slide .item3 .left,
  .workstyle .workstyle-slide .item4 .right,
  .workstyle .workstyle-slide .item6 .right,
  .workstyle .workstyle-slide .item8 .left,
  .workstyle .workstyle-slide .item9 .right,
  .workstyle .workstyle-slide .item11 .right,
  .workstyle .workstyle-slide .item13 .left {
    margin: 80px 0px 0px;
  }
  .workstyle .workstyle-slide .item2 .right,
  .workstyle .workstyle-slide .item5 .right,
  .workstyle .workstyle-slide .item7 .right,
  .workstyle .workstyle-slide .item10 .right,
  .workstyle .workstyle-slide .item12 .right {
    margin: 30px 0px 0px;
  }
  .interview {
    margin: -100px 0px 0px;
    padding: 100px 0px 80px;
  }
  .interview .lead-text {
    margin: 50px 0px 0px;
  }
  .interview .interview-list {
    margin: 50px 0px 0px;
  }
  .interview .interview-list .person {
    max-width: 75%;
    width: 75%;
    margin: 0px auto 50px;
  }
  .interview .interview-list .person .img-box {
    height: auto;
    padding-top: 100%;
  }
  .interview .interview-list .person .profile p {
    font-size: 13px;
  }
  .interview .interview-list .person .profile p.name {
    font-size: 20px;
  }
  .interview .interview-list .person .profile p.name span {
    font-size: 13px;
  }
  .interview .interview-list .person .more {
    font-size: 14px;
  }
  .interview .interview-list .person:last-of-type {
    margin: 0px auto;
  }
  .faq .title-box .title-eng {
    font-size: 50px;
    top: -30px;
  }
  .faq .lead-text {
    margin: 50px 0px 0px;
  }
  .faq .accordion_area {
    margin: 50px 0px 0px;
  }
  .faq .accordion_area .ac_item {
    padding: 15px 15px;
  }
  .faq .accordion_area .ac_item .ac_title {
    font-size: 14px;
    padding: 5px 50px 5px 0px;
  }
  .faq .accordion_area .ac_item .ac_title span {
    padding: 5px 0px 5px 30px;
  }
  .faq .accordion_area .ac_item .ac_title span::before {
    font-size: 24px;
  }
  .faq .accordion_area .ac_item .ac_title .more {
    width: 35px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .faq .accordion_area .ac_item .ac_title .more p {
    font-size: 10px;
  }
  .faq .accordion_area .ac_detail {
    padding: 20px 0px;
  }
  .faq .accordion_area .ac_detail p {
    font-size: 13px;
    padding: 0px 0px 0px 30px;
  }
  .faq .accordion_area .ac_detail p::before {
    font-size: 24px;
  }
  /*ロープとレッサーパンダ*/
  #rope {
    left: 11px;
    width: 9px;
  }
  #pageprogress {
    width: 50px;
    height: 65px;
    background-size: 600%;
  }
  .parallax .pc-img {
    display: none;
  }
  .parallax .sp-img {
    display: block;
  }
  .para-area1 .layer1 {
    width: 87%;
    top: 7%;
  }
  .para-area1 .layer2 {
    top: 10%;
  }
  .para-area1 .layer3 {
    width: 100%;
    top: 60%;
  }
  .para-area2 {
    height: 200px;
  }
  .para-area2 .layer1 {
    top: -8%;
  }
  .para-area2 .layer2 {
    top: 15%;
  }
  .para-area2 .layer3 {
    top: -3%;
  }
  .para-area2 .layer4 {
    top: 50%;
  }
  .para-area3 {
    height: 200px;
    margin: -20px 0px 0px;
  }
  .para-area3 .layer2 {
    top: 10%;
  }
}/*# sourceMappingURL=main.css.map */