/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

img,
video {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: baseline;
}

@media screen and (min-width: 1025px) {
  body {
    overflow: unset !important;
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4) !important;
}

.fancybox__content > .f-button.is-close-btn {
  opacity: 1;
  top: -38px !important;
  right: 0 !important;
  background: none !important;
}
.fancybox__content > .f-button.is-close-btn:hover svg, .fancybox__content > .f-button.is-close-btn:focus-visible svg {
  stroke: #f75f52;
}
.fancybox__content > .f-button.is-close-btn svg {
  stroke-width: 1;
  width: 32px;
  height: 32px;
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.fancybox__content > img {
  border-radius: 5px;
  overflow: hidden;
}

.das {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.das .pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .das .pc {
    display: block;
  }
}
.das .tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .das .tab {
    display: block;
  }
}
.das .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .das .sp {
    display: none;
  }
}
.das .pc-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .das .pc-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .das br.sp {
    display: none;
  }
}
.das br.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .das br.tab {
    display: inline-block;
  }
}
.das br.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .das br.pc {
    display: inline-block;
  }
}
.das br.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .das br.tab-only {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .das br.tab-only {
    display: none;
  }
}
.das br.tab-none {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .das br.tab-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .das br.tab-none {
    display: inline-block;
  }
}
.das br.pc-none {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .das br.pc-none {
    display: none;
  }
}
.das img.w100 {
  width: 100%;
  height: auto;
}
.das em {
  font-weight: 600;
  font-style: inherit;
}
.das strong {
  color: #e63d30;
  font-weight: inherit;
}
.das strong.bold {
  font-weight: 700;
}
.das .dt {
  letter-spacing: 0.06em;
}
.das-link {
  color: #e63d30;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.das-link:hover, .das-link:focus-visible {
  color: #333333;
}
.das-bg-gray {
  background: #f5f5f5;
}
.das-btn {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-top: 10.6667vw;
}
@media screen and (min-width: 768px) {
  .das-btn {
    margin-top: 60px;
  }
}
.das-btn.totop {
  margin-top: 80px;
  margin-top: 21.3334vw;
}
@media screen and (min-width: 768px) {
  .das-btn.totop {
    margin-top: 100px;
  }
}
.das-btn-link {
  border-radius: 5px;
  text-decoration: none;
  background: -webkit-linear-gradient(318deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  background: linear-gradient(132deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  color: #fff;
  height: 60px;
  height: 16vw;
  padding-left: 35px;
  padding-left: 9.3334vw;
  padding-right: 35px;
  padding-right: 9.3334vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 14px;
  font-size: 3.7334vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .das-btn-link {
    padding: 0 60px;
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.das-btn-link::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #e63d30;
}
.das-btn-link::after {
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.das-btn-link:hover, .das-btn-link:focus-visible {
  color: #e63d30;
}
.das-btn-link:hover::before, .das-btn-link:focus-visible::before {
  opacity: 1;
}
.das-btn-link:hover::after, .das-btn-link:focus-visible::after {
  border-color: #e63d30;
}
.das-btn-link.download::after {
  content: none;
}
.das-btn-link.download .icon {
  position: relative;
  width: 17px;
  width: 4.5334vw;
  height: 16px;
  height: 4.2667vw;
  margin-left: 16px;
  margin-left: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-btn-link.download .icon {
    width: 17px;
    height: 16px;
    margin-left: 16px;
  }
}
.das-btn-link.download .icon svg {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.das-btn-link.download:hover .icon svg, .das-btn-link.download:focus-visible .icon svg {
  fill: #e63d30;
}
.das-btn-link-txt {
  position: relative;
}
.das-in-s {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-in-s {
    padding: 0 74px;
  }
}
.das-in-m {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-in-m {
    padding: 0 74px;
  }
}
.das-in-ml {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-in-ml {
    padding: 0 32px;
  }
}
.das-in-l {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-in-l {
    padding: 0 32px;
  }
}
.das-main-heading {
  text-align: center;
  padding: 60px 32px;
}
@media screen and (min-width: 768px) {
  .das-main-heading {
    padding: 80px 74px;
  }
}
.das-sec {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .das-sec {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1025px) {
  .das-sec {
    padding: 140px 0 160px;
  }
}
.das-archives {
  padding: 60px 0 120px;
}
@media screen and (min-width: 768px) {
  .das-archives {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 1025px) {
  .das-archives {
    padding: 140px 0 160px;
  }
}
.das-h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .das-h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.das-h1-read {
  font-weight: 500;
  margin-top: 32px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.das-h2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .das-h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.das-h2.ls-small {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .das-h2.ls-small-tab {
    letter-spacing: 0.08em;
  }
}
.das-h2:not(:first-child) {
  margin-top: 80px;
  margin-top: 21.3334vw;
}
@media screen and (min-width: 768px) {
  .das-h2:not(:first-child) {
    margin-top: 120px;
  }
}
.das-h2 + .das-wks,
.das-h2 + .das-wks-list,
.das-h2 + .das-wi-list {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .das-h2 + .das-wks,
  .das-h2 + .das-wks-list,
  .das-h2 + .das-wi-list {
    margin-top: 70px;
  }
}
.das-h2 + .das-read {
  margin-top: 24px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-h2 + .das-read {
    margin-top: 60px;
  }
}
.das-txt {
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.024em;
  line-height: 1.9285714286;
  max-width: 780px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-txt {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
    padding: 0 42px;
  }
}
.das-read {
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.024em;
  line-height: 1.9285714286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-read {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.15em;
    line-height: 1.875;
  }
}
.das-read + .das-read {
  margin-top: 16px;
  margin-top: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-read + .das-read {
    margin-top: 16px;
  }
}
.das-img-l {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 6.4vw;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .das-img-l {
    margin-top: 60px;
  }
}
.das-img-l + .das-txt {
  margin-top: 24px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-img-l + .das-txt {
    margin-top: 32px;
  }
}
.das-img-m {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 6.4vw;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-img-m {
    padding: 0 42px;
    margin-top: 60px;
  }
}
.das-img-m + .das-txt {
  margin-top: 24px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-img-m + .das-txt {
    margin-top: 32px;
  }
}
.das-img-cap {
  margin-top: 8px;
  margin-top: 2.1334vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-img-cap {
    margin-top: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-intro {
  padding-top: 80px;
  padding-top: 21.3334vw;
  padding-bottom: 80px;
  padding-bottom: 21.3334vw;
}
@media screen and (min-width: 768px) {
  .das-intro {
    padding: 140px 0;
  }
}
.das-toc {
  margin-left: -16px;
  width: calc(100% + 32px);
  background: #f5f5f5;
  padding: 32px 16px;
  border-radius: 5px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .das-toc {
    padding: 50px 42px;
    margin-left: -42px;
    width: calc(100% + 84px);
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .das-toc {
    padding: 50px 32px;
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
}
.das-toc-ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-toc-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.das-toc-list {
  margin-top: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-toc-list {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.das-toc-item:not(:first-child) {
  padding-top: 12px;
}
.das-toc-item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.das-toc-link {
  color: inherit;
  text-decoration: none;
  padding-left: 28px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .das-toc-link {
    padding-left: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.das-toc-link:hover, .das-toc-link:focus-visible {
  opacity: 0.7;
}
.das-toc-link-ttl {
  color: #e63d30;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .das-toc-link-ttl {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.das-toc-link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 8px;
  border: 2px solid #e63d30;
  border-left: 0;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .das-toc-link::before {
    border-width: 3px;
    left: 8px;
    top: 9px;
  }
}
.das-img-scale {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-img-scale:hover, .das-img-scale:focus-visible {
  opacity: 0.7;
}
.das-img-scale-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .das-img-scale-icon {
    right: 20px;
    top: 20px;
  }
}
.das-img-scale-icon img {
  width: 100%;
  height: auto;
}
.das-impl {
  margin-top: 60px;
  margin-top: 16vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .das-impl {
    margin-top: 80px;
  }
}
.das-impl-ttl {
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-impl-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .das-impl-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.das-impl-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-top: 8.5334vw;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .das-impl-list {
    margin-top: 32px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.das-impl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding-left: 40px;
  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;
}
.das-cta-1 {
  padding-top: 24px;
  padding-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-cta-1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .das-cta-1 {
    padding-bottom: 40px;
  }
}
.das-cta-1-in {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-cta-1-in {
    padding: 0 32px;
  }
}
.das-cta-1-cont {
  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;
  border: 1px solid #e63d30;
  border-radius: 5px;
  padding-top: 40px;
  padding-top: 10.6667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6667vw;
}
@media screen and (min-width: 768px) {
  .das-cta-1-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 42px 40px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .das-cta-1-cont {
    padding: 72px;
  }
}
.das-cta-1-img {
  width: 260px;
  width: 69.3334vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .das-cta-1-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 260px;
    width: 33.8542vw;
    margin: 0;
    padding-left: 34px;
    padding-left: 4.4271vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (min-width: 1025px) {
  .das-cta-1-img {
    width: 460px;
    padding-left: 52px;
  }
}
.das-cta-1-body {
  margin-top: 36px;
  margin-top: 9.6vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-cta-1-body {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.das-cta-1-read {
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.08em;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .das-cta-1-read {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .das-cta-1-read {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.das-cta-1-btn {
  margin-top: 32px;
  margin-top: 8.5334vw;
}
@media screen and (min-width: 768px) {
  .das-cta-1-btn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .das-cta-1-btn {
    margin-top: 40px;
  }
}
.das-cta-1-btn-link {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .das-cta-1-btn-link {
    padding: 0;
    width: 300px;
    height: 60px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.das-faq-in {
  max-width: 940px;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .das-faq-in {
    padding: 0 74px;
  }
}
.das-faq-list {
  margin-top: 40px;
  margin-top: 10.6667vw;
}
@media screen and (min-width: 768px) {
  .das-faq-list {
    margin-top: 60px;
  }
}
.das-faq-item {
  border-top: 1px solid #dddddd;
}
.das-faq-item:last-child {
  border-bottom: 1px solid #dddddd;
}
.das-faq-toggle, .das-faq-ans-txt {
  width: calc(100% - 67px);
  padding-left: 24px;
  padding-left: 6.4vw;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .das-faq-toggle, .das-faq-ans-txt {
    padding-left: 0;
    width: calc(100% - 102px);
  }
}
@media screen and (min-width: 1025px) {
  .das-faq-toggle, .das-faq-ans-txt {
    width: calc(100% - 140px);
  }
}
.das-faq-ques {
  position: relative;
}
.das-faq-toggle {
  padding-top: 24px;
  padding-top: 6.4vw;
  padding-bottom: 24px;
  padding-bottom: 6.4vw;
  display: block;
  height: auto;
  background: transparent;
  border: 0;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 3.7334vw;
  line-height: 1.9285714286;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .das-faq-toggle {
    padding: 40px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.das-faq-toggle[aria-expanded=true] .das-faq-toggle-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.das-faq-toggle:hover, .das-faq-toggle:focus-visible {
  opacity: 0.65;
}
.das-faq-toggle-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: calc(50% - 7.5px);
}
.das-faq-toggle-icon::before, .das-faq-toggle-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e63d30;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.das-faq-toggle-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.das-faq-ans-txt {
  padding-bottom: 24px;
  padding-bottom: 6.4vw;
  font-size: 13px;
  font-size: 3.4667vw;
  letter-spacing: 0.08em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .das-faq-ans-txt {
    padding-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}
.das-related {
  background-image: url("../img/related/bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-bottom: 32vw;
}
@media screen and (min-width: 768px) {
  .das-related {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .das-related {
    padding-bottom: 140px;
  }
}
.das-related-list {
  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: 6.4vw;
  margin-top: 60px;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .das-related-list {
    gap: 24px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-item {
    width: calc((100% - 48px) / 3);
  }
}
.das-related-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .das-related-link {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.das-related-link:hover .das-related-img img, .das-related-link:focus-visible .das-related-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.das-related-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  width: 39.2441860465%;
}
@media screen and (min-width: 768px) {
  .das-related-img {
    width: 32.6704545455%;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-img {
    width: 100%;
  }
}
.das-related-img img {
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.das-related-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .das-related-body {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 34px 0 46px;
  }
}
@media screen and (min-width: 768px) {
  .das-related-heading {
    width: clamp(230px, 48%, 280px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-heading {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .das-related-cont {
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-cont {
    text-align: center;
  }
}
.das-related-subttl {
  letter-spacing: 0.08em;
  font-size: 13px;
  font-size: 3.4667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-related-subttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-related-ttl {
  height: 30px;
  height: 8vw;
  margin-top: 12px;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .das-related-ttl {
    height: 40px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-ttl {
    height: 45px;
    margin-top: 26px;
  }
}
.das-related-ttl img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.das-related-txt {
  display: none;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .das-related-txt {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    margin-top: 24px;
  }
}
.das-related-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 5.3334vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .das-related-btn {
    margin-top: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-btn {
    margin-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.das-related-btn-link {
  border: 1px solid #e63d30;
  color: #e63d30;
  border-radius: 5px;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 11px;
  font-size: 2.9334vw;
  padding-top: 8px;
  padding-top: 2.1334vw;
  padding-bottom: 8px;
  padding-bottom: 2.1334vw;
  padding-left: 10px;
  padding-left: 2.6667vw;
  padding-right: 10px;
  padding-right: 2.6667vw;
}
@media screen and (min-width: 768px) {
  .das-related-btn-link {
    padding: 8px 24px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .das-related-btn-link {
    padding: 0 35px;
    height: 40px;
    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;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-related-btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(318deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  background: linear-gradient(132deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-related-btn-link .icon-window {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.das-related-btn-link .icon-window svg {
  width: 100%;
  height: auto;
  fill: #e63d30;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.das-related-btn-link:hover, .das-related-btn-link:focus-visible {
  color: #fff;
}
.das-related-btn-link:hover::before, .das-related-btn-link:focus-visible::before {
  opacity: 1;
}
.das-related-btn-link:hover .icon-window svg, .das-related-btn-link:focus-visible .icon-window svg {
  fill: #fff;
}
.das-related-btn-link-in {
  position: relative;
}
.das-kv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/515;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .das-kv {
    aspect-ratio: 768/798;
  }
}
@media screen and (min-width: 1025px) {
  .das-kv {
    aspect-ratio: unset;
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .das-kv {
    height: 580px;
  }
}
.das-kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.das-kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1025px) {
  .das-kv-bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}
.das-kv-in {
  position: relative;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1214px;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-kv-in {
    padding-left: 74px;
    padding-left: 9.6355vw;
    padding-right: 74px;
    padding-right: 9.6355vw;
  }
}
@media screen and (min-width: 1025px) {
  .das-kv-in {
    padding-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .das-kv-in {
    padding: 0 113px;
  }
}
.das-kv-ttl {
  font-size: 26px;
  font-size: 6.9334vw;
  letter-spacing: 0.08em;
  line-height: 1.4230769231;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .das-kv-ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.das-kv-ttl .en {
  letter-spacing: 0.06em;
}
.das-kv-ttl + .das-kv-read {
  margin-top: 24px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-kv-ttl + .das-kv-read {
    margin-top: 40px;
  }
}
.das-kv-read {
  font-size: 13px;
  font-size: 3.4667vw;
  letter-spacing: 0.07em;
  line-height: 1.9230769231;
}
@media screen and (min-width: 768px) {
  .das-kv-read {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.3125;
  }
}
.das-kv-playmovie {
  margin-top: 24px;
  margin-top: 6.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .das-kv-playmovie {
    margin-top: 40px;
  }
}
.das-kv-playmovie-btn {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  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;
}
.das-kv-playmovie-btn:hover .das-kv-playmovie-icon::before, .das-kv-playmovie-btn:focus-visible .das-kv-playmovie-icon::before {
  opacity: 0;
}
.das-kv-playmovie-btn:hover .das-kv-playmovie-icon::after, .das-kv-playmovie-btn:focus-visible .das-kv-playmovie-icon::after {
  opacity: 1;
}
.das-kv-playmovie-icon {
  width: 39px;
  width: 10.4vw;
  height: 39px;
  height: 10.4vw;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .das-kv-playmovie-icon {
    width: 39px;
    height: 39px;
  }
}
.das-kv-playmovie-icon::before, .das-kv-playmovie-icon::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-kv-playmovie-icon::before {
  background-image: url("../img/common/icon-play-video.svg");
  opacity: 1;
}
.das-kv-playmovie-icon::after {
  background-image: url("../img/common/icon-play-video-hover.svg");
  opacity: 0;
}
.das-kv-playmovie-txt {
  margin-left: 1em;
  font-size: 13px;
  font-size: 3.4667vw;
  line-height: 3.3846153846;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .das-kv-playmovie-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.das-fv {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.das-fv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background: #000;
}
.das-fv-close {
  z-index: 9999;
  -webkit-transform: rotate(45deg) scale(1.5) translate(0, 30%);
          transform: rotate(45deg) scale(1.5) translate(0, 30%);
  top: 10px;
  right: 10px;
  width: 31px;
  height: 31px;
  position: absolute;
  border: 0;
  z-index: 1;
  background: transparent;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-fv-close:hover, .das-fv-close:focus-visible {
  opacity: 0.6;
}
.das-fv-close span {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 21px;
  height: 1px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.das-fv-close span:last-child {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.das .embla-viewport {
  overflow: hidden;
  width: 100%;
}
.das .embla-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .das .embla-container {
    gap: 16px;
  }
}
.das .embla-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.4%;
      -ms-flex: 0 0 70.4%;
          flex: 0 0 70.4%;
  min-width: 0;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .das .embla-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 264px;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
  }
}
@media screen and (min-width: 1025px) {
  .das .embla-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 32px) / 3);
        -ms-flex: 0 0 calc((100% - 32px) / 3);
            flex: 0 0 calc((100% - 32px) / 3);
    margin-right: 0;
  }
}
.das .embla-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}
.das .embla-dot {
  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;
}
.das .embla-dot-btn {
  width: 24px;
  height: 2px;
  padding: 5px 0;
  background: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.das .embla-dot-btn::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #acacac;
}
.das .embla-dot-btn.is-selected::before {
  background: #e63d30;
}
.das .embla-prev, .das .embla-next {
  width: 8px;
  height: 13px;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.das .embla-prev::before, .das .embla-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/icon-carousel-arrow-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.das .embla-next {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.das .embla-controls {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .das .embla-controls {
    display: none;
  }
}

#marquee img {
  pointer-events: none;
}
#marquee img::-moz-selection {
  background: transparent;
}
#marquee img::selection {
  background: transparent;
}

.das-hd {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  .das-hd-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 16px;
    height: 60px;
    height: 70px;
    padding: 0 25px 0 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1367px) {
  .das-hd-in {
    padding: 0 40px 0 50px;
  }
}
.das-hd-in-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 16px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .das-hd-in-in {
    height: 70px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-in-in {
    padding: 0;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.das-hd-logo {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .das-hd-logo {
    width: 190px;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-logo {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.das-hd-logo-link {
  display: block;
}
.das-hd-logo-link img {
  width: 100%;
  height: auto;
}
.das-hd-ham {
  display: block;
  border: 0;
  background: transparent;
  position: relative;
  width: 24px;
  height: 16px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .das-hd-ham {
    display: none;
  }
}
.das-hd-ham span {
  display: block;
  width: 24px;
  height: 1px;
  background: #e63d30;
  position: absolute;
  -webkit-transition: top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
}
.das-hd-ham span:nth-child(1) {
  top: 0;
}
.das-hd-ham span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.das-hd-ham span:nth-child(3) {
  bottom: 0;
}
.das-hd-ham.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.das-hd-ham.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.das-hd-ham.is-active span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
.das-hd-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .das-hd-nav {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-nav {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto;
    height: auto;
    background: transparent;
    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;
    z-index: 0;
    padding-top: 0;
  }
}
.das-hd-nav-btn {
  border-radius: 5px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#e63d30), to(#f75f52));
  background: -webkit-linear-gradient(left, #e63d30, #f75f52);
  background: linear-gradient(90deg, #e63d30, #f75f52);
  color: #fff;
  width: 190px;
  height: 40px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: none;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .das-hd-nav-btn {
    margin-left: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1367px) {
  .das-hd-nav-btn {
    margin-left: 50px;
  }
}
.das-hd-nav-btn::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #e63d30;
}
.das-hd-nav-btn:hover, .das-hd-nav-btn:focus-visible {
  color: #e63d30;
}
.das-hd-nav-btn:hover::before, .das-hd-nav-btn:focus-visible::before {
  opacity: 1;
}
.das-hd-nav-btn:hover .icon svg, .das-hd-nav-btn:focus-visible .icon svg {
  fill: #e63d30;
}
.das-hd-nav-btn-txt {
  position: relative;
}
.das-hd-nav-btn .icon {
  position: relative;
  width: 13px;
  margin-left: 8px;
}
.das-hd-nav-btn .icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.das-hd-nav-list {
  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;
  width: 245px;
}
@media screen and (min-width: 768px) {
  .das-hd-nav-list {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .das-hd-nav-list {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-nav-list {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    width: auto;
  }
}
@media screen and (min-width: 1367px) {
  .das-hd-nav-list {
    gap: 24px;
  }
}
.das-hd-nav-item {
  border-top: 1px solid #dddddd;
}
.das-hd-nav-item:last-child {
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 1025px) {
  .das-hd-nav-item {
    border: none !important;
  }
}
.das-hd-nav-link {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 360px) {
  .das-hd-nav-link {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 0;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .das-hd-nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.das-hd-nav-link:hover, .das-hd-nav-link:focus-visible {
  color: #e63d30;
}
.das-hd-nav-bnr {
  display: block;
  bottom: 20px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 311px;
  height: 90px;
  background: -webkit-linear-gradient(318deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  background: linear-gradient(132deg, rgb(230, 61, 48) 0%, rgb(230, 61, 48) 25%, rgb(247, 95, 82) 90%);
  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: 5px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  margin-top: 30px;
}
@media screen and (min-width: 360px) {
  .das-hd-nav-bnr {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    height: 126px;
    margin-top: 10vh;
  }
}
@media screen and (min-width: 390px) {
  .das-hd-nav-bnr {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .das-hd-nav-bnr {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    left: 50%;
    bottom: 140px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .das-hd-nav-bnr {
    bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .das-hd-nav-bnr {
    display: none;
  }
}
.das-hd-nav-bnr-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.das-hd-nav-bnr-img {
  width: 137px;
}
.das-hd-nav-bnr-txt {
  letter-spacing: 0.08em;
  font-weight: 500;
}
.das-hd-nav-bnr-txt-top {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.125;
}
.das-hd-nav-bnr-txt-bottom {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  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;
}
.das-hd-nav-bnr-txt-bottom .icon {
  margin-left: 2px;
}
.das-hd-nav-bnr-txt-bottom .icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
  width: 13px;
}

.das-ft {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.das-ft-in {
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .das-ft-in {
    padding: 27px 22px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .das-ft-in {
    padding: 27px;
  }
}
.das-ft-body {
  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;
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .das-ft-body {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .das-ft-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.das-ft-logo {
  margin-bottom: 90px;
}
.das-ft-logo a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-ft-logo a:hover, .das-ft-logo a:focus-visible {
  opacity: 0.6;
}
.das-ft-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (min-width: 768px) {
  .das-ft-nav-list {
    gap: 32px;
  }
}
.das-ft-nav-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.das-ft-nav-link[target=_blank] img {
  margin-left: 6px;
  width: 12px;
  height: 10px;
}
.das-ft-nav-link:hover, .das-ft-nav-link:focus-visible {
  color: #333333;
}
.das-ft-copyright {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .das-ft-copyright {
    margin-top: 0;
    margin-left: auto;
  }
}

.das-bnr {
  position: absolute;
  bottom: 5px;
  right: 16px;
  height: 60px;
  width: calc(100% - 32px);
  opacity: 0;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 360px) {
  .das-bnr {
    right: 32px;
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 768px) {
  .das-bnr {
    width: 170px;
    height: 170px;
    left: auto;
    bottom: 16px;
  }
}
.das-bnr-wrap {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.das-bnr-wrap-in {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.das-bnr-close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px !important;
  height: 20px !important;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dddddd;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .das-bnr-close {
    width: 24px !important;
    height: 24px !important;
  }
}
.das-bnr-close img {
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 768px) {
  .das-bnr-close img {
    width: 8px;
    height: 8px;
  }
}
.das-bnr-link {
  background: -webkit-gradient(linear, left top, right top, from(#e63d30), to(#f75f52));
  background: -webkit-linear-gradient(left, #e63d30, #f75f52);
  background: linear-gradient(90deg, #e63d30, #f75f52);
  height: 60px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .das-bnr-link {
    width: 170px;
    height: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.das-bnr-link:hover, .das-bnr-link:focus-visible {
  opacity: 0.8;
}
.das-bnr-link img {
  width: 267px;
  height: auto;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (min-width: 768px) {
  .das-bnr-link img {
    width: 105%;
    -webkit-transform: translate(-3px, -17px);
            transform: translate(-3px, -17px);
  }
}

.das-h-kv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/515;
}
@media screen and (min-width: 768px) {
  .das-h-kv {
    aspect-ratio: 768/798;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-kv {
    aspect-ratio: unset;
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .das-h-kv {
    height: 580px;
  }
}
.das-h-kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.das-h-kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1025px) {
  .das-h-kv-bg img {
    -o-object-position: -400px center;
       object-position: -400px center;
  }
}
@media screen and (min-width: 1367px) {
  .das-h-kv-bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.das-h-kv-in {
  position: relative;
  padding-top: 60px;
  padding-top: 16vw;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-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;
  max-width: 1214px;
  margin: 0 auto;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-h-kv-in {
    padding-top: 118px;
    padding-top: 15.3646vw;
    padding-left: 74px;
    padding-left: 9.6355vw;
    padding-right: 74px;
    padding-right: 9.6355vw;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-kv-in {
    padding-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .das-h-kv-in {
    padding: 0 113px;
  }
}
.das-h-kv-ttl {
  font-size: 19px;
  font-size: 5.0667vw;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-weight: 500;
  text-align: center;
  padding-left: 16px;
  padding-left: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-h-kv-ttl {
    font-size: 33px;
    font-size: 4.2969vw;
    letter-spacing: 0.13em;
    line-height: 1.8529411765;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-kv-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7692307692;
    text-align: left;
    margin-top: 10px;
  }
}
.das-h-kv-read {
  margin-top: 27px;
  margin-top: 7.2vw;
  font-size: 13px;
  font-size: 3.4667vw;
  letter-spacing: 0.07em;
  line-height: 1.9230769231;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-h-kv-read {
    margin-top: 50px;
    margin-top: 6.5105vw;
    font-size: 18px;
    font-size: 2.3438vw;
    line-height: 2.1666666667;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-kv-read {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.0714285714;
    margin-top: 40px;
  }
}
.das-h-sec {
  padding-top: 40px;
  padding-top: 10.6667vw;
  padding-bottom: 80px;
  padding-bottom: 21.3334vw;
}
@media screen and (min-width: 768px) {
  .das-h-sec {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-sec {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
.das-h-sec-in {
  padding-top: 40px;
  padding-top: 10.6667vw;
}
@media screen and (min-width: 768px) {
  .das-h-sec-in {
    padding-top: 60px;
  }
}
.das-h-about-a-ttl, .das-h-about-b-ttl {
  text-align: center;
}
.das-h-about-a-ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 5.8667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .das-h-about-a-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}
.das-h-about-a-list {
  margin-top: 24px;
  margin-top: 6.4vw;
  background: #dddddd;
  border-radius: 5px;
  padding: 10px;
  padding: 2.6667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.6667vw 2.4vw;
  position: relative;
  margin-bottom: 18px;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .das-h-about-a-list {
    margin-top: 32px;
    padding: 12px;
    margin-bottom: 24px;
    gap: 12px;
  }
}
.das-h-about-a-list::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% - 1px);
  width: 27px;
  width: 7.2vw;
  height: 27px;
  height: 7.2vw;
  border-radius: 0 0 5px 0;
  background-color: #dddddd;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .das-h-about-a-list::before {
    width: 34px;
    height: 34px;
  }
}
.das-h-about-a-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 2.6667vw) / 2);
  aspect-ratio: 157/94;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .das-h-about-a-item {
    aspect-ratio: unset;
    height: 128px;
    width: calc((100% - 36px) / 4);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-about-a-item {
    height: 132px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.das-h-about-a-item strong {
  font-weight: 500;
}
.das-h-about-b-ttl {
  margin-top: 50px;
  margin-top: 13.3334vw;
  font-size: 22px;
  font-size: 5.8667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .das-h-about-b-ttl {
    margin-top: 64px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.40625;
  }
}
.das-h-about-b-list {
  margin-top: 24px;
  margin-top: 6.4vw;
  background: #333333;
  border-radius: 5px;
  padding: 10px;
  padding: 2.6667vw;
  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: 2.6667vw 2.4vw;
  position: relative;
  margin-bottom: 18px;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .das-h-about-b-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 32px;
    padding: 16px;
    margin-bottom: 24px;
    gap: 14px;
  }
}
.das-h-about-b-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 323/116;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .das-h-about-b-item {
    aspect-ratio: unset;
    height: 158px;
    width: calc((100% - 28px) / 3);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-about-b-item {
    height: 162px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.das-h-about-c {
  margin-top: 16px;
  margin-top: 4.2667vw;
}
@media screen and (min-width: 768px) {
  .das-h-about-c {
    margin-top: 16px;
  }
}
.das-h-features {
  background-image: url("../img/home/features-bg.webp");
  background-size: 354px 217px;
  background-position: center top;
  background-repeat: repeat;
}
.das-h-feature-box {
  background: #fff;
  padding-top: 40px;
  padding-top: 10.6667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6667vw;
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  border-radius: 5px;
  margin-top: 40px;
  margin-top: 10.6667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box {
    padding: 70px 42px 60px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box {
    padding: 60px 95px 70px;
  }
}
.das-h-feature-box-num {
  background: #e63d30;
  height: 28px;
  height: 7.4667vw;
  width: 38px;
  width: 10.1334vw;
  border-radius: 5px;
  margin: 0 auto;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-num {
    width: 50px;
    height: 42px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.das-h-feature-box-num span {
  -webkit-transform: translate(0.02em, -0.04em);
          transform: translate(0.02em, -0.04em);
}
.das-h-feature-box-ttl {
  margin-top: 24px;
  margin-top: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 20px;
  font-size: 5.3334vw;
  line-height: 1.6666666667;
  padding-bottom: 8px;
  padding-bottom: 2.1334vw;
  border-bottom: 1px solid #e63d30;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-ttl {
    margin-top: 24px;
    padding: 0 0 8px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-ttl {
    width: auto;
  }
}
.das-h-feature-box-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.das-h-feature-box-txt {
  margin-top: 24px;
  margin-top: 6.4vw;
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.024em;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-txt {
    margin-top: 32px;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.das-h-feature-box-figure {
  margin-top: 32px;
  margin-top: 8.5334vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-figure {
    margin-top: 40px;
  }
}
.das-h-feature-box-02 {
  margin-top: 34px;
  margin-top: 9.0667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.8667vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-02 {
    margin-top: 40px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 9px;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-02 {
    gap: 14px;
  }
}
.das-h-feature-box-02-item {
  width: calc((100% - 1.8667vw) / 2);
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-02-item {
    width: calc((100% - 27px) / 4);
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-02-item {
    width: calc((100% - 42px) / 4);
  }
}
.das-h-feature-box-2col {
  margin-top: 32px;
  margin-top: 8.5334vw;
  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: 8.5334vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col {
    margin-top: 32px;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-2col {
    margin-top: 60px;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-2col-item {
    width: calc((100% - 50px) / 2);
  }
}
.das-h-feature-box-2col-img .das-img-scale-icon {
  right: 10vw;
  top: 6vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col-img .das-img-scale-icon {
    right: 5.5vw;
    top: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-feature-box-2col-img .das-img-scale-icon {
    right: 60px;
    top: 32px;
  }
}
.das-h-feature-box-2col-body {
  margin-top: 12px;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col-body {
    margin-top: 22px;
  }
}
.das-h-feature-box-2col-ttl {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8333333333;
  letter-spacing: 0.024em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col-ttl {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}
.das-h-feature-box-2col-txt {
  font-size: 11px;
  font-size: 2.9334vw;
  line-height: 1.5833333333;
  letter-spacing: 0.024em;
  margin-top: 4px;
  margin-top: 1.0667vw;
}
@media screen and (min-width: 768px) {
  .das-h-feature-box-2col-txt {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 8px;
  }
}
.das-h-plans-in {
  max-width: 940px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 40px;
  padding-top: 10.6667vw;
}
@media screen and (min-width: 768px) {
  .das-h-plans-in {
    padding: 0 32px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.das-h-plans-read {
  text-align: center;
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.08em;
  margin-top: 24px;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .das-h-plans-read {
    margin-top: 32px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.das-h-plans-table {
  margin-top: 60px;
  margin-top: 16vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 28px 8px;
}
@media screen and (min-width: 768px) {
  .das-h-plans-table {
    margin-top: 60px;
    margin-left: -4px;
    width: calc(100% + 8px);
    padding: 0;
  }
}
.das-h-plans-table-cont {
  width: 670px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .das-h-plans-table-cont {
    width: 100%;
  }
}
.das-h-plans-table th,
.das-h-plans-table td {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 114px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .das-h-plans-table th,
  .das-h-plans-table td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-plans-table th,
  .das-h-plans-table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-h-plans-table th .text-left,
.das-h-plans-table td .text-left {
  text-align: left;
}
.das-h-plans-table th .dot,
.das-h-plans-table td .dot {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.das-h-plans-table th .dot::before,
.das-h-plans-table td .dot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 1.2px;
  background: #e63d30;
}
.das-h-plans-table tr th:first-child,
.das-h-plans-table tr td:first-child {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .das-h-plans-table tr th:first-child,
  .das-h-plans-table tr td:first-child {
    width: 137px;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-plans-table tr th:first-child,
  .das-h-plans-table tr td:first-child {
    width: 237px;
  }
}
.das-h-plans-table tr th:nth-child(n+2),
.das-h-plans-table tr td:nth-child(n+2) {
  width: 190px;
}
@media screen and (min-width: 768px) {
  .das-h-plans-table tr th:nth-child(n+2),
  .das-h-plans-table tr td:nth-child(n+2) {
    width: 174px;
  }
}
@media screen and (min-width: 1025px) {
  .das-h-plans-table tr th:nth-child(n+2),
  .das-h-plans-table tr td:nth-child(n+2) {
    width: 237px;
  }
}
.das-h-plans-table thead th {
  color: #e63d30;
}
.das-h-plans-table thead th .das-h-plans-table-in {
  border-color: #e63d30;
}
.das-h-plans-table thead th:first-child .das-h-plans-table-in {
  border-color: #fff;
}
.das-h-plans-table-in {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dddddd;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.das-h-plans-sp {
  padding-left: 16px;
  padding-left: 4.2667vw;
  padding-right: 16px;
  padding-right: 4.2667vw;
  margin-top: 40px;
  margin-top: 10.6667vw;
  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: 2.1334vw;
}
@media screen and (min-width: 768px) {
  .das-h-plans-sp {
    display: none;
  }
}
.das-h-plans-sp-trigger {
  display: block;
  width: 100%;
  height: 80px;
  height: 21.3334vw;
  text-align: center;
  color: #e63d30;
  border-radius: 5px;
  border: 1px solid #e63d30;
  background: #fff;
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.08em;
  line-height: 1.9285714286;
  padding: 0;
  position: relative;
}
.das-h-plans-sp-trigger-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  right: 6.4vw;
  width: 15px;
  width: 4vw;
  height: 15px;
  height: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.das-h-plans-sp-trigger-icon::before, .das-h-plans-sp-trigger-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e63d30;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
.das-h-plans-sp-trigger-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.das-h-plans-sp-trigger.is-active .das-h-plans-sp-trigger-icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.das-h-plans-sp-target {
  overflow: hidden;
  height: 0;
}
.das-h-plans-sp-cont {
  width: 100%;
  margin-top: 6px;
  margin-top: 1.6vw;
  margin-bottom: 10px;
  margin-bottom: 2.6667vw;
}
.das-h-plans-sp tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.das-h-plans-sp th,
.das-h-plans-sp td {
  height: 96px;
  height: 25.6vw;
  padding-top: 2px;
  padding-top: 0.5334vw;
  padding-bottom: 2px;
  padding-bottom: 0.5334vw;
}
.das-h-plans-sp th span,
.das-h-plans-sp td span {
  height: 100%;
}
.das-h-plans-sp th {
  width: 32px;
  width: 8.5334vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.das-h-plans-sp td {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 4px;
  margin-left: 1.0667vw;
}
.das-h-plans-sp-ttl, .das-h-plans-sp-txt {
  border-radius: 5px;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.das-h-plans-sp-ttl {
  font-size: 12px;
  font-size: 3.2vw;
  border: 1px solid #333333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.das-h-plans-sp-ttl.short span {
  height: 1em;
  width: 1em;
  display: inline-block;
}
.das-h-plans-sp-txt {
  border: 1px solid #dddddd;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  font-size: 3.7334vw;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
}
.das-h-plans-txt {
  margin-top: 40px;
  margin-top: 10.6667vw;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 3.7334vw;
  line-height: 1.9285714286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .das-h-plans-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 32px;
  }
}

.das-pickup {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .das-pickup {
    padding: 70px 0;
  }
}
.das-pickup-ttl {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  gap: 6px;
  margin-left: -6px;
}
@media screen and (min-width: 768px) {
  .das-pickup-ttl {
    gap: 9px;
  }
}
.das-pickup-ttl::before {
  content: "";
  display: block;
  width: 21.04px;
  height: 13.48px;
  background-image: url("../img/common/icon-pickup-sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .das-pickup-ttl::before {
    width: 28px;
    height: 17.16px;
    background-image: url("../img/common/icon-pickup.svg");
    margin-top: 2px;
  }
}
.das-wi-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0 6px 6px;
  overflow: hidden;
  width: calc(100% + 12px);
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
@media screen and (min-width: 360px) {
  .das-wi-list {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .das-wi-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: calc(100% + 12px);
    gap: 60px 20px;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.das-wi-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .das-wi-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .das-wi-item {
    width: calc((100% - 40px) / 3);
  }
}
.das-wi-item-new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #e63d30;
  color: #fff;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.das-wi-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.das-wi-link:hover .das-wi-img img, .das-wi-link:focus-visible .das-wi-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.das-wi-img {
  overflow: hidden;
}
.das-wi-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.das-wi-body {
  padding: 20px 25px 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.das-wi-read {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 84px;
}
@media screen and (min-width: 768px) {
  .das-wi-read {
    line-height: 1.5;
    min-height: 72px;
  }
}
.das-wi-ft {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d14b3b;
}
.das-wi-ft-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.das-wi-ft-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  gap: 6px 10px;
}
.das-wi-ft-tag-icon {
  color: #e63d30;
}
.das-wi-ft-meta {
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  margin-top: 16px;
  font-size: 12px;
  font-size: 0.75rem;
}
.das-wi-ft-meta-date {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #767676;
}
.das-wks-cont {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 10.6667vw;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .das-wks-cont {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .das-wks-cont {
    margin-top: 80px;
  }
}
.das-wks-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 300px !important;
      -ms-flex: 0 0 300px !important;
          flex: 0 0 300px !important;
}
.das-wks-item-new {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #e63d30;
  color: #fff;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.das-wks-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.das-wks-link:hover .das-wks-img img, .das-wks-link:focus-visible .das-wks-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.das-wks-img {
  overflow: hidden;
}
.das-wks-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.das-wks-body {
  padding: 20px 25px 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.das-wks-read {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 84px;
}
@media screen and (min-width: 768px) {
  .das-wks-read {
    line-height: 1.5;
    min-height: 72px;
  }
}
.das-wks-ft {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d14b3b;
}
.das-wks-ft-ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.das-wks-ft-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  gap: 6px 10px;
}
.das-wks-ft-tag-icon {
  color: #e63d30;
}
.das-wks-ft-meta {
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  margin-top: 16px;
  font-size: 12px;
  font-size: 0.75rem;
}
.das-wks-ft-meta-date {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #767676;
}
@media screen and (min-width: 1025px) {
  .das-wks-s {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .das-wks-s-in {
    max-width: 940px;
    margin: 0 auto;
    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;
  }
}
.das-wks-s-ttl {
  background: #f5f5f5;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-top: 2.6667vw;
  padding-bottom: 10px;
  padding-bottom: 2.6667vw;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-wks-s-ttl {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 27px;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .das-wks-s-ttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    height: 80px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-wks-s-ttl-txt {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .das-wks-s-ttl-txt {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .das-wks-s-ttl-txt::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d14b3b;
  }
}
.das-wks-s-cont {
  margin-top: 15px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .das-wks-s-cont {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .das-wks-s-cont {
    margin-top: 0;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.das-wks-s-item {
  overflow: hidden;
  border-radius: 5px;
}
.das-wks-s-link {
  display: block;
  text-decoration: none;
}
.das-wks-s-link:hover .das-wks-s-img img, .das-wks-s-link:focus-visible .das-wks-s-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.das-wks-s-img {
  overflow: hidden;
}
.das-wks-s-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.das-wks-s-body {
  background: #333333;
  color: #fff;
  font-size: 13px;
  font-size: 3.4667vw;
  letter-spacing: 0.08em;
  height: 30px;
  height: 8vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .das-wks-s-body {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 30px;
  }
}
.das-works-hd {
  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;
}
@media screen and (min-width: 1025px) {
  .das-works-hd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 540px;
  }
}
.das-works-hd-mv {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .das-works-hd-mv {
    width: 50%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    aspect-ratio: unset;
  }
}
.das-works-hd-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.das-works-hd-body {
  padding: 40px 32px;
}
@media screen and (min-width: 768px) {
  .das-works-hd-body {
    padding: 60px 73px;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-hd-body {
    width: 50%;
    padding: 60px 66px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-hd-body-in {
    max-width: 500px;
  }
}
.das-works-hd-logo {
  margin-bottom: 16px;
}
.das-works-hd-ttl {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #acacac;
}
.das-works-hd-ttl-client {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .das-works-hd-ttl-client {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-hd-ttl-client {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1367px) {
  .das-works-hd-ttl-client {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.das-works-hd-ttl-main {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .das-works-hd-ttl-main {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4375;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-hd-ttl-main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1367px) {
  .das-works-hd-ttl-main {
    font-size: 32px;
    font-size: 2rem;
  }
}
.das-works-hd-meta-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-works-hd-meta-ttl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.das-works-hd-meta-dl {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .das-works-hd-meta-dl {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 20px;
  }
}
.das-works-hd-meta-dt, .das-works-hd-meta-dd {
  display: inline;
}
.das-works-hd-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px 10px;
}
.das-works-hd-tag-icon {
  color: #e63d30;
}
.das-works-contents {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .das-works-contents {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-contents {
    padding-top: 120px;
  }
}
.das-works-contents > .das-in-s *:first-child,
.das-works-contents > .das-in-m *:first-child {
  margin-top: 0;
}
.das-works-sec {
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .das-works-sec {
    margin-top: 100px;
  }
}
.das-works-sec-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .das-works-sec-ttl {
    margin-bottom: 48px;
  }
}
.das-works-sec-ttl-top, .das-works-sec-ttl-main {
  display: block;
}
.das-works-sec-ttl-top {
  color: #e63d30;
  padding-bottom: 10px;
  border-bottom: 1px solid #e63d30;
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .das-works-sec-ttl-top {
    font-size: 16px;
    font-size: 1rem;
  }
}
.das-works-sec-ttl-top::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e63d30;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
}
.das-works-sec-ttl-main {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-works-sec-ttl-main {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.das-works-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: 0.024em;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .das-works-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.028em;
    margin-top: 40px;
  }
}
.das-works-txt:first-child {
  margin-top: 0;
}
.das-works-txt + .das-works-txt {
  margin-top: 24px;
}
.das-works-h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: 0.024em;
  margin-top: 32px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .das-works-h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.028em;
    margin-top: 40px;
  }
}
.das-works-h3:first-child {
  margin-top: 0;
}
.das-works-h3 + .das-works-txt {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .das-works-h3 + .das-works-txt {
    margin-top: 16px;
  }
}
.das-works-img {
  margin-top: 40px;
}
.das-works-img-cap {
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .das-works-img-cap {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.das-works-img-cap.center {
  text-align: center;
}
.das-works-img img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.das-works-images {
  margin-top: 32px;
  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: 16px;
}
@media screen and (min-width: 768px) {
  .das-works-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 32px 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .das-works-images {
    gap: 32px 20px;
  }
}
.das-works-images .das-works-img {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .das-works-images .das-works-img {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .das-works-images .das-works-img {
    width: calc((100% - 20px) / 2);
  }
}
.das-works-list {
  margin-top: 32px;
  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: 24px;
}
@media screen and (min-width: 768px) {
  .das-works-list {
    margin-top: 40px;
  }
}
.das-works-list-ttl {
  margin-top: 32px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .das-works-list-ttl {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.das-works-list-ttl + .das-works-list {
  margin-top: 24px;
}
.das-works-list-item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.024em;
}
@media screen and (min-width: 768px) {
  .das-works-list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.028em;
  }
}
.das-works-list-item-ttl {
  font-weight: 500;
  margin-bottom: 4px;
}
.das-works-ft {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .das-works-ft {
    margin-top: 120px;
  }
}
.das-works-ft-top {
  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;
  padding-bottom: 40px;
  border-bottom: 2px solid #e63d30;
  margin-bottom: 60px;
}
.das-works-ft-share {
  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;
}
.das-works-ft-share-ttl {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #dddddd;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 400;
}
.das-works-ft-share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.das-works-ft-share-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-works-ft-share-link:hover, .das-works-ft-share-link:focus-visible {
  opacity: 0.7;
}
.das-works-ft-date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-left: auto;
}
.das-works-ft-btm {
  text-align: center;
}
.das-works-ft-link {
  padding: 10px 35px;
  border: 1px solid #e63d30;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  font-weight: 500;
  color: #e63d30;
  border-radius: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.das-works-ft-link span {
  position: relative;
  z-index: 1;
}
.das-works-ft-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e63d30), to(#f75f52));
  background: -webkit-linear-gradient(left, #e63d30 0%, #f75f52 100%);
  background: linear-gradient(90deg, #e63d30 0%, #f75f52 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.das-works-ft-link:hover, .das-works-ft-link:focus-visible {
  color: #fff;
}
.das-works-ft-link:hover::before, .das-works-ft-link:focus-visible::before {
  opacity: 1;
}
.das-works-columns {
  gap: 24px;
  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;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .das-works-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.das-works-columns-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .das-works-columns-img {
    width: 48.7179487179%;
    max-width: 780px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.das-works-columns-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}