@charset "UTF-8";

.header, #breadcrumb, #page-top, .footer-floating, #footer-top, #footer { display: none; }
body.custom-background { background: none; font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif; }

/* base
============================================================ */

:root {
  --font-size: 16px;
  --font-normal: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-mincho: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "MS Mincho", "ＭＳ 明朝", serif;
  --font-title: "Montserrat", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --color-text: #333333;
  --color-main: #5cb351;
  --color-main2: #2fa56d;
  --color-sub: #f4faf4;
  --color-sub2: #f6f6f6;
  --color-accent: #f4745f;
  --color-accent2: #f7f122;
  --color-border: #cecbcb;
  --width-content: 1200px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  font-size: var(--font-size);
  font-family: var(--font-normal);
  line-height: 1;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-normal);
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

p {
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dd,
figure,
pre,
blockquote {
  margin: 0;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 400;
  text-align: inherit;
  padding: 0;
}

td {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
textarea {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-size: inherit;
}

strong {
  font-weight: inherit;
}

em {
  font-style: normal;
}

/* 非表示 */
.mean-bar {
  display: none !important;
}

/* layout
============================================================ */

.ly_header {
  padding: 10px 0;
  background: #fff;
}
.ly_header > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}

.ly_gnav {
  color: #fff;
  padding: 20px 0;
  background: var(--color-main);
}
.ly_gnav > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}

.ly_fv {
  padding: 80px 0 0;
  min-height: 673px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/img_fv_pc.jpg) no-repeat center bottom / auto 100%;
}
.ly_fv > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}
.ly_fv > [class^="bl_"] + [class^="bl_"] {
  margin-top: 48px;
}

.ly_sec {
  padding: 80px 0;
  background: #fff;
}
.ly_sec > .bl_ttl + .bl_txt {
  margin-top: 45px;
}
.ly_sec > .bl_ttl + [class^="bl_"]:not(.bl_txt),
.ly_sec > .bl_txt + [class^="bl_"] {
  margin-top: 90px;
}

.ly_sec.ly_sec__partition {
  background-color: var(--color-sub);
}

.ly_sec.ly_sec__step {
  background-color: var(--color-sub2);
}

.ly_sec.ly_sec__forte {
  background-color: var(--color-sub);
}

.ly_sec.ly_sec__faq {
  background-color: var(--color-sub2);
}
.ly_sec.ly_sec__faq > [class^="bl_"] + [class^="bl_"] {
  margin-top: 32px;
}

.ly_sec.ly_sec__case > .bl_case {
  padding-inline: 104px;
}

.ly_sec.ly_sec__fee {
  background-color: var(--color-sub);
}
.ly_sec.ly_sec__fee > [class^="bl_"] {
  max-width: 1044px;
}
.ly_sec.ly_sec__fee > [class^="bl_"] + [class^="bl_"] {
  margin-top: 46px;
}

.ly_sec.ly_sec__greeting {
  background-color: var(--color-sub2);
}

.ly_sec > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}

.ly_info {
  color: #fff;
  padding: 70px 0;
  background: var(--color-main);
}
.ly_info > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}

.ly_footer {
  color: #fff;
  padding: 90px 0;
  background: var(--color-main);
}
.ly_footer > [class^="bl_"] {
  max-width: var(--width-content);
  margin-inline: auto;
}

/* block
============================================================ */

/* header */
.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.bl_header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  min-height: 60px;
  padding: 0 0 0 75px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/logo.png) no-repeat left center / auto 60px;
}
.bl_header_sub {
  width: 369px;
  max-width: 100%;
}
.bl_header_cap {
  color: var(--color-main);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px;
  padding: 0 15px 0 48px;
  border: 1px solid;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_train.png) no-repeat left 14px center / 19px auto #fff;
}
.bl_header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.bl_header_call {
  color: var(--color-main);
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bl_header_call::before {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_tel.png) no-repeat center / contain;
}
.bl_header_time {
  font-size: 17px;
  text-align: center;
  margin: 12px 0 0;
}
.bl_header_cv {
  width: 205px;
  max-width: 100%;
}
.bl_header_cvBtn {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  border-radius: 28px;
  background: var(--color-accent);
}
.bl_header_cvBtn,
.bl_header_cvBtn:hover {
  color: #fff;
}
@media (hover: hover) {
  .bl_header_cvBtn:hover {
    text-decoration: underline;
  }
}

/* gnav */
.bl_gnav_list {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
}
.bl_gnav_i a {
  display: block;
  line-height: calc(23/17);
  padding: 10px 0;
}
.bl_gnav_i a,
.bl_gnav_i a:hover {
  color: inherit;
}
@media (hover: hover) {
  .bl_gnav_i a:hover {
    text-decoration: underline;
  }
}

/* catch */
.bl_catch_txt {
  font-size: 55px;
  font-weight: 700;
  line-height: calc(90/55);
}
.bl_catch_in {
  display: inline-block;
  vertical-align: bottom;
}
.bl_catch_deco {
  color: var(--color-main);
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 .25em 0 0;
}
.bl_catch_deco::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -15px;
  display: block;
  width: 467px;
  height: 150px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/obj_home.png) no-repeat center / contain;
}
.bl_catch_l {
  font-size: 76px;
  line-height: calc(90/76);
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.bl_catch_s {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

/* intro */
.bl_intro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.bl_intro_i {
  width: 236px;
}
.bl_intro_box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  min-height: 151px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-main)), color-stop(50%, transparent), to(transparent)) #70c765;
  background: linear-gradient(to right, var(--color-main) 50%, transparent 50%, transparent) #70c765;
}
.bl_intro_box::before {
  content: "";
  display: block;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 45px;
}
.bl_intro_box.bl_intro_box__1::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_intro01.png);
}
.bl_intro_box.bl_intro_box__2::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_intro02.png);
}
.bl_intro_box.bl_intro_box__3::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_intro03.png);
}
.bl_intro_sub {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  line-height: calc(28/20);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_intro_sub.bl_intro_sub__3row {
  line-height: calc(25/20);
}

/* cv */
.bl_cv_box {
  width: 565px;
  max-width: 100%;
}
.bl_cv_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding: 0 0 0 152px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px #ad4332;
          box-shadow: 0 5px #ad4332;
  background: var(--color-accent);
  -webkit-transition: .3s translate, .3s box-shadow;
  transition: .3s translate, .3s box-shadow;
}
.bl_cv_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 69px);
  left: -30px;
  display: block;
  width: 158px;
  height: 138px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_unit.png) no-repeat center / contain;
}
.bl_dv_sub {
  font-size: 28px;
  font-weight: 700;
}
.bl_cv_btn,
.bl_cv_btn:hover {
  color: #fff;
}
@media (hover: hover) {
  .bl_cv_btn:hover {
    translate: 0 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* ttl */
.bl_ttl {
  text-align: center;
}
.bl_ttl_cap {
  display: block;
  color: var(--color-main);
  font-family: var(--font-title);
  font-size: 24px;
}
.bl_ttl_sub {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: calc(48/40);
  margin: 16px 0 0;
}

/* txt */
.bl_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30/18);
  text-align: center;
}

/* problem */
.bl_problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 26px;
}
.bl_problem_i {
  width: calc(100%/3 - 26px*2/3);
}
.bl_problem_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  min-height: 204px;
  border-radius: 10px;
  background: var(--color-sub);
}
.bl_problem_box::before {
  content: "";
  display: block;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 115px auto;
}
.bl_problem_box.bl_problem_box__1::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem01.png);
}
.bl_problem_box.bl_problem_box__2::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem02.png);
}
.bl_problem_box.bl_problem_box__3::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem03.png);
}
.bl_problem_box.bl_problem_box__4::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem04.png);
}
.bl_problem_box.bl_problem_box__5::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem05.png);
}
.bl_problem_box.bl_problem_box__6::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_problem06.png);
}
.bl_problem_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 21px;
  font-weight: 700;
  line-height: calc(30/21);
  text-align: center;
}
.bl_problem_catch {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: calc(44/30);
  text-align: center;
  margin: 126px 0 0;
}
.bl_problem_catch::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 126px / 2);
  left: 50%;
  translate: -50% 50%;
  display: block;
  width: 75px;
  height: 31px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: currentColor;
}
.bl_problem_bottom {
  font-weight: 900;
  text-align: center;
  padding: 35px 0;
  border-radius: 10px;
  background: var(--color-sub);
  margin: 40px 0 0;
}
.bl_problem_bottomTxt {
  font-size: 30px;
}
.bl_problem_bottomTxt2 {
  font-size: 40px;
  margin: 10px 0 0;
}
.bl_problem_hl {
  position: relative;
  display: inline-block;
}
.bl_problem_hl::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -10px;
  display: block;
  width: calc(100% + 20px);
  height: 14px;
  background: #faf421;
}
.bl_problem_ib {
  position: relative;
  display: inline-block;
}
.bl_problem_n {
  font-size: 70px;
  position: relative;
  display: inline-block;
}

/* info */
.bl_info_txt,
.bl_info_txt2 {
  font-weight: 700;
  text-align: center;
}
.bl_info_txt {
  font-size: 30px;
}
.bl_info_txt2 {
  font-size: 42px;
  margin: 30px 0 0;
}
.bl_info_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 18px;
  margin: 45px 0 0;
}
.bl_info_btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bl_info_btn > [class^="el_"] {
  width: 100%;
  height: 100%;
}

