.container {
  width: 100%;
  padding-top: 70px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .container {
    padding-top: 40px;
  }
}
.sectionBlock-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 7%;
  margin-bottom: 12%;
  margin-right: 8%;
}

.support .sectionBlock-content{
  align-items: flex-start;
  margin-bottom: 6%;
}

.support .sectionBlock-content--reverse{
  align-items: flex-start;
  margin-bottom: 6%;
}

.support .sectionBlock-content__image--l{
  margin-top: 200px;
}

.support .sectionBlock-content__image--r{
  margin-top: 250px;
}

@media screen and (max-width: 960px) {
  .support .sectionBlock-content__image--l{
  margin-top: 160px;
}

.support .sectionBlock-content__image--r{
  margin-top: 190px;
}
}

.sectionBlock-content.en{
  align-items: center;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content {
    margin: 10% 7% 20%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sectionBlock.support .sectionBlock-content {
    margin-bottom: 15%;
  }
}
.sectionBlock-content__image,
.sectionBlock-content__image--l,
.sectionBlock-content__image--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51%;
  max-width: 680px;
}
.sectionBlock-content__image img,
.sectionBlock-content__image--l img,
.sectionBlock-content__image--r img {
  width: 100%;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sectionBlock-content__image--l {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image--l {
    margin: 0 0 10% calc(50% - 50vw);
  }
}
.sectionBlock-content__image--r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image--r {
    margin: 0 calc(50% - 50vw) 10% 0;
  }

  .sectionBlock-content--reverse.-small {
    width: 86% !important;
  }

  .sectionBlock-content--reverse.-small .sectionBlock-content__image--r {
    margin-top: 10%;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    order: 1;
  }
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__image,
  .sectionBlock-content__image--l,
  .sectionBlock-content__image--r {
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sectionBlock-content__image--l.-end,
  .sectionBlock-content__image--r.-end {
    order: 1;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.sectionBlock-content__box {
  width: 42%;
  max-width: 604px;
  margin-left: 7%;
}

.sectionBlock-content__box.-small {
  max-width: 553px;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content__box {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .sectionBlock-content__box ul {
    margin-bottom: 7%;
  }
}
.sectionBlock-content--reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 7%;
  margin-bottom: 12%;
  margin-left: 8%;
}

.sectionBlock-content--reverse.-small {
  max-width: 1200px;
  width: 83%;
}

.sectionBlock.developers .sectionBlock-content--reverse.-small{
  margin-bottom: 6%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content--reverse {
    margin: 10% 7% 20%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sectionBlock-content--reverse .sectionBlock-content__box {
  margin-left: 0;
  margin-right: 7%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-content--reverse .sectionBlock-content__box {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .sectionBlock-content--reverse .sectionBlock-content__box ul {
    margin-bottom: 7%;
  }
}
.contentBox__heading {
  color: #ff5013;
  line-height: 1.5;
  width: 114%;
  max-width: 615px;
  margin-bottom: 7%;
}
@media screen and (max-width: 959px) {
  .contentBox__heading {
    margin-bottom: 10%;
  }
}
.contentBox__heading h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  margin-bottom: -1%;
}
@media screen and (max-width: 959px) {
  .contentBox__heading h2 {
    font-size: 2rem;
  }
}
.contentBox__heading p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.contentBox__mainTitle {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: -0.02em;
  color: #ff5013;
  margin-bottom: 5%;
}
@media screen and (max-width: 959px) {
  .contentBox__mainTitle {
    /* font-size: 2rem; */
    font-size: 24px;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 519px) {
  .contentBox__mainTitle {
    white-space: inherit;
  }
}
.contentBox .br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .contentBox .br-sp {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .contentBox .br-pc {
    display: none;
  }
}
.contentBox__description {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.9;
  margin-bottom: 13%;
}

.contentBox__description.-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .contentBox__description {
    /* font-size: 0.875rem; */
    font-size: 16px;
  }
}
.contentBox__description .br-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .contentBox__description .br-sp {
    display: block;
  }
}
.contentBox__description .small {
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 2%;
}
.contentBox__description.noWrap {
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .contentBox__description.noWrap {
    white-space: inherit;
  }
}
.contentBox__anchorLink li {
  display: inline-block;
  margin-bottom: 7%;
}

.contentBox__anchorLink li .contentBox__subTitle {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2%;
}
@media screen and (max-width: 519px) {
  .contentBox__anchorLink li {
    margin-bottom: 1.5rem;
  }
}
.contentBox__anchorLink li a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2%;
}
@media screen and (max-width: 959px) {
  .contentBox__anchorLink li a {
    font-size: 1.125rem;
  }
}
.contentBox__anchorLink li a span {
  position: relative;
}
.contentBox__anchorLink li a span::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  right: -1em;
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  background-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 959px) {
  .contentBox__anchorLink li a span::after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    right: -1em;
    display: inline-block;
    width: 0.7em;
    height: 0.8em;
    background-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.contentBox__anchorLink li > p {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .contentBox__anchorLink li > p {
    font-size: 0.75rem;
  }
}
.contentBox__anchorLink li:last-child {
  margin-bottom: 0;
}
.contentBox__anchorLink li:not(.noHover):hover a {
  color: #ff5013;
}
.contentBox__anchorLink li:not(.noHover):hover a span::after {
  background-image: url("/wp-content/themes/indigital/images/arrow-fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.contentBox__subTitle {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  white-space: nowrap;
  display: inline-block;
  margin: 7% 0;
}

.contentBox__subTitle.-wordbreak {
  white-space: normal;
}

.contentBox__subTitle.-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .contentBox__subTitle {
    font-size: 1.125rem;
    margin: 5% 0;
  }

  .contentBox__mainTitle + .contentBox__subTitle {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .contentBox__subTitle {
    white-space: inherit;
  }
}
.contentBox__text {
  font-size: 1rem;
  letter-spacing: -0.02em;
  width: 100%;
  max-width: 553px;
  margin-bottom: 6%;
}
.contentBox__text:last-child {
  margin-bottom: 0;
}

.contentBox__text + .small {
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 2%;
}
@media screen and (max-width: 959px) {
  .contentBox__text {
    font-size: 0.875rem;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 519px) {
  .contentBox__text {
    width: auto;
  }
}
.sectionBlock-detail {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .sectionBlock-detail {
    width: auto;
    max-width: none;
    margin: 0 7%;
  }
}

.sectionBlock-detail__square.-wh {
  background: #fff;
}
.sectionBlock-detail__square,
.sectionBlock-detail__square--orange,
.sectionBlock-detail__square--gray {
  position: relative;
  background: #fff;
  padding: 5% 0;
}

.sectionBlock-detail__square + .sectionBlock-detail__square{
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .sectionBlock-detail__square,
  .sectionBlock-detail__square--orange,
  .sectionBlock-detail__square--gray {
    padding: 7% 0;
  }
}
@media screen and (max-width: 519px) {
  .sectionBlock-detail__square,
  .sectionBlock-detail__square--orange,
  .sectionBlock-detail__square--gray {
    padding: 20% 0 10%;
  }
}
.sectionBlock-detail__square--orange {
  background-color: rgba(233, 85, 19, 0.1);
}
.sectionBlock-detail__square--gray {
  background-color: #f8f8f8;
}
.sectionBlock-detail__illustrated,
.sectionBlock-detail__illustrated--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 7% 0;
}
@media screen and (max-width: 519px) {
  .sectionBlock-detail__illustrated,
  .sectionBlock-detail__illustrated--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15% 0;
  }
}
.sectionBlock-detail__illustrated--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 7% 0 8%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-detail__illustrated--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15% 0;
  }
}
.detail-square {
  font-size: 3.75rem;
}

.detail-square.small {
  max-width: 700px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3% 0 5% 0;
}

.strength .detail-square .sub-list {
  padding-inline: calc(40px + 1em) 40px;
  font-size: 1.875rem;
  font-weight: 600;
  list-style: none;
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

@media screen and (max-width: 519px) {
  .strength .detail-square .sub-list {
    font-size: 1rem;
  }
}

.strength .detail-square .sub-list li {
  position: relative;
  counter-increment: item;
  padding-left: 1.2em;
}

.strength .detail-square .sub-list li::marker {
  color: #fff;
}

.strength .detail-square .sub-list li::before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
}

.strength .detail-square .sub-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -17px;
  background: #ff5013;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 1;
}

