@charset "utf-8";
/* mv *********************************************************/
.abt-mv {
  width: 100%;
  position: relative;
}
.abt-mvTitle {
  display: inline-block;
}
/* point *********************************************************/
.point .inBox.point-cnt {
  border: solid 1px #212121;
  padding: 0;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.point-wrap {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #212121;
}
li:last-child.point-wrap {
  border-bottom: none;
}
.point-imgBox {
  width: 50%;
  padding-top: 50rem;
  position: relative;
}
.point-imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.point-txtBox {
  width: 50%;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
.h2-styleA .point-num {
  display: inline-block;
  margin-bottom: 1rem;
  color: #999;
  font-size: 0.5em;
}
/* imgs */
#point-01 {
  background: url("../img/about-points01.png") no-repeat center;
  background-size: cover;
}
#point-02 {
  background: url("../img/about-points02.png") no-repeat center;
  background-size: cover;
}
#point-03 {
  background: url("../img/about-points03.png") no-repeat center;
  background-size: cover;
}
#point-04 {
  background: url("../img/about-points04.png") no-repeat center;
  background-size: cover;
}
#point-05 {
  background: url("../img/about-points05.png") no-repeat center;
  background-size: cover;
}
/* customize *********************************************************/
.cus-box {
  padding: 3rem;
  box-sizing: border-box;
}
.cus-wrap {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
.cus-txtBox {
  width: 55%;
}
.cus-txtBox p a {
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 1em;
  margin: 0 0.15em;
}
.cus-imgBox {
  width: calc(100% - 55% - 3rem);
}
/* line up *********************************************************/
.lu-wrap {
  display: flex;
  column-gap: 1px;
}
.lu-wrap li {
  width: calc(100% / 3);
  box-sizing: border-box;
  position: relative;
}
.lu-detail {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 2rem;
  left: 2rem;
}
.lu-detail .h3-styleA {
  color: #fff;
}
.lu-detail .btn-line {
  color: #fff;
  border-bottom-color: #fff;
}
a.lu-boxLink:hover {
  opacity: 0.9;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  /* point *********************************************************/
  .point .inBox.point-cnt {
    width: calc(100% - 3rem);
  }
  .point-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .point-imgBox {
    width: 100%;
    padding-top: 100%;
  }
  .point-txtBox {
    width: 100%;
    padding: 3rem 3rem 4rem;
    box-sizing: border-box;
  }
  /* customize *********************************************************/
  .cus-box {
    padding: 3rem;
    box-sizing: border-box;
  }
  .cus-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .cus-txtBox {
    width: 100%;
  }
  .cus-imgBox {
    width: 100%;
  }
  /* line up *********************************************************/
  .lu-detail {
    width: calc(100% - 3rem);
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .lu-detail .h3-styleA {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .lu-detail .btn-lineTxt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 550px) {
  /* point *********************************************************/
  .point .inBox.point-cnt {
    width: calc(100% - 2.4rem);
  }
  .point-txtBox {
    padding: 2rem 2.5rem 4rem;
  }
  /* customize *********************************************************/
  .cus-box {
    padding: 2.5rem;
  }
  .cus-wrap {
    row-gap: 1.5rem;
  }
  /* line up *********************************************************/
  .lu-wrap {
    flex-wrap: wrap;
    row-gap: 1px;
    column-gap: 0;
  }
  .lu-wrap li {
    width: 100%;
  }
  .lu-detail .h3-styleA {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .lu-detail .btn-lineTxt {
    font-size: 0.85rem;
  }
}
