@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yu-gothic.eot");
  src: url("../fonts/yu-gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/yu-gothic.woff") format("woff"), url("../fonts/yu-gothic.woff2") format("woff2"), url("../fonts/yu-gothic.ttf") format("truetype"), url("../fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.other-service__title, .customer-story__heading {
  margin-bottom: 3.2rem;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .other-service__title, .customer-story__heading {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 2.4rem;
  }
}
.other-service__title::after, .customer-story__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("../../images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.other-service__box {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .other-service__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0rem;
  }
}

.other-service__item {
  width: 100%;
  height: 18.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 4rem;
  cursor: pointer;
}
.other-service__item:hover .other-service__content::after {
  background-image: url("../../images/icon/icon_arrow_title_ir.svg");
}
.other-service__img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.other-service__img img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.other-service__content {
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  font-weight: 600;
  line-height: 2.4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .other-service__content {
    font-size: 1.5rem;
  }
}
.other-service__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.4rem;
  background-image: url("../../images/icon/icon_arrow_title_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 768px) {
  .other-service__content::after {
    right: 0rem;
  }
}

.other-service__link {
  width: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: url("../fonts/yu-gothic.eot");
  src: url("../fonts/yu-gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/yu-gothic.woff") format("woff"), url("../fonts/yu-gothic.woff2") format("woff2"), url("../fonts/yu-gothic.ttf") format("truetype"), url("../fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.customer-story {
  background-color: #eef0f2;
  padding: 8rem 0rem 10rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .customer-story {
    background-color: #eef0f2;
    padding: 4.85rem 0rem 8rem;
    margin-top: 5.4rem;
  }
}

.breadcrumb {
  padding: 1.8rem 0 6.15rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.9rem 2rem 0rem 0;
  }
}

.customer-story__wrapper {
  max-width: 120rem;
  margin: 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .customer-story__wrapper {
    max-width: 33.5rem;
  }
}

.customer-story__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }
}

.customer-story__select-wrap {
  position: relative;
  display: inline-block;
}
.customer-story__select-wrap::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../../images/icon/icon-select-down.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.customer-story__select select {
  width: 100%;
  padding: 1rem 0rem 0.7rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
  gap: 0.8rem;
  background-color: #fff;
  color: rgba(82, 104, 125, 0.6);
  border: 1px solid #ced3d7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .customer-story__select select {
    padding: 1rem 0rem 0.7rem 1.5rem;
  }
}

.customer-story__select select:not(:has(option[value=""]:checked)) {
  color: #52687d;
}

.customer-story__select select.has-value {
  color: #52687d;
}

.customer-story__select select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customer-story__select:focus-visible {
  outline: none;
}

.customer-story__select option {
  display: block;
  border: none;
}

.customer-story__select-field {
  width: 28rem;
}

.customer-story__select-category {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .customer-story__select-field,
  .customer-story__select-category {
    width: 100%;
  }
}
.customer-story__list {
  margin-top: 8.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.5rem 1fr 4.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .customer-story__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.6rem;
    gap: 3.6rem;
  }
}

.customer-story__img {
  display: block;
  width: 100%;
  height: 25.3rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-story__img img {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-story__img.customer-story__img--logo img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .customer-story__img {
    height: 23rem;
  }
}

.customer-story__img--error {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .customer-story__img--error {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.customer-story__item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  text-decoration: none;
}

.customer-story__item:hover .customer-story__img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.customer-story__category {
  padding: 1rem 0rem 0.9rem;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  background-color: #52687d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
}
@media screen and (max-width: 768px) {
  .customer-story__category {
    padding: 0.9rem 0rem 1rem;
    font-size: 1.4rem;
  }
}

.customer-story__content {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__content {
    margin-top: 1.2rem;
  }
}

.customer-story__field {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customer-story__field {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-left: 1.6rem;
  }
}
.customer-story__field::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("../../images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.customer-story__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0.9rem 0rem;
}
@media screen and (max-width: 768px) {
  .customer-story__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0.6rem 0rem 0.8rem;
  }
}

.customer-story__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .customer-story__desc {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .customer-story__desc--error {
    margin-bottom: 0.1rem;
  }
}
.pager-btn {
  width: 3.2rem;
  aspect-ratio: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  font-family: "Jost", sans-serif;
}
.pager-btn img {
  width: 37%;
  position: relative;
  left: -0.1rem;
}
.pager-btn.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0.2rem;
}