/* risk */
.bl_risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 96px;
}
.bl_risk_box.bl_risk_box__1 {
  width: calc(100% - 96px - 564px);
}
.bl_risk_box.bl_risk_box__2 {
  width: 564px;
}
.bl_risk_catch {
  font-size: 38px;
  font-weight: 900;
  line-height: calc(52/38);
}
.bl_risk_list {
  margin: 32px 0 0;
}
.bl_risk_i {
  position: relative;
  padding: 0 0 0 calc(60px + 20px);
}
.bl_risk_i + .bl_risk_i {
  margin-top: 110px;
}
.bl_risk_num {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-main2);
  font-size: 32px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #dceedc;
}
.bl_risk_ttl {
  font-size: 32px;
  font-weight: 700;
  padding: calc((60px - 32px) / 2) 0;
}
.bl_risk_txt {
  font-size: 20px;
  line-height: calc(32/20);
  margin: 6px 0 0;
}

/* graph */
.bl_graph_img {
  max-width: 564px;
  margin: 0 auto;
}
.bl_graph_ttl {
  font-size: 24px;
  text-align: center;
  margin: 45px 0 0;
}
.bl_graph_txt {
  color: #6f7471;
  font-size: 14px;
  line-height: calc(25/14);
  text-align: center;
  margin: 26px 0 0;
}

/* part */
.bl_part_box + .bl_part_box {
  margin-top: 54px;
}
.bl_part_ttl {
  color: var(--color-main);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  max-width: 1160px;
  padding: 9px;
  border: 1px solid;
  border-radius: 23px;
  background: #fff;
  margin: 0 auto;
}
.bl_part_img {
  max-width: 1160px;
  margin: 27px auto 0;
}
.bl_part_txt {
  font-size: 18px;
  line-height: calc(30/18);
  margin: 24px 0 0;
}

/* step */
.bl_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 156px;
}
.bl_step_i {
  position: relative;
  width: calc(100% / 3 - 156px * 2 / 3);
}
.bl_step_i + .bl_step_i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 156px / 2 - 28px);
  translate: 0 -50%;
  display: block;
  width: 48px;
  height: 85px;
  background: var(--color-main);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.bl_step_box {
  height: 100%;
  min-height: 425px;
  padding: 0 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgb(47 165 109 / .41);
          box-shadow: 0 0 10px rgb(47 165 109 / .41);
}
.bl_step_cap {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  background: var(--color-main);
}
.bl_step_ttl {
  font-size: 34px;
  font-weight: 900;
  line-height: calc(40/34);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 172px;
}
.bl_step_txt {
  font-size: 18px;
  line-height: calc(29/18);
}

/* merit */
.bl_merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 44px 40px;
}
.bl_merit_i {
  width: calc(100% / 2 - 40px / 2);
}
.bl_merit_box {
  height: 100%;
  min-height: 440px;
  padding: 40px 0 46px;
  border-radius: 20px;
  background: #eef6ef;
}
.bl_merit_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 40px;
}
.bl_merit_num {
  color: var(--color-main2);
  font-size: 44px;
  font-weight: 700;
}
.bl_merit_sub {
  font-size: 28px;
  font-weight: 900;
  line-height: calc(44/28);
}
.bl_merit_img {
  aspect-ratio: 480/170;
  margin: 40px 50px 0;
  overflow: hidden;
}
.bl_merit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_merit_txt {
  font-size: 18px;
  line-height: calc(27/18);
  margin: 46px 50px 0;
}

/* forte */
.bl_forte_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 45px;
}
.bl_forte_i {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% / 3 - 45px * 2 / 3);
}
.bl_forte_img {
  max-width: 280px;
  margin: 0 auto;
} 
.bl_forte_ttl {
  color: var(--color-main);
  font-size: 30px;
  font-weight: 900;
  line-height: calc(40/30);
  text-align: center;
  min-height: 145px;
  margin: 25px 0 0;
}
.bl_forte_txt {
  font-size: 18px;
  line-height: calc(28/18);
  max-width: 245px;
  margin: 0 auto;
}

/* faq */
.bl_faq_container {
  padding: 40px 82px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px rgb(206 203 203 / .8);
          box-shadow: 0 0 9px rgb(206 203 203 / .8);
}
.bl_faq_q {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(28/24);
}
.bl_faq_a {
  position: relative;
  font-size: 18px;
  line-height: calc(28/18);
  margin: 30px 0 0;
}
.bl_faq_q::before,
.bl_faq_a::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 21px);
  display: block;
  width: 40px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bl_faq_q::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/faq_q.png);
}
.bl_faq_a::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/faq_a.png);
}
.bl_faq_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}
.bl_faq_btn {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 200px;
  max-width: 100%;
  min-height: 50px;
  border-radius: 25px;
  background: var(--color-main);
}
.bl_faq_btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/arrow_down.png) no-repeat center / contain;
  -webkit-transition: .5s rotate;
  transition: .5s rotate;
}
.is_active .bl_faq_btn::after {
  rotate: -180deg
}
.bl_faq_boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: .5s grid-template-rows;
  transition: .5s grid-template-rows;
}
.is_active .bl_faq_boxWrap {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.bl_faq_box {
  overflow: hidden;
}
.bl_faq_box2 {
  padding: 30px 0 0;
}
.bl_faq_txt {
  font-size: 18px;
  line-height: calc(28/18);
}
.bl_faq_txt + .bl_faq_txt {
  margin-top: calc(1em * 28/18);
}

/* case */
.bl_case_tabUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--color-border);
}
.bl_case_tab {
  width: calc(100%/3);
}
.bl_case_tab + .bl_case_tab .bl_case_btn {
  border-left: 1px solid var(--color-border);
}
.bl_case_btn {
  font-size: 21px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 78px;
}
.bl_case_btn.is_active {
  color: #fff;
  background-color: var(--color-main);
}
.bl_case_box {
  display: none;
  padding: 52px 55px;
  border: 1px solid var(--color-border);
  border-top: none;
  background: var(--color-sub2);
}
.bl_case_box.is_active {
  display: block;
}
.bl_case_ttl {
  color: var(--color-main);
  font-size: 26px;
  font-weight: 700;
  line-height: calc(36/26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 21px 23px;
  border-bottom: 2px dotted #61b98f;
  margin: 0 0 26px;
}
.bl_case_h {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_case_sec + .bl_case_sec {
  margin-top: 20px;
}
.bl_case_sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: calc(32/20);
  width: 248px;
  max-width: 100%;
  border-radius: 16px;
  background: var(--color-main);
  margin: 0 0 15px;
}
.bl_case_sub.bl_case_sub__1 {
  background-color: #278758;
}
.bl_case_sub.bl_case_sub__2 {
  background-color: #6fbc3f;
}
.bl_case_sub.bl_case_sub__3 {
  background-color: var(--color-accent);
}
.bl_case_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32/18);
}
.bl_case_linkUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 42px 0 0;
}
.bl_case_link {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  max-width: 100%;
  min-height: 70px;
  padding: 0 22px;
  border-radius: 35px;
  background: var(--color-main);
}
.bl_case_link,
.bl_case_link:hover {
  color: #fff;
}
.bl_case_linkTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_case_link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 11px;
  height: 17px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/arrow.png) no-repeat center / contain;
  margin: 0 0 0 auto;
}
@media (hover: hover) {
  .bl_case_link::after {
    -webkit-transition: .3s translate;
    transition: .3s translate;
  }
  .bl_case_link:hover::after {
    translate: 10px 0;
  }
}

/* fee */
.bl_fee_ttl {
  color: var(--color-main);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 34px;
}
.bl_fee_table {
  width: 100%;
  background: #fff;
}
.bl_fee_table thead th {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  width: 50%;
  height: 80px;
  border: 1px solid;
  background: var(--color-main);
}
.bl_fee_table tbody th {
  font-size: 25px;
  font-weight: 500;
  height: 100px;
  padding: 0 20px 0 40px;
  border: 1px solid #989898;
  background: #f4faf8;
}
.bl_fee_table tbody td {
  font-size: 30px;
  font-weight: 700;
  height: 100px;
  padding: 0 20px 0 56px;
  border: 1px solid #989898;
}
.bl_fee_att {
  display: inline-block;
  color: var(--color-main);
  font-size: 36px;
  border-bottom: 4px solid var(--color-accent2)
}

/* ex */
.bl_ex_container {
  padding: 32px 85px 23px;
  border: 5px solid var(--color-main);
  border-radius: 20px;
  background: #fff;
}
.bl_ex_ttl {
  color: var(--color-main);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.bl_ex_dsc {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
}
.bl_ex_dlUnit {
  margin: 45px 0 0;
}
.bl_ex_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d5e1dc;
}
.bl_ex_dl + .bl_ex_dl {
  margin-top: 15px;
}
.bl_ex_dl dt {
  font-size: 21px;
  font-weight: 500;
  line-height: calc(22/21);
  width: 345px;
  text-align: right;
}
.bl_ex_dl dd {
  font-size: 21px;
  line-height: calc(22/21);
  width: calc(100% - 40px - 345px);
}
.bl_ex_note {
  position: relative;
  font-size: 15px;
  line-height: calc(26/15);
  padding: 0 0 0 1em;
  margin: 14px 0 0;
}
.bl_ex_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* flow */
.bl_flow_i {
  margin: 0 0 0 calc(76px/2);
}
.bl_flow_i + .bl_flow_i {
  margin-top: 30px;
}
.bl_flow_num {
  position: absolute;
  top: 50%;
  left: -1px;
  translate: -50% -50%;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background: var(--color-main);
}
.bl_flow_box {
  position: relative;
  padding: 25px calc(32px * 2 + 64px) 25px 76px;
  border: 3px solid var(--color-main);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 64px auto;
  background-position: right 32px center;
  background-color: #fff;
}
.bl_flow_box.bl_flow_box__01 {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_flow01.png);
}
.bl_flow_box.bl_flow_box__02 {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_flow02.png);
}
.bl_flow_box.bl_flow_box__03 {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_flow03.png);
}
.bl_flow_box.bl_flow_box__04 {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_flow04.png);
}
.bl_flow_box.bl_flow_box__05 {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_flow05.png);
}
.bl_flow_ttl {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 18px;
}
.bl_flow_txt {
  font-size: 18px;
  line-height: calc(29/18);
}

