@charset "UTF-8";
/* ----------------------------------------------------------------
  DWM
----------------------------------------------------------------- */
/**
 * font
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@600&display=swap");
/**
 * header,footer
 */
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
.pc-header-inner02,
.pc-footer-inner,
.pc-footer-group03-inner,
.pc-footer-group02-inner,
.pc-footer-group05-inner {
  width: 1200px !important;
}

.pc-header-glb-content-inner,
.pc-header-glb-body {
  max-width: 1240px !important;
}

.pc-header {
  min-width: 1160px !important;
}

.pc-header-inner {
  box-sizing: border-box;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pc-header-inner02 {
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box;
}

.is-fixed .pc-header-glb-inner {
  width: 960px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pc-header-glb-inner {
  width: 1200px !important;
  background: none !important;
}
.pc-header-glb-inner .pc-header-glb-item {
  border-right: 1px solid #d4d4d4;
}
.pc-header-glb-inner .pc-header-glb-item:first-of-type {
  border-left: 1px solid #d4d4d4;
}

.pc-header-glb-inner .pc-header-glb-item:nth-of-type(4) .pc-header-glb-toggle-line-break, .pc-header-glb-inner .pc-header-glb-item:nth-of-type(5) .pc-header-glb-toggle-line-break {
  display: none;
}

a[class^=pc-header-btn-list-btn] {
  padding: 16px 8px 14px !important;
  min-height: auto !important;
}

a.pc-header-btn-list-btn-open {
  background: linear-gradient(360deg, rgb(198, 145, 31) 0%, rgb(209, 167, 76) 100%) !important;
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  a.pc-header-btn-list-btn-open:hover {
    opacity: 0.7;
  }
}

a.pc-header-btn-list-btn-login {
  background: linear-gradient(360deg, rgb(194, 33, 18) 0%, rgb(203, 66, 53) 100%) !important;
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  a.pc-header-btn-list-btn-login:hover {
    opacity: 0.7;
  }
}

.pc-footer-grid-col {
  width: 366px !important;
}
.pc-footer-grid-col-02 {
  width: 366px !important;
}
.pc-footer-grid-col-03 {
  width: 366px !important;
}

.pc-footer-btn-list {
  width: 215px;
  margin-left: auto;
}

.pc-footer-grid02-col {
  width: 291px !important;
}

a.pc-footer-btn-list-btn-login::before,
a.pc-footer-btn-list-btn-open::before,
a.pc-footer-btn-list-btn-doc::before,
a.pc-footer-btn-list-btn-store::before {
  display: none !important;
}

a.pc-footer-btn-list-btn-login {
  background: linear-gradient(360deg, rgb(194, 33, 18) 0%, rgb(203, 66, 53) 100%) !important;
  padding: 17px 16px 16px !important;
}

a.pc-footer-btn-list-btn-open {
  background: linear-gradient(360deg, rgb(198, 145, 31) 0%, rgb(209, 167, 76) 100%) !important;
  padding: 17px 16px 16px !important;
}

a.pc-footer-btn-list-btn-doc,
a.pc-footer-btn-list-btn-store {
  background: linear-gradient(360deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%) !important;
  color: #333 !important;
  border: 1px #ccc solid !important;
  padding: 16px 16px 15px !important;
}

@media screen and (min-width: 768px) {
  a.pc-footer-btn-list-btn-doc:hover,
  a.pc-footer-btn-list-btn-store:hover {
    border: 1px #ccc solid;
  }
}

a.pc-footer-btn-list-btn-login::before,
a.pc-footer-btn-list-btn-open::before,
a.pc-footer-btn-list-btn-doc::before,
a.pc-footer-btn-list-btn-store::before {
  display: none !important;
}

a.pc-footer-btn-list-btn-login::after,
a.pc-footer-btn-list-btn-open::after,
a.pc-footer-btn-list-btn-doc::after,
a.pc-footer-btn-list-btn-store::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 768px) {
  a.pc-footer-btn-list-btn-login:hover::after,
  a.pc-footer-btn-list-btn-open:hover::after,
  a.pc-footer-btn-list-btn-doc:hover::after,
  a.pc-footer-btn-list-btn-store:hover::after {
    opacity: 0.3;
  }
}

a.sp-footer-btn-login {
  background: linear-gradient(360deg, rgb(194, 33, 18) 0%, rgb(203, 66, 53) 100%) !important;
  border-radius: 3px !important;
}

a.sp-footer-btn-open {
  background: linear-gradient(360deg, rgb(198, 145, 31) 0%, rgb(209, 167, 76) 100%) !important;
  border-radius: 3px !important;
}

a.sp-footer-btn-docs,
a.sp-footer-btn-shops {
  background: linear-gradient(360deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%) !important;
  color: #333 !important;
  border: 1px #ccc solid !important;
  border-radius: 3px !important;
  padding: 19px 10px !important;
}

/**
 * base
 */
.dwm-l-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.dwm-l-main *,
.dwm-l-main *::before,
.dwm-l-main *::after {
  box-sizing: border-box;
}
.dwm-l-main p,
.dwm-l-main ul,
.dwm-l-main ol,
.dwm-l-main dl {
  margin-bottom: 0;
}
.dwm-l-main .panel-note p:not(:last-child) {
  margin-bottom: 15px;
}
.dwm-l-main .panel-note ul:not(:last-child) {
  margin-bottom: 15px;
}

/**
 * variables
 */
/**
 * main
 */
.dwm-l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .dwm-l-wrapper {
    padding: 24px 16px 80px;
  }
}

