@charset "UTF-8";

/*================================================================================
FileName: advance.scss
================================================================================*/
.p-menber {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .p-menber .l-content + .l-content.p-advance_message {
    margin-top: 0;
  }
}

.p-advance_nav {
  background: #f7f9f8;
}
@media only screen and (min-width: 769px) {
  .p-advance_nav {
    margin-top: 56px;
    padding: 32px 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-advance_nav {
    padding: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_nav {
    margin-top: 6.4vw;
    padding: 4.2666666667vw;
    width: 110%;
    margin-left: -5%;
  }
}
.p-advance_nav .item_btn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-advance_nav .item_btn {
    overflow-x: hidden;
    white-space: nowrap;
  }
}
.p-advance_nav .item_btn > [class^=c-btn] {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    font-size: 1.8rem;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    font-size: 0.8rem;
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    width: 32%;
    max-width: 328px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    width: auto;
    min-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_nav .item_btn > [class^=c-btn] {
    width: auto;
    flex: none;
    padding: 0.6em 1em;
  }
  .p-advance_nav .item_btn > [class^=c-btn] + [class^=c-btn] {
    margin-left: 16px;
  }
}
.p-advance_nav .item_btn > [class^=c-btn].is-active {
  color: #fff;
  background-color: #ea483a;
}


.p-advance_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
}

@media only screen and (max-width: 1200px) {
  .p-advance_list {
    gap: calc(40vw / 12.8) calc(25vw / 12);
  }
}

.anime {

}

.fadeup {

}

.p-advance_list_item {
  width: 350px;
  background-image: url(../../../assets/img/advance/advance_link_bg_01.png);
  background-size: cover;
  border-radius: 18px;
}

.p-advance_list .p-advance_list_item:hover .item_plus {
  background-color: #fff;
}

.p-advance_list .p-advance_list_item:hover .item_plus::before,
.p-advance_list .p-advance_list_item:hover .item_plus::after {
  background-color: #ED3531;
}



@media only screen and (max-width: 1200px) {
  .p-advance_list_item {
    width: calc(350vw / 12);
    border-radius: calc(18vw / 12);
  }
}

.p-advance_list_item_inner {
  position: relative;
  cursor: pointer;
}

.p-advance_list .item_plus {
  display: block;
  width: 65px;
  height: 65px;
  border: 2px solid #ED3531;
  background-color: #ED3531;
  border-radius: 65px;
  position: absolute;
  top: 18px;
  right: 13px;
  transition: all .3s;
}

.p-advance_list .item_plus::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
    transition: all .3s;

}
.p-advance_list .item_plus::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
    transition: all .3s;
}

.p-advance_list .item_img {

}

.p-advance_list .item_card {
  position: relative;
  z-index: 10;
  padding: 15px 14px;
}
.p-advance_list .item_card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #fff;
  opacity: .9;
}
.p-advance_list .item_info {
  display: flex;
  gap: 14px;
}

.p-advance_list .item_role {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-advance_list .item_year {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  color: #696969;
}

.p-advance_list .item_position {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-advance_list .item_name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-advance_list .item_point {
  margin-top: 15px;
}

.p-advance_list .item_point .head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -14px;
    margin-right: -14px;
}


.p-advance_list .item_point .head .head_text {
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  line-height: calc(14 / 10);
  letter-spacing: 0;
  color: #fff;
  padding: 5px 10px;
  background-color: #D61718;
  position: relative;
  z-index: 10;
}

.p-advance_list .item_point .head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, #F78268, #CB2C0A);
}

.p-advance_list .item_point .text {
  text-align: center;
  padding: 18px 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  letter-spacing: 0;
  color: #222222;
}

@media only screen and (max-width: 1200px) {

  .p-advance_list .item_card {
    padding: calc(15vw / 12) calc(14vw / 12);
  }

.p-advance_list .item_plus {
  display: block;
  width: calc(65vw / 12);
  height: calc(65vw / 12);
  border: calc(2vw / 12) solid #ED3531;
  background-color: #ED3531;
  border-radius: calc(65vw / 12);
  position: absolute;
  top: calc(18vw / 12);
  right: calc(13vw / 12);
}

.p-advance_list .item_plus::before {
  width: calc(20vw / 12);
  height: calc(2vw / 12);

}
.p-advance_list .item_plus::after {
  width: calc(2vw / 12);
  height: calc(20vw / 12);
}
  .p-advance_list .item_info {
    gap: calc(14vw / 12);
  }
  
  .p-advance_list .item_role {
    font-size: calc(16vw / 12);
  }
  
  .p-advance_list .item_year {
    font-size: calc(15vw / 12);
  }
  
  .p-advance_list .item_position {
    margin-top: calc(4vw / 12);
    /* font-size: calc(20vw / 12); */
      font-size: calc(16vw / 12);
  }

  .p-advance_list .item_name {
    margin-top: calc(8vw / 12);
    font-size: calc(20vw / 12);
}
  
  .p-advance_list .item_point {
    margin-top: calc(15vw / 12);
  }
  
    .p-advance_list .item_point .head {
      margin-left: calc(-14vw / 12);
            margin-right: calc(-14vw / 12);
  }
  .p-advance_list .item_point .head .head_text {
    border-radius: calc(2vw / 12);
    font-size: calc(10vw / 12);
    padding: calc(5vw / 12) calc(10vw / 12);
  }
  
  .p-advance_list .item_point .head::after {
    height: calc(3vw / 12);
  }
  
  .p-advance_list .item_point .text {
    padding: calc(18vw / 12) calc(10vw / 12) calc(24vw / 12);
    font-size: calc(14vw / 12);
  }
}

