/* CSS Document */

.ptb1em {
  padding: 1em 0;
}
.pb1em {
  padding-bottom: 1em;
}
.pb3em {
  padding-bottom: 3em;
}

#header {
  width: 100%;
  background-color: #f8f2e7;
  background-image: url("../img/workid/workid_bg_left-pc.png");
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: calc(100vw * (552 / 1920)) auto;
}
#header .innerBg {
  width: 100%;
  background-image: url("../img/workid/workid_bg_right-pc.png");
  background-repeat: no-repeat;
  background-position: right 840px;
  background-size: calc(100vw * (552 / 1920)) auto;
}
.title {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  text-align: center;
}
.title hr {
  border-top: 1px solid #000;
  margin: 45px 0;
}
.visual {
  padding: 70px 0 100px 0;
  text-align: center;
}
#header .colWrap {
  width: 1200px;
  max-width: none;
  margin: 0 auto;
}
#header .colWrap .text {
  vertical-align: top;
  margin-left: 150px;
  width: 500px;
  display: inline-block;
}
#header .colWrap .text h2 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
}
#header .colWrap .text p {
  font-size: 1.2em;
  line-height: 2;
  margin: 0.5em 0;
}
#header .colWrap .image {
  vertical-align: top;
  width: 515px;
  display: inline-block;
}

.dx {
  background: #d30f18;
  position: relative;
  padding: 42px 0 100px;
  min-width: 1080px;
  z-index: 1;
  overflow: hidden;
}

.dx__bg {
  position: absolute;
  top: 30px;
  right: calc(50% + 185px);
  width: 800px;
  z-index: -1;
}

.dx__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
}

.dx__head {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(42 / 24);
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.dx h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 78px;
}

.dx__img {
  width: 470px;
  margin: 15px auto 0;
}

.dx__body {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

.dx__catch {
  font-size: 24px;
  font-weight: 700;
}

.dx__text {
  font-size: 16px;
  line-height: calc(28 / 16);
  margin-top: 35px;
}

.dx__content {
  margin-top: 60px;
}

.dx__content-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.dx__list {
  margin: 94px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 60px;
  padding-right: 16px;
}

.dx__list li {
  list-style: none;
  position: relative;
}

.dx__list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/dx/dot.png) no-repeat center center / cover;
  border-radius: 23px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.dx__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #fff;
  border-radius: 23px;
  border: 2px solid #000;
  padding: 25px 0 34px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(23 / 16);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.dx__link-img {
  height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dx__link-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 172;
  object-fit: cover;
}
.dx__link-img img.logo-office-station {
  width: 220px;
  aspect-ratio: 220 / 141;
}
.dx__link-img img.logo-king-of-time {
  width: 180px;
  aspect-ratio: 1;
}

.dx__list li a span {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(33 / 20);
  color: #000;
  padding-left: 1em;
}

.dx__link-title {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(25 / 16);
  text-align: center;
  color: #fff;
  background: #3071b3;
  border-radius: 20px;
  width: 308px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.dx__link-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background: #3071b3;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (max-width: 767px) {
  .dx {
    min-width: 100%;
    padding-top: 33px;
    padding-bottom: 94px;
  }

  .dx__bg {
    width: min(calc(467 / 375 * 100vw), 467px);
    top: min(calc(318 / 375 * 100vw), 318px);
    left: 50%;
    transform: translate(-50%, 0);
  }

  .dx__inner {
    max-width: auto;
    width: calc(100vw * (1000 / 1125));
    padding: 0;
  }

  .dx__head {
    font-size: 18px;
    line-height: calc(31 / 18);
    padding-bottom: 15px;
  }

  .dx h1 {
    font-size: 26px;
    margin-top: 38px;
  }

  .dx__img {
    width: 300px;
    margin: 15px auto 0;
  }

  .dx__body {
    margin-top: 27px;
  }

  .dx__catch {
    font-size: 18px;
  }

  .dx__text {
    margin-top: 30px;
  }

  .dx__content {
    margin-top: 100px;
  }

  .dx__list {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 94px;
  }
  .dx__list li a {
    padding: 35px 0 28px;
  }

  .dx__link-img {
    height: 210px;
  }
}

