@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.ds-kv {
  width: 100%;
}

.ds-kv__img {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/digitalsystem/kv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 210px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv__img {
    height: 173.33vw;
    background: url(/recruit/assets/images/digitalsystem/kv_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 26.67vw;
  }
}

.ds-kv__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv__txt {
    padding: 0 5.33vw;
  }
}

.ds-kv__txt__top {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv__txt__top {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
  }
}

.ds-kv h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv h1 {
    margin-top: 5.33vw;
    font-size: 6.4vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding-bottom: 10.67vw;
  }
}

.ds-kv h1::before {
  content: "";
  background: #fff;
  width: 49px;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv h1::before {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.ds-kv__lead {
  margin: 80px auto 0;
  width: 100%;
  max-width: 670px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.765;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-kv__lead {
    margin: 10.67vw auto 0;
    max-width: none;
    font-size: 4.53vw;
    padding: 0 5.33vw;
    text-align: center;
  }
}

/*--------------------------------------------
nav
--------------------------------------------*/
.ds-nav {
  padding-top: 177px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav {
    padding-top: 22.4vw;
  }
}

.ds-nav::before {
  content: "";
  background: url(/recruit/assets/images/digitalsystem/nav_bg.png) repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 177px;
  position: absolute;
  top: 50px;
  left: 0;
  animation: bg-scroll 30s linear infinite;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav::before {
    height: 22.93vw;
    top: 6.4vw;
    background-size: auto 100%;
    animation: bg-scroll-sp 30s linear infinite;
  }
}

@keyframes bg-scroll {
  from { background-position: 0 0; }
  to   { background-position: -2212.5px 0; }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  @keyframes bg-scroll-sp {
    from { background-position: 0 0; }
    to   { background-position: -286.625vw 0; }
  }
}

.ds-nav__container {
  margin: 0 auto;
  width: 100%;
  max-width: 968px;
  padding-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__container {
    max-width: none;
    padding-bottom: 6.67vw;
  }
}

.ds-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list {
    flex-direction: column;
    gap: 9.33vw;
  }
}

.ds-nav__list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background: #fff;
  width: 296px;
  height: 306px;
  border-radius: 10px;
  padding-top: 38px;
  position: relative;
  box-shadow: 10px 10px 0 #191919;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list li a {
    gap: 4.8vw;
    width: 78.93vw;
    height: 81.6vw;
    border-radius: 2.67vw;
    padding-top: 10.13vw;
    box-shadow: 2.67vw 2.67vw 0 #191919;
  }
}

.ds-nav__list li a::before {
  font-family: 'Sansita', sans-serif;
  font-size: 64px;
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list li a::before {
    font-size: 17.07vw;
    top: 1.33vw;
    right: 4vw;
  }
}

.ds-nav__list li:nth-of-type(1) a:before {
  content: "01";
}
.ds-nav__list li:nth-of-type(2) a:before {
  content: "02";
}
.ds-nav__list li:nth-of-type(3) a:before {
  content: "03";
}

.ds-nav__list__img {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list__img {
    height: 45.33vw;
  }
}

.ds-nav__list .nav_01 {
  width: 261px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list .nav_01 {
    width: 69.6vw;
  }
}
.ds-nav__list .nav_02 {
  width: 211px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list .nav_02 {
    width: 56.27vw;
  }
}
.ds-nav__list .nav_03 {
  width: 204px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list .nav_03 {
    width: 54.4vw;
  }
}

.ds-nav__list li a > h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list li a > h2 {
    font-size: 4.8vw;
  }
}

.ds-nav__list__btn {
  background-color: #191919;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-23px);
  display: flex;
  justify-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list__btn {
    width: 12.27vw;
    height: 12.27vw;
    bottom: -6.13vw;
    transform: translateX(-6.13vw);
  }
}

.ds-nav__list__btn > img {
  width: 17px;
  height: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-nav__list__btn > img {
    width: 4.53vw;
    height: 2.13vw;
  }
}

/*--------------------------------------------
overview
--------------------------------------------*/
.ds-overview {
  width: 93.75%;
  max-width: 1200px;
  background-color: #fff;
  margin: 100px auto 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview {
    width: 100%;
    max-width: none;
    margin: 15.2vw auto 0;
  }
}