.dwm-l-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-l-content {
    margin-top: 0;
  }
}

/**
 * breadcrumb
 */
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb {
    padding: 10px;
    margin: 0;
    background-color: #e5dfd3;
  }
}
.dwm-c-breadcrumb > ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb > ol {
    gap: 4px 0;
  }
}
.dwm-c-breadcrumb > ol > li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb > ol > li {
    color: #560802;
  }
}
.dwm-c-breadcrumb > ol > li:not(:last-child)::after {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 8px 0 8px;
  content: ">";
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb > ol > li:first-child::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 17px;
    margin-right: 5px;
    background: transparent url(/content/dam/daiwasecurities/resource/images/dwm/icon_home.svg) no-repeat scroll center center;
    background-size: 13px 17px;
    vertical-align: middle;
  }
}
.dwm-c-breadcrumb > ol > li:last-child {
  color: #560802;
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb > ol > li:last-child {
    color: #333333;
  }
}
.dwm-c-breadcrumb > ol > li > a {
  text-underline-offset: 2px;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb > ol > li > a {
    color: #560802;
  }
}
@media (hover: hover) {
  .dwm-c-breadcrumb > ol > li > a:hover {
    text-decoration: underline;
  }
}

/* ── 表示制御 ───────────────────────────── */
@media screen and (min-width: 768px) {
  .dwm-l-wrapper .dwm-c-breadcrumb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dwm-l-wrapper .dwm-c-breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dwm-c-breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-breadcrumb {
    display: block;
  }
}

/**
 * heading
 */
.dwm-c-heading-lv1 {
  position: relative;
  height: 240px;
  background-image: var(--image-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 40px;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv1 {
    height: 165px;
    background-image: var(--image-sp);
    background-position: left bottom;
    padding: 0 16px;
    margin: 0 0 56px;
  }
}
@media (max-width: 767px) and (min-width: 590px) {
  .dwm-c-heading-lv1 {
    height: 200px;
  }
}
.dwm-c-heading-lv1__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 56px 0 0 24px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv1__title {
    font-size: 28px;
    padding: 24px 0 0 16px;
  }
}
.dwm-c-heading-lv1__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #560802;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv1__title::before {
    width: 1px;
  }
}
.dwm-c-heading-lv1__title--inverse {
  color: #ffffff;
}
.dwm-c-heading-lv1__title--inverse::before {
  background-color: #ffffff;
}
.dwm-c-heading-lv2 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  margin: 120px 0 64px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv2 {
    font-size: 24px;
    margin: 80px 0 40px;
  }
}
.dwm-c-heading-lv2--primary {
  color: #560802;
}
.dwm-c-heading-lv3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin: 64px 0 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv3 {
    font-size: 22px;
    margin: 48px 0 24px;
  }
}
.dwm-c-heading-lv4 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 40px 0 24px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv4 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
}
.dwm-c-heading-lv4--primary {
  color: #560802;
}
.dwm-c-heading-lv5 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 24px 0 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-heading-lv5 {
    font-size: 18px;
    margin: 32px 0 8px;
  }
}
.dwm-c-heading-lv5--primary {
  color: #560802;
}

/**
 * text
 */
.dwm-c-lead-text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dwm-c-lead-text {
    font-size: 16px;
  }
}

.dwm-c-text-l {
  font-size: 18px;
}
.dwm-c-text-l--bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .dwm-c-text-m {
    font-size: 14px;
  }
}
.dwm-c-text-m--bold {
  font-weight: 700;
}

/**
 * list
 */
.dwm-c-list {
  margin-top: 12px;
}
.dwm-c-list__item {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-list__item {
    font-size: 14px;
  }
}
.dwm-c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.dwm-c-list__item + .dwm-c-list__item {
  margin-top: 8px;
}

.dwm-c-note-list {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-note-list {
    font-size: 14px;
  }
}
.dwm-c-note-list__item {
  margin-left: 1em;
  text-indent: -1em;
}
.dwm-c-note-list__item::before {
  margin: 0;
  content: "※";
}
.dwm-c-note-list__item + .dwm-c-note-list__item {
  margin-top: 8px;
}
.dwm-c-note-list__item--asterisk::before {
  content: "＊";
}

