.fukidashi-01-04 {
  position: relative;
  width: fit-content;
  padding: 12px 0;
  border-bottom: 2px solid #071742;
  background-color: #ffffff;
  margin: auto;
}
.fukidashi-01-04::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi-01-04::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% + 4px);
  left: calc(50% - 20px);
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #071742;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
@media screen and (min-width: 1080px) {
  .fukidashi-01-04{
    border-bottom: 3px solid #071742;
  }
  .fukidashi-01-04::after {
    z-index: 0;
    top: calc(100% + 11px);
    left: calc(50% - 15px);
  }
}
.point-num,
.point-content-title{
  height: 70px;
}
.point-num img{
  height: 70px;
  width: 43px;
}
@media screen and (min-width: 1080px) {
  .point-num,
  .point-content-title{
    height: 120px;
  }
}
.point-list{
  display: flex;
  border-top: 2px solid #112b61;
}
.point-content{
  border-left: 2px solid #112b61;
  padding-bottom: 10%;
}
.point-list.sec5 .point-content{
  position: relative;
  padding-bottom: 20%;
}
.point-list.sec5 .point-content .point-content-txt{
  margin-bottom: 24px;
}
  
.arrow-down{
  position: absolute;
  width: 10%;
  left: -18px;
  bottom: 10px;
}

.point-content-txt{
  margin: 24px 0 0 10px;
}
.point-content-txt .txt{
  width: 95%;
  padding-left: 5%;
}
.point-content-txt .exp.title{
  padding-left: 5%;
}

.point-content-title{
  background: #112b61;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.point-content-txt .small-txt{
  font-size: 3.2vw;
}
@media screen and (min-width: 1080px) {
  .point-content{
    border-left: 4px solid #112b61;
  }
  .point-list{
    border-top: 4px solid #112b61;  
  }
}
.margin-top10{
  margin-top: 10px;
}
.m-lg{
  font-size: 5.2vw;
}
.width90{
  width: 90%;
  margin: auto;
}
.menu{
  text-align: center;
}
.menu-txt{
  margin: 24px 2%;
}
.text-sm{
  font-size: 0.7em;
  padding: 0 5px;
}

.intro_menu.sticky{
  position: sticky;
  top: -30px;
}
.intro_menu.fixed {
  position: static;
}


.intro_menu ul .active {
  background-color: #0e285e; 

}
.intro_menu ul .active a{
  color: #fff;
}
.our-comment{
  text-align: center;
  background: #e7e9f3;
}
.our-comment{
  padding: 10%;
  margin: auto;
}
.contact p{
  width: 90%;
  margin: auto;
  text-align: center;
}

.contact {
  position: relative;
  background-image: url(../img/sp/contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 4.53333%;
  padding: 10% 0;
}

@media screen and (min-width: 1080px) {
  body{
    background-image: url(../img/sp/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
  .wrapper{
    width: 750px;
    margin: auto;
    background: #fff;
  }
  .point-content-txt .small-txt{
    font-size: 1.2vw;
  }
  .cv__text-sm.point-4{
    font-size: 1.5vw;
  }
  .m-lg{
    font-size: 2vw;
  }
  .point-num{
    width: 150px;
  }
  @media screen and (min-width: 1080px) {
    .point-num img{
      width: 77px;
      height: 120px;
    }
  }
  .arrow-down{
    left: -35.5px;
  }
  .intro__list-desc_tag ul li{
    font-size: 1.1em;
  }
  .text-sm{
    font-size: 0.7em;
  }
  .intro__list-desc{
    margin-bottom: 20px;
  }
  .intro__list-title{
    padding: 4% 24px;
  }

}