/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  padding: 70px 0 0;
  background: #F2F2F3;
  position: relative;
  overflow: hidden;
}
.mv_r {
  padding: 30px 0 20px;
}
.mv_r div {
  display: none;
}
.mv_r > img {
  margin: auto;
  width: 90px;
  display: block;
}
.mv_r p {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  color: #0183E8;
  letter-spacing: 4px;
  font-size: 2.5rem;
  margin: 0.5em auto 0;
}
.mv_l {
  position: relative;
}
.mv_l p {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.mv_l div {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 250px;
}
.about_h2 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2;
}
.about {
  width: 85%;
  margin: 1em auto 0;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
}
.about img {
  max-width: 250px;
  margin: 0 auto 1em;
}
.about p {
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
}
.point_ttl {
  width: 90%;
  margin: auto;
}
.point {}
.point li {
  width: 85%;
  margin: 3em auto 0;
  position: relative;
}
.point li:first-child {
  margin: 2em auto 0;
}
.point li p::before {
  position: absolute;
  content: '1';
  top: -10px;
  left: -10px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
}
.point li:nth-child(2) p::before {
  content: '2';
}
.point li:nth-child(3) p::before {
  content: '3';
}
.point li img {}
.point li p {
  position: relative;
  margin: 1em auto 0;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 0 30px;
}
.point li p span {
  display: block;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  color: #F07700;
  border-bottom: 1px solid #F07700;
  padding: 0 0 5px;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.point.reverse li p::before {
  color: #F2F2F3;
  content: '4';
}
.point.reverse li:nth-child(2) p::before {
  content: '5';
}
.point.reverse li:nth-child(3) p::before {
  content: '6';
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .mv_r {
    padding: 0;
    width: 40%;
    position: relative;
  }
  .mv_r div {
    display: block;
    position: absolute;
    top: 20px;
    left: -1px;
    width: 95%;
  }
  .mv_r > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
  }
  .mv_r p {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    letter-spacing: 10px;
    font-size: 4rem;
    margin: 0;
  }
  .mv_l {
    width: 60%;
  }
  .mv_l p {
    bottom: inherit;
    left: inherit;
    top: 20px;
    right: 0;
    width: 95%;
  }
  .mv_l div {
    top: 28%;
    width: 50%;
  }
  .about_h2 {
    letter-spacing: 6px;
    font-size: 2.8rem;
    line-height: 2;
  }
  .about {
    width: 90%;
    max-width: 1200px;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .about img {
    max-width: 430px;
    margin: 0 0 0 50px;
  }
  .about p {
    font-size: 1.7rem;
    letter-spacing: 2px;
    width: auto;
    line-height: 2.5;
  }
  .point_ttl {
    max-width: 1200px;
  }
  .point {}
  .point li {
    width: 90%;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .point li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .point li:first-child {
    margin: 2em auto 0;
  }
  .point li p::before {
    top: -10px;
    left: 0px;
    font-size: 13rem;
  }
  .point li img {
    width: 45%;
  }
  .point li p {
    width: calc(50% - 100px);
    margin: 0;
    line-height: 2.2;
    font-size: 1.7rem;
    padding: 0 0 0 100px;
  }
  .point li p span {
    padding: 0 0 2px;
    font-size: 3rem;
  }
  .point li:nth-of-type(even) p {
    padding: 0 100px 0 0;
  }
  .point li:nth-of-type(even) p::before {
    left: inherit;
    right: 0;
  }
  .point li.large {
    width: 95%;
    margin: 4em 0 0 auto;
  }
  .point li.large img {
    width: 50%;
  }
  .point li.large p {
    width: calc(45% - 100px);
  }
  .point.reverse li {
    flex-direction: row-reverse;
  }
  .point.reverse li:nth-of-type(odd) {
    flex-direction: row;
  }
  .point.reverse li:first-child {
    margin: 5em auto 0;
  }
  .point.reverse li p {
    padding: 0 100px 0 0;
  }
  .point.reverse li p::before {
    left: inherit;
    right: 0;
  }
  .point.reverse li:nth-of-type(even) p {
    padding: 0 0 0 100px;
  }
  .point.reverse li:nth-of-type(even) p::before {
    right: inherit;
    left: 0;
  }
}