.dwm-c-check-list {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dwm-c-check-list {
    font-size: 16px;
  }
}
.dwm-c-check-list__item {
  padding-left: 36px;
  position: relative;
}
.dwm-c-check-list__item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 9px;
  height: 20px;
  border-right: 2px solid #bd9040;
  border-bottom: 2px solid #bd9040;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .dwm-c-check-list__item::before {
    top: 2px;
  }
}
.dwm-c-check-list__item + .dwm-c-check-list__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-check-list__item + .dwm-c-check-list__item {
    margin-top: 8px;
  }
}
.dwm-c-check-list__note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 80px 46px 0;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .dwm-c-check-list__note {
    padding: 0 24px 24px 0;
    font-size: 16px;
  }
}
.dwm-c-check-list--loose .dwm-c-check-list__item + .dwm-c-check-list__item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-check-list--loose .dwm-c-check-list__item + .dwm-c-check-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-header-box__content:has(.dwm-c-check-list__note) .dwm-c-check-list {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .dwm-c-square-list {
    font-size: 14px;
  }
}
.dwm-c-square-list__item {
  padding-left: 24px;
  position: relative;
}
.dwm-c-square-list__item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #bd9040;
}
@media screen and (max-width: 767px) {
  .dwm-c-square-list__item::before {
    top: 7px;
  }
}
.dwm-c-square-list__item + .dwm-c-square-list__item {
  margin-top: 16px;
}

/**
 * link
 */
.dwm-c-link-list {
  margin: 24px 0 0;
}
.dwm-c-link-list .dwm-c-link-list {
  margin-left: 20px;
  margin-top: 0;
}
.dwm-c-link-list__item {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-link-list__item {
    margin-top: 16px;
  }
}

.dwm-c-link {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .dwm-c-link {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .dwm-c-link:hover {
    color: #560802;
  }
}
.dwm-c-link:visited {
  color: #333333;
}
@media (hover: hover) {
  .dwm-c-link:visited:hover {
    color: #560802;
  }
}
.dwm-c-link::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: -4px 0px 0px;
  border-width: 2px 2px;
  border-style: solid solid;
  border-color: #560802 #560802 transparent transparent;
  -o-border-image: initial;
     border-image: initial;
  border-bottom: transparent;
  border-left: transparent;
}
@media screen and (max-width: 767px) {
  .dwm-c-link::before {
    top: 9px;
  }
}
.dwm-c-link--lg {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dwm-c-link--lg {
    font-size: 16px;
  }
}
.dwm-c-link--lg::before {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .dwm-c-link--lg::before {
    top: 12px;
  }
}
.dwm-c-link--bold {
  font-weight: 700;
}

/**
 * border
 */
.dwm-c-border {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin: 80px 0;
}

/**
 * box
 */
.dwm-c-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-box {
    flex-direction: column;
    gap: 24px;
  }
}
.dwm-c-box__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #560802;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .dwm-c-box__item {
    padding: 24px 16px;
  }
}
.dwm-c-box__title {
  font-family: "Noto Serif JP", serif;
  color: #560802;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dwm-c-box__title {
    font-size: 18px;
  }
}
.dwm-c-box__section {
  background-color: #f5f5f5;
  padding: 16px;
  margin-top: auto;
}
.dwm-c-box__section-title {
  background-color: #560802;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 0;
  text-align: center;
}
.dwm-c-box .dwm-c-square-list {
  margin: 24px 0 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-box .dwm-c-square-list {
    margin: 16px 0 24px;
  }
}

.dwm-c-color-box {
  background-color: #eee6e6;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box {
    padding: 16px;
  }
}
.dwm-c-color-box--lg {
  margin: 120px 0 0;
  padding: 48px 80px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg {
    margin: 80px 0 0;
    padding: 32px 16px;
  }
}
.dwm-c-color-box--lg .dwm-c-heading-lv2 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-heading-lv2 {
    margin: 0 0 24px;
  }
}
.dwm-c-color-box--lg .dwm-c-heading-lv3 {
  margin-top: 0;
}
.dwm-c-color-box--lg .dwm-c-panel {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel__content {
    padding: 16px 0 0;
  }
}
.dwm-c-color-box--lg .dwm-c-panel--2col {
  max-width: 680px;
  margin: 32px auto 0;
  gap: 40px;
}
.dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__title {
  font-size: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__title {
    font-size: 18px;
  }
}
.dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__content {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__content {
    padding: 16px 0 0;
  }
}
.dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__image {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel--2col .dwm-c-panel__image {
    height: auto;
  }
}
.dwm-c-color-box--lg .dwm-c-panel--3col .dwm-c-panel__image {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel--3col .dwm-c-panel__image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--lg .dwm-c-panel--2col,
  .dwm-c-color-box--lg .dwm-c-panel--3col {
    gap: 32px;
  }
}
.dwm-c-color-box--xl {
  padding: 64px 80px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--xl {
    padding: 40px 16px;
  }
}
.dwm-c-color-box--xl .dwm-c-heading-lv2 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--xl .dwm-c-heading-lv2 {
    margin: 0 0 24px;
  }
}
.dwm-c-color-box--xl .dwm-c-lead-text {
  text-align: center;
}
.dwm-c-color-box--pyramid {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .dwm-c-color-box--pyramid {
    margin-bottom: 114px;
  }
}
.dwm-c-color-box--pyramid::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: #eee6e6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.dwm-c-color-box--bg-secondary {
  background-color: #f5f5f5;
}

