@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.align_left {
  text-align: left !important; }

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

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* CSS Document */
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 400px;
    background: #f5f5f5;
    position: relative;
    font-size: 15px;
    padding-right: 60px; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: auto;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 5px solid #297238;
  background: #ed6103;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  width: 380px;
  text-align: center;
  font-size: 22px;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background: #ed6103;
      color: #fff; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(57, 114, 183, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #3972b7;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  width: 100%;
  height: 75px; }
  .header .inner {
    width: 980px;
    position: relative;
    margin: 0 auto; }
    .header .inner .logo {
      position: absolute;
      left: 0;
      top: 17px; }
    .header .inner .header_tel {
      position: absolute;
      top: 11px;
      right: 240px; }
    .header .inner .header_btn {
      position: absolute;
      top: 12px;
      right: 0; }

.page_index .fv {
  width: 100%;
  height: 402px;
  background-image: url("img/fv_bg.png");
  background-size: cover;
  background-position: right 0; }
  .page_index .fv .inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .page_index .fv .inner h1 {
      text-align: center;
      padding-top: 20px; }
.page_index .section01 {
  width: 100%; }
  .page_index .section01 .main_ttl {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px; }
    .page_index .section01 .main_ttl h2 {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0 20px; }
  .page_index .section01 .inner {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center; }
.page_index .anshin .main_ttl {
  width: 100%;
  margin: 0 auto;
  background-size: cover; }
  .page_index .anshin .main_ttl h2 {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 35px; }
