@charset "utf-8";
@media screen and (max-width: 767px) {
.mvcatch {
  position: absolute;
  top: 66%;
  left: 3%;
  transform: translateY(-50%);
}
.mvcatch p, .mvcatch h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}
.black_bg {
  background: rgba(255, 255, 255, 0.9);
}
#nav-menu-container {
  width: 100vw; /* スマホに収まるサイズ */
  background: rgba(255, 255, 255, 0.9);
}
.m767b {
  margin-bottom: 1rem;
}
/* main */
.photosection {
  height: 132px;
}
.bshodow_r ,.bshodow_l {
  box-shadow: 0px 0px 1px 2px #94b8a3;
}
/* sekou */
.flow  dd {
    margin-left: 1vw;
  }
  .flow > li {
    padding: 25px 8px 18px;
  }
  .flow > li:not(:last-child) {
    border-bottom: 3px solid #94b8a3;
    position: relative;
  }
  .flow > li:not(:last-child)::before,
  .flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow > li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: #94b8a3;
  }
  .flow > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #f8faed; /* 背景色 */
  }
  .flow > li dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .flow > li dl dt {
/*    font-size: 16px; */
    font-size: 20px;
    font-weight: 600;
    color: #455951;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 1vw;
    text-align: center;
  }
  .flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
/*  margin-bottom: 10px; */
    margin-right: 10px;
/*  display: block; */
    display: inline-block;
    border-radius: 20px;
  }
  .flow > li dl dd {
    font-size: 14.6px;
    line-height: 1.6;
  }
/* 2 */
.flow2 h3 {
  font-size: 20px;
}
.flow02 > .flow2 {
  padding: 40px 0 10px;
}
.flow02 > .flow2 p {
  font-size: 14.4px;
  line-height: 1.6;
}
.flow2 img {
  margin-bottom: 0.5rem;
}
/* menu */
/* 表追加 */
#oicon1, #oicon2{
  left: 10%;
}
#oicon3, #oicon4, #oicon5 {
  left: 10%;
}
/* 表追加end */
.newtbox {
  max-width: 516px;
}
.newp {
  min-height: 1.8rem;
}
.tbord_t1 {
  top: 24px;
}
.tbord_t3 {
  bottom: 21px;
}
.tbord_t4 {
  top: 75px;
}
.flexoki {
  align-items: flex-start;
}
/* annai */
.prof {
  width: 50%;
  height: auto;
}
.oteireinfo img {
  width: 55%;
  height: auto;
}
.tableprof th {
  min-width: 5.4rem; /* 例：フォントサイズの5倍に設定 */
  padding: 10px 5px;
}
}