.dwm-c-header-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin: 40px 0 0;
}
.dwm-c-header-box--2col {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .dwm-c-header-box {
    gap: 24px;
    margin: 24px 0 0;
  }
  .dwm-c-header-box--2col {
    grid-template-columns: 1fr;
  }
}
.dwm-c-header-box__item {
  background-color: #eee6e6;
  display: flex;
  flex-direction: column;
}
.dwm-c-header-box__title {
  font-family: "Noto Serif JP", serif;
  background-color: #560802;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dwm-c-header-box__title {
    font-size: 20px;
    padding: 16px 24px;
  }
}
.dwm-c-header-box__title span {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-header-box__title span {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.dwm-c-header-box__content {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 46px 80px;
}
@media screen and (max-width: 767px) {
  .dwm-c-header-box__content {
    padding: 24px;
  }
}

.dwm-c-image-box {
  height: 558px;
  background-image: var(--image-pc);
  background-size: cover;
  background-position: center top;
  display: flex;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-image-box {
    height: auto;
    background-image: var(--image-sp);
    margin: 56px 0 0;
  }
}
.dwm-c-image-box__content {
  padding: 64px 96px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dwm-c-image-box__content {
    padding: 40px 24px;
  }
}
.dwm-c-image-box .dwm-c-heading-lv2 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-image-box .dwm-c-heading-lv2 {
    margin: 0 0 24px;
  }
}
.dwm-c-image-box .dwm-c-check-list {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.dwm-c-border-box {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-border-box {
    flex-direction: column;
    gap: 32px;
  }
}
.dwm-c-border-box__item {
  padding: 40px 32px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .dwm-c-border-box__item {
    padding: 24px;
  }
}
.dwm-c-border-box__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .dwm-c-border-box__title {
    font-size: 16px;
  }
}
.dwm-c-border-box__content {
  padding-top: 24px;
}
.dwm-c-border-box__label {
  font-size: 16px;
  font-weight: 700;
  background-color: #eee6e6;
  padding: 4px 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-border-box__label {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    text-align: center;
  }
}

.dwm-c-chat-box__heading {
  font-family: "Noto Serif JP", serif;
  background-color: #560802;
  color: #ffffff;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dwm-c-chat-box__heading {
    padding: 8px 16px;
    font-size: 18px;
  }
}
.dwm-c-chat-box__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-chat-box__item {
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }
}
.dwm-c-chat-box__item--user {
  background-color: #eee6e6;
}
.dwm-c-chat-box__item--staff {
  background-color: #f5f5f5;
}
.dwm-c-chat-box__avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.dwm-c-chat-box__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dwm-c-chat-box__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dwm-c-chat-box__example {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .dwm-c-chat-box__example {
    padding: 16px;
  }
}

/**
 * QA
 */
.dwm-c-qa {
  background-color: #eee6e6;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-qa {
    padding: 24px 16px;
  }
}
.dwm-c-qa + .dwm-c-qa {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-qa + .dwm-c-qa {
    margin-top: 24px;
  }
}
.dwm-c-qa__heading {
  font-family: "Noto Serif JP", serif;
  background-color: #560802;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .dwm-c-qa__heading {
    font-size: 16px;
  }
}
.dwm-c-qa__content {
  margin-top: 16px;
}
.dwm-c-qa__question, .dwm-c-qa__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.dwm-c-qa__question {
  color: #560802;
}
.dwm-c-qa__answer {
  color: #333333;
  margin-top: 24px;
}
.dwm-c-qa__label {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .dwm-c-qa__text {
    font-size: 14px;
  }
}
.dwm-c-qa__question .dwm-c-qa__text {
  font-weight: 700;
}

/**
 * table
 */
.dwm-c-table-w180 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table-w180 {
    width: 120px;
  }
}

.dwm-c-table-w215 {
  width: 215px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table-w215 {
    width: 160px;
  }
}

.dwm-c-table-w240 {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table-w240 {
    width: 160px;
  }
}

