@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.bg-gray {
  background-color: #F5F7F8;
}

.red {
  color: #e44c6f;
}

li.btn-fill--key a {
  transition: 0.5s;
}
li.btn-fill--key a:hover {
  background-color: #FF8CA6;
}

.top-new-aug h1 {
  text-align: center;
  color: white;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .top-new-aug h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .top-new-aug h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-new-aug h2 {
    letter-spacing: 0.1em;
  }
}
.top-new-aug h2,
.top-new-aug h3,
.top-new-aug .h3 {
  color: #1a1a1a;
  text-align: center;
}
.top-new-aug h3,
.top-new-aug .h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-new-aug h3,
.top-new-aug .h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  .top-new-aug .h3-sp {
    font-size: 24px;
    line-height: 1.33;
  }
}
.top-new-aug h4,
.top-new-aug .h4 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2em;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .top-new-aug h4,
.top-new-aug .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  .top-new-aug .h4-sp {
    font-size: 18px;
    line-height: 1.33;
  }
}
.top-new-aug h5 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-new-aug h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.top-new-aug p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-new-aug p {
    font-size: 14px;
  }
}
.top-new-aug p.note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.top-new-aug .slashes {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top-new-aug .slashes::before, .top-new-aug .slashes::after {
  content: "";
  height: 1.2em;
  width: 3px;
  background: #1a1a1a;
}
.top-new-aug .slashes::before {
  margin-right: 1em;
  transform: rotate(-35deg);
}
.top-new-aug .slashes::after {
  margin-left: 1em;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .top-new-aug .slashes::before, .top-new-aug .slashes::after {
    height: 1.6em;
    width: 2px;
  }
  .top-new-aug .slashes::before {
    margin-right: 1em;
  }
  .top-new-aug .slashes::after {
    margin-left: 1em;
  }
}
.top-new-aug img.arrow {
  width: 28px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top {
  position: relative;
  background-color: #213647;
  display: flex;
  align-items: flex-end;
  min-height: 459px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top {
    min-height: 660px;
    flex-direction: column;
    align-items: center;
  }
}
.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #70848b;
  clip-path: polygon(54% 0%, 100% 0%, 100% 100%, 46% 100%);
}
@media screen and (max-width: 767px) {
  .top::before {
    clip-path: polygon(0 66%, 100% 33%, 100% 100%, 0 100%);
    z-index: 2;
  }
}
.top__blurb {
  background: white;
  border-radius: 16px;
  color: #e44c6f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 426px;
  height: 54px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 52px;
  font-size: 28px;
  letter-spacing: 0.08em;
}
.top__blurb > svg {
  transform: translateY(9%);
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .top__blurb {
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 255px;
    height: 32px;
    font-size: 17px;
    border-radius: 4px;
  }
  .top__blurb svg {
    height: 16px;
    width: auto;
  }
}
.top__section {
  display: flex;
  position: relative;
  align-items: stretch;
  flex: 0 0 50%;
}
.top__section__text {
  position: relative;
}
.top__section__image {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__section {
    flex: 1 1 auto;
  }
}
.top__bubble {
  position: absolute;
  bottom: calc(100% - 16px);
  width: 148px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}
.top__bubble__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top__bubble__background::before, .top__bubble__background::after {
  content: "";
  position: absolute;
}
.top__bubble__background::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.top__bubble__background::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 23px 12px 0 12px;
  border-color: #70848b transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -12px);
}
.top__bubble img,
.top__bubble span {
  position: relative;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__bubble {
    width: 82px;
    height: 82px;
    padding: 8px;
  }
  .top__bubble__background::after {
    border-width: 13px 8px 0 8px;
    transform: translate(-50%, -6px);
  }
}
.top__left .top__bubble {
  background-color: #70848b;
}
.top__right .top__bubble {
  background-color: #213647;
}
.top__right .top__bubble__background::after {
  border-color: #213647 transparent transparent transparent;
}
@media not screen and (max-width: 767px) {
  .top__section__text {
    padding-bottom: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top__section__text__bubble {
    margin-top: 20px;
  }
  .top__section__text__bubble img {
    height: 63px;
    width: auto;
  }
  .top__left {
    justify-content: flex-end;
    padding-right: 4vw;
  }
  .top__left .top__section__image {
    right: calc(100% + 32px);
    width: 202px;
    transform: translateY(56px);
  }
  .top__left .top__bubble {
    right: calc(100% - 48px);
  }
  .top__left .top__bubble__background {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
  }
  .top__left .top__bubble span {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: 300;
    margin-top: 0.25em;
  }
  .top__right {
    padding-left: 4vw;
  }
  .top__right .top__section__image {
    left: calc(100% + 22px);
    transform: translateY(12px);
  }
  .top__right .top__bubble {
    left: calc(100% - 32px);
  }
  .top__right .top__bubble__background {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
  .top__right .top__bubble span {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.25;
  }
  .top__right .top__bubble span strong {
    font-size: 1.8em;
    margin-right: 2px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  @media screen and (max-width: 1024px) {
    .top__left .top__bubble {
      right: calc(70% - 16px);
    }
    .top__right .top__bubble {
      left: calc(70% - 16px);
    }
  }
}
@media screen and (max-width: 767px) {
  .top {
    align-items: stretch;
  }
  .top__section {
    padding: 0 24px;
    max-width: 440px;
    width: 100%;
    align-self: center;
  }
  .top__section__text {
    position: static;
  }
  .top__section__text__bubble img {
    height: 60px;
    width: auto;
  }
  .top__left {
    padding-top: 40px;
  }
  .top__left h1 {
    text-align: left;
  }
  .top__left .top__bubble {
    right: 12px;
    top: 80px;
    z-index: 2;
  }
  .top__left .top__bubble span {
    font-size: 13px;
    display: inline-block;
    margin-top: 4px;
    font-weight: normal;
  }
  .top__left .top__section__image {
    z-index: 1;
    right: 30px;
    width: 147px;
    bottom: -30px;
  }
  .top__right {
    z-index: 4;
    justify-content: flex-end;
  }
  .top__right .top__section__text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .top__right .top__section__text h1 {
    text-align: right;
  }
  .top__right .top__bubble {
    left: 12px;
    top: 80px;
    z-index: 2;
  }
  .top__right .top__bubble span {
    font-size: 11px;
  }
  .top__right .top__bubble span strong {
    font-size: 18px;
    line-height: 13.75px;
  }
  .top__right .top__section__image {
    left: calc(-32px);
    width: 280px;
    bottom: -10px;
  }
}

.text-stress {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}
.text-stress::before, .text-stress::after {
  content: "";
  background-image: url(../../img/top/text-stress.svg);
  width: 18px;
  height: 18px;
}
.text-stress::before {
  margin-right: 8px;
}
.text-stress::after {
  transform: scaleX(-1);
  margin-left: 8px;
}
.text-stress.white {
  color: white;
}
.text-stress.white::before, .text-stress.white::after {
  background-image: url(../../img/top/text-stress-white.svg);
}
@media screen and (max-width: 767px) {
  .text-stress {
    font-size: 12px;
    line-height: 20px;
  }
  .text-stress::before, .text-stress::after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.top-cta {
  padding: 52px 0 32px;
  background: #13212f;
}
.top-cta .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-cta {
    padding: 24px 0;
  }
  .top-cta .inner {
    flex-direction: column;
  }
}
.top-cta h5 {
  color: white;
}
@media screen and (max-width: 767px) {
  .top-cta h5 {
    text-align: center;
  }
}
.top-cta .btn-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.top-cta .btn-list__item {
  flex: 1 1 auto;
  width: 204px;
  max-width: 337px;
  margin: 0 12px;
  display: flex;
  align-items: center;
}
.top-cta .btn-list__item.btn-line a {
  background: white;
}
.top-cta .btn-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.top-cta .btn-list__item.btn-fill {
  position: relative;
}
.top-cta .btn-list__item.btn-fill small {
  position: absolute;
  bottom: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .top-cta .btn-list {
    margin-top: 36px;
  }
  .top-cta .btn-list__item {
    width: 146px;
  }
  .top-cta .btn-list__item a {
    height: 40px;
    font-size: 14px;
  }
  .top-cta .btn-list__item small {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-cta .btn-list {
    margin-top: 30px;
  }
}

.customers-wrap {
  padding: 32px 0 16px;
}
.customers-wrap__body {
  margin-top: 0;
}

.mission {
  margin: 40px 0 80px;
  position: relative;
}
.mission .inner {
  max-width: 1080px;
}
.mission__box {
  padding: 64px 50px;
  background: #f5f7f8;
  border-radius: 16px;
  z-index: 2;
  position: relative;
}
.mission__box h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.mission__box h5::before, .mission__box h5::after {
  content: "";
  width: 1.33em;
  height: 1px;
  background: #1a1a1a;
}
.mission__box h2.cont-wrap__ttl {
  margin: 20px 0 40px;
}
.mission__box p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .mission__box {
    padding: 48px 40px 72px;
  }
  .mission__box h5 {
    font-size: 12px;
    gap: 8px;
  }
  .mission__box h2 {
    margin: 16px auto 32px;
    font-size: 24px;
  }
}
.mission__box__main {
  display: flex;
  align-items: center;
}
.mission__box__main__text h4 {
  margin-bottom: 0.66em;
  color: #1a1a1a;
}
.mission__box__main__text p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.mission__box__main__text p strong {
  color: #e44c6f;
}
@media not screen and (max-width: 767px) {
  .mission__box__main {
    gap: 36px;
  }
  .mission__box__main > img {
    flex: 0 0 424px;
    width: 424px;
  }
  .mission__box__main__text {
    flex: 1 1 55%;
  }
}
@media screen and (max-width: 767px) {
  .mission__box__main {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .mission__box__main__text br {
    display: none;
  }
}
.mission > img.arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media not screen and (max-width: 767px) {
  .mission > img.arrow {
    transform: translate(-50%, -25%);
  }
}

.carousel__items__item {
  width: 70vw;
  max-width: 520px;
  margin: 0 48px;
  position: relative;
  margin-top: 36px;
}
.carousel__items__item img {
  aspect-ratio: 52/28;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}
.carousel__items__item p {
  position: absolute;
  background-color: #e44c6f;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 50%;
  left: -32px;
  top: -32px;
  width: 100px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .carousel__items__item {
    margin: 0 8px;
    margin-top: 24px;
  }
  .carousel__items__item img {
    aspect-ratio: 245/132;
  }
  .carousel__items__item p {
    width: 48px;
    height: 48px;
    font-size: 10px;
    top: -8px;
    left: -8px;
  }
}

.issues {
  padding-bottom: 0;
}
.issues__container {
  display: flex;
  margin-top: 40px;
}
@media not screen and (max-width: 1024px) {
  .issues__container > div {
    flex: 1 1 50%;
  }
}
.issues__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 16px 244px;
  position: relative;
}
.issues__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 0px;
  width: 50vw;
  height: 100%;
  background-color: #495C69;
  transition: 0.5s;
}
.issues__item:nth-child(2)::before {
  left: 0;
  right: auto;
  background-color: #8999A0;
}
.issues__item:has(.issues__item__button:hover)::before {
  max-width: 50vw;
}
.issues__item > * {
  position: relative;
}
.issues__item h3 {
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
.issues__item__main {
  padding: 56px 40px;
  background-color: white;
  border-radius: 32px;
  max-width: 608px;
}
.issues__item__main h4, .issues__item__main h5 {
  color: #1a1a1a;
}
.issues__item__main h4.red, .issues__item__main h5.red {
  color: #e44c6f;
  margin: 32px 0 42px;
}
.issues__item__main__image-text {
  margin: 32px 0;
  display: flex;
  gap: 32px;
}
.issues__item__main__image-text img {
  width: 200px;
}
.issues__item__main__image-text__items p {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 16px 16px 16px 0;
  text-align: left;
  border: 1px solid #999999;
}
.issues__item__main__image-text__items p + p {
  margin-top: 16px;
}
.issues__item__main__list {
  position: relative;
}
.issues__item__main__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 58px;
  width: 4px;
  height: 100%;
  background-color: #213647;
}
.issues__item__main__list__item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.issues__item__main__list__item__image {
  flex: 0 0 120px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 4px solid #213647;
  border-radius: 50%;
  background-color: white;
}
.issues__item__main__list__item__image img {
  width: 64px;
  height: 64px;
}
.issues__item__main__list__item__image small {
  position: absolute;
  top: -12px;
  width: 102px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 700;
  font-size: 14px;
  background-color: #213647;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.issues__item__main__list__item + .issues__item__main__list__item {
  margin-top: 40px;
}
.issues__item__main__list__item__text * {
  text-align: left;
}
.issues__item__button {
  max-width: 344px;
  width: 100%;
  height: 72px;
  border-radius: 100px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  background: #70848b;
}
.issues__item__button h5 {
  margin: auto;
}
.issues__item:last-child {
  background-color: #70848b;
}
.issues__item:last-child .issues__item__main__list::before {
  background-color: #70848b;
}
.issues__item:last-child .issues__item__main__list__item__image {
  border-color: #70848b;
}
.issues__item:last-child .issues__item__main__list__item__image small {
  background-color: #70848b;
}
.issues__item:last-child .issues__item__button {
  background: #213647;
}
@media not screen and (max-width: 1024px) {
  .issues__item {
    background-color: #213647;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 180px));
  }
  .issues__item:last-child {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 180px), 0 100%);
  }
}
@media screen and (max-width: 1024px) {
  .issues__container {
    background-color: #213647;
    display: block;
    position: relative;
    padding: 56px 0;
  }
  .issues__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #70848b;
    clip-path: polygon(0 50%, 100% 60%, 100% 100%, 0 100%);
  }
  .issues__item {
    background-color: transparent !important;
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }
  .issues__item__main {
    padding: 48px 40px;
  }
  .issues__item__main h4.red {
    margin: 32px 0 24px;
  }
  .issues__item__main__image-text {
    flex-direction: column-reverse;
    align-items: center;
  }
  .issues__item__main__image-text > img {
    max-width: 160px;
  }
  .issues__item__main__image-text__items p {
    font-size: 12px;
    padding: 12px 16px;
    line-height: 16px;
  }
  .issues__item__main__list::before {
    height: 80%;
    top: 10%;
    left: 38px;
  }
  .issues__item__main__list__item {
    gap: 22px;
  }
  .issues__item__main__list__item__image {
    position: relative;
    top: 8px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .issues__item__main__list__item__image small {
    width: 68px;
    height: 20px;
    font-size: 10px;
  }
  .issues__item__main__list__item__image > img {
    width: 42px;
    height: 42px;
  }
  .issues__item__main__list__item__text p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
  }
  .issues__item__button {
    margin-top: 32px;
  }
  .issues__item + .issues__item {
    margin-top: 64px;
  }
}

