.mv-background {
  background: url("../img/product-proces_mv.jpg");
  width: 100%;
  height: 470px;
  background-position: 50% 67%;
  background-size: COVER;
}
.process-img {
  text-align: center;
  padding: 80px 25px;
}
.process-img h3 {
  color: var(--main-color);
  padding-bottom: 40px;
}
.section-point {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px 80px;
}
.point-title {
  display: flex;
  gap: 10px;
}
.point-title-sp{
  display: none;
}
.poont {
  color: var(--main-color);
  font-size: 3.6rem;
  font-family: "Noto Serif JP";
  font-weight: bold;
}
.number {
  color: var(--main-color);
  font-size: 6.4rem;
  font-family: "Noto Serif JP";
  font-weight: bold;
  position: relative;
  top: -12px;
}
.section-point h3 {
  padding-bottom: 0px;
  position: relative;
  top: -9px;
      width: 74%;
}
.point-lead {
      font-size: 2.4rem;
    padding: 30px 0;
    font-weight: 600;
}

.point-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding-bottom: 80px;
}
.point-box {
  flex: 1 1 45%;
  background-color: var(--white-gray-color);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 860px) {
  .poont {
    font-size: 2.2rem;
    width: 80px;
  }
  .number {
    font-size: 3.4rem;
    top: -3px;
       width: 43px;
  }
  .point-title {
    gap: 10px;
  }
}
@media screen and (max-width: 680px) {
  .point-boxes {
    padding-bottom: 0px;
  }
  .section-point h3 {
padding-top: 15px;
    width: 100%;
  }
  .point-title {
    gap: 10px;
    display: none;
    
  }
  .poont-no{
     display: flex;
    gap:10px;
  }
  .point-title-sp{
   display: block;
    gap:10px;
  }
  .point-lead {
    font-size: 1.8rem;
    padding: 10px 0 30px;
    font-weight: 600;
  
  }
}
.point-section_2 {
  padding: 100px 0px;
}
.text-title {
  color: var(--main-color);
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.min-title {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.point-boxes2 {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  justify-content: space-around;
  max-width: 1150px;
  margin: 0 auto;
}
/* 各カードボックス */
.point-box2 {
  background-color: var(--white-gray-color);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  width: 335px;
}
/* タイトル・本文が上に詰まるように */
.point-box2 p {
  margin-bottom: 10px;
}
/* 画像を一番下に寄せる */
.point-box2 img {
  margin-top: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 680px) {
  .point-section_2 {
    padding: 60px 0px;
  }
}
.point3-box {
  background: var(--white-gray-color);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  border-radius: 8px;
}
.point3-box p {
  padding-bottom: 20px;
}
.point-flex {
  display: flex;
  justify-content: space-between
}
.label-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--main-color);
  padding-bottom: 15px;
}
.content {
  padding-bottom: 10px;
}
.img-top {
  width: 49%;
  padding-bottom: 10px;
}
.img-bottom {
  width: 345px;
}
.point3-images {
  width: 345px;
}
.arrow-down {
  width: 0;
  height: 0;
  margin: 60px auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--main-color);
  filter: drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1040px) {
  .point-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .point3-images {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
  }
  @media screen and (max-width: 860px) {
    .point3-wrapper {
    
      min-width: 325px;
      margin: 0 auto;
    }
  }
  .point-flex {
    display: block;
  }
  .point3-images {
    display: block;
  }
}
.flow-mv {
  background: url('../img/flow-img.png') center center / cover no-repeat;
  height: 320px;
  display: flex;
  align-items: center;
  color: white;
  text-align: left;
}

.flow-mv-inner {
  margin-left: 0;
  width: 1200px;
  margin: 0 auto;
  padding-left: 25px;
}
.flow-mv-inner p {
  font-size: 1.6rem;
  line-height: 30px;
}
.flow-section {
  padding: 60px 20px;
  background: var(--white-color);
}
.flow-block {
  max-width: 900px;
  margin: 0 auto 60px;
  border: 1px solid var(--main-color);
}
/*title*/
.flow-title {
  background: var(--ultra-light-orange-color);
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.flow-title2 {
  background: var(--super-light-orange-color);
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.flow-title3 {
  background: var(--light-orange-color);
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.flow-title4 {
  background: var(--mid-light-orange-color);
  color: var(--white-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.flow-title5 {
  background: var(--mid-orange-color);
  color: var(--white-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
.flow-title6 {
  background: var(--main-color);
  color: var(--white-color);
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
}
/*titleここまで*/
.flow-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px;
}
.flow-text {
  flex: 1 1 50%;
  padding-right: 20px;
}
.flow-img {
  flex: 1 1 50%;
  text-align: right;
}
.flow-img img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}
.consult-text {
  padding-right: 25px;
}
@media screen and (max-width: 980px) {
  .flow-mv-inner{
    padding:0px 25px;
  }
  .flow-flex {
    display: block;
    padding: 20px
  }
  .flow-img {
    flex: none;
    width: 100%;
    padding-top: 20px;
  }
  .flow-img img {
    width: 100%;
  }
}
.flow-columns {
  display: block;
}
.box-padding {
  padding: 50px 0 25px;
}
.flow-box {
  padding: 0px 30px;
}
.flow-box p, .jig-text p {
  padding-bottom: 30px;
}
.label {
  background: var(--main-color);
  color: var(--white-color);
  display: inline-block;
  padding: 6px 0px;
  width: 115px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.flow-img-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.flow-img-row img {
  width: 48%;
  border-radius: 4px;
}
.flow-arrow {
  width: 0;
  height: 0;
  margin: 30px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--main-color);
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.2));
}
.flow-flex_jig {
  align-items: center;
  padding: 50px 30px;
}
.jig-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 940px) {
  .jig-img {
    justify-content: space-around;
    gap: 20px;
  }
  .flow-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 680px) {
  .jig-img {
    width: 80%;
    margin: 0 auto;
  }
  .flow-title, .flow-title2, .flow-title3, .flow-title4, .flow-title5, .flow-title6 {
    font-size: 2.4rem;
    padding: 10px;
  }
  .flow-img img {
    height: auto;
  }
  .flow-block:last-child {
    margin: 0px
  }
}
.flow-step p {
  padding: 50px 30px;
}
.consult-section {
  margin: 0 auto;
  padding-bottom: 150px;
}
.consult-title h3 {
  background: var(--breadcrumb-background);
  width: 60%;
  color: var(--white-color);
  min-width: 330px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.consult-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.consult-image {
  flex: 1 1 50%;
}
.consult-image img {
  width: 100%;
  height: auto;
}
.consult-text {
  flex: 1 1 45%;
}
.text-orange {
  color: var(--main-color);
  font-weight: bold;
}
.consult-text p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.btn-flat-real {
  width: 198px;
}
@media screen and (max-width: 880px) {
  .consult-content {
    display: block;
  }
  .consult-image {
    flex: none;
  }
  .consult-text {
    flex: none;
  }
  .consult-image img {
    height: auto;
  }
  .consult-text {
    padding: 40px 25px 0px;
  }
}