.dwm-c-table-w320 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table-w320 {
    width: 180px;
  }
}

.dwm-c-table {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .dwm-c-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -16px;
    padding-right: 16px;
  }
}
.dwm-c-table table {
  line-height: 1.5;
  border-collapse: collapse;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .dwm-c-table table {
    width: 760px;
    font-size: 14px;
  }
}
.dwm-c-table th,
.dwm-c-table td {
  padding: 24px 16px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.dwm-c-table th {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dwm-c-table th {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-table td {
    padding: 24px 16px;
  }
}
.dwm-c-table thead th:nth-child(1),
.dwm-c-table thead th:nth-child(2) {
  border: none;
}
.dwm-c-table .dwm-c-table__head-lv1 {
  background-color: #560802;
  color: #ffffff;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table .dwm-c-table__head-lv1 {
    padding: 12px 16px;
  }
}
.dwm-c-table .dwm-c-table__head-lv2 {
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  border-left: none;
  text-align: left;
}
.dwm-c-table .dwm-c-table__head-lv3 {
  background-color: #333333;
  color: #ffffff;
}
.dwm-c-table .is-no-border-left {
  border-left: none;
}
.dwm-c-table .is-no-border-right {
  border-right: none;
}
.dwm-c-table--multicolor table {
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor table {
    width: 655px;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor td {
    padding: 16px;
  }
}
.dwm-c-table--multicolor thead th:nth-child(1),
.dwm-c-table--multicolor thead th:nth-child(2) {
  border: none;
}
.dwm-c-table--multicolor thead th:nth-child(1) {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor thead th:nth-child(1) {
    width: 50px;
  }
}
.dwm-c-table--multicolor thead th:nth-child(2) {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor thead th:nth-child(2) {
    width: 105px;
  }
}
.dwm-c-table--multicolor thead .dwm-c-table__head-lv1 {
  border-left: none;
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor thead .dwm-c-table__head-lv1 {
    padding: 12px 16px;
  }
}
.dwm-c-table--multicolor tbody td[rowspan] {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  height: auto;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .dwm-c-table--multicolor tbody td[rowspan] {
    padding: 16px 14.5px;
  }
}
.dwm-c-table--multicolor tbody tr:nth-child(1) td[rowspan] {
  background-color: #cccccc;
  color: #333333;
}
.dwm-c-table--multicolor tbody tr:nth-child(3) td[rowspan] {
  background-color: #808080;
}
.dwm-c-table--multicolor tbody .is-bg-primary {
  background-color: #eee6e6;
}
.dwm-c-table--multicolor tbody .is-bg-secondary {
  background-color: #f5f5f5;
}
.dwm-c-table--multicolor .dwm-c-table__head-lv2 {
  text-align: center;
}

/**
 * panel
 */
.dwm-c-panel {
  display: grid;
  grid-template-columns: 1fr;
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel {
    margin: 80px 0 0;
  }
}
.dwm-c-panel--2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 64px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--2col {
    gap: 48px;
  }
}
.dwm-c-panel--2col .dwm-c-panel__content {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--2col .dwm-c-panel__content {
    padding: 24px 0 0;
  }
}
.dwm-c-panel--2col .dwm-c-panel__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--2col .dwm-c-panel__title {
    margin-bottom: 8px;
  }
}
.dwm-c-panel--2col .dwm-c-panel__title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--2col .dwm-c-panel__title {
    font-size: 20px;
  }
}
.dwm-c-panel--3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--3col {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-panel {
    grid-template-columns: 1fr;
  }
  .dwm-c-panel--2col, .dwm-c-panel--3col {
    grid-template-columns: 1fr;
  }
}
.dwm-c-panel__image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel__image {
    height: auto;
  }
}
.dwm-c-panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.dwm-c-panel--2col .dwm-c-panel__image {
  height: 244px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--2col .dwm-c-panel__image {
    height: auto;
  }
}
.dwm-c-panel--3col .dwm-c-panel__image {
  height: 210px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel--3col .dwm-c-panel__image {
    height: auto;
  }
}
.dwm-c-panel__content {
  padding: 24px 0 0;
}
.dwm-c-panel__title {
  font-family: "Noto Serif JP", serif;
  color: #560802;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel__title {
    font-size: 18px;
  }
}
.dwm-c-panel__label {
  background-color: #560802;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-panel__label {
    font-size: 14px;
  }
}
.dwm-c-panel__button-wrap {
  margin-top: 24px;
}
.dwm-c-panel__button-wrap .dwm-c-button--outline + .dwm-c-button--outline {
  margin-top: 16px;
}

/**
 * media
 */
