@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&display=swap");
/*  ---------------------------

---------------------------  */
.it-dd .diagram_sp {
  width: 100%;
  max-width: 770px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .it-dd .diagram_sp {
    width: 513.3333333333px;
  }
}
.it-dd .sideline_underline_title + .sp_scroll {
  margin-top: 20px;
}
.it-dd .sideline_title + .sp_scroll {
  margin-top: 30px;
}
.it-dd .block_section + .block_section {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .it-dd .block_section + .block_section {
    margin-top: 30px;
  }
}
.it-dd .btn_base {
  max-width: 190px;
  margin-top: 30px;
  margin-left: auto;
}
.it-dd .btn_base a {
  padding: 5px 10px 4px 35px;
  font-size: 1.2rem;
  font-weight: 700;
}
.it-dd .btn_base a::before {
  left: -10px;
  width: 30px;
  height: 30px;
}
.it-dd .btn_base a:hover::before {
  left: -3px;
}

.two_columns_layout {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .two_columns_layout {
    margin-top: 50px;
  }
}

.block_section ol,
.block_section ul {
  margin-top: 25px;
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .block_section ol,
.block_section ul {
    margin-top: 15px;
  }
}
.block_section p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .block_section p {
    margin-top: 15px;
  }
}
.block_section p a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block_section p a:hover {
    text-decoration: none;
  }
}
.block_section .scroll_prompt_text {
  display: none;
}
@media (max-width: 767px) {
  .block_section .scroll_prompt_text {
    display: block;
    margin: 0;
    font-size: 1rem;
    text-align: center;
    color: #444;
  }
}

.box_section {
  margin-top: 65px;
}

.underscore_title {
  margin-bottom: 20px;
}
.underscore_title * {
  text-decoration: underline;
  color: #002b62;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
}

