.pbBlock {
  clear: both;
}

img {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dssm {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dssm * {
  color: #251e1c;
  box-sizing: border-box;
}

.dssm img {
  max-width: 100%;
  height: auto;
  display: block;
}

.dssm .dssm_container {
  max-width: 1280px;
  margin-inline: auto;
}

.dssm a.link {
  color: #251e1c;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

.dssm a.link:hover {
  color: #51a098;
  text-decoration: underline;
}

.dssm_mv {
  position: relative;
  overflow: hidden;
}

.dssm_mv .dssm_mv_bg {
  margin: 0;
}

.dssm_mv .dssm_mv_bg img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.dssm_mv .dssm_mv_header {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.dssm_mv .dssm_mv_header img {
  margin-inline: auto;
}

.dssm_mv .dssm_mv_copy {
  width: 100%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dssm_mv .dssm_mv_copy img {
  margin-inline: auto;
}

.dssm_mv .dssm_mv_badge {
  position: absolute;
  bottom: 0;
  right: calc(50% - 630px);
}

.dssm_mv .dssm_mv_badge img {
  width: 300px;
}

.dssm_mv .sp {
  display: none !important;
}

.dssm_sec01 {
  background-color: #51a098;
  padding-block: 36px;
  margin-bottom: 30px;
}

.dssm_sec01 .dssm_container {
  max-width: 910px;
}

.dssm_sec01 .dssm_container p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.dssm_tab {
  background: #fff;
}

.dssm_tab_top {
  margin-bottom: 35px;
}

.dssm_tab_bottom {
  margin-top: 35px;
}

.dssm_tab .dssm_tab_list {
  display: flex;
  justify-content: center;
  gap: 13px;
  border-bottom: 3px solid #51a098;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dssm_tab .dssm_tab_item {
  flex: 1;
  max-width: 220px;
}

.dssm_tab .dssm_tab_item button {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 16px 8px;
  border: none;
  border-top: 1px solid #51a098;
  border-right: 1px solid #51a098;
  border-left: 1px solid #51a098;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #51a098;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.dssm_tab .dssm_tab_item button:hover {
  background: rgba(81, 160, 152, 0.1);
}

.dssm_tab .dssm_tab_item:first-child button {
  border-left: 1px solid #51a098;
}

.dssm_tab .dssm_tab_item.is-active button {
  background: #51a098;
  color: #fff;
}

.dssm_tab_panel {
  display: none;
}

.dssm_tab_panel.is-active {
  display: block;
}

.dssm_sec02 .dssm_sec02_header img {
  margin-inline: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.dssm_sec02 .dssm_container_top {
  background: #D5E8E6;
  padding: 70px 20px 60px;
  margin-bottom: 30px;
}

.dssm_sec02 .dssm_container_top .dssm_inner {
  max-width: 1092px;
}

.dssm_sec02 .dssm_container_bottom {
  background: #D5E8E6;
  padding: 40px 20px 60px;
}

.dssm_sec02 .dssm_inner {
  max-width: 1058px;
  margin-inline: auto;
}

.dssm_sec02 .dssm_sec02_steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.dssm_sec02 .dssm_sec02_steps img {
  margin-inline: auto;
}

.dssm_sec02 .dssm_sec02_compare {
  display: flex;
  gap: 16px;
}

.dssm_sec02 .dssm_sec02_compare .dssm_sec02_compare_item {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
}

.dssm_sec02 .dssm_sec02_compare .dssm_sec02_compare_item img {
  margin-inline: auto;
}

.dssm_sec02 .dssm_sec02_compare .dssm_sec02_compare_item_badge {
  position: absolute;
  top: -30px;
  right: -40px;
}

.dssm_sec04 .dssm_container {
  max-width: 920px;
}

.dssm_sec04 .dssm_sec04_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #51a098;
}

.dssm_sec04 .dssm_sec04_table thead th {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  padding: 0;
  background: #51a098;
}

.dssm_sec04 .dssm_sec04_table tbody th {
  min-width: 210px;
  border-block-end: 2px solid #51a098;
  border-inline-end: 2px solid #51a098;
  vertical-align: middle;
  text-align: center;
  color: #51a098;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
}

.dssm_sec04 .dssm_sec04_table tbody td {
  border-block-end: 2px solid #51a098;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  padding: 20px;
}

.dssm_sec04 .dssm_sec04_table tbody tr:last-child th,
.dssm_sec04 .dssm_sec04_table tbody tr:last-child td {
  border-block-end: none;
}

.dssm_sec05 {
  background: #fff;
  padding-block: 30px 50px;
}

.dssm_sec05 .dssm_container {
  max-width: 920px;
}

.dssm_sec05 .dssm_sec05_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.dssm_sec05 .dssm_sec05_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dssm_sec05 .dssm_sec05_block_ttl {
  padding-block: 10px;
  border-bottom: 2px solid #51a098;
}

.dssm_sec05 .dssm_sec05_block_ttl h3 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin: 0;
}

.dssm_sec05 .dssm_sec05_block_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dssm_sec05 .dssm_sec05_link {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.dssm_sec05 .dssm_sec05_link::before {
  content: "▶";
  margin-right: 0.4em;
  font-size: 0.75em;
  vertical-align: 0.1em;
}

.dssm_sec05 .dssm_sec05_link + .dssm_sec05_link {
  margin-top: 4px;
}

.dssm_sec05 .dssm_sec05_notes {
  margin-top: 8px;
}

.dssm_sec05 .dssm_sec05_notes li {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
}

.dssm_sec05 .dssm_sec05_notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #251e1c;
}

.dssm_sec05 .dssm_sec05_notes li + li {
  margin-top: 2px;
}

.dssm_sec06 {
  padding-block: 30px 50px;
}

.dssm_sec06 .dssm_container {
  max-width: 920px;
}

.dssm_sec06 .dssm_sec06_ttl {
  background: #51a098;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 30px;
}

.dssm_sec06 .dssm_sec06_ttl h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin: 0;
}

.dssm_sec06 .dssm_sec06_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.dssm_sec06 .dssm_accordion_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  background: #51a098;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s;
}

.dssm_sec06 .dssm_accordion_ttl span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 26px;
}

.dssm_sec06 .dssm_accordion_ttl::after {
  content: "+";
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.4s ease;
  display: block;
  width: 20px;
  text-align: center;
}

.dssm_sec06 .dssm_accordion_ttl.open::after {
  transform: rotate(45deg);
}

.dssm_sec06 .dssm_accordion_ttl:hover {
  opacity: 0.85;
}

.dssm_sec06 .dssm_accordion_txt {
  background: #e7f2f1;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.4s ease-out;
  margin-top: 10px;
}

.dssm_sec06 .dssm_accordion_body {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dssm_sec06 .dssm_accordion_body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 0 1.5em;
}

.dssm_sec06 .dssm_accordion_body .dssm_qa_ans {
  color: #c40018;
  font-size: 26px;
  margin-left: 0;
}

.dssm_sec06 .dssm_sec06_btn {
  text-align: center;
  margin: 0;
}

.dssm_sec06 .dssm_sec06_btn a {
  display: inline-block;
  max-width: 425px;
  width: 100%;
  color: #51a098;
  font-weight: 700;
  font-size: 25px;
  padding: 20px 60px;
  border: 2px solid #51a098;
  border-radius: 60px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.05em;
}

.dssm_sec06 .dssm_sec06_btn a:hover {
  background: #51a098;
  color: #fff;
  text-decoration: none;
}

.dssm_sec_empty {
  padding-block: 60px;
  text-align: center;
}

.dssm_sec_empty .dssm_container p {
  font-size: 16px;
  color: #888;
}

.dssm_attention {
  padding-block: 40px;
}

.dssm_attention .dssm_container {
  max-width: 920px;
}

.dssm_attention .dssm_attention_inner {
  display: flex;
  align-items: center;
  gap: 0;
}

.dssm_attention .dssm_attention_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  text-align: center;
}