.strength .detail-square {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-square__title {
  position: absolute;
  top: -0.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5013;
}

.detail-square__title.-left {
  align-items: flex-start;
  position: relative;
  line-height: 1;
  top: -80px;
}

.sectionBlock-detail__square.-wh .detail-square__title.-left {
  top: -40px;
}

.detail-square__title.-left .en {
  line-height: 1;
}

.detail-square__title.-left .en + .jp {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .detail-square__title {
    top: -0.25em;
  }
}
.detail-square__title .en {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 1%;
}
@media screen and (max-width: 959px) {
  .detail-square__title .en {
    font-size: 2.75rem;
  }
}
.detail-square__title .jp {
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  .detail-square__title .jp {
    font-size: 0.75rem;
  }
}
.detail-square__list,
.detail-square__list--multi {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .detail-square__list,
  .detail-square__list--multi {
    width: auto;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__list,
  .detail-square__list--multi {
    margin: 0 7%;
  }

  .strength .detail-square .sub-list li::after {
    top: 4px;
    left: -8px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
}
.detail-square__list ul,
.detail-square__list--multi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.detail-square__list li,
.detail-square__list--multi li {
  position: relative;
  padding-left: 1em;
}
.detail-square__list li::before,
.detail-square__list--multi li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ff5013;
}
@media screen and (max-width: 959px) {
  .detail-square__list li,
  .detail-square__list--multi li {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 4% 0;
  }
  .detail-square__list li::before,
  .detail-square__list--multi li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff5013;
  }
}
.detail-square__list li span,
.detail-square__list--multi li span {
  font-weight: 500;
  font-size: 0.75rem;
}
.detail-square__list li.asterisk,
.detail-square__list--multi li.asterisk {
  padding: 0;
}
.detail-square__list li.asterisk::before,
.detail-square__list--multi li.asterisk::before {
  content: none;
}
.detail-square__list--multi {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .detail-square__list--multi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3% auto;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__list--multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 7%;
  }
}
.detail-square__list--multi ul {
  margin-right: 8%;
}
@media screen and (max-width: 959px) {
  .detail-square__list--multi ul {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__list--multi ul {
    width: 100%;
  }
}
.detail-square__list--multi ul:last-child {
  margin-right: 0;
}
@media screen and (max-width: 519px) {
  .detail-square__list--multi ul li {
    line-height: 1.5;
    margin: 4% 0;
    padding-left: 1em;
  }
}
.detail-square__text {
  font-weight: 600;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .detail-square__text {
    text-align: center;
    white-space: inherit;
    margin: 0 7%;
  }
}
.detail-square__text > p {
  font-size: 1.125rem;
  margin-bottom: 3%;
}
@media screen and (max-width: 959px) {
  .detail-square__text > p {
    font-size: 0.875rem;
    margin-bottom: 5%;
  }
}
.detail-square__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82%;
  margin: 5% auto 0;
}
@media screen and (max-width: 519px) {
  .detail-square__figure {
    width: auto;
    margin: 15% 7% 0;
  }
}
.detail-square__figure .bar-text {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  white-space: nowrap;
  color: #ff5013;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .detail-square__figure .bar-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__figure .bar-text {
    width: 100%;
    margin-bottom: 10%;
  }
}
.detail-square__figure .bar-text::before,
.detail-square__figure .bar-text::after {
  content: "";
  top: 50%;
  width: 33%;
  border-top: 1px solid #ff5013;
}
@media screen and (max-width: 519px) {
  .detail-square__figure .bar-text::before,
  .detail-square__figure .bar-text::after {
    width: 10%;
  }
}
.detail-square__figure .bar-text::before {
  margin-right: 3%;
}
.detail-square__figure .bar-text::after {
  margin-left: 3%;
}
.detail-square__figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .detail-square__figure ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detail-square__figure li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27%;
  padding: 5%;
}
@media screen and (max-width: 519px) {
  .detail-square__figure li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10%;
    padding: 0;
  }
}
.detail-square__figure li:last-child {
  margin-right: 0;
}
.detail-square__figure li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
.detail-square__figure li div:first-child {
  height: 62%;
  margin-bottom: 3%;
}
@media screen and (max-width: 519px) {
  .detail-square__figure li div:first-child {
    width: 30%;
    height: auto;
    margin-bottom: 0;
  }
}
.detail-square__figure li div:first-child img {
  width: 100%;
  height: auto;
}
.detail-square__figure li div:last-child {
  height: calc(1rem * 5.25);
}
@media screen and (max-width: 519px) {
  .detail-square__figure li div:last-child {
    width: 65%;
    height: auto;
    margin-left: 5%;
  }
}
.detail-square__figure li div:last-child p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .detail-square__figure li div:last-child p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__figure li div:last-child p {
    font-size: 0.875rem;
    text-align: left;
    white-space: normal;
    height: auto;
  }
}
.detail-square__figure li div:last-child p span.asterisk {
  font-size: 0.75rem;
  white-space: normal;
  position: absolute;
  top: calc(0.625rem * 5.25 + 50%);
  left: 0;
}
@media screen and (max-width: 959px) {
  .detail-square__figure li div:last-child p span.asterisk {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .detail-square__figure li .br-pc {
    display: none;
  }
}
.detail-square__figure p.asterisk {
  display: none;
}
@media screen and (max-width: 959px) {
  .detail-square__figure p.asterisk {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2%;
}
@media screen and (max-width: 519px) {
  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 519px) {
  .price p {
    margin: 5% 0;
  }
}
.price p:first-child {
  margin-right: 4.5%;
}
@media screen and (max-width: 519px) {
  .price p:first-child {
    margin: inherit;
  }
}
.price ul {
  margin: 3% auto;
}
.price ul li {
  margin: 1% 0;
}
@media screen and (max-width: 519px) {
  .price ul li {
    margin-bottom: 3%;
  }
}
.price__plan {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .price__plan {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 519px) {
  .price__plan {
    font-size: 1.25rem;
    margin: 0;
  }
}
.price__num {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 0;
  color: #ff5013;
}
@media screen and (max-width: 959px) {
  .price__num {
    font-size: 2.25rem;
  }
}
.price__unit {
  font-size: 1.125rem;
  color: #ff5013;
}
@media screen and (max-width: 959px) {
  .price__unit {
    font-size: 1rem;
  }
}
.detail-illustrated .figure04 {
  width: 33%;
  height: auto;
  margin-left: 6%;
}
.detail-illustrated .figure06 {
  width: 35%;
  height: auto;
  margin-left: 6%;
  margin-top: 3%;
}
.detail-illustrated .figure07 {
  width: 46.25%;
  height: auto;
  margin-right: 5.5%;
}
@media screen and (max-width: 519px) {
  .detail-illustrated .figure04,
  .detail-illustrated .figure06,
  .detail-illustrated .figure07 {
    width: 100%;
    margin: 0 7% 3%;
  }
}
.detail-illustrated__item {
  width: 58%;
}
@media screen and (max-width: 519px) {
  .detail-illustrated__item {
    width: 100%;
    margin-bottom: 10%;
  }
}
.detail-illustrated__image img {
  width: 100%;
}
.illustratedItem__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 3%;
}
@media screen and (max-width: 959px) {
  .illustratedItem__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 519px) {
  .illustratedItem__title {
    margin: 5% 0;
  }
}
.illustratedItem__text {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .illustratedItem__text {
    font-size: 0.875rem;
  }
}
.btnDesign-arrow {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ff5013;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #ff5013;
  overflow: hidden;
}
.btnDesign-arrow span {
  font-size: 1.5rem;
  position: relative;
  right: 1em;
}
.btnDesign-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 1000%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(135deg);
  transform: translateX(-100%) translateY(-100%) rotate(135deg);
  background: #ff5013;
}
.btnDesign-arrow:not(.noHover):hover::before {
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(135deg);
  transform: translateX(-30%) translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 959px) {
  .btnDesign-arrow {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #ff5013;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ff5013;
  }
  .btnDesign-arrow span {
    font-size: 1.125rem;
    position: relative;
    right: 0.7em;
  }
}
.btnDesign-arrow span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4em);
  right: -40px;
  display: inline-block;
  width: 0.8em;
  height: 0.7em;
  -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
  mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ff5013;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .btnDesign-arrow span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.4em);
    right: -24px;
    display: inline-block;
    width: 0.8em;
    height: 0.7em;
    -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
    mask-image: url("/wp-content/themes/indigital/images/arrow-right.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #ff5013;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.btnDesign-arrow:not(.noHover):hover span {
  color: #fff;
}
.btnDesign-arrow:not(.noHover):hover span::after {
  background-color: #fff;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnDesign-arrow.l-center {
  width: 51%;
  max-width: 612px;
}
@media screen and (max-width: 519px) {
  .btnDesign-arrow.l-center {
    width: 100%;
    max-width: 100%;
  }
}
.btnDesign-down {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ff5013;
  border: none;
  overflow: hidden;
}
.btnDesign-down span {
  font-size: 1.5rem;
  position: relative;
  right: 1em;
}
.btnDesign-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 1000%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%) translateY(-100%) rotate(135deg);
  transform: translateX(-100%) translateY(-100%) rotate(135deg);
  background: #433f3f;
}
.btnDesign-down:not(.noHover):hover::before {
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(135deg);
  transform: translateX(-30%) translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 959px) {
  .btnDesign-down {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
      "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #ff5013;
    border: none;
  }
  .btnDesign-down span {
    font-size: 1.125rem;
    position: relative;
    right: 0.7em;
  }
}
.btnDesign-down span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4em);
  right: -40px;
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
  mask-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 519px) {
  .btnDesign-down span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.4em);
    right: -24px;
    display: inline-block;
    width: 0.7em;
    height: 0.8em;
    -webkit-mask-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
    mask-image: url("/wp-content/themes/indigital/images/arrow-down.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.btnDesign-down:not(.noHover):hover span {
  color: #fff;
}
.btnDesign-down:not(.noHover):hover span::after {
  background-color: #fff;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnDesign-down.l-center {
  width: 51%;
  max-width: 612px;
}
@media screen and (max-width: 519px) {
  .btnDesign-down.l-center {
    width: 100%;
    max-width: 100%;
  }
}
.anchorContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7% 0;
}
@media screen and (max-width: 519px) {
  .anchorContact {
    margin: 15% 0;
  }
}
.support {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 519px) {
  .support {
    margin-top: 7% 0;
  }
}
.support__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.consulting {
  background: #f8f8f8;
}
.consulting__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 12%;
}
@media screen and (max-width: 519px) {
  .consulting__wrapper {
    margin: 10% 0 20%;
  }
}
.sharing {
  background: #fff;
  padding-top: 70px;
}

