@charset "UTF-8";
#voice h2, #flow h2, #service h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #231815;
}
#voice h2 span, #flow h2 span, #service h2 span,
#voice h2 small,
#flow h2 small,
#service h2 small {
  padding-left: 88px;
}
#voice h2 span, #flow h2 span, #service h2 span {
  display: flex;
  align-items: center;
  position: relative;
}
#voice h2 span::before, #flow h2 span::before, #service h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 10px;
  background-color: #ef73b5;
}
#voice h2 small, #flow h2 small, #service h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 7px;
}
@media (max-width: 999px) {
  #voice h2, #flow h2, #service h2 {
    font-size: 40px;
  }
  #voice h2 span, #flow h2 span, #service h2 span,
  #voice h2 small,
  #flow h2 small,
  #service h2 small {
    padding-left: 60px;
  }
  #voice h2 span::before, #flow h2 span::before, #service h2 span::before {
    width: 50px;
    height: 8px;
  }
  #voice h2 small, #flow h2 small, #service h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #voice h2, #flow h2, #service h2 {
    font-size: 26px;
  }
  #voice h2 span, #flow h2 span, #service h2 span,
  #voice h2 small,
  #flow h2 small,
  #service h2 small {
    padding-left: 40px;
  }
  #voice h2 span::before, #flow h2 span::before, #service h2 span::before {
    width: 30px;
    height: 6px;
  }
  #voice h2 small, #flow h2 small, #service h2 small {
    font-size: 18px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin: 0 50px;
}
#mainimg #mainslider {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
#mainimg #mainslider .slidewrap {
  width: 50%;
  position: relative;
}
#mainimg #mainslider .slidewrap #slider img {
  height: calc(100vh - 191px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider .slidewrap #slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mainimg #mainslider .slidewrap .catchs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#mainimg #mainslider .slidewrap .catchs .catch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-bottom: min(4.125vw, 66px);
  padding-right: 10px;
}
#mainimg #mainslider .slidewrap .catchs .catch .coment {
  background-color: #f7e233;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  border-radius: 20px;
  margin-bottom: 9px;
  padding: 5px 28px;
}
#mainimg #mainslider .slidewrap .catchs .catch .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1333333333;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 10px;
}
#mainimg #mainslider .slidewrap .catchs .catch .price {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: min(100%, 620px);
  border-radius: 30px;
}
#mainimg #mainslider .slidewrap .catchs .catch .price small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#mainimg #mainslider .slidewrap .catchs .catch .price .en {
  font-size: 40px;
  margin-left: -0.85em;
}
#mainimg #mainslider .slidewrap .catchs .catch .price .zei {
  font-size: 30px;
}
#mainimg #mainslider .slidewrap:nth-child(odd) #slider::after {
  background-color: rgba(122, 204, 147, 0.47);
}
#mainimg #mainslider .slidewrap:nth-child(odd) .catchs .catch {
  padding-left: 80px;
}
#mainimg #mainslider .slidewrap:nth-child(odd) .catchs .catch .title,
#mainimg #mainslider .slidewrap:nth-child(odd) .catchs .catch .coment {
  margin-left: 57px;
}
#mainimg #mainslider .slidewrap:nth-child(odd) .catchs .catch .price {
  color: #00aa7b;
  padding-left: 48px;
}
#mainimg #mainslider .slidewrap:nth-child(even) #slider::after {
  background-color: rgba(237, 130, 139, 0.47);
}
#mainimg #mainslider .slidewrap:nth-child(even) .catchs .catch {
  padding-left: 60px;
}
#mainimg #mainslider .slidewrap:nth-child(even) .catchs .catch .title,
#mainimg #mainslider .slidewrap:nth-child(even) .catchs .catch .coment {
  margin-left: 16px;
}
#mainimg #mainslider .slidewrap:nth-child(even) .catchs .catch .price {
  color: #ef73b5;
  padding-left: 48px;
}
#mainimg .maincatch {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background-color: #f7e233;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 42px 0 38px 4%;
  -moz-column-gap: 3.3898305085%;
       column-gap: 3.3898305085%;
}
#mainimg .maincatch .left .head {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #231815;
  padding-left: 20px;
  margin-bottom: 19px;
}
#mainimg .maincatch .left .eacon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#mainimg .maincatch .left .eacon .block {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 6px 29px 6px 25px;
}
#mainimg .maincatch .left .eacon .block .title,
#mainimg .maincatch .left .eacon .block .count {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
}
#mainimg .maincatch .left .eacon .block .count {
  display: flex;
  align-items: center;
}
#mainimg .maincatch .left .eacon .block .count::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #231815;
  margin: 0 16px;
}
#mainimg .maincatch .left .eacon .block .count span {
  font-size: 24px;
  color: #ef73b5;
}
#mainimg .maincatch .right {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #ef73b5;
  text-shadow: rgb(255, 255, 255) 6px 0px 0px, rgb(255, 255, 255) 5.91686px 0.995377px 0px, rgb(255, 255, 255) 5.66974px 1.96317px 0px, rgb(255, 255, 255) 5.2655px 2.87655px 0px, rgb(255, 255, 255) 4.71532px 3.71022px 0px, rgb(255, 255, 255) 4.03447px 4.44106px 0px, rgb(255, 255, 255) 3.24181px 5.04883px 0px, rgb(255, 255, 255) 2.35931px 5.51667px 0px, rgb(255, 255, 255) 1.41143px 5.83163px 0px, rgb(255, 255, 255) 0.424423px 5.98497px 0px, rgb(255, 255, 255) -0.574341px 5.97245px 0px, rgb(255, 255, 255) -1.55719px 5.79441px 0px, rgb(255, 255, 255) -2.49688px 5.45578px 0px, rgb(255, 255, 255) -3.36738px 4.96596px 0px, rgb(255, 255, 255) -4.14455px 4.33852px 0px, rgb(255, 255, 255) -4.80686px 3.59083px 0px, rgb(255, 255, 255) -5.33596px 2.74364px 0px, rgb(255, 255, 255) -5.71718px 1.8204px 0px, rgb(255, 255, 255) -5.93995px 0.84672px 0px, rgb(255, 255, 255) -5.99811px -0.150428px 0px, rgb(255, 255, 255) -5.89004px -1.14341px 0px, rgb(255, 255, 255) -5.61874px -2.1047px 0px, rgb(255, 255, 255) -5.19172px -3.00766px 0px, rgb(255, 255, 255) -4.62082px -3.82727px 0px, rgb(255, 255, 255) -3.92186px -4.54081px 0px, rgb(255, 255, 255) -3.11421px -5.12852px 0px, rgb(255, 255, 255) -2.22026px -5.57409px 0px, rgb(255, 255, 255) -1.26477px -5.86518px 0px, rgb(255, 255, 255) -0.274238px -5.99373px 0px, rgb(255, 255, 255) 0.723898px -5.95617px 0px, rgb(255, 255, 255) 1.70197px -5.75355px 0px, rgb(255, 255, 255) 2.63288px -5.39147px 0px, rgb(255, 255, 255) 3.49082px -4.87998px 0px, rgb(255, 255, 255) 4.25202px -4.23324px 0px, rgb(255, 255, 255) 4.89538px -3.46919px 0px, rgb(255, 255, 255) 5.40307px -2.60899px 0px, rgb(255, 255, 255) 5.76102px -1.67649px 0px, rgb(255, 255, 255) 5.95932px -0.697531px 0px;
}
#mainimg .maincatch .right span {
  color: #eba067;
}
@media (max-width: 1500px) {
  #mainimg #mainslider .slidewrap .catchs .catch {
    align-items: center;
    padding-left: 10px !important;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .coment,
  #mainimg #mainslider .slidewrap .catchs .catch .title {
    margin-left: 10px !important;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .coment {
    font-size: 18px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .title {
    font-size: 50px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price {
    justify-items: center;
    padding-left: 10px !important;
    font-size: 70px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price small {
    font-size: 24px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .en {
    font-size: 30px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .zei {
    font-size: 24px;
  }
  #mainimg .maincatch {
    padding: 30px 10px;
    justify-content: center;
  }
  #mainimg .maincatch .left .head {
    font-size: 46px;
  }
  #mainimg .maincatch .left .eacon .block {
    padding: 6px 10px;
  }
  #mainimg .maincatch .left .eacon .block .title,
  #mainimg .maincatch .left .eacon .block .count {
    font-size: 16px;
  }
  #mainimg .maincatch .left .eacon .block .count::before {
    margin: 0 10px;
  }
  #mainimg .maincatch .left .eacon .block .count span {
    font-size: 20px;
  }
  #mainimg .maincatch .right {
    font-size: 38px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin: 0 10px;
  }
  #mainimg #mainslider .slidewrap #slider img {
    height: auto;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .coment {
    font-size: 16px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .title {
    font-size: 40px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price {
    font-size: 50px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price small {
    font-size: 20px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .en {
    font-size: 24px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .zei {
    font-size: 20px;
  }
  #mainimg .maincatch {
    padding: 20px 10px;
    top: 30px;
  }
  #mainimg .maincatch .left .head {
    font-size: 40px;
    padding-left: 10px;
  }
  #mainimg .maincatch .left .eacon .block {
    padding: 6px 10px;
  }
  #mainimg .maincatch .left .eacon .block .title,
  #mainimg .maincatch .left .eacon .block .count {
    font-size: 14px;
  }
  #mainimg .maincatch .left .eacon .block .count::before {
    margin: 0 5px;
  }
  #mainimg .maincatch .left .eacon .block .count span {
    font-size: 18px;
  }
  #mainimg .maincatch .right {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    flex-direction: column;
  }
  #mainimg #mainslider .slidewrap {
    width: 100%;
  }
  #mainimg #mainslider .slidewrap #slider img {
    max-height: 200px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .coment {
    font-size: 14px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .title {
    font-size: 30px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price {
    font-size: 40px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price small {
    font-size: 18px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .en {
    font-size: 20px;
  }
  #mainimg #mainslider .slidewrap .catchs .catch .price .zei {
    font-size: 18px;
  }
  #mainimg .maincatch {
    padding: 15px 10px;
    top: 20px;
  }
  #mainimg .maincatch .left .head {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #mainimg .maincatch .left .eacon {
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
  }
  #mainimg .maincatch .left .eacon .block .title,
  #mainimg .maincatch .left .eacon .block .count {
    font-size: 12px;
  }
  #mainimg .maincatch .left .eacon .block .count::before {
    margin: 0 3px;
  }
  #mainimg .maincatch .left .eacon .block .count span {
    font-size: 16px;
  }
  #mainimg .maincatch .right {
    font-size: 20px;
    text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
  }
}
@media (max-width: 500px) {
  #mainimg .maincatch {
    flex-direction: column;
    row-gap: 20px;
  }
  #mainimg .maincatch .left .head {
    padding-left: 0;
    font-size: 20px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding: 90px max((100% - 1180px) / 2, 10px) 117px;
}
#about .bg {
  position: absolute;
  top: max(-14.0625vw, -225px);
  left: 0;
  width: 100%;
  aspect-ratio: 1600/936;
  background-color: #f8f8ef;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  z-index: -1;
}
#about .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 3.1355932203%;
  gap: 60px 9.3128390597%;
  margin-bottom: 78px;
}
#about .top .block {
  width: 27.1247739602%;
  position: relative;
}
#about .top .block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
#about .top .block .icon img {
  max-width: 70%;
  max-height: 70%;
}
#about .top .block .title {
  position: relative;
  bottom: 42px;
  width: 100%;
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
}
#about .center {
  margin-bottom: 45px;
}
#about .center .heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #231815;
  text-align: center;
  margin-bottom: 35px;
}
#about .center .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}
#about .center .coment p {
  background-color: #ffe057;
  position: relative;
  padding: 7px 4.9152542373%;
  border-radius: 34px/50%;
}
#about .center .coment p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  width: 15px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #ffe057;
}
#about .center .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2.9661016949%;
}
#about .center .blocks .block {
  width: 31.3559322034%;
}
#about .center .blocks .block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 370/240;
  border: 1px solid #ef73b5;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 14px;
}
#about .center .blocks .block .image img {
  max-width: 70%;
  max-height: 70%;
}
#about .center .blocks .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
  color: #231815;
}
#about .bottom {
  position: relative;
  margin-bottom: 76px;
}
#about .bottom .shapes .shape {
  position: absolute;
}
#about .bottom .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .bottom .shapes .shape.s1 {
  width: min(13.3050847458%, 157px);
  aspect-ratio: 157/275;
  top: 178px;
  right: max(-7.4576271186%, max((100vw - 1180px) / 2 - 20px, 0px) * -1, -88px);
}
#about .bottom .shapes .shape.s2 {
  width: min(10%, 118px);
  aspect-ratio: 118/289;
  bottom: 199px;
  left: max(-8.3898305085%, max((100vw - 1180px) / 2 - 20px, 0px) * -1, -99px);
}
#about .bottom .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  color: #231815;
  text-align: center;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#about .bottom .text span {
  color: #ef73b5;
}
#about .parking {
  position: relative;
}
#about .parking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: 100%;
  border: 3px solid #ed828b;
  border-radius: 20px;
  background-color: #f8f8ef;
  z-index: -1;
}
#about .parking .title {
  position: absolute;
  top: 0px;
  left: 49%;
  transform: translate(-50%, -50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #ed828b;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 6px 33px;
  text-wrap: nowrap;
}
#about .parking .title::before {
  content: "!";
  line-height: 1;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffe057;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
}
#about .parking .contents {
  display: flex;
  align-items: start;
  padding: 57px 0;
  -moz-column-gap: 1.6949152542%;
       column-gap: 1.6949152542%;
}
#about .parking .contents > div:nth-child(odd) {
  margin-left: 5%;
}
#about .parking .contents > div:nth-child(even) {
  margin-right: 5%;
}
#about .parking .contents .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #231815;
  flex: 1;
}
#about .parking .contents .image {
  width: 33.8983050847%;
  margin-top: 10px;
}
#about .parking .contents .image img {
  border-radius: 10px;
}
@media (max-width: 999px) {
  #about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #about .top {
    margin-bottom: 60px;
    row-gap: 30px;
  }
  #about .top .block .title {
    font-size: 18px;
    bottom: 25px;
  }
  #about .center .heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #about .center .coment {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #about .center .blocks .block .title {
    font-size: 20px;
  }
  #about .bottom .text {
    font-size: 23px;
  }
  #about .parking .title {
    font-size: 20px;
    padding: 6px 25px;
  }
  #about .parking .contents {
    padding: 45px 0;
  }
  #about .parking .contents .text {
    font-size: 18px;
  }
  #about .parking .contents > div:nth-child(odd) {
    margin-left: 10px;
  }
  #about .parking .contents > div:nth-child(even) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #about .bg {
    aspect-ratio: inherit;
  }
  #about .top {
    margin-bottom: 60px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #about .top .block {
    width: 47%;
  }
  #about .top .block .title {
    font-size: 16px;
    bottom: 20px;
  }
  #about .center .heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #about .center .coment {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #about .center .blocks {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #about .center .blocks .block {
    width: 47%;
  }
  #about .center .blocks .block .title {
    font-size: 18px;
  }
  #about .center .blocks .block .title br {
    display: none;
  }
  #about .bottom .shapes {
    display: none;
  }
  #about .bottom .text {
    font-size: 18px;
  }
  #about .parking::before {
    width: calc(100% - 4px);
    border-width: 2px;
  }
  #about .parking .title {
    font-size: 18px;
    padding: 6px 10px;
  }
  #about .parking .contents {
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #about .parking .contents .text {
    font-size: 16px;
    order: 1;
    max-width: calc(100% - 20px);
  }
  #about .parking .contents .image {
    width: calc(100% - 20px);
    max-width: 300px;
  }
  #about .parking .contents > div:nth-child(odd) {
    margin: 0 auto;
  }
  #about .parking .contents > div:nth-child(even) {
    margin: 0 auto;
  }
}

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


