@charset "UTF-8";

@media screen and (min-width: 768px) {
}
/*      @media   　   min768　max1070         */
@media screen and (min-width: 768px) and (max-width: 1070px) {
}
/*      @media   　 max1070                */
@media screen and (max-width: 1070px) {
}
/*      @media   　 max767       */
@media screen and (max-width: 767.888px) {
}

/* 20250327リニューアル */
.page_box > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* service下層ページMV */
.p-page__service-title {
  padding: 0 0px;
  position: relative;
}

.p-page__service-title .img {
  height: 190px;
}
@media screen and (min-width: 768px) {
  .p-page__service-title .img {
    height: 462px;
  }  .p-page__service-title .img {
    height: 462px;
  }
}

.p-page__service-title .img img {
  aspect-ratio: 1200/462;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .p-page__service-title .img img {
    object-position: right;
  }
}
@media screen and (min-width: 1070px) {
  .p-page__service-title .img img {
    object-position: unset;
  }
}

.p-page__service-text-box {
  margin-top: -20px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page__service-text-box {
    margin: initial;
    width: fit-content;
    position: absolute;
    top: 65px;
    right: 95px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 15px;
  }
}

.p-page__service-text {
  padding: 2px 10px;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #189bbc;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-page__service-text {
    padding: 15px 5px 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: calc(33 / 28);
    letter-spacing: 0.02em;
    border-radius: 5px;
    writing-mode: vertical-rl;
  }
}

.p-page__service-text-box2 {
  margin-top: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-page__service-text-box2 {
    margin: initial;
    position: absolute;
    bottom: 60px;
    left: 85px;
  }
}

.p-page__service-text2 {
  font-size: 16px;
  font-weight: bold;
  color: #189bbc;
}
@media screen and (min-width: 768px) {
  .p-page__service-text2 {
    font-size: 20px;
    line-height: calc(54 / 20);
    letter-spacing: 0.07em;
    color: #ffffff;
  }
}

/* チャート */
.p-service01-chart {
  padding: 0 15px;
}

/* サービスの特長 */
.l-service01-feature {
  padding-block: 25px 40px;
}
@media screen and (min-width: 768px) {
  .l-service01-feature {
    padding-block: 50px 77.5px;
  }
}
@media screen and (min-width: 1070px) {
  .l-service01-feature {
    padding-block: 100px 155px;
  }
}

.p-service01-feature {
  padding-inline: 25px;
}

.p-page .p-service01-feature__inner {
  max-width: 1120px;
}

.p-service01-feature__list {
  margin-top: 130px;
  display: grid;
  gap: 140px;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__list {
    margin-top: 80px;
    padding-inline: 20px;
    gap: 70px;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-feature__list {
    gap: 95px;
  }
}

.p-service01-feature__item {
  padding: 30px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f0f6fa;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__item {
    padding: 55px 90px 70px;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-feature__item {
    padding: 68px 115px 75px;
  }
}

.p-service01-feature__item::before {
  content: "";
  width: 140px;
  height: 120px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 42%;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__item::before {
    width: 160px;
    height: 140px;
    top: -50px;
    left: -25px;
    bottom: 0;
    transform: unset;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-feature__item::before {
    width: 211.08px;
    height: 185.95px;
    left: -30px;
  }
}
.p-service01-feature__item:nth-child(4)::before,
.p-service01-feature__item:nth-child(1)::before {
  background: url("../images/service/service01_feature1.png") no-repeat center
    center / contain;
}

.p-service01-feature__item:nth-child(2)::before {
  background: url("../images/service/service01_feature2.png") no-repeat center
    center / contain;
}

.p-service01-feature__item:nth-child(3)::before {
  background: url("../images/service/service01_feature3.png") no-repeat center
    center / contain;
}

.p-service01-feature__item::after {
  content: "";
  width: 87px;
  height: 68px;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__item::after {
    width: 100px;
    height: 85px;
    bottom: 5px;
    right: 30px;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-feature__item::after {
    width: 106px;
    height: 91px;
    bottom: 15px;
  }
}

.p-service01-feature__item:nth-child(1)::after {
  background: url("../images/service/service01_feature_01.png") no-repeat center
    center / contain;
}

.p-service01-feature__item:nth-child(2)::after {
  background: url("../images/service/service01_feature_02.png") no-repeat center
    center / contain;
}

.p-service01-feature__item:nth-child(3)::after {
  background: url("../images/service/service01_feature_03.png") no-repeat center
    center / contain;
}

.p-service01-feature__item-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  color: #189bbc;
          line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__item-title {
    font-size: 25px;
  }
}

.p-service01-feature__item-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-service01-feature__item-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: calc(31 / 16);
  }
}

/* 画像 */
.p-service01-image {
  width: calc(1517 / 1600 * 100%);
}

.p-service01-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1517/456;
  border-radius: 0 30px 0 0;
}

/* 流れ */
.l-service01-flow {
  padding-block: 100px 20px;
}
.l-service01-flow{
padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .l-service01-flow {
    padding-block: 68.5px 45px;
  }
}
@media screen and (min-width: 1070px) {
  .l-service01-flow {
    padding-block: 137px 90px;
  }
}

.p-service01-flow {
  padding-inline: 25px;
  position: relative;
}