.lower-mv {
  background: #d30f18;
  position: relative;
  overflow: hidden;
  height: 420px;
  padding: 90px 0;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.lower-mv--office-station {
  padding-top: 43px;
}
.lower-mv--king-of-time {
  padding-top: 40px;
}
.lower-mv--hitotsu {
  padding-top: 44px;
}
.lower-mv::after {
  content: "";
  display: block;
  width: 832px;
  height: 832px;
  background: #fff;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 2;
}

.lower-inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 20px;
}

.lower-mv__bg {
  position: absolute;
  top: 50%;
  right: calc(50% + 300px);
  transform: translateY(-50%);
  width: 611px;
  z-index: 1;
}

.lower-mv h1 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(56 / 36);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
.lower-mv h1 span {
  font-size: 24px;
  display: block;
  line-height: calc(35 / 24);
  letter-spacing: 0.14em;
}
.lower-mv--hitotsu h1 span {
  margin-bottom: 25px;
}

.lower-mv--office-station .lower-mv__title-img {
  width: 279px;
  margin: 16px auto 0;
  position: relative;
  z-index: 3;
}
.lower-mv--king-of-time .lower-mv__title-img {
  width: 200px;
  margin: 10px auto 0;
  position: relative;
  z-index: 3;
}

.lower-mv__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 3;
}
.lower-mv--hitotsu .lower-mv__img {
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .lower-mv {
    min-width: 100%;
    height: min(calc(300 / 375 * 100vw), 300px);
    padding: min(calc(60 / 375 * 100vw), 60px) 0;
  }
  .lower-mv--office-station {
    padding-top: 23px;
  }
  .lower-mv--king-of-time {
    padding-top: 20px;
  }

  .lower-mv--hitotsu {
    padding-top: 27px;
  }
  .lower-mv::after {
    width: 329px;
    height: 329px;
    bottom: 100px;
  }
  .lower-mv__bg {
    width: min(calc(467 / 375 * 100vw), 467px);
    top: min(calc(38 / 375 * 100vw), 38px);
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lower-mv__img {
    width: min(calc(300 / 375 * 100vw), 300px);
  }
  .lower-mv h1 {
    font-size: 22px;
    line-height: calc(35 / 22);
  }
  .lower-mv h1 span {
    font-size: 18px;
    line-height: calc(27 / 18);
    letter-spacing: 0;
  }
  .lower-mv--hitotsu h1 span {
    margin-bottom: 10px;
  }
  .lower-mv--office-station .lower-mv__title-img {
    width: 150px;
    margin-top: 10px;
  }
  .lower-mv--king-of-time .lower-mv__title-img {
    width: 120px;
    margin-top: 0;
  }
  .lower-inner {
    width: calc(100vw * (1000 / 1125));
    margin-inline: auto;
    padding-inline: 0;
  }
}

.lower-content {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #fff;
  min-width: 1080px;
  min-height: 700px;
  margin: 0;
}
.lower-content--office-station {
  padding-bottom: 96px;
}
.lower-content--king-of-time {
  padding-bottom: 148px;
}
.lower-content--hitotsu {
  padding-bottom: 86px;
}
.lower-content__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 700px;
  z-index: -1;
  overflow: hidden;
}
.lower-content__bg img {
  width: 2000px;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2000 / 700;
}

.lower-content__wrap {
  margin: 65px auto 0;
  width: 732px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 133px;
}

.lower-content__before {
  position: relative;
}

.lower-content__before::after {
  content: "";
  display: block;
  width: 51px;
  height: 86px;
  background: #d30c18;
  position: absolute;
  top: 108px;
  right: -92px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.lower-content__wrap-title {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(25 / 20);
  letter-spacing: 0.14em;
  color: #d30c18;
  text-align: center;
  text-transform: uppercase;
}

.lower-content__wrap-img {
  margin-top: 15px;
  position: relative;
}

.lower-content__wrap-img img {
  width: 100%;
}
.lower-content__wrap-img figcaption {
  font-size: 13px;
  line-height: calc(36 / 13);
  letter-spacing: 0.2em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #000;
}

.lower-content__wrap-text {
  margin-top: 18px;
}

.lower-content__wrap-text p {
  font-size: 16px;
  line-height: calc(32 / 16);
  letter-spacing: 0.2em;
  text-align: left;
}

.lower-title {
  width: 600px;
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #d30f18;
  border-radius: 20px;
  padding: 20px 0;
  position: relative;
}

.lower-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background: #d30f18;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.lower-read {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(42 / 24);
  text-align: center;
  margin-top: 46px;
}
.lower-text-box {
  margin-top: 35px;
}

