@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.dx-main {
  position: relative;
  margin-top: 73px;
  z-index: 1;
}
.dx-main h2 {
  position: absolute;
  top: 27%;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .dx-main h2 {
    top: 17%;
  }
}
.dx-main h2 .small {
  font-family: futura;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 575px) {
  .dx-main h2 .small {
    font-size: 1.2rem;
  }
}
.dx-main h2 .large {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 65.6px;
  font-size: 4.1rem;
  font-weight: bolder;
  display: block;
  letter-spacing: 0.07em;
  margin-top: 5px;
  display: block;
}
@media (max-width: 575px) {
  .dx-main h2 .large {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.dx-main > img {
  min-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-dx {
  background-color: #F4F9F7;
  max-width: none;
}
.p-dx_wrap {
  background-color: #fff;
  width: 1184px;
  position: relative;
  top: -90px;
  left: calc(50% - 592px);
  z-index: 3;
  padding: 96px 64px;
}
@media (max-width: 1000px) {
  .p-dx_wrap {
    width: 90%;
    position: static;
    margin: 0 auto;
    padding: 60px 32px;
  }
}
.p-dx .dx_title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 51.2px;
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 24px;
  background-image: url("../images/dx/title_border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 39px;
  letter-spacing: 0.05em;
}
@media (max-width: 1000px) {
  .p-dx .dx_title {
    font-size: 2.4rem;
  }
}
.p-dx .dx_head {
  margin-bottom: 96px;
}
@media (max-width: 1000px) {
  .p-dx .dx_head {
    display: block;
  }
}
.p-dx .dx_head figure {
  width: 100%;
  display: block;
  margin-bottom: 32px;
}
.p-dx .dx_head figure img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .p-dx .dx_head figure img {
    width: 100%;
  }
}
.p-dx .dx_head figure figcaption {
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #CCCCCC;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.p-dx .dx_head p {
  width: 100%;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 44.8px;
  line-height: 2.8rem;
}
.p-dx .dx_voice_title {
  height: 120px;
  padding-left: 160px;
  background-image: url("../images/dx/voice.png");
  background-repeat: no-repeat;
  background-size: 120px;
  padding-top: 20px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1000px) {
  .p-dx .dx_voice_title {
    height: auto;
    padding-left: 0;
    padding-bottom: 90px;
    background-position: 50px bottom;
    background-size: 60px;
    font-size: 2rem;
  }
}
.p-dx .dx_voice_title .small {
  display: block;
  background-color: #2D845D;
  color: #fff;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: futura;
  font-size: 25.6px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-bottom: 10px;
}
.p-dx .dx_voice_area {
  background-color: #F4F9F7;
  padding: 64px;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-dx .dx_voice_area {
    display: block;
    padding: 32px;
  }
}
.p-dx .dx_voice_area:before {
  content: url("../images/dx/triangle.png");
  display: block;
  width: 24px;
  position: absolute;
  top: -16px;
  left: 58px;
}
.p-dx .dx_voice_area img {
  width: 47%;
  display: block;
}
@media (max-width: 1000px) {
  .p-dx .dx_voice_area img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.p-dx .dx_voice_inner {
  width: 47%;
}
@media (max-width: 1000px) {
  .p-dx .dx_voice_inner {
    width: 100%;
  }
}
.p-dx .dx_voice_text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  margin-bottom: 27px;
}
.p-dx .dx_voice_small {
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 10px;
}
.p-dx .dx_voice_large {
  font-size: 28.8px;
  font-size: 1.8rem;
  text-align: right;
}
.p-dx .dx_after {
  margin-top: 96px;
}
.p-dx .dx_after_title {
  font-size: 51.2px;
  font-size: 3.2rem;
  font-weight: bolder;
  padding-bottom: 24px;
  background-image: url(../images/dx/title_border_small.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .p-dx .dx_after_title {
    font-size: 2.4rem;
  }
}
.p-dx .dx_after_text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 44.8px;
  line-height: 2.8rem;
}
.p-dx .dx_other {
  background-color: #fff;
  padding: 96px 128px;
}
@media (max-width: 1000px) {
  .p-dx .dx_other {
    padding: 96px 32px;
  }
}
.p-dx .dx_other_title {
  font-size: 51.2px;
  font-size: 3.2rem;
  margin-bottom: 64px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1000px) {
  .p-dx .dx_other_title {
    font-size: 2.4rem;
  }
}
.p-dx .dx_other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1216px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-dx .dx_other_list {
    display: block;
    width: 100%;
  }
}
.p-dx .dx_other_single {
  width: 272px;
  margin: 0 16px;
  padding-bottom: 32px;
  border-bottom: 1px #CCCCCC solid;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .p-dx .dx_other_single {
    width: 80%;
    margin: 0 auto;
  }
}
.p-dx .dx_other_single img {
  margin-bottom: 18px;
  display: block;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .p-dx .dx_other_single img {
    width: 100%;
    height: auto;
  }
}
.p-dx .dx_other_single h4 {
  border-left: 6px #2D845D solid;
  padding-left: 7px;
  font-size: 25.6px;
  font-size: 1.6rem;
  list-style: 0.05em;
  margin-bottom: 10px;
}
.p-dx .dx_other_single p {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  margin-bottom: 24px;
}

.p-dx__tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 1000px) {
  .p-dx__tag-area {
    gap: 24px;
  }
}
.p-dx__tag-area .case-tags {
  margin-top: 0;
  max-width: 580px;
}