.ds-overview__ribbon__container::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 50px;
  width: 137px;
  height: 202px;
  background: #005944;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
  z-index: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ribbon__container::before {
    top: -2.13vw;
    right: 2.67vw;
    width: 14.13vw;
    height: 21.07vw;
  }
}
.ds-overview__ribbon__container::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 187px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 20px solid #777;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ribbon__container::after {
    top: -2.13vw;
    right: 16.8vw;
    border-left: 1.07vw solid transparent;
    border-bottom: 2.13vw solid #777;
  }
}

.ds-overview__ribbon {
  width: 137px;
  position: absolute;
  top: 0;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ribbon {
    width: 14.13vw;
    right: 1.87vw;
  }
}

.ds-overview__ribbon__inner {
  font-family: 'Sansita', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ribbon__inner {
    font-size: 2.13vw;
  }
}

.ds-overview__ribbon__inner__num {
  font-size: 60px;
  line-height: 1.1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ribbon__inner__num {
    font-size: 6.67vw;
  }
}

.ds-overview__ttl {
  width: 100%;
  padding: 80px 0 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ttl {
    width: 81.33%;
    margin: 0 auto;
    padding-bottom: 8.53vw;
  }
}

.ds-overview__ttl::before {
  content: "";
  background: #191919;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ttl::before {
    width: 13.07vw;
    height: 1.6vw;
  }
}

.ds-overview__ttl__txt {
  color: #191919;
  font-size: 24px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.12em;
  margin-top: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__ttl__txt {
    font-size: 5.33vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 2.13vw;
  }
}

.ds-overview__container {
  margin: 60px auto 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container {
    margin: 6vw auto 0;
    width: 81.33%;
    max-width: none;
  }
}

.ds-overview__block {
  margin: 60px auto 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block {
    margin: 6vw auto 0;
    width: 81.33%;
    max-width: none;
    flex-direction: column;
  }
}

.ds-overview__container__img.--ds_01 {
  width: 550px;
  position: absolute;
  top: 20px;
  right: -110px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container__img.--ds_01 {
    position: unset;
    width: 89.87vw;
    margin: 0 0 0 -4vw;
  }
}

.ds-overview__container__img.--ds_02 {
  width: 444px;
  position: absolute;
  top: 90px;
  right: -70px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container__img.--ds_02 {
    position: unset;
    width: 79.2vw;
    margin: 8vw 0 0 0;
  }
}

.ds-overview__container__txt__ttl h3 {
  color: #191919;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.889;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container__txt__ttl h3 {
    font-size: 6.4vw;
    line-height: 1.6;
  }
}

.ds-overview__container__txt__ttl h3 > span {
  background-color: #F0F0E5;
  padding: 8px 6px;
  display: inline-block;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container__txt__ttl h3 > span {
    display: inline;
    padding: 0 1.6vw;
  }
}

.ds-overview__block__txt__ttl h3 {
  color: #191919;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.889;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__txt__ttl h3 {
    font-size: 6.4vw;
    line-height: 1.6;
  }
}

.ds-overview__block__txt__ttl h3 > span {
  background-color: #F0F0E5;
  padding: 8px 6px;
  display: inline-block;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__txt__ttl h3 > span {
    display: inline;
    padding: 0 1.6vw;
  }
}

.ds-overview__container__detail {
  width: calc(100% - 480px);
  margin-top: 50px;
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__container__detail {
    width: 100%;
    margin: 8vw auto 0;
    font-size: 4.27vw;
    line-height: 1.5;
    order: 3;
  }
}

.ds-overview__block__detail {
  margin: 50px 90px 0 0;
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__detail {
    margin: 8vw auto 0;
    font-size: 4.27vw;
    line-height: 1.5;
  }
}

.ds-overview__detail {
  margin-top: 80px;
  width: 100%;
  background: #005944;
  padding: 80px 0 90px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail {
    margin-top: 16vw;
    padding: 16vw 0 21.33vw;
    overflow: hidden;
  }
}

.ds-overview__detail__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 55px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner {
    flex-direction: column;
    width: 81.33%;
    max-width: none;
    gap: 6.13vw;
    padding-bottom: 12.8vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner.--flowlist {
    padding-bottom: 52vw;
  }
}

.ds-overview__detail__inner:not(:nth-of-type(1)) {
  margin-top: 55px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner:not(:nth-of-type(1)) {
    margin-top: 14.67vw;
  }
}