.lower-text {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  text-align: center;
}

.lower-content--office-station .lower-text {
  margin-top: 0;
}

.lower-video {
  margin: 34px auto 0;
  width: 700px;
}
.lower-video img,
.lower-video video,
.lower-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 700 / 461;
}

.lower-content__btn {
  margin-top: 50px;
  text-align: center;
}
.lower-content__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16);
  text-align: center;
  letter-spacing: 0.25em;
  color: #fff;
  background: #d30c18;
  padding: 25px 0;
  border-radius: 100px;
  width: 500px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .lower-content__btn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .lower-content {
    padding: 40px 0;
    min-width: 100%;
    margin: 0;
  }
  .lower-content--office-station {
    padding-bottom: 26px;
  }

  .lower-content__bg {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
  .lower-content__bg img {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 540;
  }
  .lower-title {
    width: 320px;
    font-size: 18px;
    line-height: calc(31 / 18);
    padding: 15px 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lower-read {
    font-size: 20px;
    line-height: calc(35 / 20);
    margin-top: 46px;
  }

  .lower-text {
    margin-top: 1.5em;
  }
  .lower-content--office-station .lower-text-box {
    margin-top: 12px;
  }
  .lower-content--office-station .lower-text + .lower-text {
    margin-top: 1.5em;
  }
  .lower-video {
    margin: 30px auto 0;
    width: calc(300 / 375 * 100vw);
  }

  .lower-content__btn {
    margin-top: 36px;
  }
  .lower-content__btn a {
    padding: 16px 0;
    border-radius: 100px;
    width: 100%;
    max-width: 340px;
  }

  .lower-content__wrap {
    margin: 40px auto 0;
    width: calc(300 / 375 * 100vw);
    grid-template-columns: 1fr;
    gap: 90px;
  }

  .lower-content__before::after {
    width: 70px;
    height: 41px;
    top: initial;
    bottom: -64px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .lower-content__wrap-title {
    font-size: 20px;
    font-weight: 600;
    line-height: calc(25 / 20);
    letter-spacing: 0.14em;
    color: #d30c18;
    text-align: center;
    text-transform: uppercase;
  }

  .lower-content__wrap-img {
    margin-top: 15px;
    position: relative;
  }

  .lower-content__wrap-img img {
    width: 100%;
  }
  .lower-content__wrap-img figcaption {
    font-size: 13px;
    line-height: calc(36 / 13);
    letter-spacing: 0.2em;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #000;
  }

  .lower-content__wrap-text {
    margin-top: 18px;
  }

  .lower-content__wrap-text p {
    font-size: 16px;
    line-height: calc(32 / 16);
    letter-spacing: 0.2em;
    text-align: left;
  }
}

.office-station__list {
  margin: 32px auto 0;
  width: 840px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.office-station__list li {
  list-style: none;
}

.office-station__list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .office-station__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 21px;
    margin-top: 16px;
  }
  .office-station__list li {
    width: calc(101 / 375 * 100vw);
  }
}

.lower-title02 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(32 / 20);
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  z-index: 1;
  width: 800px;
  height: 120px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lower-title02 span {
  font-size: 24px;
}
.lower-title02.lower-title02--white span {
  color: #000;
}
.lower-title02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url(../img/workidnext/lower_title_bg.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  background: #d30f18;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower-title02.lower-title02--white::before {
  mask-image: url(../img/workidnext/lower_title_bg.png);
  mask-size: cover;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  background: #fff;
}
.lower-title02--price img {
  width: 97px;
}
.lower-title02--interview img {
  width: 181px;
}

.office-system {
  background: #f8f2e7;
  padding-bottom: 158px;
  min-width: 1080px;
  position: relative;
  z-index: 1;
}

.office-system__list {
  margin-top: 103px;
}
.office-system__list li {
  list-style: none;
}
.office-system__list li:not(:first-child) {
  margin-top: 70px;
}
.office-system__list li:not(:last-child) {
  padding-bottom: 65px;
  border-bottom: 1px solid #000;
}

.office-system__list li:nth-child(even) .office-system__wrap {
  flex-direction: row-reverse;
}

.office-system__wrap {
  display: flex;
  gap: 77px;
  align-items: center;
}
.office-system__item {
  width: 500px;
}

.office-system__head {
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: center;
  gap: 0 20px;
}
.office-system__head img {
  width: 100%;
}

.office-system__title {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(33 / 20);
  letter-spacing: 0.014em;
  color: #d30c18;
}

.office-system__text {
  margin-top: 20px;
}
.office-system__text p {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.2em;
}

.office-system__btn {
  margin-top: 33px;
}
.office-system__btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16);
  text-align: center;
  letter-spacing: 0.25em;
  color: #fff;
  background: #d30c18;
  padding: 25px;
  border-radius: 100px;
  width: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .office-system__btn a:hover {
    opacity: 0.7;
  }
}
.office-system__img {
  width: 500px;
}

