/* ポイントセクション */
.point {
  width: 100%;
  padding-top: 8.488vw;
  padding-bottom: 8.56vw;
  position: relative;
  overflow: hidden;
  margin-top: 83px;
}

.point__back-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* カラム */

.point__columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
}

.point__column {
  width: calc((100% - 12.8%) / 3);
  position: relative;
  margin-right: 6.4%;
}

.point__column:last-of-type {
  margin-right: 0%;
}

.point__column-ttl-box {
  display: flex;
}

.point__column-ttl-icon {
  width: 29%;
  height: auto;
  margin-right: 0;
}

.point__column:nth-of-type(2) .point__column-ttl-box {
  position: relative;
  left: -6%;
}

.point__column:nth-of-type(3) .point__column-ttl-box {
  position: relative;
  left: -6%;
}

.point__column:first-of-type .point__column-ttl-icon {
  margin-right: 2.9%;
}

.point__column-ttl {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  white-space: nowrap;
}

.point__col-img-box {
  position: absolute;
  top: 41%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.point__column-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.point__column:nth-of-type(2) .point__col-img-box {
  width: 100%;
}

.point__column:nth-of-type(2) .point__col-img-box .point__column-img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.point__column-img-back {
  width: 88%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.point__column-img-hukidasi001 {
  width: 27.9%;
  height: auto;
  position: absolute;
  top: 19%;
  left: 2%;
  z-index: 10;
  opacity: 0;
  animation-name: fadeInOutVer2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.point__column-img-hukidasi002 {
  width: 27%;
  height: auto;
  position: absolute;
  top: 24%;
  right: 2%;
  z-index: 10;
  opacity: 0;
  animation-name: fadeInOutVer2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-delay: 2.5s;
}

.point__column-img-pc {
  width: 27.7%;
  height: auto;
  position: absolute;
  top: 53%;
  left: 0%;
  z-index: 10;
}

.point__column-img-tablet {
  width: 20.4%;
  height: auto;
  position: absolute;
  top: 64%;
  right: 8%;
  z-index: 10;
}

.point-column-text {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  white-space: nowrap;
  margin-bottom: 0.25em;
  text-align: center;
}

.point__column-content {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  margin-top: 342px;
}

/* ----------------------------------------------------- */

/* レスポンシブ */

/* ----------------------------------------------------- */

@media screen and (max-width: 1250px) {
  .point__column:first-of-type .point__column-ttl-icon {
    /* margin-right: 2.9%; */
    margin-right: 0.8vw;
  }

  .point__column-ttl-icon {
    /* width: 29%; */
    width: 7.8vw;
  }

  .point__column-ttl {
    /* font-size: 35px; */
    font-size: 2.5vw;
  }

  .point-column-text {
    /* font-size: 20px; */
    font-size: 1.6vw;
  }

  .point__column-content {
    /* font-size: 17px; */
    font-size: 1.35vw;
    margin-top: 28vw;
  }
}

@media screen and (max-width: 768px) {
  .point {
    padding-top: 76px;
    margin-top: 58px;
  }
}

@media screen and (max-width: 600px) {
  .point__columns {
    justify-content: center;
  }

  .point__column {
    max-width: 337px;
    width: 100%;
    margin-right: 0;
    margin-top: 69px;
  }

  .point__column:first-of-type {
    margin-top: 21px;
  }

  .point__column:first-of-type .point__column-ttl-icon {
    margin-right: 2.9%;
  }

  .point__column-ttl-icon {
    width: 29%;
  }

  .point__column-ttl {
    font-size: 35px;
  }

  .point-column-text {
    font-size: 20px;
  }

  .point__column-content {
    font-size: 15px;
    margin-top: 342px;
  }
}

@media screen and (max-width: 450px) {
  /* .point {
    height: 2350px;
} */

  .point__column-ttl-box {
    justify-content: center;
  }

  .point__column-ttl-icon {
    width: 21%;
  }

  .point__column-ttl {
    font-size: 25px;
  }

  .point__col-img-box {
    width: 85%;
    top: 42%;
  }

  .point__column:nth-of-type(2) .point__col-img-box {
    width: 85%;
  }

  .point__column-content {
    margin-top: 304px;
  }
}

/* @media screen and (max-width: 400px) {
  .point {
    height: 2109px;
}
} */

@media screen and (max-width: 380px) {
  .point-column-text {
    font-size: 5.2vw;
  }

  .point__col-img-box {
    top: 41%;
  }

  .point__column-content {
    margin-top: 79vw;
  }
}