.ds-overview__detail__inner h3 {
  width: 200px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.792;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner h3 {
    width: 100%;
    font-size: 5.87vw;
    line-height: 1.5;
    text-align: center;
  }
}

.ds-overview__detail__inner__content {
  flex: 1;
}

.ds-overview__detail__inner__content__lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner__content__lead {
    font-size: 4.27vw;
    line-height: 1.5;
  }
}

.ds-overview__detail__inner__content__lead__note {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner__content__lead__note {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }
}

.ds-overview__detail__worklist li {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.882;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__worklist li {
    padding: 3.2vw 4.27vw;
    font-size: 4.53vw;
    line-height: 1.5;
  }
}

.ds-overview__detail__worklist li:not(:nth-of-type(1)) {
  margin-top: 2px;
}

.ds-overview__detail__inner__content__note {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.778;
  text-align: right;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__inner__content__note {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}

.ds-overview__detail__featurelist__bg li {
  background-color: rgba(4, 64, 49, 0.8);
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__bg li {
    width: 106.67vw;
    height: 106.67vw;
  }
}

.ds-overview__detail__featurelist__bg li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__bg li:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-53.33vw);
  }
}
.ds-overview__detail__featurelist__bg li:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(107, 153, 142, 0.3);
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__bg li:nth-of-type(2) {
    position: absolute;
    top: calc(106.67vw - 10.67vw);
    left: 50%;
    transform: translateX(-53.33vw);
  }
}
.ds-overview__detail__featurelist__bg li:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(107, 153, 142, 0.3);
  z-index: 3;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__bg li:nth-of-type(3) {
    position: absolute;
    top: calc(320vw - 10.67vw * 3);
    left: 50%;
    transform: translateX(-53.33vw);
  }
}
.ds-overview__detail__featurelist__bg li:nth-of-type(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__bg li:nth-of-type(4) {
    position: absolute;
    top: calc(213.33vw - 10.67vw * 2);
    left: 50%;
    transform: translateX(-53.33vw);
  }
}

.ds-overview__detail__featurelist {
  position: relative;
  margin-top: 30px;
  height: 715px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist {
    margin-top: 12.8vw;
    height: auto;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 396vw;
  }
}

.ds-overview__detail__featurelist__txt li {
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__txt li {
    width: auto;
    height: 106.67vw;
    gap: 3.2vw;
  }
}

.ds-overview__detail__featurelist__txt li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.ds-overview__detail__featurelist__txt li:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.ds-overview__detail__featurelist__txt li:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ds-overview__detail__featurelist__txt li:nth-of-type(4) {
  position: absolute;
  bottom: 0;
  right: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__txt li:nth-of-type(2) {
    top: calc(106.67vw - 10.67vw);
  }
  .ds-overview__detail__featurelist__txt li:nth-of-type(3) {
    top: calc(213.33vw - 10.67vw * 2);
  }
  .ds-overview__detail__featurelist__txt li:nth-of-type(4) {
    top: calc(320vw - 10.67vw * 3);
  }
}

.ds-overview__detail__featurelist__txt li > h4 {
  width: 240px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.588;
  text-align: center;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__txt li > h4 {
    width: 66.67%;
    font-size: 4.53vw;
  }
}

.ds-overview__detail__featurelist__txt li > p {
  width: 240px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__featurelist__txt li > p {
    width: 66.67%;
    font-size: 3.47vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__flowlist {
    position: absolute;
    width: calc(100% + 9.33vw);
  }
}

.ds-overview__detail__flowlist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__flowlist ul {
    overflow-x: auto;
    padding: 0 28vw 4vw 0;
  }
}

.ds-overview__detail__flowlist ul li {
  margin-top: 25px;
  background: #fff;
  width: calc(100% / 5);
  padding: 28px 20px;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: #005944;
  font-size: 16px;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__flowlist ul li {
    margin-top: 13.33vw;
    width: 34.67vw;
    padding: 6.67vw 5.33vw;
    font-size: 4.27vw;
    flex: 0 0 auto;
  }
}

.ds-overview__detail__flowlist ul li:not(:nth-last-of-type(1)) {
  margin-right: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__detail__flowlist ul li:not(:nth-last-of-type(1)) {
    margin-right: 1.07vw;
  }
}

.ds-overview__block__system {
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__system {
    margin: 0 auto;
    width: 89.33%;
  }
}