.office-system__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 350;
}

@media screen and (max-width: 767px) {
  .lower-title02 {
    font-size: 16px;
    line-height: calc(32 / 16);
    z-index: 1;
    width: 100%;
    height: 133px;
  }

  .lower-title02 span {
    font-size: 20px;
    line-height: calc(32 / 20);
  }
  .lower-title02::before {
    width: 100vw;
    height: 100%;
    mask-image: url(../img/workidnext/lower_title_bg_sp.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center bottom;
    background: #d30f18;
    left: 50%;
    transform: translateX(-50%);
  }
  .lower-title02.lower-title02--white::before {
    mask-image: url(../img/workidnext/lower_title_bg_sp.png);
    mask-size: cover;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    background: #fff;
  }
  .office-system {
    padding-bottom: 53px;
    min-width: 100%;
  }
  .office-system__list {
    margin: 23px auto 0;
    width: calc(320 / 375 * 100vw);
  }
  .office-system__list li:not(:first-child) {
    margin-top: 18px;
  }

  .office-system__list li:not(:last-child) {
    padding-bottom: 44px;
  }

  .office-system__wrap {
    flex-direction: column;
    gap: 0;
  }
  .office-system__list li:nth-child(even) .office-system__wrap {
    flex-direction: column;
  }

  .office-system__item {
    display: contents;
  }

  .office-system__head {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .office-system__head figure {
    width: 128px;
    margin-inline: auto;
  }

  .office-system__text {
    margin-top: 33px;
    order: 3;
  }

  .office-system__img {
    width: 100%;
    margin-top: 15px;
    order: 2;
  }
  .office-system__btn {
    order: 4;
  }
}

.dx-support {
  background: #f8f2e7;
  padding-bottom: 87px;
  min-width: 1080px;
  position: relative;
  margin-top: 144px;
}

.dx-support__head {
  margin-top: 54px;
}

.dx-support h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(42 / 24);
  letter-spacing: 0.1em;
  text-align: center;
}
.dx-support__img {
  margin: 15px auto 0;
}
.dx-support__img--office-station {
  width: 169px;
}
.dx-support__img--king-of-time {
  width: 280px;
  margin-top: 35px;
}
.dx-support__img img {
  width: 100%;
}

.dx-support__text {
  margin-top: 30px;
}
.dx-support__text p {
  font-size: 16px;
  line-height: calc(28 / 16);
  text-align: center;
}

.dx-support__list {
  margin: 15px auto 0;
  width: 900px;
}

.dx-support__wrap {
  display: grid;
  grid-template-columns: 224px 1fr;
  padding: 45px 0 20px;
}

.dx-support__wrap:not(:last-child) {
  border-bottom: 1px solid #000;
}

.dx-support__term {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(33 / 20);
  letter-spacing: 0.14em;
  color: #d30c18;
}

.dx-support__desc {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.2em;
}

.dx-support__schedule {
  margin-top: 80px;
}

.dx-support__schedule-img {
  width: 600px;
  margin: 36px auto 0;
}
.dx-support__schedule-img img {
  width: 100%;
}

.dx-support__guidance {
  margin: 76px auto 0;
}

.dx-support__guidance-list {
  margin: 24px auto 0;
  width: 1021px;
  padding-left: 54px;
}

.dx-support__guidance-list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: calc(28 / 16);
  padding-left: 1.2em;
  letter-spacing: 0.04em;
}

