@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.human_solution,
.object_solution,
.money_solution {
  background-color: white;
  border-radius: 10px;
}

.solution .blue_wrapper {
  border-radius: 100px 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .solution .blue_wrapper {
    border-radius: 50px 50px 0 0;
  }
}

.ba_solution {
  background-color: white;
  border-radius: 10px;
}

.solution_sentences {
  line-height: 200%;
}

.solution_sentence {
  font-weight: 500;
}
.solution_sentence:not(:last-child) {
  margin-bottom: 8px;
}

.solution_title_img {
  width: clamp(320px, 47.67vw, 800px);
  margin: 30px 0px;
}

.solution_title img {
  width: clamp(60px, 6.64vw, 100px);
}

.solution_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.solution_content.left {
  min-width: clamp(300px, 32.95vw, 600px);
}

.solution_title__label {
  display: inline-block;
  background-color: #ff2b41;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1360px) {
  .solution_title__label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_title__label {
    font-size: 16px;
  }
}

.solution_title__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff3b4d;
}

@media only screen and (max-width: 767px) {
  .solution_arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.reason_triple {
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .reason_triple {
    width: 300px;
    text-align: center;
  }
}

.service_position .main_title {
  color: black;
}

@media only screen and (max-width: 767px) {
  .service_position .list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service_detail .section_title {
  background-color: #f8f8f8;
  color: #e74c3c;
  padding: 15px 20px;
  font-size: 18px;
  border-bottom: 2px solid #e74c3c;
}

.service_table .service_name {
  -webkit-box-flex: 2.7;
  -webkit-flex: 2.7;
      -ms-flex: 2.7;
          flex: 2.7;
}

.service_table .service_content {
  -webkit-box-flex: 7.3;
  -webkit-flex: 7.3;
      -ms-flex: 7.3;
          flex: 7.3;
  font-weight: 500;
}
.service_table .service_content.f-bold {
  font-weight: bold;
}

.pickup .case_card {
  width: calc((100% - 30px) / 2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  padding-inline: clamp(20px, 2.93vw, 64px);
  padding-block: clamp(12px, 1.46vw, 40px);
}
@media only screen and (max-width: 767px) {
  .pickup .case_card {
    width: 100%;
    max-width: 450px;
  }
}

.pickup .case_info_row {
  margin-bottom: 10px;
}

.list .case_card {
  width: calc((100% - 60px) / 3);
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .list .case_card {
    width: 100%;
  }
}

.case_list_flex.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.step_title {
  font-size: clamp(18px, 2.05vw, 40px);
}

.step_left {
  gap: 23px;
}

.step_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .step_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.step_section > div {
  width: calc((100% - 23px) / 2 - 1px);
}
@media only screen and (max-width: 767px) {
  .step_section > div {
    width: 100%;
  }
}

.step_description {
  line-height: 2;
}

.en_point {
  font-size: clamp(12px, 1.4vw, 20px);
  font-family: "Montserrat", sans-serif;
  color: #FF2B41;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .flex-center.faq_q {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.js-accordion-title {
  cursor: pointer;
  position: relative;
}
.js-accordion-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #0C45AD;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .js-accordion-title:before {
    width: 15px;
    height: 2px;
  }
}
.js-accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /*横線*/
  width: 25px;
  height: 2px;
  background: #0C45AD;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .js-accordion-title:after {
    width: 15px;
    height: 2px;
  }
}
.js-accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion-title.open:after {
  opacity: 0;
}

.accordion-content {
  display: none;
  padding-top: 30px;
}

.faq_l {
  -webkit-box-flex: 0.4;
  -webkit-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  font-family: "Montserrat", sans-serif;
}

.faq_r {
  -webkit-box-flex: 9.6;
  -webkit-flex: 9.6;
      -ms-flex: 9.6;
          flex: 9.6;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 5px;
}

/* 20250723追記 */
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-red {
  color: red;
}

.gap10 {
  gap: 10px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    -webkit-overflow-scrolling: touch; /* iOS対応 */
  }
}
.table-wrapper .scroll_text {
  display: none;
}
@media screen and (max-width: 1060px) {
  .table-wrapper .scroll_text {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

table.service_table {
  min-width: 800px;
}

.service_table {
  width: 100%;
  border-collapse: collapse;
}
.service_table caption {
  background: #83CFFF;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.service_table th,
.service_table td {
  background-color: #fff;
  border: 1px solid #C7CCD0;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
}
.service_table .row-header {
  background: #83CFFF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 5.17578125%;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}
.service_table .phase-header {
  background-color: #fff;
  text-align: center;
  width: 14.74609375%;
}
.service_table .sub-dept {
  padding-left: 2.7777777778em;
}
@media (max-width: 767px) {
  .service_table .table_title.f-red.bd-gray,
  .service_table .table_title.f-orange.bd-gray,
  .service_table .table_title.f-blue.bd-gray,
  .service_table .table_title.f-right_blue.bd-gray {
    display: none;
  }
}

.nolineTBL > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nolineTBL > div dt, .nolineTBL > div dd {
  font-weight: normal;
}
.nolineTBL > div dt {
  width: 250px;
}
@media (max-width: 767px) {
  .nolineTBL > div dt {
    width: 150px;
  }
}

.nolineTBL2 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .nolineTBL2 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 1em;
  }
}
.nolineTBL2 > div dt, .nolineTBL2 > div dd {
  font-weight: normal;
}
.nolineTBL2 > div dt {
  width: 150px;
}
@media (max-width: 767px) {
  .nolineTBL2 > div dt {
    width: 100%;
  }
}

/* sitemap */
.sitemap {
  border-radius: 10px;
  background: white;
  padding: clamp(30px, 3.66vw, 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.sitemap .sitemap_box {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .sitemap .sitemap_box {
    width: 100%;
  }
}
.sitemap .sitemap_title {
  color: rgb(255, 43, 65);
  font-size: clamp(16px, 1.76vw, 32px);
  font-family: "Montserrat", sans-serif;
}
.sitemap .sitemap_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.sitemap .sitemap_nav {
  padding: 0;
}
.sitemap .sitemap_nav > li > a {
  position: relative;
  line-height: 1;
  padding-left: 20px;
  font-size: clamp(15px, 1.5vw, 24px);
  display: block;
  margin-top: 2em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sitemap .sitemap_nav > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgb(255, 43, 65);
  width: 12px;
  height: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .sitemap .sitemap_nav > li > a:hover {
    opacity: 0.8;
  }
}
.sitemap .sitemap_subnav {
  padding-left: 1em;
}
.sitemap .sitemap_subnav > li > a {
  position: relative;
  line-height: 1;
  padding-left: 1em;
  font-size: clamp(14px, 1.4vw, 20px);
  display: block;
  margin-top: 1.5em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sitemap .sitemap_subnav > li > a:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgb(255, 43, 65);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .sitemap .sitemap_subnav > li > a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=under.css.map */