@media screen and (max-width: 519px) {
  .sharing {
    padding-top: 0;
  }
}
.sharing__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 12%;
}
@media screen and (max-width: 519px) {
  .sharing__wrapper {
    margin: 10% 0 20%;
  }
}
.developmentTeam__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.developers {
  background: #f8f8f8;
}
.developers__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 12%;
}
@media screen and (max-width: 519px) {
  .developers__wrapper {
    margin: 10% 0 20%;
  }
}
.division {
  background: #fff;
}
.division__wrapper {
  margin-bottom: 12%;
}

.division__wrapper .pageTitle{
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .division__wrapper {
    margin: 10% 0 12%;
  }
}
.external-link {
  font-size: 1.125rem;
  color: #ff5013;
  display: block;
}
@media screen and (max-width: 959px) {
  .external-link {
    font-size: 0.875rem;
  }
}
.external-link span {
  position: relative;
}
.external-link span::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  right: -1rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("/wp-content/themes/indigital/images/external-link.svg");
  mask-image: url("/wp-content/themes/indigital/images/external-link.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ff5013;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.external-link:not(.noHover):hover span::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -30%;
  border-bottom: 1px solid #ff5013;
}

/* 202202追加 */

/* サービスindex */

.service-flow__list {
  max-width: 930px;
  width: 80%;
  margin: 20px auto 108px auto;
  padding: 0;
  position: relative;
}
/*
.service-flow__list:after {
  content: "";
  width: 68px;
  height: 27px;
  background: url(/wp-content/themes/indigital/images/service/arrow.svg)
    no-repeat center center / cover;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
 */ 