.page_index .first {
  margin-top: 65px; }
  .page_index .first .inner {
    height: 460px; }
    .page_index .first .inner .content {
      position: relative; }
      .page_index .first .inner .content .notification {
        position: absolute;
        text-align: center;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .page_index .first .inner .content .cv_simulate {
        padding-top: 30px;
        position: relative;
        height: 330px; }
        .page_index .first .inner .content .cv_simulate .phone_img {
          position: absolute;
          left: 70px; }
        .page_index .first .inner .content .cv_simulate .cv_ttl {
          position: absolute;
          left: 224px; }
        .page_index .first .inner .content .cv_simulate .cv_point {
          position: absolute;
          left: 224px;
          top: 100px; }
        .page_index .first .inner .content .cv_simulate .txt {
          position: absolute;
          left: 224px;
          top: 225px; }
          .page_index .first .inner .content .cv_simulate .txt span {
            color: #f02c12; }
.page_index .section02 {
  background: #f0feed;
  padding: 30px; }
  .page_index .section02 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    .page_index .section02 .main_ttl p {
      padding-top: 1em;
      font-size: .9em;
      color: #555; }
  .page_index .section02 .inner {
    text-align: center;
    width: 900px;
    margin: 0 auto 40px; }
.page_index .section03 {
  padding-bottom: 1.5em; }
  .page_index .section03 .main_ttl h2 {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 320px; }
  .page_index .section03 .main_ttl p {
    width: 800px;
    margin: 0 auto;
    padding: 25px 0 30px;
    text-align: center; }
    .page_index .section03 .main_ttl p span {
      color: #f00;
      font-size: 1.1em;
      font-weight: bold; }
  .page_index .section03 .inner {
    width: 900px;
    margin: 0 auto; }
  .page_index .section03 .cases {
    display: flex;
    justify-content: space-between; }
  .page_index .section03 .case {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    width: calc( 870px/3 ); }
    .page_index .section03 .case .case_ttl {
      text-align: center;
      font-size: 25px;
      font-weight: bold; }
    .page_index .section03 .case .text_box {
      margin-top: 10px; }
      .page_index .section03 .case .text_box .txt {
        font-size: 15px;
        color: #333;
        height: 175px; }
        .page_index .section03 .case .text_box .txt span {
          font-size: 11px; }
      .page_index .section03 .case .text_box .point_txt {
        width: 100%;
        border-radius: 7px;
        padding: 10px 20px;
        height: 88px; }
        .page_index .section03 .case .text_box .point_txt .heading {
          text-align: center;
          color: #fff;
          margin-bottom: 10px;
          display: none; }
        .page_index .section03 .case .text_box .point_txt p {
          text-align: left;
          color: #fff;
          font-size: 14px; }
  .page_index .section03 .case1 {
    margin-bottom: 20px;
    background: #eff7fc; }
    .page_index .section03 .case1 .case_ttl {
      color: #2a75a5; }
    .page_index .section03 .case1 .point_txt {
      background-color: #2a75a5; }
  .page_index .section03 .case2 {
    margin-bottom: 20px;
    background: #fbf7f0; }
    .page_index .section03 .case2 .case_ttl {
      color: #a5782a; }
    .page_index .section03 .case2 .point_txt {
      background-color: #a5782a; }
  .page_index .section03 .case3 {
    margin-bottom: 20px;
    background: #f9f2fc; }
    .page_index .section03 .case3 .case_ttl {
      color: #9f66b7; }
    .page_index .section03 .case3 .point_txt {
      background-color: #9f66b7; }
.page_index .section04 .main_ttl {
  width: 370px;
  text-align: center;
  margin: 30px auto; }
.page_index .section04 .inner {
  width: 735px;
  text-align: center;
  margin: 0 auto; }
.page_index .section04 .txt_bold {
  font-weight: bold; }
  .page_index .section04 .txt_bold .red {
    color: #f00;
    font-size: 20px; }
.page_index .section04 .image {
  margin: 30px auto;
  width: 650px;
  text-align: center; }
.page_index .section05 {
  background-color: #ffebeb;
  margin-top: 50px;
  padding-top: 50px; }
  .page_index .section05 .main_ttl {
    width: 754px;
    margin: 0px auto 30px;
    position: relative;
    text-align: center; }
    .page_index .section05 .main_ttl h2 {
      margin-bottom: 20px;
      position: absolute;
      top: -90px; }
    .page_index .section05 .main_ttl p {
      text-align: center;
      font-size: 13px;
      display: none; }
  .page_index .section05 .inner .customer_review {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 2em; }
    .page_index .section05 .inner .customer_review .customer {
      background-color: #fff;
      padding: 20px;
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      box-shadow: 0 0 3px #e1e1e1;
      border-radius: 8px; }
      .page_index .section05 .inner .customer_review .customer .customer_ttl {
        color: #222;
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 10px;
        font-weight: bold;
        font-size: 29px;
        line-height: 1.4;
        position: relative; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl p {
          font-weight: normal;
          font-size: .75em;
          display: none; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl::before {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1;
          top: 0;
          left: 0;
          border-width: 40px 0px 40px 25px;
          border-color: transparent transparent transparent #fff;
          border-style: solid;
          display: none; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl::after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1;
          top: 0;
          right: 0;
          border-width: 40px 20px 40px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid;
          display: none; }
      .page_index .section05 .inner .customer_review .customer .customer_img {
        text-align: center;
        padding: 10px 0 0; }
      .page_index .section05 .inner .customer_review .customer .customer_txt {
        width: 100%;
        border-radius: 10px;
        padding: 30px 30px 20px;
        text-align: left;
        line-height: 1.6;
        color: #444;
        background: #f9f7eb;
        border-radius: 7px;
        margin-top: 1.5em; }
        .page_index .section05 .inner .customer_review .customer .customer_txt p {
          font-size: 10px;
          line-height: 1.5;
          color: #888;
          text-align: right;
          padding-top: 1em; }
        .page_index .section05 .inner .customer_review .customer .customer_txt span {
          color: #f02c12; }
    .page_index .section05 .inner .customer_review .customer1 .customer_ico {
      top: 0;
      left: 0;
      content: '';
      position: absolute;
      z-index: 2; }
    .page_index .section05 .inner .customer_review .customer2 .customer_ico {
      top: 0;
      left: 0;
      content: '';
      position: absolute;
      z-index: 2; }
    .page_index .section05 .inner .customer_review .customer3 .customer_ico {
      top: 0;
      left: 0;
      content: '';
      position: absolute;
      z-index: 2; }
    .page_index .section05 .inner .customer_review .customer4 .customer_ico {
      top: 0;
      left: 0;
      content: '';
      position: absolute;
      z-index: 2; }
.page_index .section06 {
  width: 800px;
  margin: 0 auto;
  padding: 40px 30px 30px; }
  .page_index .section06 .inner h2 {
    text-align: center;
    margin-bottom: 25px; }
  .page_index .section06 .question {
    padding: 30px 20px 30px 80px;
    background: url("img/q.png") no-repeat 20px 28px;
    background-size: 42px;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    position: relative; }
    .page_index .section06 .question::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-image: url("img/section06_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 0;
      top: 0;
      pointer-events: none; }
    .page_index .section06 .question.active::after {
      background-image: url("img/section06_ico_active.png"); }
  .page_index .section06 .answer {
    padding: 0 20px 30px 80px;
    background: url("img/a.png") no-repeat 20px top;
    background-size: 42px;
    font-size: 15px; }
  .page_index .section06 ul li {
    box-shadow: 0 0 4px #c4c4c4;
    margin-bottom: 1em;
    border-radius: 7px;
    padding: 0 2em 0 1em; }
.page_index .section07 {
  background: #fff;
  padding: 35px 0 0; }
  .page_index .section07 .main_ttl {
    width: 760px;
    margin: 0 auto;
    text-align: center; }
    .page_index .section07 .main_ttl h2 {
      margin-bottom: 20px; }
.page_index .section08 {
  padding: 50px 0;
  background: transparent url("img/section08_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%; }
  .page_index .section08 .main_ttl {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 30px; }
  .page_index .section08 .inner {
    width: 800px;
    text-align: center;
    margin: 0 auto; }
    .page_index .section08 .inner .image01 {
      position: relative; }
    .page_index .section08 .inner .image02 {
      padding-top: 30px;
      padding-bottom: 0; }
.page_index .section11 {
  padding: 20px 0 0;
  background: #ffebeb; }
  .page_index .section11 .main_ttl {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0; }
  .page_index .section11 .inner {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px 30px;
    box-sizing: border-box; }
    .page_index .section11 .inner .pricing_info h3 {
      color: #fff;
      background-color: #ee6e6b;
      width: 100%;
      text-align: center;
      padding: 12px 10px;
      font-weight: 700;
      margin-top: 22px;
      font-size: 1.35em;
      border-radius: 12px 12px 0 0;
      letter-spacing: .02em; }
    .page_index .section11 .inner .pricing_info table.onecell {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      margin: 0 0 20px;
      border: 1px solid #ededed;
      border-radius: 0 0 12px 12px;
      overflow: hidden;
      background: #fff; }
      .page_index .section11 .inner .pricing_info table.onecell td {
        padding: clamp(18px, 3.2vw, 28px) clamp(16px, 3vw, 24px);
        text-align: center; }
    .page_index .section11 .inner .pricing_info .consult-fee .consult-text {
      line-height: 1; }
      .page_index .section11 .inner .pricing_info .consult-fee .consult-text b {
        font-weight: 800;
        font-size: clamp(40px, 7vw, 56px);
        color: #f02e0e;
        margin-right: .15em; }
      .page_index .section11 .inner .pricing_info .consult-fee .consult-text span {
        display: inline-block;
        font-size: clamp(16px, 3vw, 20px);
        font-weight: 700;
        vertical-align: baseline; }
    .page_index .section11 .inner .pricing_info .solve-fee .solve-text {
      text-align: center;
      line-height: 1.6;
      font-weight: bold;
      font-size: 1.5em; }
      .page_index .section11 .inner .pricing_info .solve-fee .solve-text span {
        font-weight: 700; }
    .page_index .section11 .inner .pricing_info table.success-fee {
      border: 1px solid #ededed;
      border-radius: 0 0 12px 12px;
      background: #fff; }
      .page_index .section11 .inner .pricing_info table.success-fee td {
        padding: 20px;
        background: #fff; }
      .page_index .section11 .inner .pricing_info table.success-fee h4 {
        font-weight: 700;
        font-size: clamp(14px, 2.4vw, 16px);
        color: #333;
        margin: 20px 0 8px;
        position: relative;
        padding-left: 20px;
        text-align: left; }
      .page_index .section11 .inner .pricing_info table.success-fee table.card {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px; }
        .page_index .section11 .inner .pricing_info table.success-fee table.card th,
        .page_index .section11 .inner .pricing_info table.success-fee table.card td {
          background: #fff;
          padding: 16px;
          border: 1px solid #eaeaea; }
        .page_index .section11 .inner .pricing_info table.success-fee table.card th.label {
          width: 210px;
          color: #444;
          font-weight: 700;
          line-height: 1.4;
          background: #efefef;
          border-right: none;
          border-radius: 12px 0 0 12px; }
        .page_index .section11 .inner .pricing_info table.success-fee table.card td.value {
          border-left: none;
          border-radius: 0 12px 12px 0;
          text-align: left; }
          .page_index .section11 .inner .pricing_info table.success-fee table.card td.value .num {
            font-weight: 800;
            font-size: 1.5em;
            line-height: 1;
            display: inline-block; }
          .page_index .section11 .inner .pricing_info table.success-fee table.card td.value .plus {
            display: inline-block;
            margin: 0 8px;
            font-weight: 700;
            font-size: clamp(18px, 4.2vw, 24px); }
    .page_index .section11 .inner .pricing_info .bunkatsu {
      text-align: right; }
    .page_index .section11 .inner .pricing_info .success-note {
      margin-top: 10px;
      font-size: clamp(12px, 2.8vw, 13px);
      color: #666;
      line-height: 1.7;
      text-align: left; }
.page_index .section12 {
  padding: 20px 0 20px;
  background: #edfbfb; }
  .page_index .section12 .main_ttl {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0; }
  .page_index .section12 .inner {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 3px #ccc;
    background: #fff; }
    .page_index .section12 .inner .flow_info li h3 {
      color: #222;
      width: 100%;
      text-align: left;
      padding: 1em 1em 1em 4em;
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 20px;
      border-radius: 10px;
      position: relative; }
      .page_index .section12 .inner .flow_info li h3::before {
        position: absolute;
        padding: 1em;
        font-weight: bold;
        color: #3972b7;
        left: 0;
        top: 0;
        border: 1px solid #3972b7;
        background: #fff; }
    .page_index .section12 .inner .flow_info li:nth-child(1) h3::before {
      content: "1"; }
    .page_index .section12 .inner .flow_info li:nth-child(2) h3::before {
      content: "2"; }
    .page_index .section12 .inner .flow_info li:nth-child(3) h3::before {
      content: "3"; }
    .page_index .section12 .inner .flow_info li:nth-child(4) h3::before {
      content: "4"; }
    .page_index .section12 .inner .flow_info li p {
      color: #666;
      font-weight: normal;
      line-height: 1.8;
      text-align: left; }
.page_index .section09 {
  padding: 0 0 20px; }
  .page_index .section09 .main_ttl {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0; }
  .page_index .section09 .inner {
    width: 800px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin: 0 auto; }
    .page_index .section09 .inner h3 {
      color: #fff;
      background: #d53b38;
      text-align: left;
      font-size: 1.5em;
      padding: .6em 0;
      text-align: center;
      line-height: 1;
      font-weight: bold; }
    .page_index .section09 .inner table {
      width: 100%;
      border-collapse: collapse; }
      .page_index .section09 .inner table th, .page_index .section09 .inner table td {
        border: 1px solid #ddd;
        padding: 12px 14px;
        vertical-align: top;
        line-height: 1.6; }
      .page_index .section09 .inner table th {
        background-color: #fceaea;
        color: #333;
        font-weight: 700;
        white-space: nowrap;
        text-align: left;
        width: 180px; }
      .page_index .section09 .inner table td {
        background-color: #fff;
        color: #333; }

.page_pricing {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_pricing .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_pricing .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px; }
  .page_pricing .pricing_info h3 {
    color: #fff;
    background-color: #0baad2;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px; }
  .page_pricing .pricing_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px; }
    .page_pricing .pricing_info table td {
      border: solid 1px #b3b3b3;
      padding: 10px; }
      .page_pricing .pricing_info table td p {
        font-size: 1.75em;
        text-align: center; }
        .page_pricing .pricing_info table td p b {
          font-size: 1.2em;
          color: #f02e0e; }
        .page_pricing .pricing_info table td p span {
          font-size: .75em;
          font-weight: bold; }
    .page_pricing .pricing_info table th {
      border: solid 1px #b3b3b3;
      background-color: #f0f0f0;
      padding: 10px;
      font-weight: bold; }

.page_company {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_company .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_company .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
    color: #3972b7; }
  .page_company .company_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%; }
    .page_company .company_info table td {
      border: solid 1px #b3b3b3;
      padding: 10px; }
    .page_company .company_info table th {
      border: solid 1px #b3b3b3;
      background-color: #3972b7;
      padding: 10px;
      font-weight: bold;
      color: #fff; }

.page_privacy {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_privacy .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_privacy .container2 {
    width: 800px;
    margin: 0px auto 50px;
    background-color: #fff; }
    .page_privacy .container2 .ttl {
      font-size: 23px;
      text-align: center;
      width: 100%;
      background-color: #3972b7;
      padding: 15px 0;
      color: #fff; }
    .page_privacy .container2 .inner {
      padding: 30px; }
  .page_privacy .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: .75em; }
  .page_privacy .content h3 {
    font-weight: bold;
    text-align: left;
    font-size: 15px; }
  .page_privacy .content .txt {
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px; }
    .page_privacy .content .txt a {
      color: #179bee; }

.form .logo {
  text-align: center; }
.form .container {
  margin-top: 40px; }
.form .heading {
  text-align: center;
  margin-top: 25px; }
.form table {
  margin-top: 25px; }
.form .note {
  margin-top: 30px;
  text-align: center; }
.form .thanks .thanks_txt1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px; }
.form .thanks .thanks_txt2 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px; }
.form .thanks p {
  margin-top: 40px;
  font-size: 14px; }

footer {
  background: #fff; }
  footer .ft_menu {
    padding: 20px 0; }
  footer .ft_menu .p_mark {
    width: 700px;
    margin: 0px auto;
    padding: 20px; }
  footer .ft_menu .p_mark p {
    display: inline-block; }
  footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
  footer .ft_menu .ft_nav {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0; }
  footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
    footer .ft_menu .ft_nav ul li {
      display: inline-block;
      margin-left: 20px; }
      footer .ft_menu .ft_nav ul li:first-child {
        margin-left: 0; }
      footer .ft_menu .ft_nav ul li a {
        text-decoration: none;
        font-size: 15px; }
  footer .guide_comment {
    background: rgba(57, 114, 183, 0.9);
    text-align: center;
    color: #fff;
    font-size: .75em;
    font-weight: normal;
    padding: .3em 0;
    display: none; }
  footer .copyright {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #333; }

.fixed_footer_nav {
  position: fixed;
  width: 100%;
  background: rgba(57, 114, 183, 0.9);
  z-index: 100;
  left: 0;
  bottom: 0;
  padding: 10px 20px; }
  .fixed_footer_nav .contact_please {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    padding-bottom: 0.3em; }
  .fixed_footer_nav .flex {
    display: flex;
    justify-content: center;
    text-align: center; }
    .fixed_footer_nav .flex .item:nth-child(1) {
      padding-right: 5px; }
    .fixed_footer_nav .flex .item:nth-child(2) {
      padding-left: 5px; }

  /*@media only screen and (min-width: 769px) {
    .fixed_footer_nav {
      display: none !important; } }
*/
/* 利用色（必要に応じて調整） */
/* 赤：枠・ヘッダー帯・選択色 */
/* 薄クリーム：カード内背景 */
/* 進捗トラック */
.cv_section {
  margin-top: 25px;
  /* /.wrap */ }
  .cv_section .wrap {
    margin-top: 12px;
    background: transparent;
    /* 旧: #fffce6 を無効化してカード側で背景管理 */
    /* /.inner */ }
    .cv_section .wrap .inner {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      /* 旧: 38px 10px 25px → カード側へ集約 */
      text-align: center;
      position: relative;
      /* 旧: 上三角を非表示 */
      /* ===== フォームセクション（カード化） ===== */
      /* /.form_section */ }
      .cv_section .wrap .inner::after {
        display: none; }
      .cv_section .wrap .inner .form_section {
        max-width: 900px;
        margin: 0 auto;
        background: #fffce6;
        border: 2px solid #d94c43;
        border-radius: 12px;
        overflow: hidden;
        padding: 0 24px 28px;
        /* ヘッダー帯（リード文） */
        /* エラーメッセージ */
        /* 進捗バー（細い丸バー＋右側に%） */
        /* テーブル（最終ステップの入力欄） */
        /* オレンジ系の「次へ/戻る/送信」ボタンは既存仕様を維持 */
        /* ステップ表示切替 */
        /* 画像/注釈（必要なら使用） */
        /* ===== ステップ内 UI ===== */
        /* /.form_parts_wrap2 */ }
        .cv_section .wrap .inner .form_section .read {
          background: #d94c43;
          color: #fff;
          padding: 14px 16px;
          margin: 0 -24px 16px;
          /* 枠いっぱいに広げる */
          text-align: center;
          font-size: 19px; }
        .cv_section .wrap .inner .form_section .err_message {
          background-color: #f2dede;
          border-color: #ebcccc;
          color: #a94442;
          padding: .75rem 1.25rem;
          margin: 1rem auto;
          border: 1px solid transparent;
          border-radius: .25rem;
          display: none;
          width: 62%; }
          @media only screen and (max-width: 768px) {
            .cv_section .wrap .inner .form_section .err_message {
              width: 100%; } }
        .cv_section .wrap .inner .form_section .progress {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          margin: 6px auto 22px;
          width: 100%; }
          .cv_section .wrap .inner .form_section .progress .progressbar {
            width: 56%;
            height: 8px;
            background: #e6e6e6;
            border-radius: 99px;
            position: relative;
            overflow: hidden; }
            @media only screen and (max-width: 768px) {
              .cv_section .wrap .inner .form_section .progress .progressbar {
                width: 70%; } }
            .cv_section .wrap .inner .form_section .progress .progressbar span {
              position: absolute;
              inset: 0 auto 0 0;
              width: 0%;
              /* inline styleで上書きされる */
              background: #d94c43;
              border-radius: inherit; }
          .cv_section .wrap .inner .form_section .progress .progress_txt {
            width: auto;
            padding-left: 0;
            color: #333;
            font-weight: 700; }
            .cv_section .wrap .inner .form_section .progress .progress_txt span {
              font-weight: 700;
              font-size: 18px;
              display: inline-block;
              margin-right: 2px; }
        .cv_section .wrap .inner .form_section table {
          border: none;
          margin: 20px auto 0; }
          .cv_section .wrap .inner .form_section table th {
            background: transparent;
            border: none;
            width: 40%; }
          .cv_section .wrap .inner .form_section table td {
            background: transparent;
            border: none;
            padding: 10px; }
            .cv_section .wrap .inner .form_section table td input[type="number"] {
              padding: .75em;
              border: 1px solid #ddd;
              border-radius: 3px; }
            .cv_section .wrap .inner .form_section table td input.address {
              width: 85%; }
            .cv_section .wrap .inner .form_section table td textarea {
              width: 100%; }
            .cv_section .wrap .inner .form_section table td .error {
              color: #d00;
              display: block;
              font-size: .8em;
              padding-top: .75em; }
            .cv_section .wrap .inner .form_section table td.guide {
              text-align: center; }
              .cv_section .wrap .inner .form_section table td.guide a {
                color: #08b4e5; }
            .cv_section .wrap .inner .form_section table td.agreeCheck {
              text-align: center;
              padding-bottom: 2em; }
              .cv_section .wrap .inner .form_section table td.agreeCheck label {
                cursor: pointer;
                position: relative; }
                .cv_section .wrap .inner .form_section table td.agreeCheck label input.error {
                  display: inline; }
                .cv_section .wrap .inner .form_section table td.agreeCheck label label.error {
                  padding: 0;
                  display: inline;
                  position: absolute;
                  top: 2em;
                  left: 50%;
                  margin-left: -128px; }
        .cv_section .wrap .inner .form_section button {
          display: block;
          border: none;
          border-bottom: 5px solid #c06a00;
          background: #f18500;
          color: #fff;
          font-weight: bold;
          padding: 20px 0;
          width: 380px;
          text-align: center;
          font-size: 22px;
          margin: 25px auto;
          transition: 0.3s;
          border-radius: 7px; }
          @media only screen and (max-width: 768px) {
            .cv_section .wrap .inner .form_section button {
              width: 100%; } }
          .cv_section .wrap .inner .form_section button.stepbtn-back2 {
            background: none !important;
            border: none !important;
            font-size: 16px;
            color: #d94c43 !important;
            padding: 0;
            border-bottom: none; }
        @media only screen and (min-width: 769px) {
          .cv_section .wrap .inner .form_section button:hover {
            filter: brightness(0.98); } }
        .cv_section .wrap .inner .form_section .formparts {
          display: none; }
        .cv_section .wrap .inner .form_section .formparts-active {
          display: block !important; }
        .cv_section .wrap .inner .form_section .form_parts_wrap {
          position: relative;
          margin-top: 20px; }
          .cv_section .wrap .inner .form_section .form_parts_wrap .image {
            position: absolute;
            right: -20px;
            top: -180px; }
          .cv_section .wrap .inner .form_section .form_parts_wrap .text-tel {
            width: auto; }
          .cv_section .wrap .inner .form_section .form_parts_wrap .note {
            margin-top: 20px;
            color: #fff;
            text-align: center; }
        .cv_section .wrap .inner .form_section .form_parts_wrap2 {
          /* PC / SP 切替 */
          /* 汎用レイアウト */
          /* 各ステップのカード枠は透明（親カードの背景を活かす） */
          /* /.form_content */
          /* SP 調整（最終ステップ） */
          /* 共通テーブル余白 */
          /* 備考 */ }
          @media only screen and (min-width: 769px) {
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .sp {
              display: none !important; } }
          @media only screen and (max-width: 768px) {
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .pc {
              display: none !important; }
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .sp {
              display: block !important; } }
          .cv_section .wrap .inner .form_section .form_parts_wrap2 .flex {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start; }
          .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content {
            background: transparent;
            padding: 0 0 10px;
            text-align: center;
            border-radius: 0;
            display: block;
            /* タイトル：下線なし、Q. を付与、アイコン非表示 */
            /* 見出し直後のラジオ群に安全な間隔を付与 */
            /* ラジオ選択：等幅ピル型ボタン（グリッド） */ }
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl {
              text-align: center;
              display: block;
              /* ← inline-block から修正 */
              border: none;
              padding: 0;
              /* ← 下 padding 不要に */
              padding: 0 0 24px;
              /* ← 見出し直下の余白を確保 */ }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl .ttl_flex {
                justify-content: center;
                align-items: center;
                line-height: 1; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl .ico {
                display: none; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl .txt {
                margin-left: 0;
                font-size: 23px;
                /* 28px → 24px に調整 */
                font-weight: 700; }
                .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl .txt::before {
                  content: "Q.";
                  color: #d94c43;
                  font-weight: 700;
                  margin-right: 10px; }
                @media only screen and (max-width: 768px) {
                  .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl .txt {
                    font-size: 5.5vw; } }
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .form_ttl + .radio2 {
              margin-top: 0px; }
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 {
              margin: 0 auto;
              width: 61%;
              /* flex → gridに変更して等幅化 */
              display: grid;
              grid-template-columns: repeat(2, minmax(260px, 1fr));
              gap: 20px;
              justify-content: center;
              align-items: center;
              max-width: 700px;
              /* ホバーで赤塗り */
              /* クリック（選択）で赤塗り固定 */
              /* 押下中の軽い沈み込み */ }
              @media (max-width: 768px) {
                .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 {
                  grid-template-columns: 1fr;
                  /* SPは1列 */
                  gap: 16px;
                  max-width: 480px; } }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 li {
                width: auto;
                margin: 0; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 label {
                cursor: pointer;
                display: block; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 input {
                display: none; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 .parts {
                width: 100%;
                /* グリッド幅にフィット */
                min-width: 0;
                /* 既存min-widthを打消し */
                display: block;
                padding: 18px 36px;
                font-size: 20px;
                font-weight: 700;
                color: #333;
                background: #fff;
                border: 2px solid #d94c43;
                border-radius: 999px;
                box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
                transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .05s ease; }
                @media only screen and (max-width: 768px) {
                  .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 .parts {
                    padding: 14px 22px;
                    font-size: 18px; } }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 label:hover .parts {
                background: #d94c43;
                color: #fff;
                border-color: #cf342a; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 input:checked + .parts {
                background: #d94c43;
                color: #fff;
                border-color: #cf342a;
                box-shadow: none; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .form_content .radio2 label:active .parts {
                transform: translateY(1px); }
          @media only screen and (max-width: 768px) {
            .cv_section .wrap .inner .form_section .form_parts_wrap2 .formparts-4 .form_content {
              background: transparent;
              padding: 0; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .formparts-4 .form_content .form_ttl {
                border: none; }
                .cv_section .wrap .inner .form_section .form_parts_wrap2 .formparts-4 .form_content .form_ttl .txt {
                  color: #45af2f;
                  line-height: 1.4; }
              .cv_section .wrap .inner .form_section .form_parts_wrap2 .formparts-4 .form_content table {
                margin-top: 10px; } }
          .cv_section .wrap .inner .form_section .form_parts_wrap2 table {
            margin-top: 10px;
            width: 60%; }
          .cv_section .wrap .inner .form_section .form_parts_wrap2 .note {
            color: #000 !important; }