.p-service01-flow::after {
  content: "";
  width: 263px;
  height: 176px;
  display: block;
  position: absolute;
  top: -50px;
  right: 2%;
  background: url("../images/service/service01_flow.png") no-repeat center
    center / contain;
}
@media screen and (min-width: 768px) {
  .p-service01-flow::after {
    width: 350px;
    height: 234px;
    top: -80px;
    right: 4%;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-flow::after {
    width: 526.24px;
    height: 352.02px;
    top: -175px;
    right: 12%;
  }
}

.p-service01-flow .top_midasi {
  position: relative;
}

.p-service01-flow__list {
  margin-top: 30px;
  counter-reset: number 0;
  display: grid;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-service01-flow__list {
    margin-top: 63px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-flow__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 55px;
  }
}

.p-page .p-service01-flow__item {
  margin: initial;
  display: contents;
}

.p-service01-flow__item-content {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  gap: 10px;
}

.p-page .p-service01-flow__item-content::after {
  content: "";
  margin-left: 10px;
  width: 97%;
  height: 2px;
  border-bottom: dashed 2px #189bbc;
}

.p-service01-flow__item-title {
  padding-left: 65px;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  
      align-items: end;
    display: flex;
	
}
@media screen and (min-width: 768px) {
.p-page .p-service01-flow__item-content::after {

  margin-left: 10px;
  width: 99%;

}


  .p-service01-flow__item-title {
    padding-left: 77px;
    font-size: 26px;
            line-height: 1.3;
  }
}

.p-service01-flow__item-title::before {
  counter-increment: number 1; /* number カウンタを増加 */
  content: "" counter(number) "";
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
    bottom: -22px;
  left: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(43 / 22);
  background-color: #9bcfdd;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-service01-flow__item-title::before {
    width: 62px;
    height: 62px;
    font-size: 22px;
  }
}

.p-page
  .p-service01-flow__item:nth-child(even)
  .p-service01-flow__item-title::before {
  background-color: #f5c7c7;
}

.p-service01-flow__item-text {
    padding: 25px 0 20px 30px;
  padding-block: 18px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-service01-flow__item-text {
    padding-left: 80px;
	  padding-block: 18px;
  padding-right: 20px;

    line-height: calc(27 / 14);
  }
}

/* ご費用・報酬 */
.l-service01-price {
  padding-block: 48px 0px;
}
@media screen and (min-width: 768px) {

  .l-service01-price {
    padding-block: 97.5px 127.5px;
  }
}
@media screen and (min-width: 1070px) {
  .l-service01-price {
    padding-block: 195px 255px;
  }
}

.p-service01-price {
  padding-inline: 25px;
}

.p-service01-price__table {
  margin-top: 66px;
  position: relative;
}

.p-service01-price__table::before {
  content: "";
  margin: 0 auto;
  width: 251px;
  height: 98px;
  display: block;
  background: url("../images/service/service01_table.png") no-repeat center
    center / contain;
}
@media screen and (min-width: 768px) {
.p-service01-price__table {
  margin-top: 10px;

}
  .p-service01-price__table::before {
    width: 502px;
    height: 196.2px;
    position: unset;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-price__table::before {
    content: "";
    margin: initial;
    position: absolute;
    left: 24%;
    bottom: 100%;
  }
}

.p-service01-price__table table {
  border: none;
  border-top: 2px solid #189bbc;
  border-bottom: 2px solid #189bbc;
}

.p-service01-price__table tbody {
  -webkit-text-size-adjust: 100%;
}

.p-service01-price__table tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .p-service01-price__table tr {
    display: block;
  }
}

.p-service01-price__table th {
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: none;
  background-color: #f0f6fa;
}
@media screen and (min-width: 768px) {
  .p-service01-price__table th {
    padding: 25px;
    width: 314px;
    font-size: 18px;
    line-height: calc(31 / 18);
    text-align: left;
  }
}

.p-service01-price__table td {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: none;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-service01-price__table td {
    width: 74%;
    font-size: 23px;
    line-height: calc(40 / 23);
  }
}

.p-service01-price__table td span {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-service01-price__table td span {
    font-size: 14px;
    line-height: calc(31 / 14);
  }
}

/* CTA */
.p-page .yudo_contact_list {
  border-bottom: none;
}

/* 相談者様事例 */
.l-service01-case {
  padding-block: 50px;
}

.p-service01-case {
  padding-inline: 25px;
}

.p-service01-case .text {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
.l-service01-case {
  padding-block: 125px;
}

  .p-service01-case .text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1070px) {
  .p-service01-case .text {
    margin-top: 20px;
  }
}

.p-service01-case .title {
  margin-top: 10px;
}
@media screen and (min-width: 1070px) {
  .p-service01-case .title {
    margin-top: 20px;
  }
}

/* よくあるご質問 */
.l-service01-faq {
  padding-block: 33px 30px;
}
@media screen and (min-width: 768px) {
  .l-service01-faq {
    padding-block: 67.5px 60px;
  }
}
@media screen and (min-width: 1070px) {
  .l-service01-faq {
    padding-block: 135px 120px;
  }
}

.p-service01-faq {
  padding-inline: 25px;
}

.p-page .p-service01-faq__inner {
  max-width: 1035px;
}

.p-service01-faq .top_midasi_wrap {
}

.p-service01-faq .qa_wrap {
  margin-top:40px;
}
@media screen and (min-width: 768px) {
.p-service01-faq .qa_wrap {
margin-top: 0;
}
}