.service-flow__list .list-item {
  list-style: none;
  border-bottom: 1px solid #ff5013;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  position: relative;
}

.service-flow__list .list-item::after{
  content: "";
    width: 68px;
    height: 27px;
    background: url(/wp-content/themes/indigital/images/service/arrow.svg) no-repeat center center / cover;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
}

.service-flow__list .list-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.service-flow__list .list-item:last-child::after{
  display: none;
}

.service-flow__list .list-item + .list-item {
  margin-top: 34px;
}

.service-flow__list .list-item .txt-block {
  width: 558px;
}

.service-flow__list .list-item .img-block {
  width: 250px;
  margin-left: auto;
  align-self: flex-end;
}

.service-flow__list .list-item .img-block img {
  width: 100%;
}

.service-flow__list .list-item h4 {
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.service-flow__list .list-item h4 .num {
  color: #ff5013;
}

.service-flow__list .list-item h4 .small {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.service-flow__list .list-item ul {
  padding-left: 55px;
  margin: 0;
}

.service-flow__list .list-item ul > li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
}

.service-flow__list .list-item ul > li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #433f3f;
  position: absolute;
  top: 12px;
  left: 0;
}

.service-flow__list .list-item ol {
  padding-left: 1em;
  margin: 0;
}

.service-flow__list .list-item ol li {
  color: #ff5013;
  font-weight: bold;
}