/* prof */
.bl_prof_boxUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px;
  margin: 0 45px;
}
.bl_prof_box {
  width: calc(100%/2 - 90px/2);
  padding: 0 0 36px;
  background: #fff;
  background: linear-gradient(to bottom, transparent 151px, #fff 151px, #fff);
}
.bl_prof_img {
  max-width: 405px;
  aspect-ratio: 405/510;
  -webkit-box-shadow: 15px 15px 0 var(--color-main);
          box-shadow: 15px 15px 0 var(--color-main);
  margin: 0 auto;
  translate: calc( -16px / 2) 0;
}
.bl_prof_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_prof_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 54px 0 0;
}
.bl_prof_dtl {
  margin: 45px 0 0;
  padding: 0 40px;
}
.bl_prof_sub {
  color: var(--color-main);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
.bl_prof_sub::before,
.bl_prof_sub::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-main2);
}
.bl_prof_sub::before,
.bl_prof_sub::after {
  content: "";
}
.bl_prof_tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 8px;
  margin: 24px 0 0;
}
.bl_prof_tagList li {
  font-size: 16px;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-sub);
}
.bl_prof_txtUnit {
  margin: 42px 45px 0;
}
.bl_prof_txt {
  font-size: 21px;
  font-weight: 500;
  line-height: calc(33/21);
}
.bl_prof_txt + .bl_prof_txt {
  margin-top: calc(1em * 33 / 22)
}

/* about */
.bl_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 45px;
}
.bl_about_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 600px - 45px);
}
.bl_about_dlUnit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 600px;
}
.bl_about_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid var(--color-main2);
}
.bl_about_dl:first-child {
  padding-top: 0;
}
.bl_about_dl:has(br) {
  padding-block: 30px;
}
.bl_about_dl dt {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 700;
  line-height: calc(20/18);
  width: 160px;
  padding: 0 0 0 21px;
}
.bl_about_dl dd {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(20/18);
  width: calc(100% - 160px);
}

/* contact */
.bl_contact_container {
  color: var(--color-text);
  border-radius: 10px;
  padding: 30px 50px 50px;
  background: #fff;
}
.bl_contact_ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: calc(55/40);
  text-align: center;
}
.bl_contact_txt {
  color: #8d8c8c;
  font-size: 18px;
  line-height: calc(30/18);
  text-align: center;
  margin: 14px 0 0;
}
.bl_contact_form {
  margin: 32px 0 0;
}

/* form */
.bl_form_unit + .bl_form_unit {
  margin-top: 20px;
}
.bl_form_unit + .bl_form_unit.bl_form_unit__checkbox,
.bl_form_unit.bl_form_unit__checkbox + .bl_form_unit {
  margin-top: 50px;
}
.bl_form_ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin: 0 0 8px;
}
.bl_form_lbl {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(25/18);
}
.bl_form_req {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(25/14);
  text-align: center;
  width: 43px;
  border-radius: 5px;
  background: #b22d00;
}
.bl_form_unit2 {
  margin: 20px 0 0;
}
.bl_form_ttl2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.bl_form_box2 .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 24px;
}
.bl_form_box2 span,
.bl_form_box2 label {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.bl_form_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 0;
}
.bl_form span {
  display: block;
}
.bl_form input[type="text"],
.bl_form input[type="tel"],
.bl_form input[type="email"] {
  color: inherit;
  line-height: 1;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 15px 1em;
  border: 1px solid #cecbcb;
  border-radius: 5px;
  background: #fff;
  margin: 0;
}
.bl_form input[type="date"] {
  color: inherit;
  width: 178px;
  height: auto;
  line-height: 1;
  max-width: 100%;
  padding: 9px 1em;
  border: 1px solid #cecbcb;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.bl_form input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #cecbcb;
  background: #fff;
  margin: 0;
}
.bl_form input[type="checkbox"]:checked::before {
  content: "✓";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.bl_form textarea {
  width: 100%;
  height: auto;
  min-height: 235px;
  padding: 1em;
  border: 1px solid #cecbcb;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.bl_form input[type="submit"] {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 265px;
  max-width: 100%;
  min-height: 57px;
  border-radius: 100px;
  background: var(--color-accent);
}

/* footer */
.bl_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
.bl_footer_container {
  width: calc(100% - 650px - 100px);
}
.bl_footer_container2 {
  width: 650px;
}
.bl_footer_catch {
  font-size: 43px;
  font-weight: 700;
  line-height: calc(50/43);
}
.bl_footer_txt {
  font-size: 18px;
  line-height: calc(28/18);
  margin: 25px 0 0;
}
.bl_footer_info {
  color: var(--color-text);
  padding: 40px 33px 35px;
  border-radius: 10px;
  background: #fff;
  margin: 56px 0 0;
}
.bl_footer_infoTtl {
  font-size: 30px;
  font-weight: 700;
}
.bl_footer_infoNum {
  font-size: 46px;
  font-weight: 700;
  padding: 0 0 0 calc(26px + 13px);
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_tel.png) no-repeat left center / 26px auto;
  margin: 26px 0 0;
}
.bl_footer_infoNum a,
.bl_footer_infoNum a:hover {
  color: var(--color-main);
}
.bl_footer_infoCap {
  font-size: 21px;
  margin: 26px 0 0;
}
.bl_footer_infoBtn {
  margin: 26px 0 0;
}
.bl_footer_lineBtn {
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  min-height: 72px;
  padding: 0 12px;
  border-radius: 10px;
  background: #00b900;
  -webkit-box-shadow: 0 4px 0 #007000;
          box-shadow: 0 4px 0 #007000;
}
.bl_footer_lineBtn,
.bl_footer_lineBtn:hover {
  color: #fff;
}
.bl_footer_lineBtn::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_btn_line.png) no-repeat center / 34px auto #fff;
}
.bl_footer_copyright {
  color: #cbe3c7;
  font-size: 15px;
  margin: 26px 0 0;
}
@media (hover: hover) {
  .bl_footer_lineBtn {
    -webkit-transition: .3s translate, .3s box-shadow;
    transition: .3s translate, .3s box-shadow;
  }
  .bl_footer_lineBtn:hover {
    translate: 0 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* element
============================================================ */

.el_main {
  color: var(--color-main);
}

.el_accent {
  color: var(--color-accent);
}

.el_accent2 {
  color:var(--color-accent2);
}

.el_bold {
  font-weight: 700;
}

.el_callBtn {
  color: var(--color-text);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 108px;
  padding: 0 40px;
  border-radius: 54px;
  background: #fff;
}
.el_callBtn_num {
  color: var(--color-main);
  font-size: 50px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.el_callBtn_num::before {
  content: "";
  display: block;
  width: 26px;
  height: 35px;
  background: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_tel.png) no-repeat center / contain;
}
.el_callBtn_cap {
  font-size: 19px;
}

.el_btn {
  color: var(--color-text);
  font-size: 26px;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  min-height: 108px;
  padding: 0 30px;
  border-radius: 54px;
  background: #fff;
}
.el_btn::before {
  content: "";
  display: block;
  width: 52px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.el_btn.el_btn__mail::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_btn_mail.png);
}
.el_btn.el_btn__line::before {
  background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/ico_btn_line.png);
}

.el_callBtn:hover,
.el_btn:hover {
  color: var(--color-text);
}

/* helper
============================================================ */

.hp_hide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

@media screen and (min-width: 751px) {
  .hp_sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .hp_pc {
    display: none !important;
  }
}

.hp_center {
  text-align: center !important;
}

.hp_left {
  text-align: center !important;
}

.hp_right {
  text-align: right !important;
}