.dx-support__guidance-list li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .dx-support {
    padding-bottom: 73px;
    min-width: 100%;
    margin-top: 70px;
  }

  .dx-support__head {
    margin-top: 40px;
  }

  .dx-support h3 {
    font-size: 20px;
    line-height: calc(35 / 20);
    letter-spacing: 0;
  }
  .dx-support__img {
    margin: 0 auto;
  }
  .dx-support__img--king-of-time {
    width: 200px;
    margin-top: 25px;
  }
  .dx-support__text {
    width: calc(320 / 375 * 100vw);
    margin-inline: auto;
  }
  .dx-support__text.sp-center {
    width: 100%;
  }
  .dx-support__text.sp-center p {
    text-align: center;
    letter-spacing: 0;
  }

  .dx-support__text p {
    text-align: left;
    letter-spacing: 0.05em;
  }

  .dx-support__list {
    margin: 30px auto 0;
    width: calc(320 / 375 * 100vw);
  }

  .dx-support__wrap {
    display: grid;
    grid-template-columns: 1fr;
    padding: 34px 0 30px;
    gap: 20px;
  }

  .dx-support__wrap:last-child {
    border-bottom: 1px solid #000;
  }

  .dx-support__desc {
    letter-spacing: 0.15em;
  }
  .dx-support__schedule {
    margin-top: 45px;
  }

  .dx-support__schedule-img {
    width: 320px;
    margin: 20px auto 0;
  }
  .dx-support__schedule-img img {
    width: 100%;
  }

  .dx-support__guidance {
    margin: 33px auto 0;
  }

  .dx-support__guidance-list {
    width: calc(320 / 375 * 100vw);
    padding-left: 0;
  }

  .dx-support__guidance-list li {
    padding-left: 0;
    text-indent: 1em;
    letter-spacing: 0.1em;
  }
}

.dx-worries {
  background: #f8f2e7;
  padding-bottom: 86px;
  min-width: 1080px;
  position: relative;
}
.dx-worries--hitotsu {
  margin-top: 115px;
}

.dx-worries__list {
  margin: 45px auto 0;
  width: 730px;
  padding-left: 10px;
}

.dx-worries__list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(36 / 16);
  letter-spacing: 0.2em;
  background: #fff;
  padding: 22px 48px;
  border-radius: 20px;
}
.dx-worries__list li:not(:first-child) {
  margin-top: 37px;
}

.dx-worries__list li::before {
  content: "";
  display: block;
  width: 43px;
  height: 37px;
  background: url(../img/dx/icon_check.png) no-repeat center center / contain;
  position: absolute;
  top: -8px;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .dx-worries {
    padding-bottom: 73px;
    min-width: 100%;
  }
  .dx-worries--hitotsu {
    margin-top: 52px;
  }

  .dx-worries__list {
    margin: 45px auto 0;
    width: calc(320 / 375 * 100vw);
    padding-left: 0;
  }

  .dx-worries__list li {
    padding: 32px 22px 20px 25px;
    border-radius: 15px;
  }
  .dx-worries__list li:not(:first-child) {
    margin-top: 43px;
  }

  .dx-worries__list li::before {
    top: -19px;
    left: 30px;
  }
}

.dx-merit {
  background: #f8f2e7;
  padding-bottom: 86px;
  min-width: 1080px;
  position: relative;
  margin-top: 104px;
}

.dx-merit__list {
  margin: 45px auto 0;
  width: 730px;
  padding-left: 10px;
  counter-reset: list;
}

.dx-merit__list li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(28 / 16);
  background: #fff;
  padding: 22px 26px 22px 52px;
  border-radius: 20px;
}
.dx-merit__list li:not(:first-child) {
  margin-top: 37px;
}

.dx-merit__list-num {
  display: inline-block;
  width: 60px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dx-merit {
    padding-bottom: 54px;
    min-width: 100%;
    margin-top: 62px;
  }

  .dx-merit__list {
    margin: 45px auto 0;
    width: calc(320 / 375 * 100vw);
    padding-left: 0;
  }

  .dx-merit__list li {
    padding: 35px 23px 29px;
    border-radius: 15px;
    letter-spacing: 0.1em;
  }
  .dx-merit__list li:not(:first-child) {
    margin-top: 51px;
  }

  .dx-merit__list-num {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dx-interview {
  margin-top: 130px;
  min-width: 1080px;
  padding-bottom: 117px;
  position: relative;
  background: #f8dbd1;
}

.dx-interview__list {
  margin: 52px auto 0;
  width: 963px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 63px;
}
.dx-interview__item {
  list-style: none;
}

.dx-interview__item a {
  display: block;
  background: #fff;
  padding: 37px 25px 15px;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .dx-interview__item a:hover {
    opacity: 0.7;
  }
}

.dx-interview__img img {
  width: 100%;
}

.dx-interview__body {
  margin-top: 15px;
}

.dx-interview__title {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20);
  letter-spacing: 0.2em;
}
.dx-interview__title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  letter-spacing: 0.1em;
}

