/*==================
    共通
===================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  color: #333;
}

img {
  width: 100%;
  display: block;
}

.btn {
  width: 13.443%;
  text-align: center;
}

.btn__link {
  padding: 20px 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b50080;
  border: 1px solid #b50080;
  color: #fff;
  transition: 0.3s ease;
}

.btn__link:hover {
  background-color: #fff;
  color: #b50080;
  border: 1px solid #b50080;
  transition: 0.3s ease;
}

section {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding: 55px 0 120px;
  z-index: 1;
}

.title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.title > span {
  position: relative;
}

.title > span::before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 70px;
  background: url("../img/common/title-deco.png") no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.title > span::after {
  display: block;
  color: #b50080;
  font-size: 2rem;
  width: 100%;
  padding-top: 8px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 990px) {
  body {
    font-size: 1.5rem;
  }

  .title {
    font-size: 2.8rem;
  }

  .title > span::before {
    width: 65px;
    height: 40px;
    top: 55%;
  }

  .title > span::after {
    font-size: 1.7rem;
  }
  .btn {
    width: 17%;
  }
  .gnav__item {
    font-size: 1.35rem;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

/*==================
    header
===================*/
.header {
  position: fixed;
  width: 100vw;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
}

.header__inner {
  display: flex;
  padding: 10px 55px 10px 25px;
  align-items: center;
}

.logo {
  margin-right: 15px;
  max-width: 405px;
  min-width: 120px;
  width: 28%;
}

.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.gnav {
  max-width: 550px;
  /* flex-grow: 1; */
  width: 550px;
  margin-left: auto;
}

.gnav__list {
  display: flex;
  justify-content: space-between;
}

.header__btn {
  margin-left: 2.95081%;
}

.gnav__item-link:hover,
.drawer-menu__item-link:hover {
  color: #b50080;
  transition: 0.3s ease;
}

.hamburger-menu,
.drawer-menu {
  display: none;
}

@media screen and (max-width: 990px) {
  .header__inner {
    padding: 15px 30px 15px 25px;
  }
  .logo {
    z-index: 100;
    width: 380px;
    margin-right: 5%;
  }
  .hamburger-menu {
    top: 13px !important;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
    z-index: 50;
  }
  .header__inner {
    padding-left: 10px;
  }
  .logo {
    z-index: 100;
    width: 280px;
  }

  .gnav,
  .header__btn {
    display: none;
  }

  .hamburger-menu {
    display: block;
    position: fixed;
    right: 3%;
    top: 10px;
    width: 45px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
  }

  .bar {
    position: absolute;
    width: 80%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b50080;
    border-radius: 4px;
    transition: ease 0.4s;
  }

  .bar_top {
    top: 0%;
  }

  .bar_middle {
    top: 40%;
  }

  .bar_bottom {
    top: 80%;
  }

  .close .bar_top {
    top: 43%;
    left: 0;
    transform: rotate(45deg);
    transition: ease 0.4s;
  }

  .close .bar_middle {
    opacity: 0;
    transition: 0.1s;
  }

  .close .bar_bottom {
    top: 43%;
    left: 0;
    transform: rotate(-45deg);
    transition: ease 0.4s;
  }

  .drawer-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    left: 0;
    top: 48px;
    top: 0px;
    z-index: 80;
    transform: translateX(100%);
    transition: ease 0.4s;
  }

  .drawer-menu.is-js {
    transform: translateX(0);
    transition: ease 0.4s;
  }

  .drawer-menu__inner {
    width: 80%;
    max-width: 480px;
    /* margin: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .drawer-menu__list li + li {
    margin-top: 40px;
  }

  .drawer-menu__item {
    text-align: center;
  }

  .drawer-menu__btn {
    width: 60%;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 520px) {
  .header__inner {
    padding: 17px 55px 17px 14px;
  }
  .logo {
    width: 80%;
  }
}
/*==================
    mainvisual
===================*/
.mainvisual {
  padding-top: 79px;
  width: 100%;
  overflow-y: hidden;
}

.mainvisual-sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    display: none;
  }

  .mainvisual-sp {
    display: block;
  }
}

