@charset "UTF-8";

:root {
  --theme-main-color: #1A1A1C;
  --text-normal: #1A1A1C;
  --border-gray: #D5D8DA;
  --background-gray: #F3F5F6;
  --text-gray: #606163;
  --text-light-gray: #9EA3A7;
}

ul li {
  list-style: none;
}

h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.title {
  font-weight: 700;
  font-size: 18px;
}

.title-en {
  /* font-family: "Georgia" !important; */
  font-size: 60px !important;
  margin-bottom: initial !important;
  line-height: 1.3;
}

.btn-download {
  height: 68px;
  width: 260px;
  max-width: 100%;
  background-color: #1A1A1C;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.btn-download:after {
  position: absolute;
  content: url(../images/icon-download.svg);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
  .btn-download {
    height: 56px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* transition: background-color 0.4s ease, opacity 0.85s cubic-bezier(0.165, 0.84, 0.44, 1); */
  background-color: #fff;
}

header a {
  color: var(--text-normal);
}

header a:hover {
  opacity: 0.8;
}

header li a:hover {
  opacity: 0.8;
}

.front-page__header {
  position: relative;
  background: url("../images/header-pc.png") no-repeat;
  background-position: top;
  background-size: cover;
}

.front-page__header__body {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 194px 10% 164px;
}

.front-page__header__body h1 {
  color: var(--text-normal);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
}

.front-page__header__button-wrapper {
  border-radius: 4px;
  display: flex;
}

/* .front-page__header__button-wrapper .document-button {
  background: #FFFFFF;
  margin-right: 24px;
  color: var(--theme-main-color);
  border: 1px solid var(--theme-main-color);
  border-radius: 5px;
}

.front-page__header__button {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background: var(--theme-main-color);
  border-radius: 4px;
  padding: 18.5px 14.5px;
  text-decoration: none;
  display: block;
  width: 240px;
} */
.front-page__header__button {
  width: 240px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  padding: 18.5px 14.5px;
}
/* .front-page__header__button.inquiry-button {
  border: 1px solid #fff;
} */

.front-page__header__button:hover {
  opacity: 0.8;
}

.front-page__header__headline {
  font-family: "Georgia" !important;
  font-weight: 700;
  font-size: 72px;
  font-style: normal;
  margin: 0 0 12px;
  line-height: 120%;
  width: fit-content;
  font-family: 'Poppins', sans-serif !important;

}

.front-page__header__headline .marker {
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  color: #fff;
  display: inline-block;
}

.front-page__header__headline .underline {

  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;

  display: inline-block;
  /* text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
  text-underline-offset: 11px; */
}

.front-page__header__headline .underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 6px;
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  transform: translateY(11px);
}

.front-page__header__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 64px;
  line-height: 150%;

  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.front-page__header__description {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 64px;
}

.front-page__contents {
  /* padding: 96px 120px 120px; */
  padding: 96px 32px 120px;
}

.front-page__contents02 {
  padding: 60px 10% 60px;
}

.front-page__webinar,
.front-page__blog {
  background-color: #FFFFFF;
}

.front-page__service {
  padding-bottom: 0;
  background-color: #FFFFFF;
}

.front-page__service__card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 46px;
}

.front-page__service__card {
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  font-weight: 700;
  width: calc(50% - 16px);
  margin-bottom: 32px;
}

.front-page__service__card:nth-child(odd) {
  margin-right: 32px;
}

.front-page__service__card .header {
  padding: 40px;
  background: linear-gradient(87.76deg, #345198 -18.05%, #2589B4 127.67%);
  color: #FFFFFF;
}

.front-page__service__card .header .b-to-b {
  font-size: 24px;
}

.front-page__service__card .header .service-title {
  font-size: 40px;
}

.front-page__service__card .body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 24px 40px;
}

.front-page__service__card .body ul li {
  margin: 10px 20px 10px 32px;
  position: relative;
}

.front-page__service__card .body ul li.w-100 {
  width: 100%;
}

.front-page__service__card .body ul li::before {
  content: url("../images/service-icon.svg");
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  left: -32px;
}

.front-page__service__card .body ul li a {
  color: #333333;
}

.front-page__strength {
  padding-right: 0 !important;
  background-color: #FFFFFF;
}

.front-page__strength .title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 24px;
}

.front-page__strength .description {
  margin-bottom: 32px;
}

.front-page__strength__contents {
  display: flex;
}

.front-page__strength__contents .body {
  margin-bottom: 20px;
}

.front-page__strength__contents .body .number {
  font-family: "Georgia" !important;
  color: #BBC2D2;
  font-size: 32px;
  position: relative;
}

.front-page__strength__contents .body .number::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 42px;
  width: 1px;
  height: 32px;
  background: #D9D9D9;
  border-radius: 3px;
  transform: rotate(30deg);
}