.pager-btn.active {
  background-color: #52687d;
  color: #fff;
}

.pagination {
  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;
  gap: 1.2rem;
  margin-top: 3.9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination.hidden {
  display: none;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 5.9rem;
  }
}

@media screen and (max-width: 768px) {
  .customer-story-banner .ir-banner__content {
    top: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .customer-story-banner .ir-banner__title::after {
    width: 2.3rem;
    height: 2rem;
    top: 52%;
  }
}

.customer-story {
  background-color: #eef0f2;
  padding: 8rem 0rem 10.6rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .customer-story {
    padding: 0rem 0rem 8.4rem;
  }
}

.customer-story__top {
  max-width: 87.6rem;
}
.customer-story__top .cs-header__date {
  padding-left: 4rem;
}

.cs-header {
  background-color: #fff;
  padding: 4.8rem 56rem 5.3rem 8rem;
}
@media screen and (min-width: 769px) {
  .cs-header {
    max-width: 120rem;
    margin: 8rem auto 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cs-header {
    padding: 3.4rem 0rem 4.1rem 2rem;
    margin-top: 5.3rem;
    background: #eef0f2;
  }
}

.cs-header__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 1.8rem;
  margin-top: 0.2rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .cs-header__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 600;
    padding-left: 2.2rem;
    margin-top: 1.7rem;
    margin-bottom: 1.5rem;
  }
}
.cs-header__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../../images/icon/icon_arrow_title_ir-sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cs-header__title::after {
    width: 1.8rem;
    height: 1.6re;
  }
}

.cs-header__field {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 1.4rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .cs-header__field {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 0.6rem;
  }
}
.cs-header__field::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../../images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.cs-header__date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 768px) {
  .cs-header__date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-left: 1rem;
  }
}

.cs-header__addr {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .cs-header__addr {
    font-size: 1.4rem;
  }
}

.cs-header__link {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cs-header__link {
    font-size: 1.4rem;
  }
}

.cs-header__logo {
  width: 25rem;
  margin-bottom: 3.3rem;
}
.cs-header__logo img {
  display: block;
}
@media screen and (max-width: 768px) {
  .cs-header__logo {
    width: 15rem;
    margin-bottom: 1.6rem;
    margin-top: 2.7rem;
  }
}

.cs-header__name-company {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .cs-header__name-company {
    margin-top: 3rem;
  }
}
.cs-header__name-company:hover {
  opacity: 0.6;
}

.cs-header__desc-company {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 2.6rem 0rem 0rem 0rem;
}
@media screen and (max-width: 768px) {
  .cs-header__desc-company {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 3.2rem 0rem -0.4rem 0rem;
  }
}

.cs-header__img-feedback {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .cs-header__img-feedback {
    width: 63.2rem;
    height: 39rem;
    position: absolute;
    top: -4.8rem;
    right: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .cs-header__img-feedback {
    width: 35.5rem;
    height: 29rem;
    margin-top: 2.6rem;
  }
}
.cs-header__img-feedback img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs__wrapper {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cs__wrapper {
    max-width: 33.5rem;
  }
}

.cs__main {
  margin: 6.4rem 0rem 8rem;
  background-color: #fff;
  padding: 6.4rem 12rem 6.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cs__main {
    padding: 6rem 1.6rem 6rem;
    margin: 4.8rem 0rem 2.7rem;
  }
}

.cs__main-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  aspect-ratio: 1;
  height: auto;
  background: linear-gradient(-135deg, #9e925c 50%, #fff 50%);
}

.cs__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5rem;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  .cs__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
  }
}
.cs__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("../../images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.cs__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin: -0.2rem 0rem;
}
@media screen and (max-width: 768px) {
  .cs__text {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin: -0.2rem 0rem -0.4rem;
  }
}

.cs__text:nth-child(2) {
  margin-bottom: 5.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cs__text:nth-child(2) {
    margin-bottom: 3.6rem;
  }
}
.cs__text:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2.7rem;
  left: 0;
  background-color: #9e925c;
}
@media screen and (max-width: 768px) {
  .cs__text:nth-child(2)::after {
    display: none;
  }
}

.cs__section {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.9rem;
  margin: 2.8rem 0rem 1.6rem 0rem;
  position: relative;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cs__section {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 2.4rem 0rem 0.7rem 0.1rem;
  }
}
.cs__section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../../images/icon/icon-ellipse.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.cs__section:nth-child(4) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .cs__section:nth-child(4) {
    margin-top: 3.8rem;
  }
}