/*==================
    genre
===================*/
.genre {
  position: relative;
  background: url("../img/genre/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.genre::before {
  content: "";
  display: block;
  width: 14.375%;
  height: 260px;
  background: url("../img/genre/deco01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  right: 8%;
  pointer-events: none;
  z-index: -1;
}

.genre::after {
  content: "";
  display: block;
  width: 14.375%;
  height: 277px;
  background: url("../img/genre/deco02.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 1%;
  left: 4%;
  pointer-events: none;
  z-index: -1;
}

.genre__title > span::after {
  content: "Search by genre";
}

.genre__content {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.genre__item {
  width: calc((100% - 15 * 3) / 4);
  margin-left: 15px;
}

.genre__item:first-child {
  margin-left: 0;
}

.genre__item:nth-child(odd) {
  margin-top: 60px;
}

.genre__text {
  color: #fff;
  font-size: 2rem;
  padding: 1em 0;
  background-color: #b50080;
  border: 1px solid #b50080;
  transition: 0.5s ease;
}

.genre__text > span {
  display: block;
  text-align: center;
}

.genre__text > span:nth-child(2) {
  font-size: 1.5rem;
}

.genre__item-link:hover .genre__text {
  color: #b50080;
  background-color: #fff;
  transition: 0.5s ease;
}

.genre__item-img {
  background-color: rgba(181, 0, 128);
  background-color: #b50080;
  transition: 0.5s ease;
}

.genre__item-img > img {
  opacity: 0.5s ease;
}

.genre__item-link:hover .genre__item-img > img {
  opacity: 0.8;
  transition: 0.5s ease;
}

@media screen and (max-width: 767px) {
  .genre::before {
    width: 60px;
    height: 80px;
  }

  .genre::after {
    width: 90px;
    height: 200px;
  }

  .genre__content {
    flex-wrap: wrap;
  }

  .genre__item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }

  .genre__item:nth-child(odd) {
    margin-left: 0;
    margin-top: 30px;
  }

  .genre__text {
    font-size: 1.7rem;
    padding: 10px 0;
  }

  .genre__text > span:nth-child(2) {
    font-size: 1.4rem;
  }
}

/*==================
    workstyle
===================*/
.workstyle {
  position: relative;
  background: url("../img/workstyle/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.workstyle .inner {
  position: relative;
}

.workstyle .inner::after {
  content: "";
  display: block;
  width: 11.3265%;
  height: 140px;
  background: url("../img/workstyle/deco02.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 28%;
  left: -8%;
  transform: translateX(-100%);
  pointer-events: none;
  z-index: -1;
}

.workstyle::before {
  content: "";
  display: block;
  width: 8.3125%;
  height: 182px;
  background: url("../img/workstyle/deco01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  right: 7%;
  pointer-events: none;
  z-index: -1;
}

.workstyle__title > span::after {
  content: "Search by work style";
}

.workstyle__content {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.workstyle__item {
  width: calc((100% - 35px * 3) / 4);
  margin-left: 35px;
  margin-bottom: 35px;
  border-radius: 20px;
  font-size: 2.4rem;
}

.workstyle__item:nth-child(1),
.workstyle__item:nth-child(3),
.workstyle__item:nth-child(6),
.workstyle__item:nth-child(8) {
  background-color: #49afe6;
}

.workstyle__item:nth-child(2),
.workstyle__item:nth-child(4),
.workstyle__item:nth-child(5),
.workstyle__item:nth-child(7) {
  background-color: #dcad28;
}

.workstyle__item:nth-child(1),
.workstyle__item:nth-child(5) {
  margin-left: 0;
}

.workstyle__item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.workstyle__item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
  transition: 0.5s ease;
}

.workstyle__item-link:hover {
  opacity: 0.7;
  transition: 0.5s ease;
}

.workstyle__item-icon {
  height: 103px;
  margin: auto;
}
.workstyle__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.workstyle__item-text {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}

@media screen and (max-width: 1280px) {
  .workstyle::before {
    top: 5%;
  }

  .workstyle .inner::after {
    bottom: 1%;
    left: 0;
    transform: translateX(0);
    width: 9%;
  }
}

@media screen and (max-width: 1200px) {
  .workstyle::before {
    top: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .workstyle__item-link {
    padding: 1.5em 0.8em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 990px) {
  .workstyle__item {
    font-size: 2rem;
  }

  .workstyle__item-text {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .workstyle::before {
    width: 55px;
    right: 7%;
    height: 90px;
  }

  .workstyle .inner::after {
    bottom: 2%;
    width: 70px;
    height: 100px;
  }

  .workstyle__item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .workstyle__item-link {
    padding: 20px;
  }

  .workstyle__item:nth-child(3),
  .workstyle__item:nth-child(5),
  .workstyle__item:nth-child(7) {
    margin-left: 0;
  }

  .workstyle__item:nth-child(5),
  .workstyle__item:nth-child(6) {
    margin-bottom: 15px;
  }

  .workstyle__item-icon {
    height: auto;
    width: 85%;
  }

  .workstyle__item-text {
    margin-top: 15px;
  }
}

/*==================
    benefit
===================*/
.benefit {
  position: relative;
  background: url("../img/benefit/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.benefit__title > span::after {
  content: "Introduction of benefits";
}
/* deco */
.benefit::before {
  content: "";
  display: block;
  width: min(300px, calc((300 / 1600) * 100vw));
  height: 100%;

  background: url("../img/benefit/deco01.png") left top no-repeat;
  background-size: 100%;

  position: absolute;
  top: max(52px, calc((52 / 1600) * 100vw));
  left: calc(50% + 450px);
}
.benefit-item:nth-of-type(2):before {
  content: "";
  display: block;
  width: min(180px, calc((180 / 1600) * 100vw));
  height: 200%;

  background: url("../img/benefit/deco02.png") right top no-repeat;
  background-size: 100%;

  position: absolute;
  top: max(-60px, calc((-60 / 1600) * 100vw));
  left: -220px;
}
.benefit-item:nth-of-type(4)::before {
  content: "";
  display: block;
  width: min(277px, calc((277 / 1600) * 100vw));
  height: 200%;

  background: url("../img/benefit/deco03.png") left top no-repeat;
  background-size: 100%;

  position: absolute;
  top: max(-100px, calc((-100 / 1600) * 100vw));
  right: -300px;
}
.benefit-item:nth-of-type(6):before {
  content: "";
  display: block;
  width: min(196px, calc((196 / 1600) * 100vw));
  height: 200%;

  background: url("../img/benefit/deco04.png") right top no-repeat;
  background-size: 100%;

  position: absolute;
  top: max(-80px, calc((-80 / 1600) * 100vw));
  left: -220px;
}
/* content */
.benefit__content {
  margin-top: 60px;
}
.benefit-item {
  position: relative;
  display: flex;
}
.benefit-img {
  position: relative;
  z-index: 2;
  flex-basis: 40%;
}
.benefit-text {
  position: relative;
  z-index: 0;
  flex-basis: 60%;

  margin-top: 50px;
  min-height: 300px;
  border-top: 5px solid #b50080;
  padding: 35px 35px 35px 30px;
}
.benefit-text::before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;

  width: calc(100% + 40px);
  height: 100%;
  border-radius: 0 0 20px 20px;
}
.benefit-text h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #b50080;
}
.benefit-text h3 span {
  display: inline-block;
}
.benefit-text p {
  padding-top: 1em;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.benefit-text p span {
  display: block;
  font-size: 1.5rem;
  color: #949494;
}
/* 左右逆 */
.benefit-item + .benefit-item {
  margin-top: 60px;
}
.benefit-item:nth-child(even) {
  flex-direction: row-reverse;
}
.benefit-item:nth-child(even) .benefit-text {
  padding: 35px 25px 35px 35px;
}
.benefit-item:nth-child(even) .benefit-text::before {
  right: unset;
  left: 0;
}
@media only screen and (max-width: 1599px) {
  .benefit::before {
    right: -40px;
    left: unset;
  }
  .benefit-item:nth-of-type(2):before {
    left: unset;
    right: calc(100% + 10px);
  }
  .benefit-item:nth-of-type(4)::before {
    right: unset;
    left: calc(100% + 10px);
  }
  .benefit-item:nth-of-type(6):before {
    left: unset;
    right: calc(100% + 10px);
  }
}
@media screen and (max-width: 1200px) {
  .benefit-item:nth-of-type(2):before {
    top: -180px;
    right: unset;
    left: 10px;
  }
  .benefit-item:nth-of-type(4)::before {
    left: 94%;
  }
  .benefit-item:nth-of-type(6):before {
    top: -130px;
    right: unset;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .benefit::before {
    width: min(150px, 20vw);
    right: -10px;
    left: unset;
  }
  .benefit-item:nth-of-type(2):before {
    top: -40px;
    left: -15vw;
  }
  .benefit-item:nth-of-type(6):before {
    top: -40px;
    left: -15vw;
  }
  /* content */
  .benefit-item + .benefit-item {
    margin-top: 40px;
  }
  .benefit-item {
    display: block;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .benefit-text,
  .benefit-item:nth-child(even) .benefit-text {
    margin-top: 0;
    min-height: 0;
  }
  .benefit-text::before {
    width: 100%;
  }
  .benefit-text h3 {
    font-size: 2.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .benefit-item:nth-of-type(2):before,
  .benefit-item:nth-of-type(4):before,
  .benefit-item:nth-of-type(6):before {
    display: none;
  }
  .benefit::before {
    top: 0.5%;
  }
  .benefit::after {
    content: "";
    display: block;
    width: min(90px, 20vw);
    height: 100%;

    background: url("../img/benefit/deco04.png") left bottom no-repeat;
    background-size: 100%;

    position: absolute;
    bottom: 0.8%;
    left: 10px;
  }
  /* content */
  .benefit-slide .slick-prev,
  .benefit-slide .slick-next {
    width: 30px;
    height: 30px;
  }
  .benefit-item + .benefit-item {
    margin-top: 30px;
  }
  .benefit-text,
  .benefit-item:nth-child(even) .benefit-text {
    padding: 1.5em;
  }
  .benefit-text h3 {
    font-size: 2rem;
  }
  .benefit-text p {
    font-size: 1.5rem;
    padding-top: 10px;
  }
}

/*==================
    faq
===================*/
.faq {
  position: relative;
  background: url("../img/faq/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  overflow-x: hidden;
}

.faq::before {
  content: "";
  display: block;
  width: 8.4375%;
  height: 95px;
  background: url("../img/faq/deco01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 22%;
  right: 8%;
  pointer-events: none;
  z-index: -1;
}

.faq::after {
  content: "";
  display: block;
  width: 8.25%;
  height: 738px;
  background: url("../img/faq/deco02.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 20%;
  left: 8%;
  pointer-events: none;
  z-index: -1;
}

.faq .inner {
  padding-bottom: 285px;
}

.faq__title > span::after {
  content: "Q&A";
}

.faq__list {
  max-width: 830px;
  margin: 60px auto 0;
}

.faq__item {
  margin-top: 30px;
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__item-title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  background-color: #49afe6;
  padding: 1.1em 2.5em 1.1em 1.2em;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.faq__item-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

.faq__item-title::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%) rotate(0deg);
  right: 30px;
  pointer-events: none;
  transition: 0.5s ease;
}

.faq__item-title.is-js::after {
  transform: translate(50%, -50%) rotate(-270deg);
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0);
}

.faq__item-text {
  line-height: 1.529;
  background-color: #fff;
  padding: 1.2em 1.4em;
}

.faq__btn {
  margin: 115px auto 0;
  width: 45.9183%;
  position: relative;
  z-index: 5;
}

.faq__btn-link {
  font-size: 2.5rem;
  padding: 1.4em 0;
}

@media screen and (max-width: 1200px) {
  .faq::before {
    height: 95px;
    top: 5%;
    right: 8%;
  }

  .faq::after {
    height: 500px;
    bottom: 10%;
    transform: rotate(-30deg) translateX(50%);
    left: 8%;
  }
}

@media screen and (max-width: 767px) {
  .faq::before {
    width: 60px;
    height: 50px;
  }

  .faq::after {
    width: 60px;
    height: 380px;
    bottom: 10%;
    transform: rotate(-35deg) translateX(0%);
    transform-origin: top;
    left: 5%;
  }

  .faq__item-title {
    font-size: 1.8rem;
  }

  .faq__btn {
    max-width: 250px;
    width: 235px;
  }

  .faq__btn-link {
    font-size: 1.8rem;
    padding: 1em 0;
  }
}

@media screen and (max-width: 575px) {
  .faq::after {
    transform: rotate(-20deg) translateX(0%);
    left: 5%;
  }

  .faq__item-title {
    font-size: 1.6rem;
    padding-right: 2.2em;
  }

  .faq__item-title::before {
    right: 10px;
  }

  .faq__item-title::after {
    right: 20px;
  }
}

/*==================
    page-top
===================*/
.page-top__btn {
  position: fixed;
  bottom: 70px;
  right: 55px;
  width: 125px;
  height: 125px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.page-top__btn:hover {
  opacity: 0.9;
  transition: 0.5s ease;
  transform: translate(0px, -10px);
}

.page-top__btn > span {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.page-top__btn > span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/common/top-arrow.svg") no-repeat;
  background-size: 100%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 1200px) {
  .page-top__btn {
    width: 80px;
    height: 80px;
    right: 2%;
    bottom: 90px;
  }

  .page-top__btn > span {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .page-top__btn > span::before {
    margin-bottom: 4px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-top__btn {
    width: 65px;
    height: 65px;
    right: 3%;
    bottom: 78px;
  }

  .page-top__btn > span {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .page-top__btn > span::before {
    margin-bottom: 4px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 520px) {
  .page-top__btn {
    bottom: 80px;
  }
}
/*==================
    footer
===================*/
.footer {
  background-color: #b6bc02;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 262px;
  background: url("../img/common/footer-deco.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.footer__inner {
  padding: 30px 35px;
  text-align: center;
}
.footer__inner .f_txt {
  line-height: 1.4;
}
.footer nav {
  margin-top: 18px;
}

.footer a {
  transform: 0.5s ease;
}

.footer a:hover {
  color: #b50080;
  transform: 0.5s ease;
}

.footer nav a + a {
  margin-left: 20px;
  position: relative;
}

.footer nav a + a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  border-left: 1px solid #333;
}

@media screen and (max-width: 991px) {
  .footer {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    display: block;
    font-size: 10px;
    text-align: center;
  }

  .footer::before {
    height: 200px;
    background: url("../img/common/footer-deco_sp.png") no-repeat;
    background-size: 100%;
    background-position: bottom;
  }

  .footer__inner {
    display: block;
    padding: 20px 15px 25px;
  }
  .footer__inner .f_txt {
    text-align: left;
    font-size: 11.4px;
    line-height: 1.4;
    width: 88%;
  }
  .footer nav {
    font-size: 10.4px;
    margin-top: 13px;
  }

  .footer nav a:last-child {
    width: 100%;
  }

  .copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .footer__inner .f_txt {
    width: 82%;
  }
}