.ds-overview__block__system__inner {
  margin: 48px auto 0;
  width: 100%;
  max-width: 1120px;
  padding-bottom: 64px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__system__inner {
    margin: 17.07vw auto 0;
    width: 100%;
    max-width: none;
    padding-bottom: 21.33vw;
  }
}

.ds-overview__block__system__inner h3 {
  background-color: #005944;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding: 15px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__system__inner h3 {
    font-size: 4.8vw;
    padding: 6.67vw;
  }
}

.ds-overview__block__systemlist {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__systemlist {
    margin-top: 2px;
    flex-direction: column;
    gap: 2px;
  }
}

.ds-overview__block__systemlist li {
  background-color: #F9F9F9;
  width: calc((100% - 5px) / 2);
  height: 95px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__systemlist li {
    width: 100%;
    height: 21.33vw;
    padding: 2.67vw 8vw;
    gap: 2.13vw;
  }
}

.ds-overview__block__systemlist::after {
  content: "";
  display: block;
  width: calc((100% - 5px) / 2);
  height: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__systemlist::after {
    display: none;
  }
}

.ds-overview__block__systemlist li > h4 {
  color: #005944;
  font-size: 17px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__systemlist li > h4 {
    font-size: 4.53vw;
  }
}

.ds-overview__block__systemlist li > p {
  color: #005944;
  font-size: 17px;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__systemlist li > p {
    font-size: 4.53vw;
  }
}

.ds-overview.--ds_03 {
  width: 100%;
  max-width: none;
  background-color: #005944;
  margin: 100px auto 0;
  padding: 0 0 300px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview.--ds_03 {
    margin: 21.33vw auto 0;
    padding: 0 0 53.33vw 0;
  }
}

.ds-overview.--ds_03 .ds-overview__ribbon__container {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview.--ds_03 .ds-overview__ribbon__container {
    width: 100%;
    max-width: none;
  }
}

.ds-overview.--ds_03 .ds-overview__ribbon__container::before {
  background: #F0F0E5;
}

.ds-overview.--ds_03 .ds-overview__ribbon__inner {
  color: #005944;
}

.ds-overview.--ds_03 .ds-overview__ttl__txt {
  color: #fff;
}

.ds-overview.--ds_03 .ds-overview__ttl::before {
  background: #fff;
}

.ds-overview.--ds_03 .ds-overview__block {
  margin: 120px auto 0;
  max-width: 1120px;
  flex-direction: column;
  gap: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview.--ds_03 .ds-overview__block {
    margin: 20.8vw auto 0;
    width: 100%;
    max-width: none;
    gap: 5.33vw;
  }
}

.ds-overview__block__img {
  position: relative;
}

.ds-overview__block__img__talk-ill {
  position: absolute;
  top: -95px;
  right: -60px;
  width: 314px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview__block__img__talk-ill {
    top: -18.67vw;
    right: auto;
    left: 2.67vw;
    width: 86.93vw;
  }
}

.ds-overview.--ds_03 .ds-overview__block__txt {
  max-width: 900px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-overview.--ds_03 .ds-overview__block__txt {
    width: 89.33%;
    max-width: none;
    font-size: 4.27vw;
    line-height: 1.5;
  }
}

/*--------------------------------------------
member
--------------------------------------------*/
.ds-member {
  width: 100%;
  padding: 95px 0 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member {
    padding: 21.33vw 0 0 0;
  }
}

.ds-member__heading_h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__heading_h2 {
    font-size: 8.533vw;
  }
}

.ds-member__cnt {
  width: 100%;
  max-width: 900px;
  margin: 27px auto 0;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__cnt {
    width: 66.67%;
    max-width: none;
    margin: 12.8vw auto 0;
    flex-direction: column;
    gap: 5.33vw 0;
  }
}

.ds-member__cnt li {
  width: 21.6%;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__cnt li {
    width: 100%;
    gap: 4.27vw;
  }
}

.ds-member__ph {
  width: 41.025%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__ph {
    width: 32vw;
  }
}

.ds-member__txt {
  width: 49.23%;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__txt {
    flex: 1;
    margin-top: 1.6vw;
    width: auto;
    font-size: 3.2vw;
  }
}

.ds-member__txt__name {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__txt__name {
    font-size: 4.53vw;
    margin-bottom: 2.13vw;
  }
}

