/* Scss Document */
/*pageVisual
******************************************************/
.pageVisual {
  height: 700px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .pageVisual {
    height: 100vh;
  }
}

.pageVisual_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  /*business*/
  /*member*/
}

@media only screen and (max-width: 769px) {
  .pageVisual_inner {
    width: 100%;
  }
}

.pageVisual_inner-Name {
  width: 410px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .pageVisual_inner-Name {
    width: 80%;
  }
}

.pageVisual_inner-Member {
  width: 353px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .pageVisual_inner-Member {
    width: 69%;
  }
}

/*business
******************************************************/
.business-message {
  padding: 0 0 140px;
}

@media only screen and (max-width: 480px) {
  .business-message {
    padding: 0 0 0;
  }
}

.work {
  padding: 0 0 130px;
}

@media only screen and (max-width: 480px) {
  .work {
    padding: 0;
  }
}

.work_inner-Slider {
  padding: 0 50px !important;
  margin-bottom: 45px;
}

@media only screen and (max-width: 480px) {
  .work_inner-Slider {
    padding: 0 15px !important;
  }
}

.introduction {
  padding: 60px 0 160px;
}

@media only screen and (max-width: 480px) {
  .introduction {
    padding: 25vw 0 35vw;
  }
}

.introduction_inner .PageTitle {
  margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List {
    width: 85%;
    margin: 0 auto;
  }
}

.introduction_inner-List li {
  width: 19%;
  padding: 3%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List li:nth-child(2) img {
    width: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List li:nth-child(3) img {
    width: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List li:nth-child(5) img {
    width: 35px;
  }
}

.introduction_inner-List li + li:before {
  content: "";
  border-left: 1px solid #fff;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List li + li:before {
    height: 40px;
  }
}

.introduction_inner-List li img {
  max-height: 100px;
  max-width: 120px;
}

@media only screen and (max-width: 480px) {
  .introduction_inner-List li img {
    max-height: 50px;
    max-width: 45px;
  }
}

.introductionContent {
  overflow: hidden;
  padding: 0px 0 130px;
}

@media only screen and (max-width: 480px) {
  .introductionContent {
    padding: 0px 0 20vw;
  }
}

.introductionContent_inner-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 60px;
  position: relative;
  margin-bottom: 8px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 14%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
    padding-left: 15%;
  }
}

@media only screen and (max-width: 321px) {
  .introductionContent_inner-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 16%;
  }
}