.underline_title * {
  text-decoration: underline;
  color: #002b62;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

@media (max-width: 767px) {
  .sp_scroll {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 10px;
  }
}

.diagram_sp {
  width: 767px;
  margin: auto;
}
@media (max-width: 767px) {
  .diagram_sp {
    width: 511.3333333333px;
  }
}

.numeric_points {
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #444;
  background-color: rgba(255, 255, 255, 0.41);
  position: relative;
}
@media (max-width: 767px) {
  .numeric_points {
    flex-direction: column;
  }
}
.numeric_points::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 60px);
  right: calc(100% - 17px);
  width: 51.66px;
  height: 50.88px;
  background: url(/assets/img/service/icon_check.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .numeric_points::before {
    top: 15px;
    right: auto;
    left: -15px;
  }
}
.numeric_points:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .numeric_points .point_heading {
    align-self: flex-start;
    padding-left: 15px;
  }
}
.numeric_points .point_heading span {
  display: block;
  padding: 17px 29px 15px 15px;
}
.numeric_points .point_heading span img {
  width: 52.6px;
  height: 53.95px;
}
.numeric_points .point_description {
  padding: 12px 25px 15px 26px;
  border-left: 1px solid #444;
}
@media (max-width: 767px) {
  .numeric_points .point_description {
    padding: 12px 20px 15px 27px;
    border-top: 1px solid #444;
    border-left: none;
  }
}
.numeric_points .point_description dt {
  color: #0e1733;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
.numeric_points .point_description dd {
  margin-top: 20px;
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}

.card_wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 40px;
}
@media (max-width: 767px) {
  .card_wrap {
    flex-direction: column;
  }
}
.card_wrap .card {
  width: calc((100% - 20px) / 2);
  border: 1px solid #002b62;
}
@media (max-width: 767px) {
  .card_wrap .card {
    width: 100%;
  }
}
.card_wrap .card:nth-of-type(1) dd li {
  line-height: 2.2728571429;
}
@media (max-width: 767px) {
  .card_wrap .card:nth-of-type(1) dd li {
    line-height: 1.8307142857;
  }
}
@media (max-width: 767px) {
  .card_wrap .card:nth-of-type(2) {
    margin-top: 24px;
  }
}
.card_wrap .card:nth-of-type(2) dd li {
  line-height: 1.8307142857;
}
.card_wrap dt {
  padding: 5px 15px 5px 15px;
  background: linear-gradient(130deg, #d1e7e3 0%, #ffffff 100%);
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.card_wrap img {
  width: 48.11px;
  height: 48.11px;
}
.card_wrap span {
  margin-left: 15px;
}
.card_wrap dd {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #002b62;
}
.card_wrap dd ul {
  margin: 0;
}
.card_wrap dd li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.itdd-box {
  margin-top: 25px;
}
.itdd-box .sp_scroll {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .itdd-box .scroll_prompt_text + p {
    margin-top: 30px;
  }
}
@media (min-width: 1025px), print {
  .itdd-box .scroll_prompt_text + p {
    margin-top: 50px;
  }
}
.itdd-box .standout-section {
  margin-top: 30px;
  padding: 1.5em 1em;
  background: linear-gradient(0deg, #fae1d2 0%, #c19769 100%);
}
@media (max-width: 767px) {
  .itdd-box .standout-section {
    margin-top: 20px;
    padding: 1em 1.5em;
  }
}
.itdd-box .standout-section p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: -0.025em;
  color: #0e1733;
}
@media (max-width: 767px) {
  .itdd-box .standout-section p {
    font-size: 1.6rem;
  }
}
.itdd-box .standout-section p:first-of-type {
  margin-top: 0;
}
.itdd-box .standout-section p + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .itdd-box .standout-section p + p {
    margin-top: 5px;
  }
}

.lead_two-column {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lead_two-column {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.lead_two-column .column {
  width: calc((100% - 20px) / 2);
  border: 1px solid #444;
}
@media (max-width: 767px) {
  .lead_two-column .column {
    width: 100%;
  }
}
.lead_two-column .column dt {
  padding: 10px 15px;
  background-color: #002b62;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lead_two-column .column dt {
    font-size: 1.6rem;
  }
}
.lead_two-column .column dd {
  padding: 15px 24px 13px;
  color: #002b62;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .lead_two-column .column dd {
    font-size: 1.5rem;
  }
}
.lead_two-column .column dd ul {
  margin-top: 0;
  margin-bottom: 10px;
  color: #444;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .lead_two-column .column dd ul {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.lead_two-column .column dd ul li .-note {
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .lead_two-column .column dd ul li .-note {
    font-size: 1rem;
  }
}
.lead_two-column + .note_text {
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.025em;
  color: #444;
}
@media (max-width: 767px) {
  .lead_two-column + .note_text {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}

.analysis-method {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .analysis-method {
    margin-top: 20px;
  }
}
.analysis-method .analysis-method_heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(87.012987013%, 670px);
  margin-inline: auto;
  margin-bottom: -10px;
  padding: 8px 1em;
  background-color: #002b62;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_heading {
    width: 80%;
    padding: 8px 0;
  }
}
.analysis-method .analysis-method_heading img {
  width: auto;
  height: 47px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_heading img {
    height: 40px;
    margin-right: 5px;
  }
}
.analysis-method .analysis-method_heading h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_heading h3 {
    font-size: 1.6rem;
  }
}
.analysis-method .analysis-method_body {
  position: relative;
}
.analysis-method .analysis-method_body::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 30px;
  background-color: #002b62;
}
.analysis-method .analysis-method_body > dl {
  padding: 24px 50px;
  background-color: #fff;
  border: 1px solid #002b62;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body > dl {
    padding: 20px 20px;
  }
}
.analysis-method .analysis-method_body > dl > dt {
  padding-bottom: 11px;
  border-bottom: 1px solid #002b62;
  text-align: center;
  color: #002b62;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body > dl > dt {
    font-size: 1.5rem;
  }
}
.analysis-method .analysis-method_body > dl dd {
  color: #444;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}
.analysis-method .analysis-method_body > dl dd p {
  margin-top: 15px;
}
.analysis-method .analysis-method_body .card_wrap {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body .card_wrap {
    margin: 20px 0 0;
  }
}
.analysis-method .analysis-method_body .card_wrap img {
  width: auto;
  height: 48px;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body .card_wrap img {
    width: auto;
    height: 18px;
  }
}
.analysis-method .analysis-method_body .card_wrap dt {
  text-align: center;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body .card_wrap dt {
    font-size: 1.6rem;
  }
}
.analysis-method .analysis-method_body .card_wrap dd {
  padding: 15px 20px;
}
.analysis-method .analysis-method_body .card_desc > dt {
  min-height: 7.5em;
  padding: 0;
  background: transparent;
  white-space: normal;
  text-align: left;
  font-weight: 600;
  font-size: 1.7rem;
  color: #8a7647;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body .card_desc > dt {
    min-height: auto;
    font-size: 1.6rem;
  }
}
.analysis-method .analysis-method_body .card_desc dd {
  padding: 0;
  border-top: none;
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
}
.analysis-method .analysis-method_body + .analysis-method_body {
  margin-top: 30px;
}
.analysis-method .analysis-method_body + .analysis-method_body::after {
  display: none;
}
@media (max-width: 767px) {
  .analysis-method .analysis-method_body + .analysis-method_body {
    margin-top: 20px;
  }
}
.fig_grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fig_grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.fig_grid-4col figure {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .fig_grid-4col figure {
    width: 100%;
  }
}
.fig_grid-4col figure img {
  width: 100%;
}

.thumbnail_layout {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .thumbnail_layout {
    margin-top: 30px;
  }
}
.thumbnail_layout .layout_item:nth-of-type(1) {
  width: 514px;
}
@media (max-width: 767px) {
  .thumbnail_layout .layout_item:nth-of-type(1) {
    width: 100%;
  }
}
.thumbnail_layout .layout_item:nth-of-type(2) {
  width: 225px;
}
@media (max-width: 767px) {
  .thumbnail_layout .layout_item:nth-of-type(2) {
    width: 90%;
    margin: 20px auto 0;
  }
}

.numeric_description dt span {
  flex: 1;
  order: 2;
}
.numeric_description dd {
  margin-top: 25px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
  color: #444;
}
/*# sourceMappingURL=it-dd.css.map */