.ds-member__txt__charge {
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  color: #005944;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167;
  margin-bottom: 2px;
  padding: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__txt__charge {
    font-size: 3.2vw;
    margin-bottom: 2px;
    padding: 1.07vw;
  }
}

.ds-member__txt__profile {
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-member__txt__profile {
    margin-top: 2.133vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.ds-contents {
  width: 100%;
  position: relative;
  margin-top: 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents {
    margin-top: 25.6vw;
  }
}

.ds-contents.--theme01 {
  margin-top: -140px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents.--theme01 {
    margin-top: -32vw;
  }
}

.ds-contents.--theme05 {
  margin-top: -90px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents.--theme05 {
    margin-top: -12vw;
  }
}

.ds-contents.-bg_right::after {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 120px);
  background-color: #fff;
  bottom: 120px;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents.-bg_right::after {
    display: none;
  }
}

.ds-contents.-bg_left::after {
  content: "";
  position: absolute;
  width: 65%;
  height: calc(100% - 120px);
  background-color: #fff;
  bottom: 120px;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents.-bg_left::after {
    display: none;
  }
}

.ds-contents__cnt {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 0 120px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__cnt {
    width: 94.67%;
    max-width: none;
    margin: 0 0 0 auto;
    padding: 7.04vw 5.33vw 10.67vw;
  }
}

.ds-contents__cnt:nth-last-of-type(1) {
  padding: 64px 0 35px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__cnt:nth-last-of-type(1) {
    padding: 6.4vw 5.33vw;
  }
}

.ds-contents__ttl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__ttl {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    gap: 8vw;
  }
}

.ds-contents__ttl h2 {
  width: 20%;
  font-size: 33px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__ttl h2 {
    width: auto;
    font-size: 5.07vw;
    display: flex;
    flex-direction: column;
  }
}

.ds-contents__ttl h2 span {
  font-size: 59px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__ttl h2 span {
    font-size: 11.2vw;
  }
}

.ds-contents__ttl__txt {
  width: 80%;
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__ttl__txt {
    width: auto;
    font-size: 5.33vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.ds-contents__talk {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin: 64px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__talk {
    max-width: none;
    margin: 12.8vw auto 0;
  }
}

.ds-contents.--theme02 .ds-contents__talk {
  flex-direction: row-reverse;
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents.--theme04 .ds-contents__talk {
    flex-direction: row-reverse;
  }
}

.ds-contents__talk dt {
  width: 10.6%;
  padding-bottom: 37px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__talk dt {
    width: 14.93vw;
    padding-bottom: 12.8vw;
  }
}

.ds-contents__talk__name {
  margin-top: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__talk__name {
    margin-top: 2.13vw;
  }
}

.ds-contents__talk dd {
  width: 80%;
  padding-bottom: 37px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__talk dd {
    width: calc(100% - 20vw);
    padding-bottom: 12.8vw;
    font-size: 3.73vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}

.ds-contents__talk dd:last-child {
  padding-bottom: 0;
}

.ds-contents__img01 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img01 {
    max-width: none;
  }
}

.ds-contents__img01__pic {
  max-width: 1088px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img01__pic {
    width: 94.67vw;
    max-width: none;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img01::before {
    content: "";
    position: absolute;
    width: 94.67vw;
    height: calc(100% + 21.33vw);
    background-color: #fff;
    bottom: -17.07vw;
    right: 0;
    z-index: -1;
  }
}

.ds-contents__img02 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img02 {
    max-width: none;
  }
}

.ds-contents__img02__pic {
  max-width: 1088px;
  margin-left: auto;
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img02__pic {
    width: 94.67vw;
    max-width: none;
    margin: 0 auto;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img02::before {
    content: "";
    position: absolute;
    width: 94.67vw;
    height: calc(100% + 21.33vw);
    background-color: #fff;
    bottom: -17.07vw;
    right: 0;
    z-index: -1;
  }
}

.ds-contents__img02__box {
  max-width: 1088px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img02__box {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}

.ds-contents__img02__box__pic {
  width: 47.794%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ds-contents__img02__box__pic {
    width: 94.67vw;
  }

  .ds-contents__img02__box__pic:nth-of-type(2) {
    margin-top: 12.8vw;
  }
}

.ds-contents__img04 {
  width: 100%;
}
