@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; } }
/* Form Section Styles */
.consultation_section {
  width: 100%;
  padding: 60px 0; }
  .consultation_section .inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 768px) {
      .consultation_section .inner {
        padding: 0 5px; } }
  .consultation_section .form_container {
    background: #f9fff1;
    border: 3px solid #17993c;
    border-radius: 15px;
    position: relative;
    padding: 40px 170px 30px;
    min-height: 316px;
    transition: min-height 0.5s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .consultation_section .form_container {
        padding: 30px 15px 20px;
        border-radius: 10px;
        min-height: 280px; } }
    .consultation_section .form_container.show-form {
      min-height: 600px; }
      @media only screen and (max-width: 768px) {
        .consultation_section .form_container.show-form {
          min-height: 680px; } }
  .consultation_section .form_tabs {
    display: flex;
    position: absolute;
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .consultation_section .form_tabs {
        top: -44px;
        width: calc(100% - 30px);
        max-width: 100%;
        gap: 3px; } }
    .consultation_section .form_tabs .tab {
      padding: 12px 40px;
      border-radius: 10px 10px 0 0;
      font-size: 21px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      transition: background 0.3s;
      text-align: center;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .consultation_section .form_tabs .tab {
          flex: 1;
          padding: 10px 15px;
          font-size: 13px;
          border-radius: 8px 8px 0 0;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .consultation_section .form_tabs .tab.active {
        background: #17993c; }
      .consultation_section .form_tabs .tab:not(.active) {
        background: #999; }
        .consultation_section .form_tabs .tab:not(.active):hover {
          background: #b3b3b3; }
  .consultation_section .tab_content {
    display: none; }
    .consultation_section .tab_content.active {
      display: block; }
    .consultation_section .tab_content.hide {
      display: none !important; }
  .consultation_section .questions_slider {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    transition: min-height 0.5s ease-in-out, opacity 0.5s ease-in-out; }
    .consultation_section .questions_slider.hide-slider {
      min-height: 0;
      opacity: 0; }
  .consultation_section .question_area {
    position: absolute;
    width: 100%;
    left: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px; }
    .consultation_section .question_area.active {
      position: relative;
      left: 0;
      opacity: 1; }
    .consultation_section .question_area.slide-out-left {
      left: -100%;
      opacity: 0; }
    @media only screen and (max-width: 768px) {
      .consultation_section .question_area {
        margin-bottom: 20px; } }
    .consultation_section .question_area .question_header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 769px) {
        .consultation_section .question_area .question_header {
          border-bottom: 1px solid #ddd; } }
      @media only screen and (max-width: 768px) {
        .consultation_section .question_area .question_header {
          margin-bottom: 15px;
          padding-bottom: 0; } }
      .consultation_section .question_area .question_header .q_icon {
        background: #89bc08;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        flex-shrink: 0;
        margin-right: 15px; }
        @media only screen and (max-width: 768px) {
          .consultation_section .question_area .question_header .q_icon {
            width: 35px;
            height: 35px;
            font-size: 16px;
            margin-right: 10px; } }
      .consultation_section .question_area .question_header .question_text {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 1.5;
        flex: 1;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .consultation_section .question_area .question_header .question_text {
            font-size: 14px;
            text-align: left; } }
    .consultation_section .question_area .answer_buttons {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; }
      @media only screen and (max-width: 768px) {
        .consultation_section .question_area .answer_buttons {
          gap: 10px; } }
      .consultation_section .question_area .answer_buttons .answer_btn {
        background: #f3f3f3;
        color: #333;
        border: none;
        border-radius: 8px;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s;
        text-align: center; }
        @media only screen and (min-width: 769px) {
          .consultation_section .question_area .answer_buttons .answer_btn {
            border-bottom: 4px solid #e5e5e5; } }
        @media only screen and (max-width: 768px) {
          .consultation_section .question_area .answer_buttons .answer_btn {
            padding: 12px 15px;
            font-size: 14px;
            border-radius: 6px;
            border-bottom: 2px solid #e5e5e5; } }
        .consultation_section .question_area .answer_buttons .answer_btn:hover {
          background: #89bc08;
          color: #fff;
          border-bottom-color: transparent; }
        .consultation_section .question_area .answer_buttons .answer_btn.selected {
          background: #89bc08;
          color: #fff;
          border-bottom-color: transparent; }
  .consultation_section .input_form_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    visibility: hidden;
    pointer-events: none;
    display: none; }
    .consultation_section .input_form_area.preparing {
      display: block;
      position: relative;
      visibility: hidden;
      pointer-events: none; }
    .consultation_section .input_form_area.show {
      display: block;
      position: relative;
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      pointer-events: auto; }
    .consultation_section .input_form_area .form_row {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .consultation_section .input_form_area .form_row {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 15px; } }
      .consultation_section .input_form_area .form_row .form_label {
        display: flex;
        align-items: center;
        width: 200px;
        flex-shrink: 0;
        font-size: 15px;
        font-weight: 500;
        color: #333; }
        @media only screen and (max-width: 768px) {
          .consultation_section .input_form_area .form_row .form_label {
            width: 100%;
            margin-bottom: 8px; } }
        .consultation_section .input_form_area .form_row .form_label .label_badge {
          display: inline-block;
          font-size: 11px;
          color: #fff;
          padding: 3px 8px;
          border-radius: 3px;
          margin-right: 8px;
          font-weight: bold; }
          .consultation_section .input_form_area .form_row .form_label .label_badge.required {
            background: #ef570c; }
          .consultation_section .input_form_area .form_row .form_label .label_badge.optional {
            background: #999; }
      .consultation_section .input_form_area .form_row .form_input {
        flex: 1; }
        @media only screen and (max-width: 768px) {
          .consultation_section .input_form_area .form_row .form_input {
            width: 100%; } }
        .consultation_section .input_form_area .form_row .form_input input {
          width: 100%;
          padding: 12px 15px;
          border: 1px solid #ddd;
          border-radius: 5px;
          font-size: 15px; }
          @media only screen and (max-width: 768px) {
            .consultation_section .input_form_area .form_row .form_input input {
              font-size: 16px; } }
          .consultation_section .input_form_area .form_row .form_input input:focus {
            outline: none;
            border-color: #17993c; }
    .consultation_section .input_form_area .form_notes {
      font-size: 12px;
      color: #666;
      line-height: 1.7;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .consultation_section .input_form_area .form_notes {
          font-size: 10px;
          margin-bottom: 15px; } }
      .consultation_section .input_form_area .form_notes p {
        margin-bottom: 5px; }
        .consultation_section .input_form_area .form_notes p:last-child {
          margin-bottom: 0; }
      .consultation_section .input_form_area .form_notes a {
        color: #0066cc;
        text-decoration: underline; }
    .consultation_section .input_form_area .privacy_checkbox {
      text-align: center;
      margin-bottom: 20px; }
      .consultation_section .input_form_area .privacy_checkbox label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .consultation_section .input_form_area .privacy_checkbox label {
            font-size: 13px; } }
        .consultation_section .input_form_area .privacy_checkbox label input[type="checkbox"] {
          margin-right: 8px;
          cursor: pointer; }
        .consultation_section .input_form_area .privacy_checkbox label a {
          color: #0066cc;
          text-decoration: underline;
          margin-left: 3px; }
    .consultation_section .input_form_area .submit_button_area {
      text-align: center; }
      .consultation_section .input_form_area .submit_button_area .submit_btn {
        background: #ef570c;
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 18px 80px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: opacity 0.3s; }
        @media only screen and (max-width: 768px) {
          .consultation_section .input_form_area .submit_button_area .submit_btn {
            padding: 15px 60px;
            font-size: 16px; } }
        .consultation_section .input_form_area .submit_button_area .submit_btn:hover {
          opacity: 0.8; }
        .consultation_section .input_form_area .submit_button_area .submit_btn:disabled {
          background: #ccc;
          cursor: not-allowed;
          opacity: 0.6; }

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: #0066cc; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #0066cc;
    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(119, 197, 43, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #77c52b;
    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: 65px; }
  .header .inner {
    width: 980px;
    position: relative;
    margin: 0 auto; }
    .header .inner .logo {
      position: absolute;
      left: 0;
      top: 13px; }
    .header .inner .header_tel {
      position: absolute;
      top: 11px;
      right: 240px;
      display: none; }
    .header .inner .header_btn {
      position: absolute;
      top: 7px;
      right: 0; }

.page_index .fv {
  width: 100%;
  background-image: url("img/fv_bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px 0 0; }
  .page_index .fv .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    .page_index .fv .inner h1 img {
      max-width: 100%;
      height: auto; }
.page_index .fv_btn_section {
  width: 100%;
  background: #fff;
  padding: 30px 0 40px; }
  .page_index .fv_btn_section .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center; }
    .page_index .fv_btn_section .inner .fv_btn a {
      display: inline-block; }
      .page_index .fv_btn_section .inner .fv_btn a img {
        max-width: 100%;
        height: auto; }
.page_index .onayami_section {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0 80px;
  position: relative; }
  .page_index .onayami_section .inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .page_index .onayami_section .inner .onayami_img {
      margin-bottom: 30px; }
      .page_index .onayami_section .inner .onayami_img img {
        max-width: 100%;
        height: auto; }
    .page_index .onayami_section .inner .onayami_text .text_main {
      font-size: 32px;
      font-weight: bold;
      color: #ff6600;
      margin-bottom: 10px;
      text-decoration: underline;
      text-decoration-color: #ff6600;
      text-decoration-thickness: 3px;
      text-underline-offset: 5px; }
    .page_index .onayami_section .inner .onayami_text .text_sub {
      font-size: 24px;
      font-weight: bold;
      color: #333; }
    .page_index .onayami_section .inner .triangle {
      position: absolute;
      bottom: -100px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
      .page_index .onayami_section .inner .triangle img {
        display: block; }
.page_index .reason_section {
  width: 100%;
  background: #f0f7e8;
  padding: 80px 0 60px;
  position: relative; }
  .page_index .reason_section .inner {
    width: 980px;
    margin: 0 auto; }
    .page_index .reason_section .inner .reason_ttl {
      text-align: center;
      margin-bottom: 50px; }
      .page_index .reason_section .inner .reason_ttl img {
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
        height: auto; }
      .page_index .reason_section .inner .reason_ttl h2 {
        font-size: 30px;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block; }
        .page_index .reason_section .inner .reason_ttl h2::after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 5px;
          background: #76a831; }
    .page_index .reason_section .inner .reason_list {
      margin-bottom: 40px;
      width: 550px;
      margin-left: auto;
      margin-right: auto; }
      .page_index .reason_section .inner .reason_list .reason_item {
        background: #fff;
        border: 3px solid #76a831;
        border-radius: 10px;
        padding: 18px 30px 18px 100px;
        margin-bottom: 20px;
        position: relative;
        min-height: 75px;
        display: flex;
        align-items: center; }
        .page_index .reason_section .inner .reason_list .reason_item .reason_icon {
          position: absolute;
          left: -45px;
          top: 50%;
          transform: translateY(-50%); }
          .page_index .reason_section .inner .reason_list .reason_item .reason_icon img {
            display: block;
            width: 101px;
            height: 80px; }
        .page_index .reason_section .inner .reason_list .reason_item .reason_text {
          font-size: 22px;
          font-weight: bold;
          color: #333;
          line-height: 1; }
          .page_index .reason_section .inner .reason_list .reason_item .reason_text .orange {
            color: #ff6600;
            font-size: 27px; }
          .page_index .reason_section .inner .reason_list .reason_item .reason_text .note {
            color: #888;
            font-size: 15px; }
    .page_index .reason_section .inner .reason_note {
      background: #fffccb;
      border: 2px solid #76a831;
      border-radius: 10px;
      padding: 10px;
      text-align: center;
      position: relative;
      width: 550px;
      margin-left: auto;
      margin-right: auto; }
      .page_index .reason_section .inner .reason_note p {
        font-size: 20px;
        font-weight: bold;
        color: #272727;
        line-height: 1.8; }
      .page_index .reason_section .inner .reason_note .reason_img {
        position: absolute;
        right: -6px;
        bottom: -3px; }
        .page_index .reason_section .inner .reason_note .reason_img img {
          display: block;
          height: 107px; }
.page_index .flow_section {
  width: 100%;
  background: #fff;
  padding: 60px 0; }
  .page_index .flow_section .inner {
    width: 900px;
    margin: 0 auto; }
    .page_index .flow_section .inner .flow_ttl {
      text-align: center;
      margin-bottom: 50px; }
      .page_index .flow_section .inner .flow_ttl h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block;
        padding-bottom: 15px; }
        .page_index .flow_section .inner .flow_ttl h2::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 5px;
          background: #76a831; }
    .page_index .flow_section .inner .flow_list .flow_item {
      background: #fff;
      box-shadow: 0 0 3px #aaa;
      border-radius: 15px;
      padding: 30px 40px;
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      position: relative; }
      .page_index .flow_section .inner .flow_list .flow_item .flow_img {
        flex-shrink: 0;
        margin-right: 30px; }
        .page_index .flow_section .inner .flow_list .flow_item .flow_img img {
          display: block;
          width: 180px;
          height: auto; }
      .page_index .flow_section .inner .flow_list .flow_item .flow_content {
        flex: 1; }
        .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_step {
          margin-bottom: 15px;
          padding-bottom: 10px;
          border-bottom: 2px solid #89bc08;
          display: flex;
          align-items: baseline; }
          .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_step .step_text {
            font-size: 30px;
            font-weight: bold;
            color: #89bc08;
            letter-spacing: 0.05em; }
          .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_step .step_num {
            font-size: 48px;
            font-weight: 500;
            color: #89bc08;
            margin-right: 15px;
            line-height: 1; }
          .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_step .step_title {
            font-size: 24px;
            font-weight: bold;
            color: #333; }
        .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_text p {
          font-size: 16px;
          color: #272727;
          line-height: 1.8;
          margin-bottom: 10px; }
          .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_text p:last-child {
            margin-bottom: 0; }
        .page_index .flow_section .inner .flow_list .flow_item .flow_content .flow_text .flow_note {
          color: #ef570c;
          font-size: 14px; }
      .page_index .flow_section .inner .flow_list .flow_item .flow_arrow {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10; }
        .page_index .flow_section .inner .flow_list .flow_item .flow_arrow img {
          display: block;
          width: 80px;
          height: auto; }
    .page_index .flow_section .inner .flow_list .flow04 .flow_arrow {
      display: none; }
.page_index .case_section {
  width: 100%;
  background: #f0f7e8;
  padding: 60px 0; }
  .page_index .case_section .inner {
    width: 980px;
    margin: 0 auto; }
    .page_index .case_section .inner .case_ttl {
      text-align: center;
      margin-bottom: 50px; }
      .page_index .case_section .inner .case_ttl h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block;
        padding-bottom: 15px; }
        .page_index .case_section .inner .case_ttl h2::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 5px;
          background: #76a831; }
    .page_index .case_section .inner .case_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page_index .case_section .inner .case_list .case_item {
        width: calc(33.333% - 15px);
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 40px;
        position: relative;
        padding-top: 50px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
        .page_index .case_section .inner .case_list .case_item .case_label {
          position: absolute;
          top: -20px;
          left: 50%;
          transform: translateX(-50%); }
          .page_index .case_section .inner .case_list .case_item .case_label img {
            display: block;
            height: 55px;
            width: auto; }
        .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
          .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row:last-child {
            margin-bottom: 0; }
          .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row .info_label {
            background: #ebf8c9;
            color: #17993c;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 3px;
            min-width: 80px;
            text-align: center;
            flex-shrink: 0;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row .info_text {
            font-size: 20px;
            font-weight: 500;
            color: #333;
            line-height: 1.6;
            display: flex;
            align-items: center; }
          .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row:nth-child(2) .info_text {
            font-size: 15px;
            font-weight: normal; }
          .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row .info_price {
            font-size: 27px;
            color: #ef570c;
            font-weight: bold;
            display: flex;
            align-items: baseline; }
            .page_index .case_section .inner .case_list .case_item .case_content .case_info .info_row .info_price .price_num {
              font-size: 48px;
              line-height: 1;
              margin-right: 5px; }
      .page_index .case_section .inner .case_list .case04,
      .page_index .case_section .inner .case_list .case05,
      .page_index .case_section .inner .case_list .case06 {
        margin-bottom: 0; }
.page_index .dismissal_section {
  width: 100%;
  background: #fff;
  padding: 60px 0; }
  .page_index .dismissal_section .inner {
    width: 900px;
    margin: 0 auto; }
    .page_index .dismissal_section .inner .dismissal_ttl {
      text-align: center;
      margin-bottom: 50px; }
      .page_index .dismissal_section .inner .dismissal_ttl h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block;
        padding-bottom: 15px; }
        .page_index .dismissal_section .inner .dismissal_ttl h2::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 5px;
          background: #76a831; }
    .page_index .dismissal_section .inner .dismissal_list .dismissal_item {
      background: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      padding: 30px 40px;
      margin-bottom: 30px; }
      .page_index .dismissal_section .inner .dismissal_list .dismissal_item:last-child {
        margin-bottom: 0; }
      .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_header {
        position: relative;
        margin-bottom: 20px; }
        .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_header .person_icon {
          position: absolute;
          left: 35px;
          top: 50%;
          transform: translateY(-50%); }
          .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_header .person_icon img {
            display: block;
            width: 80px;
            height: 80px;
            border-radius: 50%; }
        .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_header .person_info {
          background: #ebf8c9;
          padding: 15px 25px 15px 70px;
          border-radius: 50px;
          font-size: 18px;
          font-weight: bold;
          color: #333;
          width: 700px;
          margin: auto; }
      .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_text p {
        font-size: 16px;
        color: #272727;
        line-height: 1.8;
        margin-bottom: 12px; }
        .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_text p:last-child {
          margin-bottom: 0; }
      .page_index .dismissal_section .inner .dismissal_list .dismissal_item .dismissal_text .highlight {
        color: #ef570c;
        font-weight: normal; }
.page_index .faq_section {
  width: 100%;
  background: #fff;
  padding: 60px 0; }
  .page_index .faq_section .inner {
    width: 900px;
    margin: 0 auto; }
    .page_index .faq_section .inner .faq_ttl {
      text-align: center;
      margin-bottom: 50px; }
      .page_index .faq_section .inner .faq_ttl h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
        position: relative;
        display: inline-block;
        padding-bottom: 15px; }
        .page_index .faq_section .inner .faq_ttl h2::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 50px;
          height: 5px;
          background: #76a831; }
    .page_index .faq_section .inner .faq_list li {
      border-bottom: 1px solid #ddd; }
      .page_index .faq_section .inner .faq_list li:first-child {
        border-top: 1px solid #ddd; }
      .page_index .faq_section .inner .faq_list li .faq_question {
        padding: 20px 60px 20px 70px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        position: relative;
        background: #fff;
        transition: background 0.3s; }
        .page_index .faq_section .inner .faq_list li .faq_question:hover {
          background: #f9f9f9; }
        .page_index .faq_section .inner .faq_list li .faq_question::before {
          content: "Q";
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          width: 40px;
          height: 40px;
          background: #ebf8c9;
          color: #17993c;
          font-size: 24px;
          font-weight: bold;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .page_index .faq_section .inner .faq_list li .faq_question span {
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          width: 30px;
          height: 30px; }
          .page_index .faq_section .inner .faq_list li .faq_question span::before, .page_index .faq_section .inner .faq_list li .faq_question span::after {
            content: "";
            position: absolute;
            background: #333;
            transition: transform 0.3s; }
          .page_index .faq_section .inner .faq_list li .faq_question span::before {
            width: 20px;
            height: 2px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .page_index .faq_section .inner .faq_list li .faq_question span::after {
            width: 2px;
            height: 20px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .page_index .faq_section .inner .faq_list li .faq_question.active span::after {
          transform: translate(-50%, -50%) rotate(90deg); }
      .page_index .faq_section .inner .faq_list li .faq_answer {
        padding: 20px 60px 20px 70px;
        font-size: 16px;
        color: #272727;
        line-height: 1.8;
        background: #f9f9f9;
        position: relative; }
        .page_index .faq_section .inner .faq_list li .faq_answer::before {
          content: "A";
          position: absolute;
          left: 20px;
          top: 20px;
          width: 40px;
          height: 40px;
          background: #17993c;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
.page_index .section07 {
  background: #fff; }
  .page_index .section07 .inner_wrap {
    background: rgba(119, 197, 43, 0.15);
    padding: 40px 0; }
    .page_index .section07 .inner_wrap .inner {
      width: 620px;
      border-radius: 7px;
      margin: 0 auto; }
      .page_index .section07 .inner_wrap .inner h2 {
        text-align: center;
        position: relative; }
        .page_index .section07 .inner_wrap .inner h2::after {
          width: 490px;
          height: 40px;
          background: transparent url("img/section07_attention.png") 0 0 no-repeat;
          position: absolute;
          top: -69px;
          left: 50%;
          margin-left: calc(-490px/2);
          content: ""; }
  .page_index .section07 .inner_guide {
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
    color: #272727; }
    .page_index .section07 .inner_guide span {
      color: #f00;
      font-weight: bold;
      font-size: 17px; }
  .page_index .section07 .err_message {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 62%; }
  .page_index .section07 .formparts {
    display: none; }
  .page_index .section07 .formparts-active {
    display: block !important; }
  .page_index .section07 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #dece45;
    background: #fff48d;
    background: -webkit-linear-gradient(top, #fff48d 0%, #fff065 100%);
    background: linear-gradient(to bottom, #fff48d 0%, #fff065 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48d', endColorstr=' #fff065', GradientType=0);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #484848;
    font-weight: 700;
    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 (max-width: 768px) {
    .page_index .section07 .form_section button {
      width: 100%; } }
  .page_index .section07 .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .page_index .section07 .progress .progressbar {
      width: 85%;
      height: 10px;
      background: #fff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .page_index .section07 .progress .progressbar {
          width: 85%; } }
      .page_index .section07 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f59d11;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .page_index .section07 .progress .progress_txt {
      width: 15%;
      padding-left: 10px;
      color: #f59d11;
      font-weight: bold; }
      .page_index .section07 .progress .progress_txt span {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
  .page_index .section07 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .page_index .section07 .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .page_index .section07 .form_parts_wrap .text-tel {
      width: auto; }
    .page_index .section07 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

.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: #3fa52a;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px; }
  .page_pricing .pricing_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px; }
    .page_pricing .pricing_info table td {
      border: solid 1px #b3b3b3;
      padding: 10px; }
    .page_pricing .pricing_info table th {
      border: solid 1px #b3b3b3;
      background-color: #f0f0f0;
      padding: 10px;
      font-weight: bold; }

.page_company {
  background-color: #f9fff1;
  padding: 30px 0; }
  .page_company .container {
    width: 820px;
    margin: 50px auto;
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .page_company .content {
    margin-bottom: 50px; }
    .page_company .content h2 {
      text-align: center;
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 40px;
      color: #333; }
  .page_company .company_info table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%; }
    .page_company .company_info table tr {
      border-bottom: 1px solid #ddd; }
      .page_company .company_info table tr:last-child {
        border-bottom: none; }
    .page_company .company_info table td {
      padding: 20px;
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      border: 1px solid #ddd; }
    .page_company .company_info table th {
      background-color: #ebf8c9;
      padding: 20px;
      font-weight: bold;
      color: #333;
      width: 180px;
      text-align: center;
      font-size: 16px;
      border: 1px solid #ddd; }
  .page_company .pricing_section {
    margin-bottom: 40px; }
    .page_company .pricing_section:last-child {
      margin-bottom: 0; }
    .page_company .pricing_section .pricing_header {
      background: #17993c;
      padding: 15px;
      text-align: center;
      margin-bottom: 10px; }
      .page_company .pricing_section .pricing_header h3 {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin: 0; }
    .page_company .pricing_section .pricing_content {
      border: 1px solid #b3b3b3;
      padding: 30px; }
      .page_company .pricing_section .pricing_content .note {
        text-align: center;
        font-size: 16px;
        color: #333; }
      .page_company .pricing_section .pricing_content .fee_boxes {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px; }
        .page_company .pricing_section .pricing_content .fee_boxes .fee_box {
          background: #fffae6;
          border: 2px solid #f5a623;
          border-radius: 10px;
          padding: 20px 40px;
          text-align: center; }
          .page_company .pricing_section .pricing_content .fee_boxes .fee_box .fee_label {
            display: block;
            font-size: 16px;
            color: #333;
            margin-bottom: 10px; }
          .page_company .pricing_section .pricing_content .fee_boxes .fee_box .fee_amount {
            font-size: 56px;
            font-weight: bold;
            color: #ef570c;
            line-height: 1; }
            .page_company .pricing_section .pricing_content .fee_boxes .fee_box .fee_amount .fee_unit {
              font-size: 24px;
              margin-left: 5px; }
      .page_company .pricing_section .pricing_content .fee_detail {
        margin-bottom: 30px; }
        .page_company .pricing_section .pricing_content .fee_detail:last-child {
          margin-bottom: 0; }
        .page_company .pricing_section .pricing_content .fee_detail h4 {
          background: #fff;
          border: 2px solid #17993c;
          border-radius: 50px;
          padding: 12px 30px;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: #17993c;
          margin-bottom: 20px; }
        .page_company .pricing_section .pricing_content .fee_detail .detail_text {
          padding: 0 20px; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text p {
            font-size: 16px;
            color: #333;
            line-height: 1.8;
            margin-bottom: 15px; }
            .page_company .pricing_section .pricing_content .fee_detail .detail_text p:last-child {
              margin-bottom: 0; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text .bold {
            font-weight: bold; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text .highlight {
            color: #ef570c;
            font-weight: bold;
            font-size: 18px; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text .highlight_bold {
            color: #333;
            font-weight: bold;
            font-size: 18px; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text .small {
            font-size: 14px;
            color: #666; }
          .page_company .pricing_section .pricing_content .fee_detail .detail_text .small_inline {
            font-size: 14px;
            color: #333; }

.page_privacy {
  background-color: #f9fff1;
  padding: 30px 0; }
  .page_privacy .container {
    width: 980px;
    margin: 50px auto;
    background-color: #fff;
    padding: 50px 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .page_privacy .content {
    margin-bottom: 50px; }
    .page_privacy .content h2 {
      text-align: center;
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 40px;
      color: #333; }
    .page_privacy .content .privacy_text p {
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      margin-bottom: 20px; }
      .page_privacy .content .privacy_text p:last-child {
        margin-bottom: 0; }
    .page_privacy .content .privacy_text .indent {
      padding-left: 2em; }
    .page_privacy .content .privacy_text .date {
      margin-top: 40px; }
  .page_privacy .contact_section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px; }
    .page_privacy .contact_section h3::before {
      content: "◆";
      margin-right: 5px; }
  .page_privacy .contact_section p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px; }
  .page_privacy .contact_section .contact_info {
    margin-top: 20px; }
    .page_privacy .contact_section .contact_info p {
      font-size: 16px;
      color: #333;
      line-height: 1.8;
      margin-bottom: 10px; }
      .page_privacy .contact_section .contact_info p:last-child {
        margin-bottom: 0; }
    .page_privacy .contact_section .contact_info .office_name {
      color: #17993c;
      font-weight: bold;
      font-size: 18px; }

.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; }

.form_section .ttl {
  text-align: center; }
.form_section .read {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #dd1111; }
.form_section table {
  margin-top: 20px; }
.form_section .progress {
  margin-top: 20px;
  width: 100%; }
  .form_section .progress .progressbar,
  .form_section .progress .progress_txt {
    display: table-cell;
    vertical-align: middle; }
  .form_section .progress .progressbar {
    width: 92%;
    height: 30px;
    background: #eeeeee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .form_section .progress .progressbar {
        width: 85%; } }
    .form_section .progress .progressbar span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: #ed6103;
      height: 30px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
  .form_section .progress .progress_txt {
    padding-left: 10px;
    color: #ed6103;
    font-weight: bold; }
    .form_section .progress .progress_txt span {
      font-weight: bold;
      font-size: 20px;
      display: inline-block;
      margin-right: 3px; }

footer {
  background: #fff;
  padding-bottom: 97px; }
  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: 300px;
    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 .copyright {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #17993c; }

.floating_cta {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: bottom 0.5s ease;
  background: #89bc08;
  padding: 10px 0 0;
  text-align: center; }
  .floating_cta.show {
    bottom: 0; }
  .floating_cta a {
    display: inline-block; }
    .floating_cta a img {
      width: 470px;
      height: auto;
      display: block; }