/* responsive
============================================================ */
@media (min-width: 751px) and (max-width: 1200px) {

  /* base
  ============================================================ */

  :root {
    --font-size: 1.2308vw;
    --width-content: 92.3077vw;
  }

  /* layout
  ============================================================ */

  .ly_header {
    padding: 0.7692vw 0;
  }

  .ly_gnav {
    padding: 1.5385vw 0;
  }

  .ly_fv {
    padding: 6.1538vw 0 0;
    min-height: 51.7692vw;
  }
  .ly_fv > [class^="bl_"] + [class^="bl_"] {
    margin-top: 3.6923vw;
  }

  .ly_sec {
    padding: 6.1538vw 0;
  }
  .ly_sec > .bl_ttl + .bl_txt {
    margin-top: 3.4615vw;
  }
  .ly_sec > .bl_ttl + [class^="bl_"]:not(.bl_txt),
  .ly_sec > .bl_txt + [class^="bl_"] {
    margin-top: 6.9231vw;
  }

  .ly_sec.ly_sec__faq > [class^="bl_"] + [class^="bl_"] {
    margin-top: 2.4615vw;
  }

  .ly_sec.ly_sec__case > .bl_case {
    padding-inline: 8.0000vw;
  }

  .ly_sec.ly_sec__fee > [class^="bl_"] {
    max-width: 80.3077vw;
  }
  .ly_sec.ly_sec__fee > [class^="bl_"] + [class^="bl_"] {
    margin-top: 3.5385vw;
  }

  .ly_info {
    padding: 5.3846vw 0;
  }

  .ly_footer {
    padding: 6.9231vw 0;
  }

  /* block
  ============================================================ */

  /* header */
  .bl_header {
    gap: 2.3077vw;
  }
  .bl_header_logo {
    gap: 3.0769vw;
    min-height: 4.6154vw;
    padding: 0 0 0 5.7692vw;
    background-size: auto 4.6154vw;
  }
  .bl_header_sub {
    width: 28.3846vw;
  }
  .bl_header_cap {
    font-size: 1.0769vw;
    white-space: nowrap;
    min-height: 2.6923vw;
    padding: 0 1.1538vw 0 3.6923vw;
    background-position: left 1.0769vw center;
    background-size: 1.4615vw auto;
  }
  .bl_header_info {
    gap: 1.1538vw;
  }
  .bl_header_call {
    font-size: 2.6154vw;
    gap: 0.7692vw;
  }
  .bl_header_call::before {
    width: 1.8462vw;
    height: 2.3077vw;
  }
  .bl_header_time {
    font-size: 1.3077vw;
    margin: 0.9231vw 0 0;
  }
  .bl_header_cv {
    width: 15.7692vw;
  }
  .bl_header_cvBtn {
    font-size: 1.3846vw;
    min-height: 4.3077vw;
    border-radius: 2.1538vw;
  }

  /* gnav */
  .bl_gnav_list {
    font-size: 1.3077vw;
  }
  .bl_gnav_i a {
    padding: 0.7692vw 0;
  }

  /* catch */
  .bl_catch_txt {
    font-size: 4.2308vw;
  }
  .bl_catch_deco {
    margin: 0 .25em 0 0;
  }
  .bl_catch_deco::before {
    top: -3.4615vw;
    left: -1.1538vw;
    width: 35.9231vw;
    height: 11.5385vw;
  }
  .bl_catch_l {
    font-size: 5.8462vw;
  }

  /* intro */
  .bl_intro_list {
    gap: 1.1538vw;
  }
  .bl_intro_i {
    width: 18.1538vw;
  }
  .bl_intro_box {
    min-height: 11.6154vw;
    border-radius: 0.7692vw;
  }
  .bl_intro_box::before {
    height: 5.0000vw;
    background-size: auto 3.4615vw;
  }
  .bl_intro_sub {
    font-size: 1.5385vw;
  }

  /* cv */
  .bl_cv_box {
    width: 43.4615vw;
  }
  .bl_cv_btn {
    min-height: 8.4615vw;
    padding: 0 0 0 11.6923vw;
    border-radius: 0.7692vw;
    -webkit-box-shadow: 0 0.3846vw #ad4332;
            box-shadow: 0 0.3846vw #ad4332;
  }
  .bl_cv_btn::before {
    top: calc(50% - 5.3077vw);
    left: -2.3077vw;
    width: 12.1538vw;
    height: 10.6154vw;
  }
  .bl_dv_sub {
    font-size: 2.1538vw;
  }

  /* ttl */
  .bl_ttl_cap {
    font-size: 1.8462vw;
  }
  .bl_ttl_sub {
    font-size: 3.0769vw;
    margin: 1.2308vw 0 0;
  }

  /* txt */
  .bl_txt {
    font-size: 1.3846vw;
  }

  /* problem */
  .bl_problem_list {
    gap: 3.4615vw 2.0000vw;
  }
  .bl_problem_box {
    min-height: 15.6923vw;
    border-radius: 0.7692vw;
  }
  .bl_problem_box::before {
    height: 8.8462vw;
    background-size: 8.8462vw auto;
  }
  .bl_problem_txt {
    font-size: 1.6154vw;
  }
  .bl_problem_catch {
    font-size: 2.3077vw;
    margin: 9.6923vw 0 0;
  }
  .bl_problem_catch::before {
    bottom: calc(100% + 9.6923vw / 2);
    width: 5.7692vw;
    height: 2.3846vw;
  }
  .bl_problem_bottom {
    padding: 2.6923vw 0;
    border-radius: 0.7692vw;
    margin: 3.0769vw 0 0;
  }
  .bl_problem_bottomTxt {
    font-size: 2.3077vw;
  }
  .bl_problem_bottomTxt2 {
    font-size: 3.0769vw;
    margin: 0.7692vw 0 0;
  }
  .bl_problem_hl::before {
    bottom: -0.2308vw;
    left: -0.7692vw;
    width: calc(100% + 1.5385vw);
    height: 1.0769vw;
  }
  .bl_problem_n {
    font-size: 5.3846vw;
  }

  /* info */
  .bl_info_txt {
    font-size: 2.3077vw;
  }
  .bl_info_txt2 {
    font-size: 3.2308vw;
    margin: 2.3077vw 0 0;
  }
  .bl_info_btnUnit {
    gap: 1.3846vw;
    margin: 3.4615vw 0 0;
  }

  /* risk */
  .bl_risk {
    gap: 7.3846vw;
  }
  .bl_risk_box.bl_risk_box__1 {
    width: calc(100% - 7.3846vw - 43.3846vw);
  }
  .bl_risk_box.bl_risk_box__2 {
    width: 43.3846vw;
  }
  .bl_risk_catch {
    font-size: 2.9231vw;
  }
  .bl_risk_list {
    margin: 2.4615vw 0 0;
  }
  .bl_risk_i {
    padding: 0 0 0 calc(4.6154vw + 1.5385vw);
  }
  .bl_risk_i + .bl_risk_i {
    margin-top: 8.4615vw;
  }
  .bl_risk_num {
    font-size: 2.4615vw;
    width: 4.6154vw;
    height: 4.6154vw;
  }
  .bl_risk_ttl {
    font-size: 2.4615vw;
    padding: calc((4.6154vw - 2.4615vw) / 2) 0;
  }
  .bl_risk_txt {
    font-size: 1.5385vw;
    margin: 0.4615vw 0 0;
  }

  /* graph */
  .bl_graph_img {
    max-width: 43.3846vw;
  }
  .bl_graph_ttl {
    font-size: 1.8462vw;
    margin: 3.4615vw 0 0;
  }
  .bl_graph_txt {
    font-size: 1.0769vw;
    margin: 2.0000vw 0 0;
  }

  /* part */
  .bl_part_box + .bl_part_box {
    margin-top: 4.1538vw;
  }
  .bl_part_ttl {
    font-size: 2.0000vw;
    max-width: 89.2308vw;
    padding: 0.6923vw;
    border-radius: 1.7692vw;
  }
  .bl_part_img {
    max-width: 89.2308vw;
    margin: 2.0769vw auto 0;
  }
  .bl_part_txt {
    font-size: 1.3846vw;
    margin: 1.8462vw 0 0;
  }

  /* step */
  .bl_step_list {
    gap: 12.0000vw;
  }
  .bl_step_i {
    width: calc(100% / 3 - 12.0000vw * 2 / 3);
  }
  .bl_step_i + .bl_step_i::before {
    right: calc(100% + 12.0000vw / 2 - 2.1538vw);
    width: 3.6923vw;
    height: 6.5385vw;
  }
  .bl_step_box {
    min-height: 32.6923vw;
    padding: 0 2.3077vw;
    border-radius: 0.7692vw;
    -webkit-box-shadow: 0 0 0.7692vw rgb(47 165 109 / .41);
            box-shadow: 0 0 0.7692vw rgb(47 165 109 / .41);
  }
  .bl_step_cap {
    font-size: 2.1538vw;
    padding: 0.7692vw 0;
    border-radius: 0 0 0.7692vw 0.7692vw;
  }
  .bl_step_ttl {
    font-size: 2.6154vw;
    height: 13.2308vw;
  }
  .bl_step_txt {
    font-size: 1.3846vw;
  }

  /* merit */
  .bl_merit_list {
    gap: 3.3846vw 3.0769vw;
  }
  .bl_merit_box {
    min-height: 33.8462vw;
    padding: 3.0769vw 0 3.5385vw;
    border-radius: 1.5385vw;
  }
  .bl_merit_ttl {
    gap: 1.5385vw;
    margin: 0 3.0769vw;
  }
  .bl_merit_num {
    font-size: 3.3846vw;
  }
  .bl_merit_sub {
    font-size: 2.1538vw;
  }
  .bl_merit_img {
    margin: 3.0769vw 3.8462vw 0;
  }
  .bl_merit_txt {
    font-size: 1.3846vw;
    margin: 3.5385vw 3.8462vw 0;
  }

  /* forte */
  .bl_forte_list {
    gap: 3.4615vw;
  }
  .bl_forte_i {
    max-width: calc(100% / 3 - 3.4615vw * 2 / 3);
  }
  .bl_forte_img {
    max-width: 21.5385vw;
  } 
  .bl_forte_ttl {
    font-size: 2.3077vw;
    min-height: 11.1538vw;
    margin: 1.9231vw 0 0;
  }
  .bl_forte_txt {
    font-size: 1.3846vw;
    max-width: 18.8462vw;
  }

  /* faq */
  .bl_faq_container {
    padding: 3.0769vw 6.3077vw;
    border-radius: 0.7692vw;
    -webkit-box-shadow: 0 0 0.6923vw rgb(206 203 203 / .8);
            box-shadow: 0 0 0.6923vw rgb(206 203 203 / .8);
  }
  .bl_faq_q {
    font-size: 1.8462vw;
  }
  .bl_faq_a {
    font-size: 1.3846vw;
    margin: 2.3077vw 0 0;
  }
  .bl_faq_q::before,
  .bl_faq_a::before {
    right: calc(100% + 1.6154vw);
    width: 3.0769vw;
    height: 2.9231vw;
  }
  .bl_faq_btnWrap {
    margin: 2.3077vw 0 0;
  }
  .bl_faq_btn {
    font-size: 1.3846vw;
    gap: 1.2308vw;
    width: 15.3846vw;
    min-height: 3.8462vw;
    border-radius: 1.9231vw;
  }
  .bl_faq_btn::after {
    width: 1.0000vw;
    height: 0.6154vw;
  }
  .bl_faq_box2 {
    padding: 2.3077vw 0 0;
  }
  .bl_faq_txt {
    font-size: 1.3846vw;
  }

  /* case */
  .bl_case_btn {
    font-size: 1.6154vw;
    min-height: 6.0000vw;
  }
  .bl_case_box {
    padding: 4.0000vw 4.2308vw;
  }
  .bl_case_ttl {
    font-size: 2.0000vw;
    padding: 0 1.6154vw 1.7692vw;
    border-bottom: 0.1538vw dotted #61b98f;
    margin: 0 0 2.0000vw;
  }
  .bl_case_sec + .bl_case_sec {
    margin-top: 1.5385vw;
  }
  .bl_case_sub {
    font-size: 1.5385vw;
    width: 19.0769vw;
    border-radius: 1.2308vw;
    margin: 0 0 1.1538vw;
  }
  .bl_case_txt {
    font-size: 1.3846vw;
  }
  .bl_case_linkUnit {
    margin: 3.2308vw 0 0;
  }
  .bl_case_link {
    font-size: 1.4615vw;
    width: 31.9231vw;
    min-height: 5.3846vw;
    padding: 0 1.6923vw;
    border-radius: 2.6923vw;
  }
  .bl_case_link::after {
    width: 0.8462vw;
    height: 1.3077vw;
  }

  /* fee */
  .bl_fee_ttl {
    font-size: 3.0769vw;
    margin: 0 0 2.6154vw;
  }
  .bl_fee_table {
    width: 100%;
  }
  .bl_fee_table thead th {
    font-size: 1.7692vw;
    width: 50%;
    height: 6.1538vw;
  }
  .bl_fee_table tbody th {
    font-size: 1.9231vw;
    height: 7.6923vw;
    padding: 0 1.5385vw 0 3.0769vw;
  }
  .bl_fee_table tbody td {
    font-size: 2.3077vw;
    height: 7.6923vw;
    padding: 0 1.5385vw 0 4.3077vw;
  }
  .bl_fee_att {
    font-size: 2.7692vw;
    border-bottom: 0.3077vw solid var(--color-accent2)
  }

  /* ex */
  .bl_ex_container {
    padding: 2.4615vw 6.5385vw 1.7692vw;
    border: 0.3846vw solid var(--color-main);
    border-radius: 1.5385vw;
  }
  .bl_ex_ttl {
    font-size: 2.3077vw;
  }
  .bl_ex_dsc {
    font-size: 2.3077vw;
    margin: 1.5385vw 0 0;
  }
  .bl_ex_dlUnit {
    margin: 3.4615vw 0 0;
  }
  .bl_ex_dl {
    gap: 3.0769vw;
    padding: 0 0 1.1538vw;
  }
  .bl_ex_dl + .bl_ex_dl {
    margin-top: 1.1538vw;
  }
  .bl_ex_dl dt {
    font-size: 1.6154vw;
    width: 26.5385vw;
  }
  .bl_ex_dl dd {
    font-size: 1.6154vw;
  }
  .bl_ex_note {
    font-size: 1.1538vw;
    margin: 1.0769vw 0 0;
  }

  /* flow */
  .bl_flow_i {
    margin: 0 0 0 calc(5.8462vw/2);
  }
  .bl_flow_i + .bl_flow_i {
    margin-top: 2.3077vw;
  }
  .bl_flow_num {
    font-size: 2.2308vw;
    width: 5.8462vw;
    height: 5.8462vw;
  }
  .bl_flow_box {
    padding: 1.9231vw calc(2.4615vw * 2 + 4.9231vw) 1.9231vw 5.8462vw;
    border: 0.2308vw solid var(--color-main);
    border-radius: 0.7692vw;
    background-size: 4.9231vw auto;
    background-position: right 2.4615vw center;
  }
  .bl_flow_ttl {
    font-size: 2.3077vw;
    margin: 0 0 1.3846vw;
  }
  .bl_flow_txt {
    font-size: 1.3846vw;
  }

  /* prof */
  .bl_prof_boxUnit {
    gap: 6.9231vw;
    margin: 0 3.4615vw;
  }
  .bl_prof_box {
    padding: 0 0 2.7692vw;
  }
  .bl_prof_img {
    max-width: 31.1538vw;
    -webkit-box-shadow: 1.1538vw 1.1538vw 0 var(--color-main);
            box-shadow: 1.1538vw 1.1538vw 0 var(--color-main);
    translate: calc( -1.2308vw / 2) 0;
  }
  .bl_prof_ttl {
    font-size: 2.3077vw;
    margin: 4.1538vw 0 0;
  }
  .bl_prof_dtl {
    margin: 3.4615vw 0 0;
    padding: 0 3.0769vw;
  }
  .bl_prof_sub {
    font-size: 1.5385vw;
  }
  .bl_prof_tagList {
    gap: 0.9231vw 0.6154vw;
    margin: 1.8462vw 0 0;
  }
  .bl_prof_tagList li {
    font-size: 1.2308vw;
    padding: 0.3846vw 1.5385vw;
    border-radius: 1.0769vw;
  }
  .bl_prof_txtUnit {
    margin: 3.2308vw 3.4615vw 0;
  }
  .bl_prof_txt {
    font-size: 1.6154vw;
  }

  /* about */
  .bl_about {
    gap: 3.4615vw;
  }
  .bl_about_img {
    width: calc(100% - 46.1538vw - 3.4615vw);
  }
  .bl_about_dlUnit {
    width: 46.1538vw;
  }
  .bl_about_dl {
    padding: 3.0769vw 0;
  }
  .bl_about_dl:first-child {
    padding-top: 0;
  }
  .bl_about_dl:has(br) {
    padding-block: 2.3077vw;
  }
  .bl_about_dl dt {
    font-size: 1.3846vw;
    width: 12.3077vw;
    padding: 0 0 0 1.6154vw;
  }
  .bl_about_dl dd {
    font-size: 1.3846vw;
  }

  /* contact */
  .bl_contact_container {
    border-radius: 0.7692vw;
    padding: 2.3077vw 3.8462vw 3.8462vw;
  }
  .bl_contact_ttl {
    font-size: 3.0769vw;
  }
  .bl_contact_txt {
    font-size: 1.3846vw;
    margin: 1.0769vw 0 0;
  }
  .bl_contact_form {
    margin: 2.4615vw 0 0;
  }

  /* form */
  .bl_form_unit + .bl_form_unit {
    margin-top: 1.5385vw;
  }
  .bl_form_unit + .bl_form_unit.bl_form_unit__checkbox,
  .bl_form_unit.bl_form_unit__checkbox + .bl_form_unit {
    margin-top: 3.8462vw;
  }
  .bl_form_ttl p {
    gap: 1.1538vw;
    margin: 0 0 0.6154vw;
  }
  .bl_form_lbl {
    font-size: 1.3846vw;
  }
  .bl_form_req {
    font-size: 1.0769vw;
    width: 3.3077vw;
    border-radius: 0.3846vw;
  }
  .bl_form_unit2 {
    margin: 1.5385vw 0 0;
  }
  .bl_form_ttl2 {
    font-size: 1.3846vw;
    margin: 0 0 1.1538vw;
  }
  .bl_form_box2 .wpcf7-checkbox {
    gap: 1.5385vw 1.8462vw;
  }
  .bl_form_box2 span,
  .bl_form_box2 label {
    font-size: 1.3846vw;
    gap: 1.0769vw;
  }
  .bl_form_btnUnit {
    margin: 1.9231vw 0 0;
  }

  .bl_form input[type="text"],
  .bl_form input[type="tel"],
  .bl_form input[type="email"] {
    padding: 1.1538vw 1em;
    border-radius: 0.3846vw;
  }
  .bl_form input[type="date"] {
    width: 13.6923vw;
    padding: 0.6923vw 1em;
    border-radius: 0.3846vw;
  }
  .bl_form input[type="checkbox"] {
    width: 2.3077vw;
    height: 2.3077vw;
    margin: 0;
  }
  .bl_form textarea {
    min-height: 18.0769vw;
    border-radius: 0.3846vw;
  }
  .bl_form input[type="submit"] {
    font-size: 2.1538vw;
    width: 20.3846vw;
    min-height: 4.3846vw;
    border-radius: 2.2308vw;
  }

  /* footer */
  .bl_footer {
    gap: 7.6923vw;
  }
  .bl_footer_container {
    width: calc(100% - 50.0000vw - 7.6923vw);
  }
  .bl_footer_container2 {
    width: 50.0000vw;
  }
  .bl_footer_catch {
    font-size: 3.3077vw;
  }
  .bl_footer_txt {
    font-size: 1.3846vw;
    margin: 1.9231vw 0 0;
  }
  .bl_footer_info {
    padding: 3.0769vw 2.5385vw 2.6923vw;
    border-radius: 0.7692vw;
    margin: 4.3077vw 0 0;
  }
  .bl_footer_infoTtl {
    font-size: 2.3077vw;
  }
  .bl_footer_infoNum {
    font-size: 3.5385vw;
    padding: 0 0 0 calc(2.0000vw + 1.0000vw);
    background-size: 2.0000vw auto;
    margin: 2.0000vw 0 0;
  }
  .bl_footer_infoCap {
    font-size: 1.6154vw;
    margin: 2.0000vw 0 0;
  }
  .bl_footer_infoBtn {
    margin: 2.0000vw 0 0;
  }
  .bl_footer_lineBtn {
    font-size: 1.7692vw;
    gap: 2.4615vw;
    min-height: 5.5385vw;
    padding: 0 0.9231vw;
    border-radius: 0.7692vw;
    -webkit-box-shadow: 0 0.3077vw 0 #007000;
            box-shadow: 0 0.3077vw 0 #007000;
  }
  .bl_footer_lineBtn::before {
    width: 4.1538vw;
    height: 4.1538vw;
    border-radius: 100%;
    background-size: 2.6154vw auto;
  }
  .bl_footer_copyright {
    font-size: 1.1538vw;
    margin: 2.0000vw 0 0;
  }

  /* element
  ============================================================ */

  .el_callBtn {
    gap: 0.7692vw;
    min-height: 8.3077vw;
    padding: 0 3.0769vw;
    border-radius: 4.1538vw;
  }
  .el_callBtn_num {
    font-size: 3.8462vw;
    gap: 0.7692vw;
  }
  .el_callBtn_num::before {
    width: 2.0000vw;
    height: 2.6923vw;
  }
  .el_callBtn_cap {
    font-size: 1.4615vw;
  }

  .el_btn {
    font-size: 2.0000vw;
    gap: 2.3077vw;
    min-height: 8.3077vw;
    padding: 0 2.3077vw;
    border-radius: 4.1538vw;
  }
  .el_btn::before {
    width: 4.0000vw;
    height: 3.8462vw;
  }

}
@media (max-width: 750px) {

  :root {
    --font-size: 3.7333vw;
  }

  /* layout
  ============================================================ */

  .ly_header {
    padding-block: 0;
  }

  .ly_gnav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    padding-block: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    opacity: 0;
    -webkit-transition: .3s translate, .3s opacity;
    transition: .3s translate, .3s opacity;
  }
  .ly_gnav.is_active {
    translate: -100% 0;
    opacity: 1;
  }
  .ly_gnav > [class^="bl_"] {
    width: 100%;
    height: calc(100% + 0.1333vw);
  }

  .ly_fv {
    padding-top: 9.3333vw;
    min-height: 160vw;
    background-image: url(https://souzokusoudan-bengoshi.com/wp-content/uploads/2025/12/img_fv_sp.jpg);
  }
  .ly_fv > [class^="bl_"] {
    margin-inline: 4.8vw;
  }
  .ly_fv > .bl_catch {
    margin-right: 2.6667vw;
  }
  .ly_fv > [class^="bl_"] + [class^="bl_"] {
    margin-top: 4.5333vw;
  }

  .ly_sec {
    padding-block: 10.6667vw;
  }
  .ly_sec > .bl_ttl + .bl_txt {
    margin-top: 5.3333vw;
  }
  .ly_sec > .bl_ttl + [class^="bl_"]:not(.bl_txt),
  .ly_sec > .bl_txt + [class^="bl_"] {
    margin-top: 10.6667vw;
  }

  .ly_sec.ly_sec__faq > [class^="bl_"] + [class^="bl_"] {
    margin-top: 6.4vw;
  }

  .ly_sec.ly_sec__case > .bl_case {
    padding-inline: 0;
  }

  .ly_sec.ly_sec__fee > [class^="bl_"] {
    max-width: none;
  }
  .ly_sec.ly_sec__fee > [class^="bl_"] + [class^="bl_"] {
    margin-top: 13.3333vw;
  }

  .ly_sec > [class^="bl_"] {
    margin-inline: 4.8vw;
  }

  .ly_info {
    padding-block: 5.3333vw;
  }
  .ly_info > [class^="bl_"] {
    margin-inline: 4.8vw;
  }

  .ly_footer {
    padding-top: 12.8vw;
    padding-bottom: 4vw;
  }
  .ly_footer > [class^="bl_"] {
    margin-inline: 4.8vw;
  }

  /* block
  ============================================================ */

  /* header */
  .bl_header {
    gap: 2.2667vw;
    padding-left: 2.2667vw;
  }
  .bl_header_logo {
    display: block;
    min-height: 8.5333vw;
    padding-left: 10.1333vw;
    background-size: 8.8vw;
  }
  .bl_header_sub {
    width: 65.3333vw;
  }
  .bl_header_cap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.6667vw;
    min-height: 5.4667vw;
    padding-right: 2.6667vw;
    padding-left: 7.4667vw;
    background-position: 1.6vw;
    background-size: 2.8vw auto;
    margin-top: 0.9333vw;
  }
  .bl_header_menuBtn {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2vw;
    width: 16vw;
    aspect-ratio: 1/1;
    background: var(--color-accent);
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
  }
  .bl_header_menuBtn.is_active {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    background-color: transparent;
  }
  .bl_header_menuIco {
    position: relative;
    display: block;
    width: 8.2667vw;
    height: 6.4vw;
  }
  .bl_header_menuIco::before,
  .bl_header_menuIco::after {
    content: "";
  }
  .bl_header_menuIco::before,
  .bl_header_menuIco span,
  .bl_header_menuIco::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 0.4vw;
    background: currentColor;
    -webkit-transition: .5s translate, .3s rotate, .3s opacity;
    transition: .5s translate, .3s rotate, .3s opacity;
  }
  .bl_header_menuIco::before {
    translate: 0 calc(-50% - 2.9333vw);
  }
  .bl_header_menuIco span {
    translate: 0 calc(-50%);
  }
  .bl_header_menuIco::after {
    translate: 0 calc(-50% + 2.9333vw);
  }
  .is_active .bl_header_menuIco::before {
    translate: 0 calc(-50%);
    rotate: -135deg;
  }
  .is_active .bl_header_menuIco span {
    opacity: 0;
  }
  .is_active .bl_header_menuIco::after {
    translate: 0 calc(-50%);
    rotate: 135deg;
  }
  .bl_header_menuTxt {
    font-size: 2.6667vw;
  }

  /* gnav */
  .bl_gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_gnav_list {
    font-size: 4.2667vw;
    display: block;
    width: 100%;
  }
  .bl_gnav_i a {
    text-align: center;
    line-height: calc(48/32);
    padding-block: 2.6667vw;
    border-bottom: 0.1333vw solid;
  }

  /* catch */
  .bl_catch_txt {
    font-size: 8.1333vw;
    line-height: calc(90/61);
  }
  .bl_catch_in {
    display: inline;
  }
  .bl_catch_deco {
    display: inline;
  }
  .bl_catch_deco::before {
    top: -6vw;
    left: -2vw;
    width: 65.7333vw;
    height: 21.0667vw;
  }
  .bl_catch_l {
    font-size: 10.8vw;
    line-height: calc(90/81);
    display: inline;
  }
  .bl_catch_s {
    position: relative;
    display: inline;
  }

  /* intro */
  .bl_intro_list {
    display: block;
  }
  .bl_intro_i {
    width: 43.4667vw;
  }
  .bl_intro_i + .bl_intro_i {
    margin-top: 2.1333vw;
  }
  .bl_intro_box {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    min-height: 24.6667vw;
    border-radius: 1.3333vw;
  }
  .bl_intro_box::before {
    height: 8.5333vw;
    background-size: auto 100%;
  }
  .bl_intro_sub {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    font-size: 3.4667vw;
    font-weight: 700;
    line-height: calc(33/26);
  }
  .bl_intro_sub.bl_intro_sub__3row {
    line-height: calc(30/26);
  }

  /* cv */
  .bl_cv_box {
    width: 100%;
  }
  .bl_cv_btn {
    min-height: 18vw;
    padding-left: 24vw;
    border-radius: 1.3333vw;
    -webkit-box-shadow: 0 0.6667vw #ad4332;
            box-shadow: 0 0.6667vw #ad4332;
  }
  .bl_cv_btn::before {
    top: calc(50% - 10.9333vw);
    left: -4.9333vw;
    width: 24.9333vw;
    height: 21.8667vw;
  }
  .bl_dv_sub {
    font-size: 4.4vw;
  }

  /* ttl */
  .bl_ttl_cap {
    font-size: 4.5333vw;
  }
  .bl_ttl_sub {
    font-size: 5.8667vw;
    line-height: calc(55/44);
    margin-top: 4vw;
  }
  .bl_ttl_sub2 {
    font-size: 5.3333vw;
    line-height: calc(55/40);
  }

  /* txt */
  .bl_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
    text-align: left;
  }

  /* problem */
  .bl_problem_list {
    gap: 3.7333vw;
  }
  .bl_problem_i {
    width: calc(100% / 2 - 3.7333vw / 2);
  }
  .bl_problem_box {
    min-height: 39.3333vw;
    border-radius: 1.3333vw;
  }
  .bl_problem_box::before {
    height: 18.2667vw;
    background-size: 16.8vw auto;
  }
  .bl_problem_txt {
    font-size: 3.7333vw;
    line-height: calc(38/28);
  }
  .bl_problem_catch {
    font-size: 5.0667vw;
    font-weight: 700;
    line-height: calc(55/38);
    letter-spacing: -.05em;
    text-align: left;
    margin-top: 17.3333vw;
  }
  .bl_problem_catch::before {
    bottom: calc(100% + 8.6667vw);
    width: 12vw;
    height: 5.0667vw;
  }
  .bl_problem_bottom {
    padding-block: 4.8vw;
    border-radius: 1.3333vw;
    margin-top: 6.6667vw;
  }
  .bl_problem_bottomTxt {
    font-size: 4.5333vw;
  }
  .bl_problem_bottomTxt2 {
    font-size: 5.8667vw;
    line-height: calc(61/44);
    margin-top: 0;
  }
  .bl_problem_hl {
    display: inline;
  }
  .bl_problem_hl::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.8667vw;
  }
  .bl_problem_ib {
    display: inline;
  }
  .bl_problem_n {
    font-size: 9.8667vw;
    display: inline;
  }

  /* info */
  .bl_info_txt {
    font-size: 4.2667vw;
  }
  .bl_info_txt2 {
    font-size: 5.8667vw;
    line-height: calc(55/44);
    margin-top: 1.7333vw;
  }
  .bl_info_btnUnit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw 1.8667vw;
    margin-top: 4.2667vw;
  }
  .bl_info_btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  /* risk */
  .bl_risk {
    display: block;
  }
  .bl_risk_box + .bl_risk_box {
    margin-top: 13.3333vw;
  }
  .bl_risk_box.bl_risk_box__1,
  .bl_risk_box.bl_risk_box__2 {
    width: auto;
  }
  .bl_risk_catch {
    font-size: 5.6vw;
    line-height: calc(56/42);
  }
  .bl_risk_list {
    margin-top: 4.9333vw;
  }
  .bl_risk_i {
    padding-left: calc(9.0667vw + 2.1333vw);
  }
  .bl_risk_i + .bl_risk_i {
    margin-top: 9.8667vw;
  }
  .bl_risk_num {
    font-size: 4.6667vw;
    width: 9.0667vw;
    height: 9.0667vw;
  }
  .bl_risk_ttl {
    font-size: 4.8vw;
    padding-block: calc((9.0667vw - 4.8vw) / 2);
  }
  .bl_risk_txt {
    font-size: 3.7333vw;
    line-height: calc(42/28);
    margin-top: 1.2vw;
  }

  /* graph */
  .bl_graph_img {
    max-width: 81.4667vw;
  }
  .bl_graph_ttl {
    font-size: 3.8667vw;
    font-weight: 700;
    margin-top: 9.3333vw;
  }
  .bl_graph_txt {
    font-size: 3.2vw;
    line-height: calc(35/24);
    margin-top: 5.6vw;
    text-align: left;
  }

  /* part */
  .bl_part_box + .bl_part_box {
    margin-top: 10.6667vw;
  }
  .bl_part_ttl {
    font-size: 4.4vw;
    max-width: none;
    padding-block: 1.7333vw;
    border-radius: 4vw;
  }
  .bl_part_img {
    max-width: none;
    margin-top: 5.3333vw;
  }
  .bl_part_txt {
    font-size: 3.7333vw;
    line-height: calc(42/28);
    margin-top: 5.6vw;
  }

  /* step */
  .bl_step_list {
    display: block;
  }
  .bl_step_i {
    width: auto;
  }
  .bl_step_i + .bl_step_i {
    margin-top: 13.3333vw;
  }
  .bl_step_i + .bl_step_i::before {
    top: auto;
    bottom: calc(100% + 6.6667vw);
    right: 50%;
    translate: 50% 50%;
    width: 12vw;
    height: 5.0667vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .bl_step_box {
    height: auto;
    min-height: auto;
    padding: 0 8vw 5.3333vw;
    border-radius: 1.3333vw;
    -webkit-box-shadow: 0 0 1.3333vw rgb(47 165 109 / .41);
            box-shadow: 0 0 1.3333vw rgb(47 165 109 / .41);
  }
  .bl_step_cap {
    font-size: 4.8vw;
    padding-block: 1.3333vw;
    border-radius: 0 0 1.3333vw 1.3333vw;
  }
  .bl_step_ttl {
    font-size: 5.0667vw;
    line-height: 1;
    display: block;
    height: auto;
    padding-block: 5.3333vw;
  }
  .bl_step_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
    margin-top: -1.3333vw;
  }

  /* merit */
  .bl_merit_list {
    display: block;
  }
  .bl_merit_i {
    width: auto;
  }
  .bl_merit_i + .bl_merit_i {
    margin-top: 8vw;
  }
  .bl_merit_box {
    height: auto;
    min-height: auto;
    padding-block: 6.6667vw;
    border-radius: 2.6667vw;
  }
  .bl_merit_ttl {
    gap: 2.6667vw;
    margin-right: 0;
    margin-left: 4vw;
  }
  .bl_merit_num {
    font-size: 6.4vw;
  }
  .bl_merit_sub {
    font-size: 4.8vw;
    line-height: calc(48/36);
  }
  .bl_merit_img {
    aspect-ratio: 570/200;
    margin-top: 6.6667vw;
    margin-inline: 6.6667vw;
  }
  .bl_merit_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
    margin-top: 6vw;
    margin-inline: 6.6667vw;
  }

  /* forte */
  .bl_forte_list {
    display: block;
  }
  .bl_forte_i {
    width: auto;
    max-width: none;
  }
  .bl_forte_i + .bl_forte_i {
    margin-top: 10vw;
  }
  .bl_forte_img {
    max-width: 44vw;
  }
  .bl_forte_ttl {
    font-size: 5.3333vw;
    line-height: calc(52/40);
    min-height: auto;
    margin-top: 4.8vw;
  }
  .bl_forte_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
    max-width: none;
    margin-top: 3.4667vw;
  }

  /* faq */
  .bl_faq_container {
    padding: 5.3333vw 5.3333vw 5.3333vw 12.8vw;
    border-radius: 1.3333vw;
    -webkit-box-shadow: 0 0 1.2vw rgb(206 203 203 / .8);
            box-shadow: 0 0 1.2vw rgb(206 203 203 / .8);
  }
  .bl_faq_q {
    font-size: 4.2667vw;
    line-height: calc(42/32);
  }
  .bl_faq_a {
    font-size: 3.7333vw;
    line-height: calc(47/28);
    margin-top: 4vw;
  }
  .bl_faq_q::before,
  .bl_faq_a::before {
    right: calc(100% + 3.8667vw);
    width: 5.8667vw;
    height: 5.6vw;
  }
  .bl_faq_btnWrap {
    margin-top: 5.3333vw;
  }
  .bl_faq_btn {
    font-size: 3.6vw;
    gap: 3.4667vw;
    width: 40.9333vw;
    min-height: 10.2667vw;
    border-radius: 5.2vw;
  }
  .bl_faq_btn::after {
    width: 2.6667vw;
    height: 1.4667vw;
  }
  .bl_faq_box2 {
    padding-top: 5.3333vw;
  }
  .bl_faq_txt {
    font-size: 3.7333vw;
    line-height: calc(47/28);
  }
  .bl_faq_txt + .bl_faq_txt {
    margin-top: calc(1em * 47/28);
  }

  /* case */
  .bl_case_btn {
    font-size: 3.7333vw;
    min-height: 10.4vw;
  }
  .bl_case_box {
    padding: 7.3333vw 6.6667vw;
  }
  .bl_case_ttl {
    font-size: 4.2667vw;
    line-height: calc(42/32);
    padding-inline: 0;
    padding-bottom: 3.0667vw;
    border-bottom: 0.2667vw dotted #61b98f;
    margin-bottom: 3.0667vw;
  }
  .bl_case_sec + .bl_case_sec {
    margin-top: 7.2vw;
  }
  .bl_case_sub {
    font-size: 3.7333vw;
    line-height: calc(46/28);
    width: 49.3333vw;
    border-radius: 3.0667vw;
    margin-inline: auto;
    margin-bottom: 3.2vw;
  }
  .bl_case_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
  }
  .bl_case_linkUnit {
    margin-top: 9.3333vw;
  }
  .bl_case_link {
    font-size: 3.6vw;
    width: 70.6667vw;
    min-height: 14.6667vw;
    padding-inline: 4.2667vw;
    border-radius: 7.3333vw;
  }
  .bl_case_link::after {
    width: 1.4667vw;
    height: 2.2667vw;
  }

  /* fee */
  .bl_fee_ttl {
    font-size: 5.8667vw;
    margin-bottom: 8.9333vw;
  }
  .bl_fee_table thead th {
    font-size: 4.1333vw;
    font-weight: 700;
    height: 12.8vw;
  }
  .bl_fee_table tbody th {
    font-size: 4vw;
    line-height: calc(40/30);
    height: 16.2667vw;
    padding-inline: 2.8vw;
  }
  .bl_fee_table tbody td {
    font-size: 4vw;
    height: 16.2667vw;
    padding-inline: 3.2vw;
  }
  .bl_fee_att {
    font-size: 5.4667vw;
    border-bottom-width: 0.5333vw;
  }

  /* ex */
  .bl_ex_container {
    padding: 5.6vw 3.8667vw 6.4vw;
    border-width: 0.6667vw;
    border-radius: 2.6667vw;
  }
  .bl_ex_ttl {
    font-size: 5.0667vw;
  }
  .bl_ex_dsc {
    font-size: 5.0667vw;
    line-height: calc(52/38);
    margin-top: 4.6667vw;
  }
  .bl_ex_dlUnit {
    margin-top: 6vw;
  }
  .bl_ex_dl {
    gap: 4.8vw;
    padding-bottom: 3.3333vw;
  }
  .bl_ex_dl + .bl_ex_dl {
    margin-top: 3.3333vw;
  }
  .bl_ex_dl dt {
    font-size: 3.7333vw;
    line-height: calc(30/28);
    width: 30.6667vw;
  }
  .bl_ex_dl dd {
    font-size: 3.7333vw;
    line-height: calc(30/28);
    width: calc(100% - 4.8vw - 30.6667vw);
  }
  .bl_ex_note {
    font-size: 3.2vw;
    line-height: calc(32/24);
    margin-top: 2.6667vw;
  }

  /* flow */
  .bl_flow_i {
    margin-left: calc(11.7333vw / 2);
  }
  .bl_flow_i + .bl_flow_i {
    margin-top: 4vw;
  }
  .bl_flow_num {
    font-size: 4.2667vw;
    width: 11.7333vw;
    height: 11.7333vw;
  }
  .bl_flow_box {
    padding: 5.3333vw calc(2.6667vw * 2 + 10.5333vw) 5.3333vw 11.7333vw;
    border-width: 0.4vw;
    border-radius: 1.3333vw;
    background-size: 10.5333vw auto;
    background-position: right 2.6667vw center;
  }
  .bl_flow_ttl {
    font-size: 5.0667vw;
    margin-bottom: 4vw;
  }
  .bl_flow_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
  }

  /* prof */
  .bl_prof_boxUnit {
    display: block;
    margin-inline: 0;
  }
  .bl_prof_box {
    width: auto;
    padding-bottom: 8vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.6vw, transparent), color-stop(27.6vw, #fff), to(#fff));
    background: linear-gradient(to bottom, transparent 27.6vw, #fff 27.6vw, #fff);
  }
  .bl_prof_box + .bl_prof_box {
    margin-top: 10.6667vw;
  }
  .bl_prof_img {
    max-width: 66.1333vw;
    aspect-ratio: 496/563;
    -webkit-box-shadow: 2.2667vw 2.2667vw 0 var(--color-main);
            box-shadow: 2.2667vw 2.2667vw 0 var(--color-main);
    translate: calc(-1.8667vw / 2) 0;
  }
  .bl_prof_ttl {
    font-size: 5.0667vw;
    margin-top: 8vw;
  }
  .bl_prof_dtl {
    margin-top: 6.1333vw;
    padding-inline: 6.1333vw;
  }
  .bl_prof_sub {
    font-size: 4vw;
    gap: 0 2.6667vw;
  }
  .bl_prof_tagList {
    gap: 2.1333vw 0.9333vw;
    margin-top: 4vw;
  }
  .bl_prof_tagList li {
    font-size: 3.2vw;
    padding: 0.6667vw 3.3333vw;
    border-radius: 2.4vw;
  }
  .bl_prof_txtUnit {
    margin-top: 9.3333vw;
    margin-inline: 0;
  }
  .bl_prof_txt {
    font-size: 4vw;
    line-height: calc(51/30);
  }
  .bl_prof_txt + .bl_prof_txt {
    margin-top: calc(1em * 51 / 30);
  }

  /* about */
  .bl_about {
    display: block;
  }
  .bl_about_img {
    width: auto;
  }
  .bl_about_dlUnit {
    width: auto;
    margin-top: 9.6vw;
  }
  .bl_about_dl {
    padding-block: 4.6667vw;
  }
  .bl_about_dl:has(br) {
    padding-block: 4.6667vw;
  }
  .bl_about_dl dt {
    font-size: 3.4667vw;
    line-height: calc(36/26);
    width: 29.3333vw;
    padding-left: 3.2vw;
  }
  .bl_about_dl dd {
    font-size: 3.4667vw;
    line-height: calc(36/26);
    width: calc(100% - 29.3333vw);
  }

  /* contact */
  .bl_contact_container {
    border-radius: 1.3333vw;
    padding: 4.8vw 5.3333vw 9.3333vw;
  }
  .bl_contact_ttl {
    font-size: 5.8667vw;
    line-height: calc(61/44);
  }
  .bl_contact_txt {
    font-size: 3.4667vw;
    line-height: calc(40/26);
    margin-top: 2.4vw;
  }
  .bl_contact_form {
    margin-top: 4.5333vw;
  }

  /* form */
  .bl_form_unit + .bl_form_unit {
    margin-top: 3.7333vw;
  }
  .bl_form_unit + .bl_form_unit.bl_form_unit__checkbox,
  .bl_form_unit.bl_form_unit__checkbox + .bl_form_unit {
    margin-top: 8.5333vw;
  }
  .bl_form_ttl p {
    gap: 2.6667vw;
    margin-bottom: 2.4vw;
  }
  .bl_form_lbl {
    font-size: 3.7333vw;
    line-height: calc(40/28);
  }
  .bl_form_req {
    font-size: 3.2vw;
    line-height: calc(40/24);
    width: 10.2667vw;
    border-radius: 0.6667vw;
  }
  .bl_form_unit2 {
    margin-top: 4vw;
  }
  .bl_form_ttl2 {
    font-size: 3.7333vw;
    margin-bottom: 3.4667vw;
  }
  .bl_form_box2 .wpcf7-checkbox {
    gap: 3.3333vw;
  }
  .bl_form_box2 span,
  .bl_form_box2 label {
    font-size: 3.4667vw;
    gap: 2.4vw;
  }
  .bl_form_btnUnit {
    margin-top: 8vw;
  }
  .bl_form input[type="text"],
  .bl_form input[type="tel"],
  .bl_form input[type="email"] {
    padding-block: 2.8vw;
    border-radius: 0.6667vw;
  }
  .bl_form input[type="date"] {
    width: 37.3333vw;
    padding-block: 3.3333vw;
    border-radius: 0.6667vw;
  }
  .bl_form input[type="checkbox"] {
    width: 5.3333vw;
    height: 5.3333vw;
  }
  .bl_form textarea {
    min-height: 44vw;
    border-radius: 0.6667vw;
  }
  .bl_form input[type="submit"] {
    font-size: 5.4667vw;
    width: 70.6667vw;
    min-height: 13.0667vw;
    /* border-radius: 6.5333vw; */
  }

  /* footer */
  .bl_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10.6667vw;
  }
  .bl_footer_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
  .bl_footer_container2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .bl_footer_catch {
    font-size: 8.4vw;
    line-height: calc(73/63);
  }
  .bl_footer_txt {
    font-size: 3.4667vw;
    line-height: calc(47/26);
    margin-top: 4.6667vw;
  }
  .bl_footer_info {
    padding: 8vw 6.6667vw 6.6667vw;
    border-radius: 1.3333vw;
    margin-top: 10vw;
  }
  .bl_footer_infoTtl {
    font-size: 5.8667vw;
  }
  .bl_footer_infoNum {
    font-size: 9.0667vw;
    padding-left: calc(5.0667vw + 2.4vw);
    background-size: 5.0667vw auto;
    margin-top: 5.3333vw;
  }
  .bl_footer_infoCap {
    font-size: 4.1333vw;
    margin-top: 5.3333vw;
  }
  .bl_footer_infoBtn {
    margin-top: 4.8vw;
  }
  .bl_footer_lineBtn {
    font-size: 4.5333vw;
    gap: 6.2667vw;
    min-height: 14.6667vw;
    padding-inline: 2.2667vw;
    border-radius: 1.3333vw;
    -webkit-box-shadow: 0 0.5333vw 0 #007000;
            box-shadow: 0 0.5333vw 0 #007000;
  }
  .bl_footer_lineBtn::before {
    width: 10.6667vw;
    height: 10.6667vw;
    background-size: 6.6667vw auto;
  }
  .bl_footer_copyright {
    font-size: 3.2vw;
    margin-top: 4vw;
    text-align: center;
  }

  /* element
  ============================================================ */

  .el_callBtn {
    gap: 2.1333vw;
    min-height: 16.1333vw;
    padding-inline: 0;
    border-radius: 8.2667vw;
  }
  .el_callBtn_num {
    font-size: 7.4667vw;
    gap: 1.3333vw;
  }
  .el_callBtn_num::before {
    width: 4.2667vw;
    height: 5.3333vw;
  }
  .el_callBtn_cap {
    font-size: 2.9333vw;
    font-weight: 700;
  }

  .el_btn {
    font-size: 4vw;
    gap: 2.6667vw;
    min-height: 14.4vw;
    padding-inline: 0;
    border-radius: 7.2vw;
  }
  .el_btn::before {
    width: 6.9333vw;
    height: 6.6667vw;
  }

  .wpcf7-list-item { margin-left: 0; }

}