.front-page__strength__contents .body .description {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 12px 54px;
}

.front-page__strength__contents .body .value {
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-main-color);
  margin-left: 54px;
}

.front-page__strength__contents .left {
  width: 45%;
}

.front-page__strength__contents .left .title {
  margin: 120px 0 48px;
}

.front-page__strength__contents .right {
  width: 55%;
  background: linear-gradient(87.76deg, #345198 -18.05%, #2589B4 127.67%);
  border-radius: 60px 0 0 60px;
  color: #FFFFFF;
  padding: 96px 0;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -2vw 0 96px 16px;
}

.front-page__strength__contents .right img {
  width: 100%;
  max-width: 480px;
  margin-bottom: 32px;
}

.front-page__strength__table {
  /* padding-right: 120px; */
}

.front-page__strength__table .description {
  font-weight: 700;
  font-size: 20px;
}

.front-page__strength__table .table-wrapper {
  overflow: hidden;
  white-space: nowrap;
}

.front-page__strength__table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 32px 0 0;
}

.front-page__strength__table table td,
.front-page__strength__table table th {
  border: 1px solid #DDDDDD;
  text-align: center;
}

.front-page__strength__table table th {
  font-weight: 700;
  height: 78px;
}

.front-page__strength__table table th img {
  height: 32px;
}

.front-page__strength__table table td {
  font-size: 25px;
  height: 66px;
}

.front-page__strength__table table .gray {
  background: #F7F7F7;
}

.front-page__strength__table table .blue {
  background: var(--theme-main-color);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}

.front-page__strength__table table .text-blue {
  color: #1A69C6;
}

.front-page__strength__table .no-border {
  border-style: none;
}

.front-page__strength__studio {
  display: flex;
  margin: 120px 120px 93px 0;
}

.front-page__strength__studio .body {
  width: 33.3%;
  position: relative;
}

.front-page__strength__studio .body::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: -40px;
}

.front-page__strength__studio .body::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: -10px;
}

.front-page__strength__studio .body:not(:last-child) {
  margin-right: 64px;
}

.front-page__strength__studio .body .b-to-b {
  font-weight: 700;
  color: var(--theme-main-color);
}

.front-page__strength__studio .body .title {
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-main-color);
}

.front-page__strength__studio .body .description {
  font-size: 14px;
  margin: 32px 0 40px;
  height: 12vh;
}

.front-page__strength__studio .body img {
  height: 200px;
}

.front-page__strength__studio .body ul {
  list-style: none;
  padding: 0;
  margin-top: 56px;
  margin-left: 38px;
  font-weight: 700;
  line-height: 140%;
}

.front-page__strength__studio .body ul li {
  margin-bottom: 24px;
}

.front-page__strength__studio .body ul li::before {
  content: url("../images/service-icon.svg");
  vertical-align: middle;
  padding-right: 6px;
  position: absolute;
  left: 0;
}

.front-page__strength__studio .body ul li a {
  color: #333333;
}
/* 
.front-page__strength__product {
  margin-right: 120px;
  padding: 80px 40px;
  position: relative;
}

.front-page__strength__product .name {
  font-size: 18px;
}

.front-page__strength__product .content {
  display: flex;
}

.front-page__strength__product .content .body {
  width: 50%;
}

.front-page__strength__product .content .body:not(:last-child) {
  margin-right: 48px;
}

.front-page__strength__product .content .body .name {
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-main-color);
  margin: 64px 0 20px;
  line-height: 160%;
}

.front-page__strength__product .content .body .description {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.front-page__strength__product .content .body ul {
  margin: 0;
  padding: 0 0 0 32px;
}

.front-page__strength__product .content .body ul li {
  position: relative;
  font-weight: 700;
  margin-top: 48px;
}

.front-page__strength__product .content .body ul li::before {
  content: url("../images/service-icon.svg");
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  left: -32px;
} */

.front-page__news .description {
  margin-bottom: 48px;
}

.front-page__news__archive {
  font-family: "Noto Sans JP", sans-serif !important;
}