.introductionContent_inner-ttl.ico1::before {
  content: "";
  background: url(../img/icon1.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 2%;
  top: 7px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl.ico1::before {
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl.ico1::before {
    top: 4px;
    left: 5%;
    width: 25px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl.ico1::before {
    top: 3px;
  }
}

.introductionContent_inner-ttl.ico2::before {
  content: "";
  background: url(../img/icon2.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 27px;
  position: absolute;
  left: 2%;
  top: 4px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl.ico2::before {
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl.ico2::before {
    left: 6%;
    width: 26px;
    height: 22px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl.ico2::before {
    top: 1px;
  }
}

.introductionContent_inner-ttl.ico3::before {
  content: "";
  background: url(../img/icon3.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 28px;
  position: absolute;
  left: 2%;
  top: 2px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl.ico3::before {
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl.ico3::before {
    left: 6%;
    width: 27px;
    top: 3px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl.ico3::before {
    top: 1px;
  }
}

.introductionContent_inner-ttl.ico4::before {
  content: "";
  background: url(../img/icon4.svg) no-repeat;
  background-size: contain;
  width: 33px;
  height: 23px;
  position: absolute;
  left: 2%;
  top: 8px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl.ico4::before {
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl.ico4::before {
    left: 5%;
    top: 4px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl.ico4::before {
    top: 1px;
  }
}

.introductionContent_inner-ttl.ico5::before {
  content: "";
  background: url(../img/icon5.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 29px;
  position: absolute;
  left: 2%;
  top: 5px;
}

@media only screen and (max-width: 769px) {
  .introductionContent_inner-ttl.ico5::before {
    left: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-ttl.ico5::before {
    left: 6%;
    top: 2px;
    width: 26px;
  }
}

@media only screen and (max-width: 376px) {
  .introductionContent_inner-ttl.ico5::before {
    top: -1px;
  }
}

.introductionContent_inner p {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  margin-top: 25px;
}

.introductionContent_inner p.en {
  font-size: 12px;
  font-size: 1.2rem;
}

.introductionContent_inner-Slider {
  padding: 0 2%;
}

@media only screen and (max-width: 480px) {
  .introductionContent_inner-Slider {
    padding: 0 5%;
  }
}

/*swiper
******************************************************/
.swiper {
  position: relative;
  max-width: 700px;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.8;
  text-align: center;
  padding: 0 50px !important;
}

@media only screen and (max-width: 480px) {
  .swiper-slide {
    padding: 0 10% !important;
  }
}

.swiper-button-next, .swiper-button-prev {
  width: 24px;
  height: 40px;
  background-size: 24px 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  top: 55%;
}

@media only screen and (max-width: 480px) {
  .swiper-button-next, .swiper-button-prev {
    top: 28vw !important;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-next {
  background-image: url(../img/swiper-button-next1.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .swiper-button-next {
    right: 0 !important;
  }
}

.swiper-button-prev {
  background-image: url(../img/swiper-button-next1.svg);
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 0 !important;
  }
}

.swiper-introduction {
  position: relative;
  max-width: 450px !important;
  margin: 0 auto 0 0;
}

.swiper-introduction .swiper-wrapper .swiper-slide {
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  margin: 0 5% 0 0;
  padding: 0 !important;
}

.swiper-introduction .swiper-button-next, .swiper-introduction .swiper-button-prev {
  width: 24px;
  height: 40px;
  background-size: 24px 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

.swiper-introduction .swiper-button-next:after, .swiper-introduction .swiper-button-prev:after {
  display: none;
}

.swiper-introduction .swiper-button-next.swiper-button-disabled, .swiper-introduction .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .swiper-introduction .swiper-button-next, .swiper-introduction .swiper-button-prev {
    top: -38px !important;
  }
}

@media only screen and (max-width: 321px) {
  .swiper-introduction .swiper-button-next, .swiper-introduction .swiper-button-prev {
    top: -25px !important;
  }
}

.swiper-introduction .swiper-button-next {
  background-image: url(../img/swiper-button-next.svg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -26px;
  left: 430px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .swiper-introduction .swiper-button-next {
    left: inherit;
    right: 5%;
    width: 15px;
    height: 17px;
  }
}

.swiper-introduction .swiper-button-prev {
  background-image: url(../img/swiper-button-next.svg);
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -26px;
  left: 380px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .swiper-introduction .swiper-button-prev {
    left: inherit;
    right: 11%;
    left: inherit !important;
    width: 15px;
    height: 17px;
  }
}

/*member
******************************************************/
.member {
  padding: 0;
}

.member_inner-List {
  max-width: 750px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .member_inner-List {
    padding: 0 5%;
  }
}

.member_inner-List li {
  background: #fff;
  padding: 5% 4% 5% 0;
  margin-bottom: 8%;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li {
    padding: 10% 2%;
    margin-bottom: 15%;
  }
}

.member_inner-List li img {
  width: 32%;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li img {
    width: 80%;
  }
}

.member_inner-List li dl {
  width: 56%;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li dl {
    width: 100%;
    margin-top: 30px;
  }
}

.member_inner-List li dl dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}

.member_inner-List li dl dt span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.member_inner-List li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.member_inner-List li dl dd span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  line-height: 22px;
}

@media only screen and (max-width: 480px) {
  .member_inner-List li dl dd span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=page.css.map */