@media only screen and (max-width: 768px) {
  .p-advance_list {
        gap: calc(8vw / 3.75) calc(8vw / 3.75);
    }
  .p-advance_list_item {
    width: calc(168vw / 3.75);
  }




   .p-advance_list .item_card {
    padding: calc(12vw/ 3.75) calc(10vw/ 3.75);
  }

.p-advance_list .item_plus {
  display: block;
  width: calc(30vw/ 3.75);
  height: calc(30vw/ 3.75);
  border: calc(2vw/ 3.75) solid #ED3531;
  background-color: #ED3531;
  border-radius: calc(30vw/ 3.75);
  position: absolute;
  top: calc(6vw/ 3.75);
  right: calc(8vw/ 3.75);
}

.p-advance_list .item_plus::before {
  width: calc(12vw/ 3.75);
  height: calc(2vw/ 3.75);

}
.p-advance_list .item_plus::after {
  width: calc(2vw/ 3.75);
  height: calc(12vw/ 3.75);
}
  .p-advance_list .item_info {
    gap: 0;
    flex-direction: column;
  }
  
  .p-advance_list .item_role {
    font-size: calc(12vw/ 3.75);
  }
  
  .p-advance_list .item_year {
    font-size: calc(12vw/ 3.75);
  }
  
  .p-advance_list .item_position {
    margin-top: calc(4vw/ 3.75);
    /* font-size: calc(12vw/ 3.75); */
    font-size: calc(10vw/ 3.75);
    min-height:calc(32vw/ 3.75);
  }

    .p-advance_list .item_name {
    margin-top: calc(2vw/ 3.75);
    /* font-size: calc(12vw/ 3.75); */
    font-size: calc(14vw/ 3.75);
}
  
  .p-advance_list .item_point {
    margin-top: calc(10vw/ 3.75);
  }

    .p-advance_list .item_point .head{
    margin-left: calc(-10vw/ 3.75);
        margin-right: calc(-10vw/ 3.75);
    }
  
  .p-advance_list .item_point .head .head_text {
    border-radius: calc(2vw/ 3.75);
    font-size: calc(8vw/ 3.75);
    padding: calc(5vw/ 3.75) calc(10vw/ 3.75);

  }
  
  .p-advance_list .item_point .head::after {
    height: calc(3vw/ 3.75);
  }
  
  .p-advance_list .item_point .text {
    padding: calc(8vw/ 3.75) calc(6vw/ 3.75) calc(8vw/ 3.75);
    font-size: calc(10vw/ 3.75);
    min-height: calc(45vw/ 3.75);
  }
}