.cta__main {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.cta__main > img {
  flex: 0 1 calc(100% - 385px);
  max-width: 750px;
}
.cta__main .btn-list {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.cta__main .btn-list .btn-fill, .cta__main .btn-list .btn-line {
  width: 337px;
  max-width: 80vw;
}
.cta__main .btn-list .btn-fill a:hover, .cta__main .btn-list .btn-line a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .cta__main {
    flex-direction: column;
    gap: 32px;
  }
  .cta__main > img {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .cta h2.slashes::before, .cta h2.slashes::after {
    display: none;
  }
}

.functions {
  background: #F5F7F8;
}
.functions h2.cont-wrap__ttl {
  margin-bottom: 40px;
}
.functions__grid__item__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.functions__grid__item__top > img {
  width: 64px;
  height: 64px;
}
.functions__grid__item__top h4 {
  text-align: left;
}
.functions__grid__item ul {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.functions__grid__item ul li {
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: flex;
}
.functions__grid__item ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex: 0 0 4px;
  position: relative;
  top: calc(0.75em - 1px);
  background-color: #444;
}
@media screen and (max-width: 767px) {
  .functions__grid__item__top {
    margin-bottom: 16px;
  }
  .functions__grid__item__top img {
    width: 32px;
    height: 32px;
  }
  .functions__grid__item ul li {
    font-size: 12px;
  }
}
@media not screen and (max-width: 767px) {
  .functions__grid {
    gap: 80px 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .functions__grid::before, .functions__grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
  }
  .functions__grid::after {
    width: 1px;
    height: 100%;
  }
}
.functions p.footnote {
  display: block;
  text-align: left;
  color: #999999;
  font-size: 12px;
  margin-top: 48px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .functions h2.cont-wrap__ttl {
    margin-bottom: 24px;
  }
  .functions__grid__item + .functions__grid__item {
    margin-top: 24px;
    border-top: 1px solid #d9d9d9;
    padding-top: 24px;
  }
}

.result-wrap {
  background-color: #e44c6f !important;
}
.result-wrap h2.cont-wrap__ttl {
  color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .result-wrap h2.cont-wrap__ttl {
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
.result-wrap .result-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
}
.result-wrap .result-list__item {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  background-color: white;
  border-radius: 16px;
  padding: 40px 0 0;
  overflow: hidden;
}
.result-wrap .result-list__item * {
  color: #1A1A1A;
}
.result-wrap .result-list__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px 32px;
}
.result-wrap .result-list__item__title span.number {
  font-size: 80px;
  line-height: 80px;
  color: #e44c6f;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.result-wrap .result-list__item__title span.number small {
  color: #e44c6f;
  font-size: 24px;
}
.result-wrap .result-list__item > img {
  object-position: bottom;
  max-height: 240px;
  margin-top: -20px;
  margin-bottom: -40px;
}
.result-wrap .result-list__item--big {
  flex: 1 1 500px;
  padding: 40px 60px;
}
@media not screen and (max-width: 1024px) {
  .result-wrap .result-list__item--big {
    justify-content: flex-start;
  }
  .result-wrap .result-list__item--big span.number {
    height: 80px;
  }
}
.result-wrap .result-list__item--big img {
  margin-top: 0;
  margin-bottom: 0;
}
.result-wrap .result-list__item--big .result-list__item__title {
  flex-direction: row;
}
.result-wrap .result-list__item--big .result-list__item__title h5 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .result-wrap .result-list {
    gap: 24px;
  }
  .result-wrap .result-list__item {
    flex: 1 1 auto;
    padding: 16px 32px 0;
    margin-top: 0 !important;
  }
  .result-wrap .result-list__item__title {
    flex-direction: row;
    gap: 7px;
    position: relative;
  }
  .result-wrap .result-list__item__title h5 {
    text-align: left;
    font-size: 13px;
  }
  .result-wrap .result-list__item__title span.number {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    transform: translateY(9%);
  }
  .result-wrap .result-list__item__title span.number small {
    font-size: 13px;
  }
  .result-wrap .result-list__item > img {
    margin-top: -10px;
    margin-bottom: -30px;
    max-height: 150px;
  }
  .result-wrap .result-list__item--big {
    padding: 16px 28px;
  }
  .result-wrap .result-list__item--big > img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.result-wrap p.footnote {
  color: white;
  font-size: 12px;
  margin-top: 32px;
  text-align: right;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .result-wrap p.footnote {
    text-align: left;
  }
}

.case-wrap .slick-arrow {
  background-color: white;
  border-radius: 50%;
  z-index: 10;
}
.case-wrap .cont-wrap__btn {
  margin-top: 16px;
}
.case-wrap .case-box__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.case-wrap .case-box__tags .case-box__tag {
  margin-top: 0;
}
.case-wrap .case-list .slick-list {
  width: 100%;
}
.case-wrap .case-list .slick-arrow {
  background: white url("../../img/common/slide_ico_arrow.svg") no-repeat 0 0/cover !important;
}
.case-wrap + .clients {
  padding-top: 0;
}
@media not screen and (max-width: 767px) {
  .case-wrap .case-box {
    padding: 0 8px;
  }
}

.clients h2.cont-wrap__ttl {
  margin-bottom: 24px;
}
.clients__body {
  display: grid;
  grid-gap: 32px;
}
.clients__body__group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.clients__body__group h5 {
  border-radius: 16px 16px 0 0;
  background-color: #DFE3E8;
  text-align: center;
  padding: 16px 0;
}
.clients__body__group__items {
  display: grid;
  grid-gap: 16px 24px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 540px;
  align-items: center;
  margin: 40px auto;
  padding: 0 16px;
}
.clients__body__group__items img {
  object-fit: contain;
  max-height: 68px;
}
@media not screen and (max-width: 767px) {
  .clients__body {
    grid-template-columns: 1fr 1fr;
  }
  .clients__body__group--big {
    grid-column: span 2;
  }
  .clients__body__group--big .clients__body__group__items {
    max-width: 1104px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .clients__body__group__items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 320px;
    margin: 24px auto;
    gap: 8px 16px;
  }
  .clients__body__group__items img {
    max-height: 58px;
  }
}

.support {
  background: #F5F7F8;
  margin-top: 80px;
}
.support .inner {
  max-width: 1080px;
}
.support .inner > p.cont-wrap__body {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .support h2.cont-wrap__ttl {
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}
.support .cont-wrap__body {
  margin-top: 32px !important;
}
.support__items__item {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.support__items__item > img {
  flex: 0 0 32%;
  max-width: 32%;
}
.support__items__item__text h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  text-align: left;
}
.support__items__item__text h4 span.number {
  background-color: #e44c6f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  font-size: 24px;
  border-radius: 50%;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.support__items__item__text p {
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media not screen and (max-width: 767px) {
  .support__items__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .support {
    margin-top: 56px;
  }
  .support__items {
    margin-top: 32px;
  }
  .support__items__item {
    margin-top: 56px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .support__items__item > img {
    max-width: 100%;
  }
  .support__items__item h4 {
    gap: 16px;
  }
  .support__items__item h4 span.number {
    height: 48px;
    width: 48px;
    font-size: 16px;
    flex: 0 0 48px;
  }
  .support__items__item h4 br {
    display: none;
  }
  .support__items__item:first-child {
    margin-top: 30px;
  }
}

.media-wrap .media-list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.media-wrap .media-list a {
  transition: 0.5s;
}
.media-wrap .media-list a:hover {
  opacity: 0.7;
}
.media-wrap .media-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
}
.media-wrap .media-list__item > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.specialties-wrap {
  background: #F5F7F8;
}
.specialties-wrap__item {
  background-color: white;
  padding: 64px 96px 96px;
  border-radius: 40px;
}
.specialties-wrap__item__bubble {
  background: #e44c6f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 0.04em;
  position: relative;
  width: 88px;
  height: 88px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.specialties-wrap__item__bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: calc(50% - 19px);
  display: block;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 26px solid #e44c6f;
}
.specialties-wrap__item h3 {
  margin: 32px 0;
}
.specialties-wrap__item > p {
  margin-bottom: 40px;
}
.specialties-wrap__item + .specialties-wrap__item {
  margin-top: 80px;
}
.specialties-wrap__item__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.specialties-wrap__item__list__item {
  min-width: 0;
}
.specialties-wrap__item__list__item__image {
  height: 238px;
  background-color: #DFE3E8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 24px;
}
.specialties-wrap__item__list__item__image img {
  height: 214px;
  width: auto;
}
.specialties-wrap__item__list__item h5 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item {
    padding: 40px 24px 48px;
  }
  .specialties-wrap__item + .specialties-wrap__item {
    margin-top: 48px;
  }
  .specialties-wrap__item__bubble {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .specialties-wrap__item__bubble::after {
    top: calc(100% - 16px);
    border-top-width: 23px;
  }
  .specialties-wrap__item h3 {
    margin: 16px 0;
    font-size: 20px;
  }
  .specialties-wrap__item h3 br {
    display: none;
  }
  .specialties-wrap__item > p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .specialties-wrap__item img.sp-only {
    max-width: 350px;
  }
  .specialties-wrap__item__list {
    grid-template-columns: 1fr;
  }
  .specialties-wrap__item__list__item__image {
    height: 186px;
  }
  .specialties-wrap__item__list__item__image img {
    height: 168px;
  }
  .specialties-wrap__item__list__item h5 br {
    display: none;
  }
}

.cta-wrap__ttl {
  margin-bottom: 24px;
}

/*# sourceMappingURL=top-new-aug.css.map */
