.wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 0.75em;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
}
.wpcf7-radio .wpcf7-list-item input[type=radio],
.wpcf7-radio .wpcf7-list-item input[type=checkbox],
.wpcf7-acceptance .wpcf7-list-item input[type=radio],
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span:after,
.wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked + span:after,
.wpcf7-acceptance .wpcf7-list-item input[type=radio]:checked + span:after,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  top: 5px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  border-radius: 5px;
}
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
  top: 10px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-left: 3px solid var(--maincolor);
  border-bottom: 3px solid var(--maincolor);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  opacity: 0;
}
.wpcf7-radio label,
.wpcf7-acceptance label {
  cursor: pointer;
}
.wpcf7-spinner {
  display: none;
}
a {
  color: inherit;
}
.c-deco {
  position: absolute;
}
.under-link {
  text-decoration: underline;
}
.c-title-h2 {
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.c-title-h2 img {
  margin: 0 auto;
}
.c-title-h3 {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.c-standout-text {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
}
.c-standout-text:before, .c-standout-text:after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  position: absolute;
  background-color: currentColor;
  bottom: 0;
}
.c-standout-text:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.c-standout-text:after {
  right: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@-webkit-keyframes btn-anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.08, 1.4);
            transform: scale(1.08, 1.4);
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes btn-anime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.08, 1.4);
            transform: scale(1.08, 1.4);
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
.c-btn-border {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  border-radius: 2em;
  position: relative;
  color: #fff;
  padding: 2px;
  border: solid 2px #FE9A0E;
}
.c-btn-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  background-color: #FE9A0E;
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-animation: btn-anime 1.3s ease-out 1.3s infinite;
          animation: btn-anime 1.3s ease-out 1.3s infinite;
}
.c-btn-border a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 2;
  background-color: #FE9A0E;
  text-shadow: 0 0 12px #EFB509;
  border: solid 2px #fff;
}
.c-btn-contact {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
}
.c-btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2em;
  background-color: #fff;
  border: solid 2px currentColor;
  color: #303030;
  padding: 0.3em 0.8em 0.3em 0.4em;
  grid-gap: 0.5em;
  gap: 0.5em;
}
.c-btn-contact .c-label {
  background-color: #FE9A0E;
  color: #fff;
  border-radius: 2em;
  font-size: 80%;
  padding: 0.4em 0.8em;
}
.c-btn-submit {
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.c-btn-submit input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 2;
  background-color: #FE9A0E;
  color: inherit;
  font-weight: inherit;
}
.c-required {
  font-weight: bold;
  font-size: 75%;
  margin-left: 0.5em;
  padding: 0.3em 0.8em;
  background-color: var(--maincolor);
  color: #fff;
  line-height: 1;
  border-radius: 0.4em;
}
.c-contact-form__h3 {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.c-contact-form-block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 0.3em;
}
input {
  color: inherit;
  border: none;
  font-size: inherit;
  width: 100%;
  padding: 0.75em;
  border-radius: 0.5em;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input::-moz-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input:-moz-placeholder-shown {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::placeholder, input:placeholder-shown {
  color: #989898;
}
textarea {
  color: inherit;
  border: none;
  font-size: inherit;
  width: 100%;
  padding: 0.75em;
  border-radius: 0.5em;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 70px;
  line-height: 1.5;
  resize: vertical;
}
textarea::-webkit-input-placeholder {
  color: #989898;
}
textarea::-moz-placeholder {
  color: #989898;
}
textarea:-ms-input-placeholder {
  color: #989898;
}
textarea::-ms-input-placeholder {
  color: #989898;
}
textarea:-moz-placeholder-shown {
  color: #989898;
}
textarea:-ms-input-placeholder {
  color: #989898;
}
textarea::placeholder, textarea:placeholder-shown {
  color: #989898;
}
.wpcf7-acceptance {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0.8em;
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 2px #303030;
  border-radius: 0.2em;
  width: 1.2em;
  height: 1.2em;
  top: 0.3em;
}
main {
  width: 100%;
  overflow: inherit;
  min-height: 100vh;
  background-color: var(--maincolor);
}
html {
  font-size: 10px;
}
body {
  line-height: 1.5;
  color: #303030;
}
.l-dlr {
  min-height: 100vh;
}
.l-dlr-container {
  background-color: #F7F8FF;
}
.l-dlr-contents {
  min-height: 100vh;
}
.l-inner {
  position: relative;
}
.l-header-dlr {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  color: #fff;
  background-color: var(--maincolor);
  border-radius: 0 0 1em 1em;
  z-index: 9;
}
.l-header-dlr .l-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header-dlr__logo {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
.l-header-dlr__contact {
  position: relative;
  padding-top: 0.4em;
}
.l-header-dlr__contact:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -0.2em;
  top: -0.3em;
  background: url("../img/dlr/icon_btn_point.png") center center no-repeat;
  background-size: contain;
}
.l-footer-dlr {
  background-color: #fff;
  text-align: center;
}
.l-footer-dlr__logo {
  margin: 0 auto;
}
.l-footer-dlr__name {
  font-weight: bold;
}
.l-footer-dlr__address p + p {
  margin-top: 0.8em;
}
.p-dlr-kv {
  position: relative;
  overflow: hidden;
}
.p-dlr-kv__slide {
  position: relative;
}
.p-dlr-kv__slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #70A8FF;
  border-radius: 0 1em 0 0;
}
.p-dlr-kv .swiper {
  border-radius: 0 1em 0 0;
}
.p-dlr-kv .swiper-pagination {
  width: 100%;
}
.p-dlr-kv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.p-dlr-kv .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-dlr-kv__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-dlr-kv__cta a {
  display: block;
}
.p-dlr-trouble {
  background-color: var(--maincolor);
  position: relative;
}
.p-dlr-trouble .c-deco {
  left: 0;
}
.p-dlr-trouble .c-deco img {
  width: 100%;
}
.p-dlr-trouble .c-deco.-top {
  bottom: 100%;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.p-dlr-trouble .c-deco.-bottom {
  top: 100%;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-dlr-trouble-list {
  text-align: center;
}
.c-dlr-trouble-list__item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5.2em 5.2em 0.5em 0.5em;
  -webkit-box-shadow: 6px 7px 0 0 #1566E5;
          box-shadow: 6px 7px 0 0 #1566E5;
}
.c-dlr-trouble-list__item.js-scroll {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -o-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);
}
.c-dlr-trouble-list__item.is-scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.c-dlr-trouble-list__img {
  position: relative;
  overflow: hidden;
  border-radius: 5em 5em 0.5em 0.5em;
}
.c-dlr-trouble-list__img img {
  width: 100%;
}
.c-dlr-trouble-list__h3 {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.c-dlr-trouble-list__h3 em {
  color: var(--maincolor);
  font-style: italic;
  margin-left: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.p-dlr-solution {
  background-color: #F7F8FF;
}
.c-dlr-solution-list {
  text-align: center;
  font-weight: bold;
}
.c-dlr-solution-list__item {
  border: solid 2px #000;
  border-radius: 1.5em;
  background-color: #fff;
}
.c-dlr-solution-list__item.js-scroll {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -o-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.c-dlr-solution-list__item.is-scroll {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-dlr-solution-list img {
  margin: 0 auto;
}
.p-dlr-feature {
  background-color: var(--maincolor);
}
.c-dlr-feature-list {
  background-color: #fff;
  border-radius: 0 0 1em 1em;
}
.c-dlr-feature-list__item {
  position: relative;
  border: solid 2px #000;
  border-radius: 1.6em;
}
.c-dlr-feature-list__item.js-scroll {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -o-transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  transition: 0.5s cubic-bezier(0.15, 0, 0.12, 1);
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.c-dlr-feature-list__item.is-scroll {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-dlr-feature-list .c-label {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #fff;
  background-color: var(--maincolor);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1;
  padding: 0.5em 0.8em;
  font-style: italic;
  border-radius: 1em 0 1em 0;
}
.c-dlr-feature-list img {
  margin: 0 auto;
}
.c-dlr-feature-list .c-title-h3 {
  text-align: center;
  margin-bottom: 0.3em;
}
.p-dlr-contact {
  background-color: #fff;
  border-radius: 2em 2em 0 0;
}
.p-fixbtn {
  position: fixed;
  bottom: 1vw;
  left: 1vw;
  z-index: 5;
}
.p-fixbtn img {
  -webkit-filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.2));
}
@media (hover: hover) {
  .under-link:hover {
    text-decoration: none;
  }
  .c-btn-border {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    -o-transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
  }
  .c-btn-border:hover {
    -webkit-transform: translateY(0.2em);
        -ms-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .c-btn-contact a {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    -o-transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
  }
  .c-btn-contact a:hover {
    -webkit-transform: translateY(0.2em);
        -ms-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .c-btn-submit {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    -o-transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
  }
  .c-btn-submit:hover {
    -webkit-transform: translateY(0.2em);
        -ms-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .l-footer-dlr__logo a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: opacity 0.3s cubic-bezier(0.15, 0, 0.12, 1);
  }
  .l-footer-dlr__logo a:hover {
    opacity: 0.7;
  }
  .p-dlr-kv__cta a {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    -o-transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
    transition: transform 0.3s cubic-bezier(0.15, 0, 0.12, 1), -webkit-transform 0.3s cubic-bezier(0.15, 0, 0.12, 1);
  }
  .p-dlr-kv__cta a:hover {
    -webkit-transform: translateY(0.2em);
        -ms-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
}
@media screen and (min-width: 768px) {
  .c-title-h2 {
    font-size: 28px;
  }
  .c-title-h2__en {
    font-size: 14px;
  }
  .c-title-h2.-s {
    font-size: 26px;
  }
  .c-title-h3 {
    font-size: 20px;
  }
  .c-btn-border {
    font-size: 20px;
    height: 60px;
  }
  .c-btn-contact {
    font-size: 15px;
  }
  .c-btn-submit {
    font-size: 16px;
    height: 48px;
  }
  .c-contact-form__h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .c-contact-form-block:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  body {
    font-size: 16px;
  }
  .l-dlr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 880px;
    margin: 0 auto;
  }
  .l-dlr-container {
    height: 100%;
    width: 390px;
    -webkit-box-shadow: 0 4px 50px #084091;
            box-shadow: 0 4px 50px #084091;
  }
  .l-dlr-side {
    width: 390px;
  }
  .l-dlr-side-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .l-dlr-side-content__head {
    color: #fff;
    padding-top: 25px;
    margin-bottom: 20px;
  }
  .l-dlr-side-content__head .c-logo {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0.1em;
    font-family: "Murecho", sans-serif;
    font-weight: 700;
  }
  .l-dlr-side-content__head .c-copy {
    font-size: 22px;
    font-family: "Murecho", sans-serif;
    font-weight: 700;
  }
  .l-dlr-side-content__head .c-copy strong {
    font-size: 29px;
  }
  .l-dlr-side-contact {
    background-color: #fff;
    border-radius: 1em;
    padding: 20px 0;
    overflow-y: auto;
    height: calc(100vh - 130px - 30px);
  }
  .l-inner {
    padding: 0 20px;
  }
  .l-header-dlr {
    height: 62px;
  }
  .l-header-dlr__logo {
    font-size: 22px;
  }
  .l-footer-dlr {
    padding: 30px 0;
    font-size: 14px;
  }
  .l-footer-dlr__logo {
    width: 144px;
  }
  .l-footer-dlr__name {
    font-size: 18px;
    margin-top: 30px;
  }
  .l-footer-dlr__address {
    margin-top: 25px;
  }
  .p-dlr-kv {
    padding: 22px 0 45px;
  }
  .p-dlr-kv__slide {
    padding-right: 20px;
  }
  .p-dlr-kv__slide:before {
    top: 15px;
    left: -10px;
  }
  .p-dlr-kv .swiper-pagination-bullet {
    bottom: 10px;
  }
  .p-dlr-kv__cta {
    width: 189px;
  }
  .p-dlr-trouble {
    margin-top: 135px;
    padding-bottom: 60px;
  }
  .c-dlr-trouble-list {
    margin: 35px 20px 0;
  }
  .c-dlr-trouble-list__item {
    padding: 8px 8px 15px;
  }
  .c-dlr-trouble-list__item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .c-dlr-trouble-list figcaption {
    margin-top: 25px;
    padding: 0 10px;
  }
  .c-dlr-trouble-list__h3 {
    font-size: 23px;
  }
  .p-dlr-solution {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  .p-dlr-solution .c-title-h2 {
    margin: 0 8px;
  }
  .p-dlr-solution__btn-area {
    margin-top: 32px;
  }
  .p-dlr-solution .c-btn-border {
    margin-top: 10px;
  }
  .c-dlr-solution-list {
    font-size: 15px;
    margin-top: 40px;
  }
  .c-dlr-solution-list__item {
    padding: 20px 10px;
  }
  .c-dlr-solution-list__item:nth-of-type(n + 2) {
    margin-top: 28px;
  }
  .c-dlr-solution-list img {
    height: 100px;
  }
  .c-dlr-solution-list figcaption {
    margin-top: 9px;
  }
  .c-dlr-solution-list .c-title-h3 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 9px;
  }
  .p-dlr-feature {
    padding: 50px 0 100px;
  }
  .c-dlr-feature-list {
    padding: 35px 20px 40px;
    font-size: 14px;
  }
  .c-dlr-feature-list__item {
    padding: 20px;
  }
  .c-dlr-feature-list__item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
  .c-dlr-feature-list .c-label {
    font-size: 22px;
  }
  .c-dlr-feature-list figcaption {
    margin-top: 15px;
  }
  .c-dlr-feature-list img {
    height: 93px;
  }
  .p-dlr-contact {
    margin-top: -30px;
    padding: 50px 0 20px;
  }
  .p-dlr-contact__img {
    width: 308px;
    margin: 20px auto 0;
  }
  .p-dlr-contact .c-standout-text {
    margin: 25px auto 0;
  }
  .p-dlr-contact .c-contact-form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title-h2 {
    font-size: 7.1794871795vw;
  }
  .c-title-h2__en {
    font-size: 3.5897435897vw;
  }
  .c-title-h2.-s {
    font-size: 6.6666666667vw;
  }
  .c-title-h3 {
    font-size: 5.1282051282vw;
  }
  .c-btn-border {
    font-size: 5.1282051282vw;
    height: 15.3846153846vw;
  }
  .c-btn-contact {
    font-size: 3.8461538462vw;
  }
  .c-btn-submit {
    font-size: 4.1025641026vw;
    height: 12.3076923077vw;
  }
  .c-contact-form__h3 {
    font-size: 5.3846153846vw;
    margin-bottom: 5.1282051282vw;
  }
  .c-contact-form-block:nth-of-type(n + 2) {
    margin-top: 7.6923076923vw;
  }
  body {
    font-size: 4.1025641026vw;
  }
  .l-inner {
    padding: 0 5.1282051282vw;
  }
  .l-header-dlr {
    height: 15.8974358974vw;
  }
  .l-header-dlr__logo {
    font-size: 5.641025641vw;
  }
  .l-footer-dlr {
    padding: 7.6923076923vw 0;
    font-size: 3.5897435897vw;
  }
  .l-footer-dlr__logo {
    width: 36.9230769231vw;
  }
  .l-footer-dlr__name {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
  }
  .l-footer-dlr__address {
    margin-top: 6.4102564103vw;
  }
  .p-dlr-kv {
    padding: 5.641025641vw 0 11.5384615385vw;
  }
  .p-dlr-kv__slide {
    padding-right: 5.1282051282vw;
  }
  .p-dlr-kv__slide:before {
    top: 3.8461538462vw;
    left: -2.5641025641vw;
  }
  .p-dlr-kv .swiper-pagination-bullet {
    bottom: 2.5641025641vw;
  }
  .p-dlr-kv__cta {
    width: 48.4615384615vw;
  }
  .p-dlr-trouble {
    margin-top: 34.6153846154vw;
    padding-bottom: 15.3846153846vw;
  }
  .c-dlr-trouble-list {
    margin: 8.9743589744vw 5.1282051282vw 0;
  }
  .c-dlr-trouble-list__item {
    padding: 2.0512820513vw 2.0512820513vw 3.8461538462vw;
  }
  .c-dlr-trouble-list__item:nth-of-type(n + 2) {
    margin-top: 10.2564102564vw;
  }
  .c-dlr-trouble-list figcaption {
    margin-top: 6.4102564103vw;
    padding: 0 2.5641025641vw;
  }
  .c-dlr-trouble-list__h3 {
    font-size: 5.8974358974vw;
  }
  .p-dlr-solution {
    padding-top: 32.0512820513vw;
    padding-bottom: 17.9487179487vw;
  }
  .p-dlr-solution .c-title-h2 {
    margin: 0 2.0512820513vw;
  }
  .p-dlr-solution__btn-area {
    margin-top: 8.2051282051vw;
  }
  .p-dlr-solution .c-btn-border {
    margin-top: 2.5641025641vw;
  }
  .c-dlr-solution-list {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .c-dlr-solution-list__item {
    padding: 5.1282051282vw 2.5641025641vw;
  }
  .c-dlr-solution-list__item:nth-of-type(n + 2) {
    margin-top: 7.1794871795vw;
  }
  .c-dlr-solution-list img {
    height: 25.641025641vw;
  }
  .c-dlr-solution-list figcaption {
    margin-top: 2.3076923077vw;
  }
  .c-dlr-solution-list .c-title-h3 {
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
    margin-bottom: 2.3076923077vw;
  }
  .p-dlr-feature {
    padding: 12.8205128205vw 0 25.641025641vw;
  }
  .c-dlr-feature-list {
    padding: 8.9743589744vw 5.1282051282vw 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
  .c-dlr-feature-list__item {
    padding: 5.1282051282vw;
  }
  .c-dlr-feature-list__item:nth-of-type(n + 2) {
    margin-top: 6.4102564103vw;
  }
  .c-dlr-feature-list .c-label {
    font-size: 5.641025641vw;
  }
  .c-dlr-feature-list figcaption {
    margin-top: 3.8461538462vw;
  }
  .c-dlr-feature-list img {
    height: 23.8461538462vw;
  }
  .p-dlr-contact {
    margin-top: -7.6923076923vw;
    padding: 12.8205128205vw 0 5.1282051282vw;
  }
  .p-dlr-contact__img {
    width: 78.9743589744vw;
    margin: 5.1282051282vw auto 0;
  }
  .p-dlr-contact .c-standout-text {
    margin: 6.4102564103vw auto 0;
  }
  .p-dlr-contact .c-contact-form {
    margin-top: 5.1282051282vw;
  }
  .p-fixbtn {
    max-width: 20vw;
    bottom: 40px;
  }
}
@media (max-width: 880px) {
  .l-dlr {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-dlr-side {
    display: none !important;
  }
}