.cs__download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .cs__download {
    margin-bottom: -0.4rem;
  }
}

.download__container {
  padding: 1.9rem 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .download__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem 3.9rem 3.1rem;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
    width: 100%;
  }
}
.download__container::after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(135deg, #9e925c 50%, #fff 50%);
}

.download__box-icon {
  width: 8rem;
  aspect-ratio: 1;
  height: auto;
  background-color: rgba(82, 104, 125, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .download__box-icon {
    width: 6rem;
  }
}

.download__icon {
  width: 3rem;
  aspect-ratio: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .download__icon {
    width: 2.3rem;
  }
}
.download__icon img {
  width: 100%;
  height: 100%;
}

.download__text {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .download__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.download__text .section__more-link {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .download__text .section__more-link {
    width: 25.5rem;
    font-size: 1.6rem;
  }
}
.download__text span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .download__text span {
    padding-bottom: 0;
  }
}

.download__text--bottom {
  cursor: pointer;
}
.download__text--bottom .section__more-link {
  width: 16.8rem;
  padding-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .download__text--bottom .section__more-link {
    width: 13.5rem;
    font-size: 1.6rem;
  }
}
.download__text--bottom .section__more-link::before {
  bottom: -0.6rem;
}
@media screen and (max-width: 768px) {
  .download__text--bottom .section__more-link::before {
    bottom: -0.2rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .cs-header__content {
    padding-right: 2rem;
  }
  .ir-banner .ir-banner__content {
    top: 9.6rem;
  }
}
.cs__other-service {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .cs__other-service {
    margin-top: 6.4rem;
  }
}

.other-service__box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .other-service__box {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

.other-service__title, .customer-story__heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  .other-service__title, .customer-story__heading {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2.7rem;
    padding-left: 1.9rem;
    letter-spacing: 0.1em;
  }
}
.other-service__title::after, .customer-story__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background-image: url("../../images/icon/icon_arrow_new_yeallow.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: 0px 0px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.other-service__link {
  max-width: 33.333%;
}
@media screen and (max-width: 768px) {
  .other-service__link {
    max-width: 100%;
  }
}

.other-service__item {
  padding: 0rem 4.5rem 0rem 4rem;
}
@media screen and (max-width: 768px) {
  .other-service__item {
    padding: 0rem 7.5rem 0rem 3.8rem;
  }
}

.other-service__content {
  font-size: 1.6rem;
  line-height: 3rem;
  max-width: 24.8rem;
}
@media screen and (max-width: 768px) {
  .other-service__content {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.other-service__content::after {
  width: 2.8rem;
  height: 2.4rem;
  right: -5.8rem;
}
@media screen and (max-width: 768px) {
  .other-service__content::after {
    width: 2.8em;
    height: 2.4rem;
    right: -4.7rem;
  }
}

.other-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cs__list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 5.3rem;
}
@media screen and (max-width: 768px) {
  .cs__list-service {
    margin-top: 4.9rem;
  }
}

.cs__content {
  line-height: 1.7;
  overflow: hidden;
  color: #52687d;
}

.cs__content a {
  color: #9e925c !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}

.cs__content > *:last-child {
  margin-bottom: 0 !important;
}

.cs__content > div:not(.wp-block-spacer),
.cs__content > figure {
  margin-bottom: 2em;
}

.cs__content .has-normal-font-size {
  font-size: 1.8rem;
}

.cs__content h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.cs__content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #555;
}

.cs__content h4 {
  font-size: 2.2rem;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 2.6rem 1fr;
  grid-template-columns: 2.6rem 1fr;
}

.cs__content h4::before {
  width: 0.8rem;
  height: 100%;
  min-height: 5rem;
  margin-right: 1.8rem;
  content: "";
  background: #001668;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-grid-column: 1;
  grid-column: 1;
}

.cs__content > * + h2,
.cs__content > * + h3,
.cs__content > * + h4 {
  margin-top: 4rem;
}

.cs__content p {
  font-size: 1.7rem;
  margin: 0 0 2em;
}

.cs__content ol,
.cs__content ul {
  font-size: 1.7rem;
  margin: 0 0 2em;
}

.cs__content ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.cs__content ul li::before {
  content: "ãƒ»";
}

.cs__content li + li {
  margin-top: 1.5em;
}

.cs__content a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.cs__content .wp-block-button__link {
  font-size: 1em;
}

.cs__content ol {
  padding-left: 2.5em;
  list-style-type: decimal;
}

.cs__content .wp-block-image {
  margin-bottom: 2em;
}

.cs__content .wp-block-image figcaption {
  font-size: 0.8em;
  margin: 0.5em 0 0.7rem;
  text-align: center;
}

.cs__content .wp-block-image .alignright {
  margin: 0.5em 0 0.5em 1em;
}

.cs__content .wp-block-image .alignleft {
  margin: 0.5em 1em 0.5em 0;
}

.cs__content .alignnone,
.cs__content img.alignnone {
  margin-bottom: 2em;
}

.cs__content .alignnone,
.cs__content img.alignnone {
  margin-bottom: 2em;
}

.cs__content .alignleft,
.cs__content img.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}

.cs__content .alignright,
.cs__content img.alignright {
  float: right;
  margin-bottom: 2em;
  margin-left: 1.5em;
}

.cs__content .aligncenter,
.cs__content img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}

.cs__content .wp-block-table th,
.cs__content .wp-block-table td {
  padding: 0.2em 0.5em;
}

@media only screen and (max-width: 767px) {
  .cs__content > *:last-child {
    margin-bottom: 0 !important;
  }
  .cs__content h2 {
    margin-bottom: 9.375vw;
  }
  .cs__content h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 7.29167vw;
    padding-bottom: 2.08333vw;
    border-bottom: 0.20833vw solid #555;
  }
  .cs__content h4 {
    font-size: 2.2rem;
    font-weight: bold;
    display: -ms-grid;
    display: grid;
    margin-bottom: 5.20833vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 5.41667vw 1fr;
    grid-template-columns: 5.41667vw 1fr;
  }
  .cs__content h4::before {
    width: 1.66667vw;
    min-height: 0;
    margin-right: 3.75vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cs__content > * + h2,
  .cs__content > * + h3,
  .cs__content > * + h4 {
    margin-top: 8.33333vw;
  }
  .cs__content .alignleft,
  .cs__content img.alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .cs__content .alignright,
  .cs__content img.alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .cs__content .aligncenter,
  .cs__content img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  .cs__content .wp-block-media-text {
        grid-template-areas: "media-text-media" "media-text-content";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cs__content .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
  }
  .cs__content .wp-block-media-text .wp-block-media-text__content {
    padding: 1.5em 0 0;
    grid-area: media-text-content;
  }
  .cs__content .wp-block-media-text .wp-block-media-text__content p {
    margin: 0;
  }
}

@media only screen and (max-width: 767px){
  .cs__content .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cs__content .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cs__content .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .cs__content .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
.service-banner {
  margin: 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#29445a), color-stop(200%, #fff));
  background: linear-gradient(90deg, #29445a 0%, #fff 200%);
  padding: 0rem 0 0rem 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 58.8rem;
  min-height: 20rem;
}
@media screen and (max-width: 768px) {
  .service-banner {
    max-width: 33.5rem;
    padding: 2.9rem 0 2.9rem 2.8rem;
    min-height: 16.5rem;
    font-size: 1.6rem;
  }
}

.service-banner .service-banner__content {
  position: relative;
  display: inline-block;
}

.service-banner .service-banner__label {
  font-size: 1.6rem;
  color: #9d925c;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 2.1rem;
  margin-bottom: 0.2rem;
}

.service-banner .service-banner__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.service-banner__link::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.2rem;
  top: 0.8rem;
  right: -5rem;
  background-image: url("../../images/icon/icon-arrows-double-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .service-banner__link::after {
    background-image: url("../../images/icon/icon-arrows-double-next-sp.svg");
    width: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3.2rem;
  }
}

.service-banner .service-banner__text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

@media screen and (max-width: 768px) {
  .service-banner .service-banner__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.service-banner .company-card__bg {
  max-width: 17.65rem;
  position: absolute;
  opacity: 0.1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.service-banner .company-card__bg img {
  width: 100%;
  height: 100%;
}

.customer-story__orther {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .customer-story__orther {
    margin-top: 4.8rem;
  }
}

.customer-story__heading {
  margin-bottom: 2.5rem;
}

.customer-story__list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .customer-story__list {
    margin-top: 0;
  }
}

.breadcrumb--case .breadcrumb__item:last-child {
  margin-right: 0;
  max-width: 17.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}