.dwm-c-media {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-media {
    margin: 24px 0 0;
  }
}
.dwm-c-media__item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dwm-c-media__item {
    flex-direction: column;
  }
}
.dwm-c-media__image {
  width: 368px;
  height: 207px;
  flex-shrink: 0;
  margin: 0;
}
.dwm-c-media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .dwm-c-media__image {
    width: 100%;
    height: auto;
  }
}
.dwm-c-media__title {
  font-family: "Noto Serif JP", serif;
  color: #560802;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dwm-c-media__title {
    font-size: 18px;
  }
}
.dwm-c-media--sm {
  gap: 80px;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm {
    gap: 48px;
    padding: 24px 0;
  }
}
.dwm-c-media--sm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
.dwm-c-media--sm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
.dwm-c-media--sm .dwm-c-media__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__item {
    grid-template-columns: 109px 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    grid-template-areas: "image title" "text text";
  }
}
.dwm-c-media--sm .dwm-c-media__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__item:not(:first-child)::before {
    top: -24px;
  }
}
.dwm-c-media--sm .dwm-c-media__image {
  width: 240px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__image {
    grid-area: image;
    width: 109px;
    height: auto;
  }
}
.dwm-c-media--sm .dwm-c-media__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__content {
    display: contents;
  }
}
.dwm-c-media--sm .dwm-c-media__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__title {
    grid-area: title;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-media--sm .dwm-c-media__body {
    grid-area: text;
  }
}

/**
 * button
 */
.dwm-c-button + .dwm-c-button {
  margin-top: 20px;
}
.dwm-c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 373px;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.07);
  padding: 16px 32px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .dwm-c-button a:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.25);
    color: #560802;
  }
}
.dwm-c-button a[disabled] {
  background-color: #b3b3b3;
  color: #ffffff;
  pointer-events: none;
  box-shadow: none;
}
.dwm-c-button a .icon-pdf {
  font-size: 0;
  background: url("/content/dam/daiwasecurities/images/2025/icon_pdf.svg") no-repeat center/contain;
  width: 24px;
  height: 24px;
  vertical-align: 18px;
  margin-left: 8px;
}
.dwm-c-button--current a {
  color: #560802;
}
.dwm-c-button--md a {
  width: 270px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.dwm-c-button--cv a {
  width: 300px;
  color: #560802;
}
.dwm-c-button--cv a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media (hover: hover) {
  .dwm-c-button--cv a:hover {
    background-color: #eee6e6;
  }
}
.dwm-c-button--online a:before {
  background: url("/content/dam/daiwasecurities/resource/images/dwm/icon_online.svg") no-repeat center/contain;
}
.dwm-c-button--materials a:before {
  background: url("/content/dam/daiwasecurities/resource/images/dwm/icon_materials.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .dwm-c-button a {
    width: 100%;
    font-size: 18px;
  }
  .dwm-c-button--md a {
    width: 100%;
    font-size: 14px;
  }
  .dwm-c-button--md a .icon-pdf {
    width: 16px;
    height: 16px;
    vertical-align: 12px;
  }
}

.dwm-c-button--outline {
  display: block;
}
.dwm-c-button--outline + .dwm-c-button--outline {
  margin-top: 20px;
}
.dwm-c-button--outline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  height: 53px;
  line-height: 1.3;
  text-decoration: none;
  color: #333333;
  border-radius: 4px;
  padding: 16px 24px;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .dwm-c-button--outline a:hover {
    border: 1px solid #560802;
    color: #560802;
  }
}
.dwm-c-button--outline.dwm-c-button--anchor a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/content/dam/daiwasecurities/resource/images/dwm/icon_arrow_anchor.svg") no-repeat center/contain;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .dwm-c-button--outline a {
    min-width: 160px;
    height: 50px;
    font-size: 14px;
  }
}

.dwm-c-buttonlist {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}
.dwm-c-buttonlist .dwm-c-button + .dwm-c-button {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-buttonlist {
    gap: 16px 0;
    flex-direction: column;
  }
}