.front-page__news__archive ul {
  padding: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.front-page__news__archive ul li {
  width: calc(33% - 35px);
  position: relative;
  margin-bottom: 60px;
}

/* ↓ service ↓ */
.front-page__news__archive.service_archive ul {
  gap: 40px;
}

.front-page__news__archive.service_archive ul li {
  width: calc(50% - 20px);
  margin-right: 0 !important;
  background-color: #fff;
  margin-bottom: 0;
}

.front-page__news__archive.service_archive ul li .img-wrapper {
  border-radius: 0;
}

.front-page__news__archive.service_archive ul li img {
  /* width: initial; */
  height: initial;
}

.service_archive_body {
  padding: 32px 32px 40px;
  color: var(--text-normal);
}

.front-service_archive_ttl {
  margin-bottom: 16px;
  font-family: "Noto Sans JP" !important;
  color: var(--text-normal);
  font-weight: 700;
}

.service_archive_body .venue {
  margin-bottom: 0 !important;
}

.service_archive_body .venue::before {
  display: none;
}

/* ↑ service ↑ */

.front-page__news__archive ul li img {
  transition-duration: 0.5s;
}

.front-page__news__archive ul li:hover {
  opacity: 0.8;
}

.front-page__news__archive ul li .img-wrapper {
  overflow: hidden;

  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 100%;
}

.front-page__news__archive ul li img {
  /* width: 100%;
  height: 200px;
  object-fit: cover; */
  transition: 1s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.front-page__news__archive ul li .category {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  padding: 6px;
  /* background: #1A1A1C; */
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
}

.front-page__news__archive ul li .case_studies__body {
  font-weight: 200;
  color: #666666;
  font-size: 14px;
}

.front-page__news__archive ul li .case_studies__body span {
  color: #1A1A1C;
  display: block;
  margin-bottom: 20px;
}

.front-page__news__archive ul li:not(:nth-child(3n)) {
  margin-right: 50px;
}

.front-page__news__archive .date,
.front-page__news__archive .venue {
  color: var(--text-normal);
  font-size: 14px;
}

.front-page__news__archive .date::before {
  margin-right: 16px;
  content: "日時";
}

.front-page__news__archive .venue::before {
  margin-right: 16px;
  content: "会場";
}

.front-page__news__date {
  font-weight: 700;
  font-size: 18px;
}

.front-page__news__title {
  display: -webkit-box;
  font-family: "Noto Sans JP" !important;
  color: var(--text-normal);
  font-weight: 700;
  font-size: 20px;
  margin: 12px 0 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.front-page__news__body {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #666666;
  margin: 0;
}

.front-page__news__body .read-more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.front-page__recruitment {
  background: #333333;
}

.front-page__recruitment h2 {
  margin: 0 0 32px 0;
  font-weight: 700;
}

.front-page__recruitment__wrapper {
  display: flex;
  padding: 60px;
}

.front-page__recruitment .right {
  align-items: center;
  justify-content: right;
  display: flex;
  margin-left: auto;
}

.front-page__recruitment .right a {
  color: var(--theme-main-color);
}

.front-page__recruitment .link {
  position: relative;
  margin-right: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var();
}

.front-page__recruitment .link:after {
  position: absolute;
  content: url(../images/icon-arrow-right.svg);
  right: -32px;
  top: 0;
  bottom: 0;
}

.front-page__media {
  display: flex;
  justify-content: space-between;
}

.front-page__media .link {
  /* border: 1px solid #002CB6;
  color: #002CB6; */
  background: var(--theme-gra);
  color: #fff;
  border-radius: 5px;
  padding: 13px 21px;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.front-page__media .link img {
  width: 24px;
  filter: var(--svg-white);
}

.front-page__media .left {
  width: 27%;
}

.front-page__media .right {
  width: 73%;
}

.front-page__media .right li {
  border-bottom: 1px solid #DDDDDD;
  padding: 32px 0;
}

.front-page__media .right li a {
  display: flex;
  align-items: baseline;
}

.front-page__media__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
  margin-bottom: initial;
}

.front-page__media__title {
  margin-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: initial;
}

.front-page__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  margin: 5px 0 60px;
}

/* SP */
@media screen and (max-width: 800px) {
  h2 {
    font-size: 32px;
  }

  .mb-50 {
    margin-bottom: 20px;
  }

  body.is--fixed {
    overflow: hidden;
  }

  .front-page__header {
    position: relative;
    margin-top: 64px;
  }

  .front-page__header__headline {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
  }

  .front-page__header__description {
    margin-bottom: 48px;
  }
  .front-page__header__button{
    text-align: left;
  }
  .front-page__header__button-wrapper {
    margin: 0 auto;
    flex-direction: column;
  }

  .front-page__header__button-wrapper .document-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .front-page__header__text {
    font-size: 20px;
  }

  .front-page__header__body {
    background-image: url("../images/top/header-sp.png");
    /* height: calc(100vh - 64px); */
    height: 100vh;
    padding: 0 20px;
  }

  .front-page__header__body h1 {
    font-size: 24px;
    margin-top: 10vw;
  }

  .front-page__contents {
    padding: 40px 24px;
  }

  .front-page__service__card {
    width: 100%;
    margin-bottom: 24px;
  }

  .front-page__service__card:nth-child(odd) {
    margin-right: 0;
  }

  .front-page__service__card .header {
    padding: 20px;
  }

  .front-page__service__card .header .service-title {
    font-size: 32px;
  }

  .front-page__service__card .body ul {
    padding: 22px 20px;
    display: block;
  }

  .front-page__strength .description {
    margin-bottom: 0;
  }

  .front-page__strength__image {
    margin-top: 20px;
    /* margin-right: 20px; */
  }

  .front-page__strength__image img {
    width: 100%;
  }

  .front-page__strength #modalCon {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .front-page__strength #modalCon .modal-content {
    width: 98%;
    animation-name: modalopen;
    animation-duration: 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
  }

  .front-page__strength #modalCon .modal-content .modalClose {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
  }

  .front-page__strength #modalCon .modal-content .modalClose::after {
    content: "";
    top: 18px;
    right: 1px;
    width: 25px;
    border-top: 2px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 3;
  }

  .front-page__strength #modalCon .modal-content .modalClose::before {
    content: "";
    top: 18px;
    right: 1px;
    width: 25px;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 3;
  }

  @keyframes modalopen {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .front-page__strength__contents {
    flex-direction: column;
  }

  .front-page__strength__contents .body .value {
    font-size: 24px;
  }

  .front-page__strength__contents .left {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 20px;
  }

  .front-page__strength__contents .left .title {
    font-size: 22px;
    margin-top: 36px;
  }

  .front-page__strength__contents .right {
    width: calc(100% - 16px);
    height: 50%;
    padding: 56px 0;
    font-size: 18px;
  }

  .front-page__strength__contents .right img {
    max-width: 260px;
  }

  .front-page__strength__table {
    padding-right: 0;
  }

  .front-page__strength__table th,
  .front-page__strength__table td {
    width: 240px;
  }

  .front-page__strength__studio {
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .front-page__strength__studio .body {
    width: 100%;
    margin-bottom: 80px;
  }

  .front-page__strength__studio .body ul {
    margin-top: 7px;
  }

  .front-page__strength__studio .body:not(:last-child) {
    margin-right: 0;
  }

  .front-page__strength__studio .body:not(:last-child)::after {
    content: none;
  }

  .front-page__strength__studio .body img {
    height: unset;
    width: 100%;
  }
/* 
  .front-page__strength__product {
    margin-right: 20px;
    padding: 40px 20px;
  }

  .front-page__strength__product .content {
    flex-direction: column;
  }

  .front-page__strength__product .content .body {
    width: 100%;
  }

  .front-page__strength__product .content .body img {
    margin-top: 28px;
  }

  .front-page__strength__product .content .body .name {
    margin: 0 0 16px;
  }

  .front-page__strength__product .content .body .name span {
    font-size: 18px;
  }

  .front-page__strength__product .content .body ul li {
    margin-top: 20px;
  } */

  .front-page__news {
    padding: 20px;
  }

  .front-page__news__date {
    display: block;
  }

  .front-page__news__archive ul {
    flex-direction: column;
    width: 100%;
  }

  .front-page__news__archive li {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .front-page__news__archive li:nth-child(n+4) {
    display: none;
  }

  .front-page__news__link {
    margin: 0 auto;
    width: 100%;
  }

  .front-page__recruitment {
    padding: 32px 20px;
  }

  .front-page__recruitment__wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }

  .front-page__recruitment h2 {
    margin: 0 0 24px;
  }

  .front-page__recruitment .right {
    justify-content: left;
    margin-left: unset;
    margin-top: 32px;
  }

  .front-page__media {
    flex-direction: column;
  }

  .front-page__media .link {
    margin: 48px auto 88px;
  }

  .front-page__media .left {
    width: 100%;
  }

  .front-page__media .right {
    width: 100%;
  }

  .front-page__media .right ul {
    padding: 0;
    margin: 0;
  }

  .front-page__media .right ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .front-page__media .right ul li a p {
    margin-bottom: 4px;
  }

  .front-page__media__title {
    margin-left: 0;
  }
}

@media screen and (max-width:800px) {
  .title-en {
    font-size: 36px !important;
    letter-spacing: 0.02em !important;
  }

  h2 {
    font-size: 16px !important;
    letter-spacing: 0.02em !important;
  }
}


/* 企業ロゴ

====================================================*/
.logo {
  padding: 24px 0 48px 0;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -120px;
}

.logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0;
  animation: logo-scroll 55s infinite linear 1.5s both
}

.logo ul li {
  margin: 0px 0 1rem 0;
  width: 9.25rem
}

.logo ul li img {
  width: 100%;
  max-width: inherit;
}


@media screen and (max-width:800px) {
  .logo {
    margin: 0 -20px;
  }

  .logo ul li {
    width: 90px;
    margin: 0
  }
}

@keyframes logo-scroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}