.dssm_attention .dssm_attention_label .dssm_attention_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}

.dssm_attention .dssm_attention_label .dssm_attention_icon img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.dssm_attention .dssm_attention_label p {
  font-weight: 800;
  font-size: 14px;
  margin: 0;
}

.dssm_attention .dssm_attention_divider {
  width: 1px;
  height: 90px;
  background: #251e1c;
  flex-shrink: 0;
  margin-inline: 10px 20px;
}

.dssm_attention .dssm_attention_txt {
  flex: 1;
}

.dssm_attention .dssm_attention_txt p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.dssm_contact {
  background-color: #51a098;
  padding-block: 50px 120px;
}

.dssm_contact .dssm_container {
  max-width: 1000px;
}

.dssm_contact h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 40px;
}

.dssm_contact .dssm_contact_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.dssm_contact .dssm_contact_right .dssm_contact_hours {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.dssm_contact .dssm_contact_right .dssm_contact_hours small {
  font-size: 12px;
  color: #fff;
}

.dssm_contact .dssm_contact_tel_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 736px) {
  .dssm .dssm_container {
    padding-inline: 16px;
  }
  .dssm_mv .dssm_mv_header {
    width: 130%;
    left: 50%;
    transform: translateX(-50%);
  }
  .dssm_mv .dssm_mv_bg img {
    height: 400px;
  }
  .dssm_mv .dssm_mv_copy {
    width: 85%;
  }
  .dssm_mv .dssm_mv_badge {
    right: 10px;
  }
  .dssm_mv .dssm_mv_badge img {
    width: 110px;
  }
  .dssm_sec01 {
    padding: 24px 16px;
  }
  .dssm_sec01 .dssm_container p {
    font-size: 16px;
  }
  .dssm_tab_top {
    margin-bottom: 20px;
  }
  .dssm_tab_bottom {
    margin-top: 20px;
  }
  .dssm_tab .dssm_container {
    width: 100%;
    padding: 0;
  }
  .dssm_tab .dssm_tab_list {
    gap: 5px;
    padding-inline: 5px;
  }
  .dssm_tab .dssm_tab_item button {
    min-height: 60px;
    font-size: 14px;
    padding: 0;
  }
  .dssm_sec02 .dssm_container_top {
    padding: 20px;
    margin-bottom: 20px;
  }
  .dssm_sec02 .dssm_container_bottom {
    padding: 20px;
  }
  .dssm_sec02 .dssm_sec02_header {
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
  .dssm_sec02 .dssm_sec02_steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_badge {
    display: flex;
    align-items: flex-start;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_badge img {
    height: 26px;
    margin-top: -13px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_body {
    padding: 0 0 10px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_body h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_body p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step .dssm_sec02_step_body figure img {
    max-height: 100px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step_arrow {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 30px;
  }
  .dssm_sec02 .dssm_sec02_steps .dssm_sec02_step_arrow::after {
    border-width: 12px 14px 0 14px;
    border-color: white transparent transparent transparent;
  }
  .dssm_sec02 .dssm_sec02_compare {
    flex-direction: column;
    gap: 16px;
  }
  .dssm_sec02 .dssm_sec02_compare .dssm_sec02_compare_item_badge {
    max-width: 16%;
    top: -10px;
    right: -15px;
  }
  .dssm_sec03 {
    padding-block: 40px;
  }
  .dssm_sec03 .dssm_container {
    gap: 40px;
  }
  .dssm_sec03 .dssm_sec03_case_ttl span {
    font-size: 18px;
    padding: 6px 24px;
  }
  .dssm_sec03 .dssm_sec03_case_inner {
    flex-direction: column;
    padding-inline: 16px;
    gap: 16px;
  }
  .dssm_sec03 .dssm_sec03_case_fig {
    width: 100%;
  }
  .dssm_sec03 .dssm_sec03_case_txt ul {
    margin-bottom: 20px;
  }
  .dssm_sec03 .dssm_sec03_case_txt ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .dssm_sec03 .dssm_sec03_case_txt ul li .check {
    width: 18px;
  }
  .dssm_sec03 .dssm_sec03_case_txt p {
    font-size: 16px;
  }
  .dssm_attention {
    padding-block: 20px;
  }
  .dssm_attention .dssm_attention_inner {
    flex-wrap: wrap;
    gap: 12px;
  }
  .dssm_attention .dssm_attention_label {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
  }
  .dssm_attention .dssm_attention_label .dssm_attention_icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
  }
  .dssm_attention .dssm_attention_label p {
    font-size: 16px;
  }
  .dssm_attention .dssm_attention_divider {
    display: none;
  }
  .dssm_attention .dssm_attention_txt p {
    font-size: 14px;
  }
  .dssm_sec06 {
    padding-block: 20px;
  }
  .dssm_sec06 .dssm_sec06_ttl h2 {
    font-size: 20px;
    padding-block: 6px;
  }
  .dssm_sec06 .dssm_sec06_list {
    gap: 10px;
    margin-bottom: 36px;
  }
  .dssm_sec06 .dssm_accordion_ttl {
    min-height: 52px;
    padding: 12px 16px;
  }
  .dssm_sec06 .dssm_accordion_ttl span {
    font-size: 16px;
  }
  .dssm_sec06 .dssm_accordion_ttl::after {
    font-size: 20px;
  }
  .dssm_sec06 .dssm_accordion_body {
    padding: 20px 16px;
  }
  .dssm_sec06 .dssm_accordion_body p {
    font-size: 14px;
  }
  .dssm_sec06 .dssm_sec06_btn a {
    font-size: 16px;
    padding: 14px 36px;
  }
  .dssm_sec05 {
    padding-block: 20px;
  }
  .dssm_sec05 .dssm_sec05_list {
    gap: 10px;
  }
  .dssm_sec05 .dssm_sec05_block {
    gap: 10px;
  }
  .dssm_sec05 .dssm_sec05_block_ttl {
    padding-block: 5px;
  }
  .dssm_sec05 .dssm_sec05_block_ttl h3 {
    font-size: 18px;
  }
  .dssm_sec05 .dssm_sec05_link {
    font-size: 16px;
  }
  .dssm_sec05 .dssm_sec05_notes li {
    font-size: 14px;
  }
  .dssm_sec04 .dssm_sec04_table thead th {
    font-size: 18px;
    padding: 10px;
  }
  .dssm_sec04 .dssm_sec04_table tbody th {
    width: 100px;
    min-width: 120px;
    font-size: 16px;
    padding: 10px;
  }
  .dssm_sec04 .dssm_sec04_table tbody td {
    font-size: 14px;
    padding: 10px;
  }
  .dssm_contact {
    padding-block: 40px;
  }
  .dssm_contact h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .dssm_contact .dssm_contact_body {
    flex-direction: column;
    gap: 16px;
  }
  .dssm_contact .dssm_contact_name img {
    max-width: 220px;
  }
  .dssm_contact .dssm_contact_tel_row {
    flex-direction: column;
    gap: 12px;
  }
  .dssm_contact .dssm_contact_tel img {
    max-width: 240px;
  }
  .dssm_contact .dssm_contact_guidance img {
    max-width: 130px;
  }
}

/*# sourceMappingURL=main.css.map */
