html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 560px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1 {
  margin-top: 2rem !important;
}
.mb-1 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 4rem !important;
}
.mb-2 {
  margin-bottom: 4rem !important;
}
.mt-3 {
  margin-top: 6rem !important;
}
.mb-3 {
  margin-bottom: 6rem !important;
}
.mt-4 {
  margin-top: 8rem !important;
}
.mb-4 {
  margin-bottom: 8rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-1 {
  padding-top: 2rem !important;
}
.pb-1 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 4rem !important;
}
.pb-2 {
  padding-bottom: 4rem !important;
}
.pt-3 {
  padding-top: 6rem !important;
}
.pb-3 {
  padding-bottom: 6rem !important;
}
.pt-4 {
  padding-top: 8rem !important;
}
.pb-4 {
  padding-bottom: 8rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}
@media (min-width: 560px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 2rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 2rem !important;
  }
  .mt-sm-2 {
    margin-top: 4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 4rem !important;
  }
  .mt-sm-3 {
    margin-top: 6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 6rem !important;
  }
  .mt-sm-4 {
    margin-top: 8rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 2rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 2rem !important;
  }
  .pt-sm-2 {
    padding-top: 4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 4rem !important;
  }
  .pt-sm-3 {
    padding-top: 6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 6rem !important;
  }
  .pt-sm-4 {
    padding-top: 8rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-1 {
    margin-top: 2rem !important;
  }
  .mb-md-1 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 4rem !important;
  }
  .mt-md-3 {
    margin-top: 6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 6rem !important;
  }
  .mt-md-4 {
    margin-top: 8rem !important;
  }
  .mb-md-4 {
    margin-bottom: 8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-1 {
    padding-top: 2rem !important;
  }
  .pb-md-1 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 4rem !important;
  }
  .pt-md-3 {
    padding-top: 6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 6rem !important;
  }
  .pt-md-4 {
    padding-top: 8rem !important;
  }
  .pb-md-4 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 2rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 2rem !important;
  }
  .mt-lg-2 {
    margin-top: 4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 4rem !important;
  }
  .mt-lg-3 {
    margin-top: 6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 6rem !important;
  }
  .mt-lg-4 {
    margin-top: 8rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 2rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 2rem !important;
  }
  .pt-lg-2 {
    padding-top: 4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 4rem !important;
  }
  .pt-lg-3 {
    padding-top: 6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 6rem !important;
  }
  .pt-lg-4 {
    padding-top: 8rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 2rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 2rem !important;
  }
  .mt-xl-2 {
    margin-top: 4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 4rem !important;
  }
  .mt-xl-3 {
    margin-top: 6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 6rem !important;
  }
  .mt-xl-4 {
    margin-top: 8rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 2rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 2rem !important;
  }
  .pt-xl-2 {
    padding-top: 4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 4rem !important;
  }
  .pt-xl-3 {
    padding-top: 6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 6rem !important;
  }
  .pt-xl-4 {
    padding-top: 8rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 8rem !important;
  }
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 560px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
:root {
  --dynaeye-red: #e60112;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/dynaeye2/assets/fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/dynaeye2/assets/fonts/Roboto/Roboto-Medium.woff2") format("woff2");
}
@media screen and (-webkit-max-device-pixel-ratio: 1), screen and (max-resolution: 1dppx) {
  img.sharp {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
.dynaeye-cons {
  position: relative;
  z-index: 2;
  background-color: var(--dynaeye-red);
  padding: 25px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .dynaeye-cons {
    max-width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .dynaeye-cons {
    max-width: 1372px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
  }
}
.dynaeye-cons__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.1666666667rem + 1.0416666667vw, 2rem);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
ul.dynaeye-cons__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.dynaeye-cons__list > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
ul.dynaeye-cons__list > li:nth-child(4) {
  background-color: #ffdada;
}
@media (max-width: 1023px) {
  ul.dynaeye-cons__list {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  ul.dynaeye-cons__list > li:nth-child(1),
  ul.dynaeye-cons__list > li:nth-child(2),
  ul.dynaeye-cons__list > li:nth-child(3) {
    width: calc((100% - 40px) / 3);
  }
  ul.dynaeye-cons__list > li:nth-child(1) .dynaeye-cons__item,
  ul.dynaeye-cons__list > li:nth-child(2) .dynaeye-cons__item,
  ul.dynaeye-cons__list > li:nth-child(3) .dynaeye-cons__item {
    height: 252px;
  }
  ul.dynaeye-cons__list > li:nth-child(4) {
    width: 100%;
  }
}
.dynaeye-cons__item {
  position: relative;
  text-align: center;
}
.dynaeye-cons__item__image {
  margin-bottom: 10px;
  text-align: center;
}
.dynaeye-cons__item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.dynaeye-cons__item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
.btn-cons-wrap {
  display: block;
  text-decoration: none;
}
.btn-cons-wrap:hover .btn-cons {
  color: #fff;
  background-color: var(--dynaeye-red);
  border: solid 2px var(--dynaeye-red);
  background-image: url(../img/ic_arrow_3_fff.svg);
}
.btn-cons,
.btn-cons--strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8541666667rem + 0.1041666667vw, 0.9375rem);
  line-height: 1.7;
  text-align: center;
  color: var(--dynaeye-red);
  background-color: #fff;
  border-radius: 999px;
  border: solid 2px #e4e4e4;
  width: 250px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/ic_arrow_3_red.svg);
  background-size: 16px 11px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  transition: all 0.3s ease-out;
}
.btn-cons--strong {
  border: solid 2px var(--dynaeye-red);
  width: 280px;
}
.btn-cons--strong:hover {
  color: #fff;
  background-color: var(--dynaeye-red);
  border: solid 2px var(--dynaeye-red);
  background-image: url(../img/ic_arrow_3_fff.svg);
}
@media (min-width: 1024px) {
  .dynaeye-cons__item__btn {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .dynaeye-cons__item--contact .dynaeye-cons__item--contact-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .dynaeye-cons__item--contact {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 20px;
  }
  .dynaeye-cons__item--contact .dynaeye-cons__item--contact-1 {
    width: calc((100% - 60px) / 3);
  }
  .dynaeye-cons__item--contact .dynaeye-cons__item--contact-2,
  .dynaeye-cons__item--contact .dynaeye-cons__item--contact-3 {
    width: calc((100% - 60px) / 3);
  }
}
.dynaeye-cons__item--contact-1-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.8125rem + 0.3125vw, 2.0625rem);
  line-height: 1.3;
  margin-bottom: 0.2em;
}
@media (max-width: 1023px) {
  .dynaeye-cons__item--contact-1-title {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dynaeye-cons__item--contact-1-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .dynaeye-cons__item--contact-1-description {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
.dynaeye-cons__item--contact-2__title,
.dynaeye-cons__item--contact-3__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.dynaeye-cons__item--contact-2__btn,
.dynaeye-cons__item--contact-3__btn {
  text-align: center;
}
.dynaeye-fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 12px;
}
@media (min-width: 768px) {
  .dynaeye-fixed {
    display: none;
  }
}
ul.dynaeye-fixed__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
ul.dynaeye-fixed__list > li {
  width: calc((100% - 12px) / 2);
}
.btn-fixed-1,
.btn-fixed-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--dynaeye-red);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  transition: opacity 0.3s ease;
}
.btn-fixed-1:hover,
.btn-fixed-2:hover {
  opacity: 0.8;
}
.btn-fixed-2 {
  color: #fff;
  background-color: #000;
}