.p-dx__tag-title {
  font-size: 18px;
  font-family: futura;
}
@media (max-width: 1000px) {
  .p-dx__tag-title {
    font-size: 14px;
  }
}

.case-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-tags {
  margin-top: 64px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.case-tags__item {
  padding: 3px 12px;
  border-radius: 15px;
  color: #fff;
  background-color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .case-tags__item {
    font-size: 14px;
  }
}

.case-tags__item.active {
  background-color: #2D845D;
  color: #fff;
}

.case-body {
  margin-top: 64px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 1000px) {
  .case-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    margin: 0 auto;
    padding: 40px 0px;
  }
}

.ex {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ex-title {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  border-left: 10px #2D845D solid;
  padding-left: 16px;
  margin-bottom: 14px;
}

.ex-image {
  margin-top: auto;
  margin-bottom: 16px;
  width: 560px;
}
@media (max-width: 1000px) {
  .ex-image {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .ex-image {
    width: 100%;
  }
}

.ex-text {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .ex-text {
    width: 70%;
    line-height: 2.4rem;
  }
}
@media (max-width: 575px) {
  .ex-text {
    width: 100%;
  }
}

.ex-link {
  margin-top: 32px;
}

.ex-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.ex-tag {
  padding: 3px 12px;
  font-size: 16px;
  color: #fff;
  background-color: #CCCCCC;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .ex-tag {
    font-size: 14px;
  }
}

.ex-tag.active {
  background-color: #2D845D;
}

.p-dx__pagenav {
  margin-top: 48px;
}

.p-dx_block-tag {
  margin-bottom: 10px;
}
.p-dx_block-tag .ex-tag {
  background-color: #2D845D;
}

.p-dx__button {
  display: inline-block;
  max-width: 328px;
}

.p-dx .dx_other_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: auto;
  width: initial;
  max-width: 1216px;
}
@media (max-width: 1000px) {
  .p-dx .dx_other_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-dx .dx_other_single {
  width: auto;
  width: initial;
}

.p-dx__contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}

.p-dx__button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-dx__button:hover {
  opacity: 0.4;
}

.p-dx__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-dx__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media (max-width: 1000px) {
  .p-dx__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-dx__flex--bottom-border {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}

.p-dx__column--30 {
  min-width: 35.9848484848%;
}
@media (max-width: 1000px) {
  .p-dx__column--30 {
    width: 100%;
  }
}

.p-dx p.p-dx__image-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-weight: bold;
}

.p-dx p.p-dx__image-text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-dx p.p-dx__image-text.p-dx__image-text--size-m {
  font-size: 14px;
}

.p-dx__green-title {
  position: relative;
  padding-left: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 25px;
  font-weight: bold;
  color: #2D845D;
}

.p-dx__green-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background-color: #2D845D;
}

.p-dx__green-title--size-s {
  padding-left: 34px;
  font-size: 20px;
}

.p-dx__green-title--size-s::before {
  width: 16px;
  height: 16px;
}

.p-dx__list > li:nth-child(even) {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-dx__list > li:nth-child(odd) {
  padding: 9px 16px 8px;
  background-color: #EBEBEB;
  font-size: 18px;
  font-weight: bold;
}
.p-dx__list > li {
  line-height: 1.4;
}
.p-dx__list > li ul li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-dx__list > li ul li:not(:nth-child(1)) {
  margin-top: 8px;
}
.p-dx__list li {
  letter-spacing: 0.05em;
}

.p-dx__list--size-s {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 16px);
}
.p-dx__list--size-s li:nth-child(even) {
  position: relative;
  font-size: 14px;
  padding-left: 28px;
}
.p-dx__list--size-s li:nth-child(even)::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2D845D;
}
.p-dx__list--size-s li:nth-child(odd) {
  padding: 9px 16px 8px;
  background-color: #EBEBEB;
  font-size: 14px;
  font-weight: bold;
}

.p-dx__column--width-50 {
  width: 48.4848484848%;
}
@media (max-width: 1000px) {
  .p-dx__column--width-50 {
    width: 100%;
  }
}

.p-dx__column-title {
  padding: 8px 8px;
  background-color: #2D845D;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.p-dx__youtube {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 665px;
  background-color: gray;
}
.p-dx__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-dx__youtube::before {
  display: block;
  content: "";
  padding-top: 56.2406015038%;
}

.p-dx__note {
  font-size: 16px;
}

.p-dx__table {
  border-collapse: separate;
  border-spacing: 16px;
}
.p-dx__table tr {
  margin-top: 16px;
}
.p-dx__table th {
  display: inline-block;
  padding: 3px 1px;
  min-width: 100px;
  font-size: 14px;
  background-color: #2D845D;
  text-align: center;
  color: #fff;
}
.p-dx__table td {
  font-size: 14px;
  line-height: 1.5;
}

.p-dx__image--margin-auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 648px;
}

sup {
  vertical-align: text-top;
  font-size: small;
}

.p-dx .dx_other {
  position: relative;
  background-color: transparent;
  background-color: initial;
}
/*# sourceMappingURL=dx.css.map */


/* 追記 */
.single-dx-box__foot .single-dx-box__link-area {
	display: grid;
}
.single-dx-box__foot .single-dx-box__link-area p {
	display: inline-block!important;
}