------------------------------------------------- */
#service {
  background: url(../images/service-bg.webp) repeat;
  background-size: 1600px;
  position: relative;
  padding: 109px max((100% - 1180px) / 2, 10px) 170px;
}
#service .shape {
  position: absolute;
  width: min(36.75%, 588px);
  aspect-ratio: 588/309;
  top: 0;
  transform: translateY(-11.003236246%);
  right: min(1.75%, 28px);
  min-width: 147px;
}
#service .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service h2 {
  margin-bottom: 48px;
}
#service .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.8248587571%;
  margin-bottom: 91px;
}
#service .top .block {
  width: 22.8813559322%;
  background-color: #ed828b;
  border-radius: 20px;
}
#service .top .block:not(:has(a)) {
  padding: 39px 0 13px;
}
#service .top .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#service .top .block a:hover {
  opacity: 0.6;
}
#service .top .block a {
  display: block;
  height: 100%;
  padding: 39px 0 13px;
}
#service .top .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin: 0px 6.6666666667% 26px;
}
#service .top .block .title small {
  display: block;
  font-size: 16px;
  text-align: start;
  margin-top: 3px;
}
#service .top .block .icon {
  aspect-ratio: 1/1;
  max-width: min(100% - 20px, 200px);
  margin: 0 auto 4px;
}
#service .top .block .icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .top .block table {
  width: 88.8888888889%;
  margin: 0 auto 9px;
}
#service .top .block table tr th,
#service .top .block table tr td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
}
#service .top .block table tr td {
  text-align: end;
}
#service .top .block table tr td span {
  font-size: 30px;
  color: #ffe057;
}
#service .top .block .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 5.5555555556%;
}
#service .btn {
  margin-bottom: 78px;
}
#service .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#service .btn a:hover {
  opacity: 0.6;
}
#service .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 730px;
  max-width: 100%;
  height: 90px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../images/arow-white.webp) no-repeat center right 30px #ed828b;
  border-radius: 10px;
  padding: 0 10px;
}
@media (max-width: 999px) {
  #service .btn a {
    font-size: 18px;
    height: 80px;
    background-image: none;
    width: 500px;
  }
}
@media (max-width: 767px) {
  #service .btn a {
    font-size: 16px;
    height: 70px;
    width: 400px;
  }
}
#service .btn a {
  margin: 0 auto;
}
#service .contents .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 42px;
}
#service .contents .head .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#service .contents .head .coment {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  margin-left: auto;
}
#service .contents .price {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  border-radius: 38px;
  padding: 5px 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .contents .price p {
  position: relative;
  padding-left: 100px;
}
#service .contents .price p::before {
  content: "価格：";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#service .contents .price .p {
  font-size: 40px;
}
#service .contents .data {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 43px 8.4745762712%;
  padding: 36px 0;
}
#service .contents .data:not(:has(.coment)) {
  padding-bottom: 48px;
}
#service .contents .data .box {
  width: 42.3728813559%;
}
#service .contents .data .box .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  border-bottom: 1px solid #231815;
  padding: 0 10px 2px;
}
#service .contents .data .box table {
  width: 100%;
}
#service .contents .data .box table tr th,
#service .contents .data .box table tr td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #231815;
  padding: 0 9px;
}
#service .contents .data .box table tr td {
  text-align: end;
}
#service .contents .data .box table tr td span {
  font-size: 34px;
  color: #ef73b5;
}
#service .contents .data .box:nth-child(odd) {
  margin-left: 3.3898305085%;
}
#service .contents .data .box:nth-child(even) {
  margin-right: 3.3898305085%;
}
#service .contents .data .coment {
  width: 100%;
  padding: 0 3.813559322%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  margin-top: -12px;
}
#service .contents .heading {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  margin-top: -10px;
  margin-bottom: 26px;
}
#service .contents .img-text {
  display: flex;
  align-items: start;
  -moz-column-gap: 5.5084745763%;
       column-gap: 5.5084745763%;
  margin-bottom: 28px;
}
#service .contents .img-text .text {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #231815;
}
#service .contents .img-text .imagebox {
  width: 25.4237288136%;
  margin-top: 7px;
}
#service .contents .img-text .imagebox .image:not(:last-child) {
  margin-bottom: 39px;
}
#service .contents .img-text .imagebox img {
  border-radius: 10px;
}
#service .contents .block.orange .head {
  border-bottom-color: #eba067;
}
#service .contents .block.orange .head .title {
  color: #eba067;
}
#service .contents .block.orange .price {
  background-color: #eba067;
}
#service .contents .block.green .head {
  border-bottom-color: #7acc93;
}
#service .contents .block.green .head .title {
  color: #7acc93;
}
#service .contents .block.green .price {
  background-color: #7acc93;
}
#service .contents .block.pink .head {
  border-bottom-color: #ef73b5;
}
#service .contents .block.pink .head .title {
  color: #ef73b5;
}
#service .contents .block.pink .price {
  background-color: #ef73b5;
}
#service .contents .block > *:last-child {
  margin-bottom: 0;
}
#service .contents .block:not(:last-child) {
  margin-bottom: 83px;
}
@media (max-width: 999px) {
  #service {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  #service h2 {
    margin-bottom: 40px;
  }
  #service .top {
    margin-bottom: 80px;
  }
  #service .top .block:not(:has(a)) {
    padding: 20px 0 10px;
  }
  #service .top .block a {
    padding: 20px 0 10px;
  }
  #service .top .block .title {
    font-size: 20px;
  }
  #service .top .block .title br {
    display: none;
  }
  #service .top .block .title small {
    font-size: 14px;
  }
  #service .top .block table tr th,
  #service .top .block table tr td {
    font-size: 10px;
  }
  #service .top .block table tr td span {
    font-size: 19px;
  }
  #service .top .block .coment {
    font-size: 12px;
  }
  #service .btn {
    margin-bottom: 60px;
  }
  #service .contents .head {
    margin-bottom: 30px;
  }
  #service .contents .head .title {
    font-size: 26px;
  }
  #service .contents .head .coment {
    font-size: 18px;
  }
  #service .contents .price {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #service .contents .price p {
    padding-left: 80px;
  }
  #service .contents .price .p {
    font-size: 30px;
  }
  #service .contents .data {
    padding: 25px 0;
    row-gap: 30px;
  }
  #service .contents .data .box .title {
    font-size: 18px;
  }
  #service .contents .data .box table tr th,
  #service .contents .data .box table tr td {
    font-size: 18px;
  }
  #service .contents .data .box table tr td span {
    font-size: 26px;
  }
  #service .contents .data .coment {
    font-size: 16px;
  }
  #service .contents .heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #service .contents .img-text {
    margin-bottom: 20px;
  }
  #service .contents .img-text .text {
    font-size: 16px;
  }
  #service .contents .block:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  #service h2 {
    margin-bottom: 30px;
  }
  #service .top {
    margin-bottom: 70px;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #service .top .block {
    width: 47%;
  }
  #service .top .block:not(:has(a)) {
    padding-top: 15px;
  }
  #service .top .block a {
    padding-top: 15px;
  }
  #service .top .block .title {
    font-size: 18px;
  }
  #service .top .block .title small {
    font-size: 10px;
  }
  #service .top .block .coment {
    font-size: 10px;
  }
  #service .btn {
    margin-bottom: 50px;
  }
  #service .contents .head {
    margin-bottom: 25px;
  }
  #service .contents .head .title {
    font-size: 20px;
  }
  #service .contents .head .coment {
    font-size: 16px;
  }
  #service .contents .price {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #service .contents .price p {
    padding-left: 70px;
  }
  #service .contents .price .box {
    display: block;
  }
  #service .contents .price .p {
    font-size: 24px;
  }
  #service .contents .data {
    padding: 20px 0;
    row-gap: 25px;
    flex-direction: column;
  }
  #service .contents .data .box {
    width: calc(100% - 20px);
    margin: 0 auto !important;
  }
  #service .contents .data .box .title {
    font-size: 16px;
  }
  #service .contents .data .box table tr th,
  #service .contents .data .box table tr td {
    font-size: 16px;
  }
  #service .contents .data .box table tr td span {
    font-size: 20px;
  }
  #service .contents .data .coment {
    font-size: 14px;
    margin-top: -5px;
  }
  #service .contents .heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #service .contents .img-text {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }
  #service .contents .img-text .text {
    font-size: 14px;
  }
  #service .contents .img-text .imagebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 630px;
  }
  #service .contents .img-text .imagebox .image {
    margin-bottom: 0;
    width: 48%;
  }
  #service .contents .img-text .imagebox .image:not(:last-child) {
    margin-bottom: 0;
  }
  #service .contents .block:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #service .top .block table tr th,
  #service .top .block table tr td {
    display: block;
  }
  #service .top .block table tr th {
    padding-top: 15px;
  }
  #service .top .block table tr td {
    padding-top: 0;
  }
}