.dwm-c-consultation {
  background-color: #560802;
  margin-top: 120px;
  padding: 64px;
}
.dwm-c-consultation .dwm-c-heading-lv3 {
  color: #ffffff;
  margin: 0 0 40px;
  text-align: center;
}
.dwm-c-consultation .dwm-c-buttonlist {
  gap: 32px;
  display: flex;
  justify-content: center;
}
.dwm-c-deco-arrow + .dwm-c-consultation {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .dwm-c-deco-arrow + .dwm-c-consultation {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-consultation {
    margin-top: 80px;
    padding: 40px 16px;
  }
  .dwm-c-consultation .dwm-c-heading-lv3 {
    margin-bottom: 40px;
  }
  .dwm-c-consultation .dwm-c-heading-lv3 span {
    white-space: nowrap;
  }
  .dwm-c-consultation .dwm-c-buttonlist {
    gap: 16px;
  }
}

/**
 * anchor
 */
.dwm-c-anchor-box {
  background-color: #f2f2f2;
  padding: 32px 24px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .dwm-c-anchor-box {
    padding: 16px 32px;
    margin-top: 80px;
  }
}

.dwm-c-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
}
@media screen and (max-width: 767px) {
  .dwm-c-anchor-list {
    flex-direction: column;
    gap: 0;
  }
}
.dwm-c-anchor-list__item {
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dwm-c-anchor-list__item {
    width: 100%;
  }
}
.dwm-c-anchor-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .dwm-c-anchor-list__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    right: 0;
    top: 100%;
    transform: none;
  }
}
.dwm-c-anchor-list__item a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 16px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .dwm-c-anchor-list__item a {
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .dwm-c-anchor-list__item a:hover {
    background-color: #e6e6e6;
  }
}
.dwm-c-anchor-list__item a::after {
  content: "";
  background: url("/content/dam/daiwasecurities/resource/images/dwm/icon_arrow_anchor.svg") no-repeat center/contain;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/**
 * movie
 */
.dwm-l-main .modal-wrapper p,
.dwm-l-main .modal-wrapper ul {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .dwm-l-main .modal-wrapper .list-note,
  .dwm-l-main .modal-wrapper .center {
    font-size: 14px;
  }
}

.dwm-c-movie {
  width: 680px;
  margin: 120px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dwm-c-movie {
    width: 100%;
    margin: 80px auto;
  }
}
.dwm-c-movie > a {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .dwm-c-movie > a:hover {
    opacity: 0.7;
  }
}
.dwm-c-movie > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.dwm-c-movie > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("/content/dam/daiwasecurities/resource/images/dwm/icon_play_movie.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.2));
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .dwm-c-movie > a::after {
    width: 80px;
    height: 80px;
  }
}
.dwm-c-movie img {
  width: 100%;
  height: auto;
  display: block;
}

/**
 * banner
 */
.dwm-c-banner {
  width: 100%;
  max-width: 960px;
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .dwm-c-banner {
    margin: 80px auto;
  }
}
.dwm-c-banner picture,
.dwm-c-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.dwm-c-banner__link {
  display: block;
  outline: none;
}
@media (hover: hover) {
  .dwm-c-banner__link:hover img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
}

/**
 * image
 */
.dwm-c-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.dwm-c-image picture,
.dwm-c-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .dwm-c-image--sm {
    width: 276px;
    margin: 0 auto;
  }
}

/**
 * navigation
 */
.dwm-c-navigation {
  background-color: #f2f2f2;
  padding: 64px;
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-navigation {
    padding: 32px 16px;
    margin: 80px 0 0;
  }
}
.dwm-c-navigation .dwm-c-heading-lv3 {
  margin: 0 0 32px;
}
.dwm-c-navigation .dwm-c-buttonlist {
  gap: 24px 32px;
}
@media screen and (max-width: 767px) {
  .dwm-c-navigation .dwm-c-buttonlist {
    gap: 16px;
  }
}
.dwm-c-navigation .dwm-c-button--md > a {
  width: 244px;
  text-align: center;
  line-height: 1.3;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .dwm-c-navigation .dwm-c-button--md > a {
    width: 100%;
  }
}
.is-service_inheritance_total_service .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/inheritance/total_service/"]) {
  color: #560802;
}
.is-service_inheritance_total_service_familytrust .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/inheritance/total_service/familytrust/"]) {
  color: #560802;
}
.is-service_inheritance_support .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/inheritance/support/"]) {
  color: #560802;
}
.is-service_inheritance_total_service_stock .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/inheritance/total_service/stock.html"]) {
  color: #560802;
}
.is-service_realestate .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/realestate/"]) {
  color: #560802;
}
.is-service_realestate_buySell .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/realestate/buySell.html"]) {
  color: #560802;
}
.is-service_realestate_nursingHome .dwm-c-navigation .dwm-c-button--md > a:is([href="/service/realestate/nursingHome.html"]) {
  color: #560802;
}

/**
 * accordion
 */
.dwm-c-accordion__item {
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.dwm-c-accordion__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__item {
    margin-bottom: 24px;
  }
}
.dwm-c-accordion__trigger {
  width: 100%;
  padding: 24px 32px;
  background-color: #eee6e6;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #560802;
  font-weight: 700;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .dwm-c-accordion__trigger:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__trigger {
    align-items: flex-start;
    padding: 16px;
  }
}
.dwm-c-accordion__trigger-label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
.dwm-c-accordion__trigger-icon {
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.7;
}
.dwm-c-accordion__trigger-text {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__trigger-text {
    font-size: 14px;
  }
}
.dwm-c-accordion__toggle-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__toggle-icon {
    margin-left: 16px;
  }
}
.dwm-c-accordion__toggle-icon::before {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #560802;
  border-bottom: 2px solid #560802;
  transform: rotate(45deg);
}
.dwm-c-accordion__item.is-open .dwm-c-accordion__toggle-icon {
  transform: rotate(180deg);
}
.dwm-c-accordion__item.is-open .dwm-c-accordion__trigger {
  border-radius: 4px 4px 0 0;
}
.dwm-c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.dwm-c-accordion__content-inner {
  padding: 24px 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__content-inner {
    padding: 16px;
  }
}
.dwm-c-accordion__content-icon {
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.7;
}
.dwm-c-accordion__content-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .dwm-c-accordion__content-text {
    font-size: 14px;
  }
}

