@charset "utf-8";

.basic-page{
  padding: 4rem 0 0;
}
@media (max-width: 640px){
.basic-page{
  padding: 2rem 0 0;
}
}



/* 事業内容 */
.business{
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}

.business__copy{
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .business__copy{
    margin: 2rem auto 2rem;
    padding: 0 1rem;
  }
}

.business__figure{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 4rem;
}

.business__figure > img{
  border-radius: 1rem;
}

.business__figure > img:nth-of-type(2){
  margin-bottom: 5rem;
}

@media (max-width: 640px){
  .display-pc{
    display: none;
  }
}
.display-sp{
  display: none;
}
@media (max-width: 640px){
  .display-sp{
    display: block;
  }
}

/* スライダー */
.bx-wrapper{
  display: none;
}
@media (max-width: 640px){
  .bx-wrapper {
    display: block;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
  }
}

.bx-wrapper img {
    margin: 0 auto 24px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
  background:none;
}

.bx-wrapper .bx-prev::before {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg) translate(0%, 0%);
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
}

.bx-wrapper .bx-next::before {
    content: "";
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg) translate(0%, 0%);
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
}


/* 製品情報 */
.product__copy{
  width: 100%;
  max-width: 976px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .product__copy{
    margin: 2rem auto 0;
  }
}

.product__lineup{
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 976px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .product__lineup{
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem auto 0;
  }
}
.lineup__item{
  position: relative;
  width: 100%;
  max-width: 325px;
}

.lineup__item--wrap{
  position: relative;
  width: 90%;
  min-height: 186px;
  margin: -2rem auto 0;
  padding: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}

.lineup__title{
  font-weight: bold;
}
.lineup__list{
  margin: 1rem 0 0 0;
  padding: 0 0 0 1.5rem;
  list-style: disc;
}



/* 製品特徴 */
.features__copy{
  width: 100%;
  max-width: 976px;
  margin: 4rem auto 0;
}
@media (max-width: 640px){
  .features__copy{
    margin: 2rem auto 0;
    padding: 0 1rem;
  }
}

.feature__content{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto 0;
}

.explain{
  position: absolute;
  top: 20px;
  left: 560px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 438px;
  height: 102px;
  margin-bottom: 2px;
  margin-bottom: 2px;
  padding-left: 7rem;
  opacity: .8;
  color: #3b5266;
  background-color: #bfd9ea;

  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
}
@media (max-width: 640px){
  .explain{
    position: initial;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 102px;
    margin-bottom: 2px;
    margin-bottom: 2px;
    padding: 1rem 1rem 1rem 8rem;
    opacity: .8;
    color: #3b5266;
    background-color: #bfd9ea;

    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
  }
}

.explain.ex01{
  top: 20px;
  left: 762px;
}
.explain.ex01::before{
  position: absolute;
  top: 0;
  left: 24px;
  content: url(../images/ex01.png);
}
@media (max-width: 640px){
  .explain.ex01::before{
    top: unset;
  }
}

.explain.ex02{
  top: 160px;
  left: 700px;
}
.explain.ex02::before{
  position: absolute;
  top: 0;
  left: 24px;
  content: url(../images/ex02.png);
}
@media (max-width: 640px){
  .explain.ex02::before{
    top: unset;
  }
}

.explain.ex03{
  top: 304px;
  left: 638px;
}
.explain.ex03::before{
  position: absolute;
  top: 0;
  left: 24px;
  content: url(../images/ex03.png);
}
@media (max-width: 640px){
  .explain.ex03::before{
    top: unset;
  }
}

.explain__title{
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 640px){
  .explain__title{
    line-height: 1;
  }
}
.explain__title > span{
  font-size: 1rem;
  font-weight: normal;
}



/* ポイント */
.point{
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #89bdde;
}

.point .point-wrap{
  display: flex;
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 640px){
  .point .point-wrap{
    align-items: center;
    flex-direction: column;
  }
}

.point .point-wrap .point01{
  width: 330px;
  padding: 0 37px 0 0;
}
@media (max-width: 640px){
  .point .point-wrap .point01{
    width: 100%;
    padding: 0 2rem;
  }
}

.point .point-wrap .point02{
  width: 360px;
  padding: 0 37px;
}
@media (max-width: 640px){
  .point .point-wrap .point02{
    width: 100%;
    padding: 0 2rem;
  }
}

.point .point-wrap .point03{
  width: 330px;
  padding: 0 0 0 37px;
  border: none;
}
@media (max-width: 640px){
  .point .point-wrap .point03{
    width: 100%;
    padding: 0 2rem;
  }
}

.point .point-wrap .title{
  color: #fff;
  font-size: 15px;
}
.point .point-wrap span{
  font-size: 30px;
}
.point .point-wrap .title::after{
  display: block;
  width: 38px;
  margin: 13px 0 27px;
  content: "";
  border-bottom: 2px solid #fff;
}

.point .point-wrap .sub-title{
  min-height: 4rem;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
}

.point .point-wrap .point01, .point .point-wrap .point02{
  box-sizing: border-box;
  border: none;
  border-right: 1px solid #fff;
}
@media (max-width: 640px){
.point .point-wrap .point01, .point .point-wrap .point02{
  border: none;
}
}