/* ----------------------------------------------
flow
------------------------------------------------- */
#flow .top .block .image, #flow .top .block:not(:has(.image)) {
  position: relative;
}
#flow .top .block .image::before, #flow .top .block:not(:has(.image))::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 15.7142857143%;
  height: 100%;
  background: url(../images/arow-pink.webp) no-repeat center;
}
@media (max-width: 767px) {
  #flow .top .block .image::before, #flow .top .block:not(:has(.image))::before {
    width: 12.772227625%;
  }
}

#flow {
  position: relative;
  padding: 108px max((100% - 1180px) / 2, 10px);
  overflow-y: clip;
  background: url(../images/flow-bg.webp) repeat;
  background-size: 1600px;
}
#flow .shape {
  position: absolute;
  width: min(16.0625%, 257px);
  aspect-ratio: 1/1;
  bottom: 0;
  transform: translateY(14.3968871595%);
  left: 3.125%;
  min-width: 89.95px;
}
#flow .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow h2 {
  margin-bottom: 40px;
}
#flow > .text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #231815;
  margin-bottom: 76px;
}
#flow .top {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding-left: 20px;
  gap: 75px 4.7413793103%;
  margin-bottom: 74px;
}
#flow .top .block {
  width: 30.1724137931%;
  /* width: calc(perCalc(350px,$contWidth) + 20px);
  padding-left: 20px; */
}
#flow .top .block .image {
  aspect-ratio: 350/200;
  margin-bottom: 15px;
}
#flow .top .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#flow .top .block .image .num {
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ef73b5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
#flow .top .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #231815;
}
#flow .top .block:nth-child(1):not(:has(.image))::before, #flow .top .block:nth-child(3n+1):not(:has(.image))::before {
  display: none;
}
#flow .top .block:nth-child(1) .image::before, #flow .top .block:nth-child(3n+1) .image::before {
  display: none;
}
#flow .contents {
  margin-bottom: 84px;
}
#flow .contents .head {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
  border-bottom: 1px solid #ef73b5;
  padding-bottom: 9px;
  margin-bottom: 57px;
}
#flow .contents .head small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
}
#flow .contents .before-after {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.3898305085%;
}
#flow .contents .before-after .box {
  width: 48.3050847458%;
}
#flow .contents .before-after .box .images {
  display: flex;
  -moz-column-gap: 5.2631578947%;
       column-gap: 5.2631578947%;
  margin-bottom: 17px;
}
#flow .contents .before-after .box .images .image {
  width: 47.3684210526%;
  aspect-ratio: 270/200;
}
#flow .contents .before-after .box .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#flow .contents .before-after .box .images:not(:has(.image:nth-child(2))) .image {
  width: 100%;
  aspect-ratio: 570/200;
}
#flow .contents .before-after .box .images:has(.image:nth-child(2)) .image {
  position: relative;
}
#flow .contents .before-after .box .images:has(.image:nth-child(2)) .image::before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 85px;
  height: 25px;
  border-radius: 12.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow .contents .before-after .box .images:has(.image:nth-child(2)) .image:nth-child(1)::before {
  content: "BEFORE";
  background-color: #7acc93;
}
#flow .contents .before-after .box .images:has(.image:nth-child(2)) .image:nth-child(2)::before {
  content: "AFTER";
  background-color: #eba067;
}
#flow .contents .before-after .box .images:has(.image:nth-child(2)) .image:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 11.1111111111%;
  height: 100%;
  background: url(../images/arow-pink2.webp) no-repeat center;
}
#flow .contents .before-after .box .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #231815;
}
#flow .contents .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2.9661016949%;
  margin-bottom: 50px;
}
#flow .contents .boxs .box {
  width: 31.3559322034%;
}
#flow .contents .boxs .box .image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 370/240;
  background-color: #fff;
  border: 1px solid #ef73b5;
  border-radius: 10px;
  margin-bottom: 18px;
}
#flow .contents .boxs .box .image img {
  border-radius: 10px;
}
#flow .contents .boxs .box .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
  color: #231815;
}
#flow .contents .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #231815;
}
#flow .contents .block > *:last-child {
  margin-bottom: 0;
}
#flow .contents .block:not(:last-child) {
  margin-bottom: 71px;
}
#flow .search {
  background-color: #fff;
  border: 1px solid #ef73b5;
  border-radius: 20px;
  padding: 40px 3.3898305085% 47px;
}
#flow .search .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #231815;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px 4px;
  margin-bottom: 36px;
  background: linear-gradient(transparent 67%, #f7e233 0%);
  display: inline;
}
#flow .search .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #231815;
  padding: 0 22px 0 16px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#flow .search .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#flow .search .btn a:hover {
  opacity: 0.6;
}
#flow .search .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 940px;
  max-width: 100%;
  height: 90px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../images/arow-white.webp) no-repeat center right 30px #ed828b;
  border-radius: 10px;
  padding: 0 10px;
}
@media (max-width: 999px) {
  #flow .search .btn a {
    font-size: 18px;
    height: 80px;
    background-image: none;
    width: 600px;
  }
}
@media (max-width: 767px) {
  #flow .search .btn a {
    font-size: 16px;
    height: 70px;
    width: 500px;
  }
}
#flow .search .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #flow {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #flow h2 {
    margin-bottom: 30px;
  }
  #flow > .text {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #flow .top {
    row-gap: 50px;
    margin-bottom: 60px;
    padding-left: 15px;
  }
  #flow .top .block .image .num {
    width: 50px;
    font-size: 20px;
  }
  #flow .top .block .title {
    font-size: 14px;
  }
  #flow .contents {
    margin-bottom: 70px;
  }
  #flow .contents .head {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #flow .contents .head small {
    font-size: 20px;
  }
  #flow .contents .before-after .box .images {
    margin-bottom: 10px;
  }
  #flow .contents .before-after .box .images:has(.image:nth-child(2)) .image::before {
    font-size: 14px;
    width: 75px;
    height: 20px;
  }
  #flow .contents .before-after .box .text {
    font-size: 14px;
  }
  #flow .contents .boxs .box .image {
    margin-bottom: 10px;
  }
  #flow .contents .boxs .box .title {
    font-size: 22px;
  }
  #flow .contents .coment {
    font-size: 16px;
  }
  #flow .search {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #flow .search .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #flow .search .text {
    font-size: 16px;
    margin-top: 29px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #flow h2 {
    margin-bottom: 25px;
  }
  #flow > .text {
    font-size: 16px;
    margin-bottom: 50px;
  }
  #flow .top {
    gap: 40px 6%;
    margin-bottom: 50px;
    padding-left: 10px;
  }
  #flow .top .block {
    width: 47%;
  }
  #flow .top .block .image .num {
    width: 40px;
    font-size: 18px;
  }
  #flow .top .block .title {
    font-size: 14px;
  }
  #flow .top .block:nth-child(1):not(:has(.image))::before, #flow .top .block:nth-child(3n+1):not(:has(.image))::before {
    display: block;
  }
  #flow .top .block:nth-child(1) .image::before, #flow .top .block:nth-child(3n+1) .image::before {
    display: block;
  }
  #flow .top .block:nth-child(1):not(:has(.image))::before, #flow .top .block:nth-child(2n+1):not(:has(.image))::before {
    display: none;
  }
  #flow .top .block:nth-child(1) .image::before, #flow .top .block:nth-child(2n+1) .image::before {
    display: none;
  }
  #flow .contents {
    margin-bottom: 60px;
  }
  #flow .contents .head {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #flow .contents .head small {
    font-size: 18px;
  }
  #flow .contents .before-after {
    flex-direction: column;
    align-items: center;
  }
  #flow .contents .before-after .box {
    width: 100%;
    max-width: 405px;
  }
  #flow .contents .before-after .box .text {
    font-size: 14px;
  }
  #flow .contents .before-after .box .text br {
    display: none;
  }
  #flow .contents .boxs {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #flow .contents .boxs .box {
    width: 47%;
  }
  #flow .contents .boxs .box .title {
    font-size: 18px;
  }
  #flow .contents .coment {
    font-size: 14px;
  }
  #flow .search {
    padding: 20px 10px;
  }
  #flow .search .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #flow .search .title::before {
    height: 12px;
  }
  #flow .search .text {
    margin-top: 24px;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #flow .search .text br {
    display: none;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  position: relative;
  overflow-y: clip;
  padding: 113px 0;
  background: url(../images/flow-bg.webp) repeat;
  background-size: 1600px;
}
#voice .shapes .shape {
  position: absolute;
  bottom: -16px;
}
#voice .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .shapes .shape.s1 {
  left: 0;
  width: min(21.875%, 350px);
  aspect-ratio: 350/214;
  min-width: 122.5px;
}
#voice .shapes .shape.s2 {
  right: 0;
  width: min(12.625%, 202px);
  aspect-ratio: 202/227;
  min-width: 70.7px;
}
#voice h2 {
  margin: 0 10px 49px max((100% - 1180px) / 2, 10px);
}
#voice .contents {
  margin-bottom: 90px;
}
#voice .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#voice .btn a:hover {
  opacity: 0.6;
}
#voice .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 90px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../images/arow-white.webp) no-repeat center right 30px #ed828b;
  border-radius: 10px;
  padding: 0 10px;
}
@media (max-width: 999px) {
  #voice .btn a {
    font-size: 18px;
    height: 80px;
    background-image: none;
    width: 340px;
  }
}
@media (max-width: 767px) {
  #voice .btn a {
    font-size: 16px;
    height: 70px;
    width: 280px;
  }
}
#voice .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #voice {
    padding: 90px 0;
  }
  #voice h2 {
    margin-bottom: 40px;
  }
  #voice .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #voice {
    padding: 80px 0;
  }
  #voice .shapes .shape {
    bottom: -3px;
  }
  #voice h2 {
    margin-bottom: 30px;
  }
  #voice .contents {
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=index.css.map */