/**
 * carousel
 */
.dwm-c-carousel {
  width: 944px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dwm-c-carousel {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dwm-c-carousel .carousel-inner {
    max-width: 100%;
    width: 100%;
  }
}
.dwm-c-carousel .carousel-item li {
  max-width: 100%;
}
@media (hover: hover) {
  .dwm-c-carousel .carousel-item li:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
}
.dwm-c-carousel .carousel-control {
  margin: 16px 0 0;
}
.dwm-c-carousel .carousel-control:has(.carousel-player.is-pause) .carousel-indicator > li.is-current span {
  animation-play-state: paused;
}
.dwm-c-carousel .carousel-prev,
.dwm-c-carousel .carousel-next {
  top: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .dwm-c-carousel .carousel-prev,
  .dwm-c-carousel .carousel-next {
    display: none;
  }
}
.dwm-c-carousel .carousel-prev button::before, .dwm-c-carousel .carousel-prev button::after,
.dwm-c-carousel .carousel-next button::before,
.dwm-c-carousel .carousel-next button::after {
  background: #560802;
}
.dwm-c-carousel .carousel-prev button::before {
  transform: rotate(-45deg);
  margin: -5px 0 0 -6px;
}
.dwm-c-carousel .carousel-prev button::after {
  transform: rotate(45deg);
}
.dwm-c-carousel .carousel-next button::before {
  transform: rotate(-45deg);
  margin: 4px 0 0 -6px;
}
.dwm-c-carousel .carousel-next button::after {
  transform: rotate(45deg);
}
.dwm-c-carousel .carousel-indicator {
  vertical-align: 3px;
}
.dwm-c-carousel .carousel-indicator > li {
  background-color: #b3b3b3;
  border-radius: 0;
  width: 40px;
  height: 4px;
  margin: 0 0 0 4px;
}
.dwm-c-carousel .carousel-indicator > li.is-current span {
  background-color: #560802;
  border-radius: 0;
  transform-origin: left;
  animation: slideIndicator 5.5s linear forwards;
}
.dwm-c-carousel .carousel-player {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
}
.dwm-c-carousel .carousel-player button {
  border: none;
}
.dwm-c-carousel .carousel-player button span::after {
  margin: -6px 0 0 -6px;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 12px solid #560802;
}
.dwm-c-carousel .carousel-player button::before, .dwm-c-carousel .carousel-player button::after {
  background-color: #b3b3b3;
  margin: -7px 0 0;
  width: 3px;
  height: 14px;
}
.dwm-c-carousel .carousel-player button::before {
  left: 8px;
}
.dwm-c-carousel .carousel-player button::after {
  right: 8px;
}
@keyframes slideIndicator {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}


/**
 * utility
 */
.dwm-u-mt-0 {
  margin-top: 0 !important;
}

.dwm-u-mt-8 {
  margin-top: 8px;
}

.dwm-u-mt-16 {
  margin-top: 16px;
}

.dwm-u-mt-32 {
  margin-top: 32px;
}

.dwm-u-mt-40 {
  margin-top: 40px;
}

.dwm-u-mt-sm {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-u-mt-sm {
    margin-top: 24px;
  }
}

.dwm-u-mt-md {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .dwm-u-mt-md {
    margin-top: 40px;
  }
}

.dwm-u-mt-lg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .dwm-u-mt-lg {
    margin-top: 40px;
  }
}

.dwm-u-mb-0 {
  margin-bottom: 0 !important;
}

.dwm-u-stack-md {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .dwm-u-stack-md {
    gap: 16px;
  }
}

.dwm-u-stack-lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .dwm-u-stack-lg {
    gap: 24px;
  }
}

.dwm-u-stack-xl {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .dwm-u-stack-xl {
    gap: 32px;
  }
}

.dwm-u-stack-xxl {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .dwm-u-stack-xxl {
    gap: 56px;
  }
}

@media screen and (max-width: 767px) {
  .dwm-u-break-sp {
    display: inline;
  }
  .dwm-u-break-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dwm-u-break-sp {
    display: none;
  }
  .dwm-u-break-pc {
    display: inline;
  }
}
.dwm-u-text-center {
  text-align: center;
}

.dwm-u-center {
  margin-left: auto;
  margin-right: auto;
}