@media screen and (max-width: 519px) {
  .service-flow__list {
    width: auto;
    margin-top: -30px;
    margin-bottom: 60px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .service-flow__list .list-item {
    display: block;
  }

  .service-flow__list .list-item .txt-block {
    width: 100%;
  }

  .service-flow__list .list-item .img-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .service-flow__list .list-item ul {
    padding-left: 0;
    margin: 0;
  }

  .service-flow__list .list-item ul > li {
    font-size: 14px;
  }

  .service-flow__list .list-item h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .service-flow__list .list-item h4 .small {
    font-size: 14px;
    top: -2px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 959px) {
}

.serviceFlow .grid-block-bottom {
  width: 90%;
  max-width: 1066px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
}

.serviceFlow .grid-block-bottom .txt-block {
  order: 0;
  max-width: 520px;
  width: 48%;
}

.serviceFlow .grid-block-bottom:nth-of-type(odd) {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 959px) {
  .serviceFlow .grid-block-bottom:nth-of-type(odd) {
    margin-left: auto;
    margin-right: 0;
    width: 92%;
  }
}

.serviceFlow .grid-block-bottom + .grid-block-bottom {
  margin-top: 40px;
}

.serviceFlow .grid-block-bottom .txt-block h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.serviceFlow .grid-block-bottom .txt-block p {
  font-size: 16px;
  margin-bottom: 0;
}

.sectionBlock-detail__square .img-block_l{
  width: 90%;
  max-width: 940px;
  display: flex;
  flex-direction: column-reverse;
  margin: 80px auto;
  gap: 40px 0;
}

.sectionBlock-detail__square .img-block_l figcaption{
    font-size: 24px;
    color: #ff5013;
    font-weight: bold;
}

.sectionBlock-detail__square .img-block_l img{
  width: 100%;
  height: auto;
}

.serviceFlow .grid-block-bottom .img-block {
  order: 1;
  max-width: 546px;
  width: 52%;
  margin-left: auto;
}

.serviceFlow .grid-block-bottom:nth-of-type(odd) .img-block {
  margin-right: auto;
}

.serviceFlow .grid-block-bottom .img-block img {
  width: 100%;
}

@media screen and (max-width: 519px) {
  .serviceFlow .grid-block-bottom {
    width: auto;
    margin-left: 7%;
  }
  .serviceFlow .grid-block-bottom .txt-block {
    order: 0;
    width: 92%;
    margin-left: 0;
    margin-right: auto;
  }
  .serviceFlow .grid-block-bottom .img-block {
    order: 1;
    width: 92%;
    margin-top: 20px;
    margin-left: 0;
  }

  .serviceFlow .grid-block-bottom .img-block_l{
    width: 92%;
  }

  .sectionBlock-detail__square .img-block_l{
  width: 85%;
  margin: 60px auto;
  gap: 20px 0;
}

.sectionBlock-detail__square .img-block_l figcaption{
    font-size: 18px;
}
}

@media screen and (max-width: 959px) {
  .serviceFlow .grid-block-bottom .txt-block h3 {
    font-size: 1.125rem;
    margin-bottom: 7%;
    line-height: 1.4;
  }

  .serviceFlow .grid-block-bottom .txt-block p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.service-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 83%;
  padding: 0;
  margin: 0 auto;
}

.service-list .list-item {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.service-list .list-item + .list-item {
  margin-left: 5%;
}

.service-list .list-item .img-block {
  width: 100%;
  max-height: 296px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-list .list-item img {
  width: 100%;
  height: auto;
}

.service-list .list-item h4 {
  color: #ff5013;
  font-size: 22px;
  margin-bottom: 4%;
}

.service-list .list-item p {
  font-size: 16px;
  margin-bottom: 50px;
}

.service-list .list-item .btn-area {
  margin-top: auto;
}

.service-list .list-item .btnDesign-arrow {
  width: 100%;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  height: 64px;
}

@media screen and (max-width: 519px) {
  .service-list .list-item {
    width: 100%;
  }

  .service-list .list-item + .list-item {
    margin-top: 50px;
    margin-left: 0;
  }

  .service-list .list-item h4 {
    font-size: 1.25rem;
  }

  .service-list .list-item p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .service-list .list-item .btnDesign-arrow {
    height: 50px;
  }
}

.sectionBlock.strength {
  padding-top: 40px;
  margin-bottom: 100px;
}

.sectionBlock.strength .detail-square__title.-left {
  margin-right: auto;
  top: -85px;
}


.sectionBlock.strength .detail-square__title .en {
  font-size: 3.75rem;
  margin-bottom: 2%;
}

@media screen and (max-width: 959px) {
  .sectionBlock.strength .detail-square__title .en {
    font-size: 2.75rem;
  }

  .sectionBlock.strength .detail-square__title.-left{
    top: -60px;
  }

  .strength .detail-square .sub-list{
    font-size: 1.5rem;
  }

  .strength .detail-square .sub-list li::after{
    top: 5px;
    left: -13px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 519px) {
   .strength .sectionBlock-detail__square--gray{
    padding-top: 0;
  }

  .sectionBlock.strength .detail-square__title.-left {
    top: -10px;
  }

  .strength .detail-square .sub-list {
        font-size: 1rem;
    }

    .strength .detail-square .sub-list li::after {
        top: 4px;
        left: -8px;
        width: 25px;
        height: 25px;
        border-radius: 25px;
    }
}

/* サービス下層 */

.sectionBlock.problem {
  padding-top: 100px;
  margin-bottom: 100px;
}

.sectionBlock.problem + .sectionBlock.division {
  padding-top: 50px;
}

.problem-list {
  padding: 0;
  max-width: 1120px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.problem-list .list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.problem-list .list-item + .list-item {
  margin-top: 80px;
}

.problem-list .list-item .img-block {
  max-width: 446px;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**/
.problem-list .list-item .txt-block {
  max-width: 600px;
  width: 55%;
}

.problem-list .list-item .txt-block h4 {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.problem-list .list-item .sub-list {
  padding: 0;
  margin: 0;
}

.problem-list .list-item ol.sub-list {
  padding-left: 1em;
}
.problem-list .list-item .sub-list li {
  padding-left: 1em;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.problem-list .list-item ol.sub-list li {
  padding-left: 0;
}

.problem-list .list-item .sub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #ff5013;
}

.problem-list .list-item ol.sub-list li::before {
  display: none;
}

.problem-list .list-item .sub-list li + li {
  margin-top: 10px;
}

.problem-list .list-item .img-block img {
  width: 90%;
}

.problem-list .list-item:first-child .txt-block,
.problem-list .list-item:nth-child(3) .txt-block {
  order: 0;
}

.problem-list .list-item:nth-child(2) .txt-block {
  order: 1;
  margin-left: auto;
}

.problem-list .list-item:first-child .img-block,
.problem-list .list-item:nth-child(3) .img-block {
  order: 1;
  margin-left: auto;
}

.problem-list .list-item:nth-child(2) .img-block {
  order: 0;
}

@media screen and (max-width: 519px) {
  .sectionBlock.problem {
    padding-top: 15px;
    margin-bottom: 50px;
  }

  .sectionBlock.problem + .sectionBlock.division {
    padding-top: 0;
  }


  .problem-list {
    margin-top: -20px;
    width: 86%;
  }
  .problem-list .list-item:first-child .txt-block,
  .problem-list .list-item:nth-child(2) .txt-block,
  .problem-list .list-item:nth-child(3) .txt-block {
    width: 100%;
    order: 0;
    margin-left: 0;
  }

  .problem-list .list-item:first-child .img-block,
  .problem-list .list-item:nth-child(2) .img-block,
  .problem-list .list-item:nth-child(3) .img-block {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-top: 40px;
  }

  .problem-list .list-item .txt-block h4 {
    font-size: 1.125rem;
  }

  .problem-list .list-item .sub-list li::before {
    top: 9px;
  }

  .problem-list .list-item .sub-list li {
    font-size: 14px;
  }
}

.division-list {
  max-width: 1120px;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: number 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.division-list .list-item {
  width: 30.3577%;
  overflow: hidden;
  position: relative;
}

.division-list .list-item:nth-child(3),
.division-list .list-item:nth-child(5) {
  margin-left: 4.245%;
}

.division-list .list-item::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  display: block;
  font-size: 40px;
  color: #ff5013;
  font-weight: bold;
}

.division-list .list-item .img-block {
  width: 100%;
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}

.division-list .list-item .img-block img {
  width: 100%;
}

.division-list .list-item .txt-block {
  width: 100%;
  position: relative;
  z-index: 1;
}

.division-list .list-item .inner > p {
  display: block;
  line-height: 1.6;
  font-weight: bold;
  border-top: 1px solid #ff5013;
  border-bottom: 1px solid #ff5013;
  letter-spacing: -0.075em;
  padding: 20px 0;
  margin-bottom: 30px;
}

.division-list .list-item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  text-align: center;
  background: #ff5013;
  display: block;
  padding: 8px 10px;
  margin: 0;
}

.division-list .list-item h4.medium {
  font-size: 16px;
}

.division-list .list-item .blue-comment-block {
  position: relative;
  margin-top: 30px;
  background: #d8e6ef;
  padding: 20px 10px;
}

.division-list .list-item .blue-comment-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 18px;
  border-color: transparent transparent transparent #d8e6ef;
  position: absolute;
  top: -14px;
  left: 0;
}

.division-list .list-item .blue-comment-block p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.035em;
  line-height: 1.6;
}

@media screen and (max-width: 1360px) {
  .division-list .list-item h4 {
    font-size: 1.2rem;
  }
}

.division-list .list-item .inner {
  margin: 0;
  padding: 40px 20px 20px 20px;
  background: #fdede7;
  position: relative;
}

.division-list .list-item .inner::after {
  content: "";
  width: 100%;
  height: 70%;
  background: #fdede7;
  position: absolute;
  left: 0;
  bottom: -70%;
}

.division-list .list-item ul {
  padding: 0;
  margin: 0;
}

.division-list .list-item ul li {
  padding-left: 1em;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.032em;
  line-height: 1.4;
}

.division-list .list-item ul li + li {
  margin-top: 10px;
}

.division-list .list-item ul li::before {
  content: "";
  width: 11px;
  height: 10px;
  background: url(/wp-content/themes/indigital/images/service/check-icon.svg)
    no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 6px;
}

.sectionBlock-detail__square.-service {
  margin-bottom: 0;
}

.sectionBlock.-service .text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 519px) {
  .division-list {
    width: 100%;
  }
  .division-list .list-item {
    width: 100%;
  }

  .division-list .list-item:nth-child(3),
  .division-list .list-item:nth-child(5) {
    margin-left: 0;
    margin-top: 20px;
  }

  .division-list .list-item::before {
    font-size: 1.8rem;
    line-height: 1;
  }

  .division-list .list-item .img-block {
    margin-bottom: 20px;
  }

  .division-list .list-item h4 {
    font-size: 1.125rem;
  }

  .division-list .list-item .inner {
    padding: 40px 20px;
  }

  .division-list .list-item ul li {
    font-size: 14px;
  }

  .division-list .list-item .blue-comment-block p {
    font-size: 12px;
  }

  .sectionBlock-detail__square.-service {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionBlock.-service .text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 520px) {
  .division-list .arrow {
    width: 29px;
    height: 26px;
    background: url(/wp-content/themes/indigital/images/service/right-arrow.svg)
      no-repeat center center/cover;
    position: absolute;
  }

  .division-list .arrow:nth-child(2) {
    top: 24%;
    left: 31.4%;
  }

  .division-list .arrow:nth-child(4) {
    top: 24%;
    left: 65.56%;
  }
}
.pageTitle {
  width: 100%;
  max-width: 1440px;
  margin: 8% auto 0;
}

@media screen and (max-width: 519px) {
  .pageTitle {
    width: auto;
    max-width: 100%;
    margin: 10% 7% 0;
  }

  .division-list .arrow {
    width: 29px;
    height: 26px;
    margin: 20px auto 0 auto;
    position: relative;
  }

  .division-list .arrow::before {
    content: "";
    width: 29px;
    height: 26px;
    background: url(/wp-content/themes/indigital/images/service/right-arrow.svg)
      no-repeat center center/cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
  }
}

.p-service__loadImage{
  position: relative;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.p-service__loadImage img{
  width: 100%;
  max-width: 1324px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1324px) {

.p-service__loadImage::before{
  content: '';
  width: 120%;
  min-height: 36px;
  background: #B4C6D3;
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: 1;
}

.p-service__loadImage::after{
  content: '';
  width: 120%;
  min-height: 36px;
  background: #d2dee5;
  position: absolute;
  right: -50%;
  bottom: 0;
  z-index: 1;
}

}