.dx-interview__text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dx-interview {
    margin-top: 46px;
    min-width: 100%;
    padding-bottom: 60px;
  }

  .dx-interview__list {
    margin: 20px auto 0;
    width: calc(320 / 375 * 100vw);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dx-interview__item a {
    padding: 30px 18px 10px;
  }

  .dx-interview__body {
    margin-top: 5px;
  }

  .dx-interview__title {
    font-size: 16px;
    line-height: calc(21 / 16);
  }

  .dx-interview__text {
    margin-top: -15px;
  }
}

.dx-features {
  background: #f8f2e7;
  padding-bottom: 96px;
  min-width: 1080px;
  position: relative;
}

.dx-features__list {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dx-features__list li {
  list-style: none;
  padding-top: 50px;
}

.dx-features__list li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 33px;
}
.dx-features__list li:not(:first-child) {
  padding-left: 33px;
}

.dx-features__list-title {
  font-size: 20px;
  line-height: calc(25 / 20);
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d30c18;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-inline: auto;
}

.dx-features__list-text {
  margin-top: 40px;
}

.dx-features__list-text p {
  font-size: 16px;
  line-height: calc(36 / 16);
  letter-spacing: 0.15em;
}
.dx-features__list-text p span {
  background: #ffff00;
  font-weight: 700;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .dx-features {
    padding-bottom: 50px;
    min-width: 100%;
  }

  .dx-features__list {
    margin: 35px auto 0;
    width: calc(320 / 375 * 100vw);
    display: grid;
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .dx-features__list li {
    padding: 0 8px;
  }

  .dx-features__list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #000;
    padding-right: 8px;
    padding-bottom: 42px;
  }
  .dx-features__list li:not(:first-child) {
    padding-left: 8px;
  }

  .dx-features__list-text {
    margin-top: 25px;
  }

  .dx-features__list-text p {
    letter-spacing: 0.2em;
  }
}

.dx-forte {
  background: #f8f2e7;
  padding-bottom: 96px;
  min-width: 1080px;
  position: relative;
  margin-top: 115px;
}

.dx-forte__list {
  margin: 40px auto 0;
  display: grid;
  gap: 52px;
  width: 720px;
}

.dx-forte__item {
  background: #fff;
  border-radius: 20px;
  padding: 28px 40px 30px 45px;
  list-style: none;
}

.dx-forte__head {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 14px;
}

.dx-forte__head-num img {
  width: 100%;
}

.dx-forte__head-title {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(33 / 20);
  letter-spacing: 0.14em;
  color: #d30c18;
}

.dx-forte__body {
  margin-top: 20px;
  font-size: 16px;
  line-height: calc(28 / 16);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.dx-forte__body ul li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .dx-forte {
    padding-bottom: 90px;
    min-width: 100%;
    margin-top: 60px;
  }

  .dx-forte__list {
    margin: 48px auto 0;
    gap: 56px;
    width: calc(320 / 375 * 100vw);
  }

  .dx-forte__item {
    border-radius: 15px;
    padding: 37px 15px 20px 22px;
    position: relative;
  }

  .dx-forte__head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0;
  }

  .dx-forte__head-num {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }

  .dx-forte__body {
    margin-top: 15px;
  }
}

/* price */
.dx-price {
  background: #f8dbd1;
  margin-top: 134px;
  min-width: 1080px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .dx-price {
    margin-top: 70px;
    min-width: 100%;
  }
}

.page-hitonobi .shadow {
  height: 100%;
}


.king-text {
  margin-top: 14px;
  text-align: center;
}
.dx-forte__item:last-child .dx-forte__head-num {
  background: #CA0C15;
  border-radius: 50%;
}
.dx-forte__item:last-child .dx-forte__head-num img {
  transform: translate(2px, 2px) scale(0.8);
}

.hitonobi-caution {
  display: block;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
}