.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(1) {
  transition-delay: 0.3s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(2) {
  transition-delay: 0.6s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(3) {
  transition-delay: 0.9s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(4) {
  transition-delay: 1.2s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(5) {
  transition-delay: 1.5s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(6) {
  transition-delay: 1.8s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(7) {
  transition-delay: 2.1s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(8) {
  transition-delay: 2.4s;
}
.p-advance_list.anime.fadeup .p-advance_list_item:nth-child(9) {
  transition-delay: 2.7s;
}


.p-advance_modal {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: relative;
  z-index: 10000;
}

.p-advance_modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-advance_modal .c-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.p-advance_modal .item_box {
  display: none;

  max-width: 910px;
  max-height: 90vh;

  width: 90vw;
  height: auto;

  border: 8px solid #ED3531;
  border-radius: 18px;
  position: relative;

  background: #fff;
}

.p-advance_modal .item_box.is-active {
  display: flex;
  align-items: flex-start;

}

.p-advance_modal .c-closebtn {

}


.p-advance_modal .item_plus {
  display: block;
  width: 65px;
  height: 65px;
  border: 2px solid #ED3531;
  background-color: #ED3531;
  border-radius: 65px;
  position: absolute;
  top: 26px;
  right: 26px;
  transform: rotate(45deg);
  transform-origin: center;
  margin: 0;
  transition: all .3s;
  cursor: pointer;
}

.p-advance_modal .item_plus::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
      border-top: none;
    transition: all .3s;

}
.p-advance_modal .item_plus::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
        border-top: none;
    transition: all .3s;
}

.p-advance_modal .item_plus:hover {
  background-color: #fff;
}

.p-advance_modal .item_plus:hover::before,
.p-advance_modal .item_plus:hover::after {
  background-color: #ED3531;
}


.p-advance_modal .item_img {
  width: 393px;
  flex-shrink: 0;
  margin-right: -40px;
  position: relative;
}

.p-advance_modal .item_img img {
  z-index: 10;
  position: relative;
}

.p-advance_modal .item_img_icon01 {
  width: 350px;
  position: absolute;
  z-index: 1;
  top: 110px;
  left: -20px;
}
.p-advance_modal .item_img_icon02 {
  width: 120px;
  position: absolute;
  z-index: 1;
  top: 335px;
  left: 240px;
}

.p-advance_modal .item_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff, transparent);
}

.p-advance_modal .item_qabox {
  padding-top: 115px;
  padding-bottom: 115px;
  padding-right: 50px;
  overflow-x: auto;
  height: 100%;
  position: relative;
  z-index: 10;
}

.p-advance_modal .item_qa {

}

.p-advance_modal .item_qa + .item_qa {
  margin-top: 30px;
}

.p-advance_modal .item_q {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
  letter-spacing: 0;
  color: #222222;

  padding-left: 55px;
  position: relative;
}

.p-advance_modal .item_q::before {

  content: "Q";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -5px;
  border-radius: 20px;
  border: 2px solid #EC3531;
  color: #EC3531;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-advance_modal .item_a {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(28 / 18);
  letter-spacing: 0;
  color: #222222;
  padding-left: 55px;
}

.p-advance_modal .item_qa .name {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18);
  letter-spacing: 0;
  color: #222222;
  padding-left: 55px;
}


@media only screen and (max-width: 1200px) {

.p-advance_modal .item_box {
  display: none;


  border: calc(8vw / 12) solid #ED3531;
  border-radius: calc(18vw / 12);
}

.p-advance_modal .item_plus {
  width: calc(65vw / 12);
  height: calc(65vw / 12);
  border: calc(2vw / 12) solid #ED3531;
  border-radius: calc(65vw / 12);
  top: calc(26vw / 12);
  right: calc(26vw / 12);
}

.p-advance_modal .item_plus::before {
  width: calc(20vw / 12);
  height: calc(2vw / 12);
  background-color: #fff;
}
.p-advance_modal .item_plus::after {
  width: calc(2vw / 12);
  height: calc(20vw / 12);
}

.p-advance_modal .item_img {
  width: calc(393vw / 12);
  margin-right: calc(-40vw / 12);
}

.p-advance_modal .item_img_icon01 {
  width: calc(350vw / 12);
  top: calc(110vw / 12);
  left: calc(-20vw / 12);
}
.p-advance_modal .item_img_icon02 {
  width: calc(120vw / 12);
  top: calc(335vw / 12);
  left: calc(240vw / 12);
}

.p-advance_modal .item_img::after {
  height: calc(130vw / 12);
}

.p-advance_modal .item_qabox {
  padding-top: calc(115vw / 12);
  padding-bottom: calc(115vw / 12);
  padding-right: calc(50vw / 12);
}

.p-advance_modal .item_qa + .item_qa {
  margin-top: calc(30vw / 12);
}

.p-advance_modal .item_q {
  font-size: calc(20vw / 12);
  padding-left: calc(55vw / 12);
}

.p-advance_modal .item_q::before {
  width: calc(40vw / 12);
  height: calc(40vw / 12);
  top: calc(-5vw / 12);;
  border-radius: calc(20vw / 12);;
  border: calc(2vw / 12) solid #EC3531;
}

.p-advance_modal .item_a {
  margin-top: calc(8vw / 12);
  font-size: calc(18vw / 12);
  padding-left: calc(55vw / 12);
}

.p-advance_modal .item_qa .name {
  text-align: right;
  font-size: calc(18vw / 12);
  padding-left: calc(55vw / 12);
}
}



@media only screen and (max-width: 768px) {

.p-advance_modal .item_box {
  display: none;


  border: calc(4vw / 3.75) solid #ED3531;
  border-radius: calc(9vw / 3.75);
  max-height: 75vh;
}

.p-advance_modal .item_plus {
  width: calc(30vw / 3.75);
  height: calc(30vw / 3.75);
  border: calc(2vw / 3.75) solid #ED3531;
  border-radius: calc(30vw / 3.75);
  top: calc(10vw / 3.75);
  right: calc(12vw / 3.75);
}

.p-advance_modal .item_plus::before {
  width: calc(12vw / 3.75);
  height: calc(2vw / 3.75);
  background-color: #fff;
}
.p-advance_modal .item_plus::after {
  width: calc(2vw / 3.75);
  height: calc(12vw / 3.75);
}

.p-advance_modal .item_box.is-active {
  flex-direction: column;
  align-items: center;
  gap: calc(20vw / 3.75);
}

.p-advance_modal .item_img {
  width: calc(200vw / 3.75);
  height: calc(250vw / 3.75);
  overflow: hidden;
  margin-right: 0;
  margin-top: calc(-20vw / 3.75);
}

.p-advance_modal .item_img_icon01 {
  width: calc(350vw / 3.75);
  top: calc(110vw / 3.75);
  left: calc(-20vw / 3.75);
}
.p-advance_modal .item_img_icon02 {
  width: calc(120vw / 3.75);
  top: calc(335vw / 3.75);
  left: calc(240vw / 3.75);
}

.p-advance_modal .item_img::after {
  height: calc(80vw / 3.75);
}

.p-advance_modal .item_qabox {
  padding-top: calc(30vw / 3.75);
  padding-bottom: calc(30vw / 3.75);
  padding-right: calc(30vw / 3.75);
    padding-left: calc(20vw / 3.75);
}

.p-advance_modal .item_qa + .item_qa {
  margin-top: calc(30vw / 3.75);
}

.p-advance_modal .item_q {
  font-size: calc(16vw / 3.75);
  padding-left: calc(40vw / 3.75);
}

.p-advance_modal .item_q::before {
  width: calc(30vw / 3.75);
  height: calc(30vw / 3.75);
  top: calc(-3vw / 3.75);;
  border-radius: calc(20vw / 3.75);;
  border: calc(2vw / 3.75) solid #EC3531;
}

.p-advance_modal .item_a {
  margin-top: calc(8vw / 3.75);
  font-size: calc(14vw / 3.75);
  padding-left: calc(40vw / 3.75);
}

.p-advance_modal .item_qa .name {
  text-align: right;
  font-size: calc(14vw / 3.75);
  padding-left: calc(40vw / 3.75);
}
}

















.p-advance_mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-advance_mv .l-content_inner-medium-narrow {
    overflow: hidden;
  }
}
.p-advance_mv .c-bgtxt {
  z-index: -2;
}
@media only screen and (min-width: 769px) {
  .p-advance_mv .c-bgtxt {
    top: auto;
    bottom: -230px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_mv .c-bgtxt {
    top: auto;
    bottom: 16vw;
  }
}

.p-advance_mv_img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #ef68a3;
}
@media only screen and (max-width: 768px) {
  .p-advance_mv_img_wrap::after {
    top: 0;
    right: 0;
    width: 70%;
    height: 82.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-advance_mv_img_wrap::after {
    height: 82.1333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-advance_mv_img_wrap::after {
    bottom: -10px;
    right: -10px;
    width: 70%;
    height: 100%;
    border-radius: 7px;
  }
}

.p-advance_mv_img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-advance_mv_img {
    height: 45.2415812592vw;
    max-height: 618px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-advance_mv_img {
    height: 57.1010248902vw;
    max-height: 760px;
  }
}
.p-advance_mv_img img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-advance_catch {
    font-size: 3.2rem;
    font-size: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .p-advance_catch {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-advance_catch {
    font-size: 2.8444444444rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_catch {
    font-size: 0.9rem;
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-advance_catch {
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    line-height: 1.6em;
    position: absolute;
    top: 265px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-advance_catch {
    top: 420px;
  }
}
@media only screen and (max-width: 1280px) {
  .p-advance_catch {
    top: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-advance_catch {
    top: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_catch {
    font-weight: 600;
    text-align: center;
    margin-top: 16vw;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .p-advance_catch.is-right {
    margin-left: 531px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_catch.is-3row + .p-advance_profile {
    bottom: 230px;
  }
}
@media screen and (max-width: 425px) {
  .p-advance_catch.is-3row + .p-advance_profile {
    bottom: 150px;
  }
}
@media screen and (max-width: 375px) {
  .p-advance_catch.is-3row + .p-advance_profile {
    bottom: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_catch.is-4row + .p-advance_profile {
    bottom: 250px;
  }
}
@media screen and (max-width: 425px) {
  .p-advance_catch.is-4row + .p-advance_profile {
    bottom: 180px;
  }
}
@media screen and (max-width: 375px) {
  .p-advance_catch.is-4row + .p-advance_profile {
    bottom: 170px;
  }
}
@media screen and (max-width: 320px) {
  .p-advance_catch.is-4row + .p-advance_profile {
    bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .p-advance_catch.is-textleft {
    text-align: left;
  }
}