@charset "utf-8";


/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
    入試
---------------------------------------------------------*/
.mainv-blue .l-mainv.nyusi-nv {
  position: relative;
  background: #fff;
}

.mainv-blue .l-mainv.nyusi-nv::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/mv.jpg);
  width: 100%;
  height: 41.6vw;
  top: 0;
  left: 0;
}

.mainv-blue .l-mainv.nyusi-nv::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/mv_bg.png);
  width: 920px;
  height: 771px;
  top: 0;
  left: 0;
}

.nyusi-nv .l-mainv_ttl .l-mainv_ttl_ja {
  font-size: 60px;
}

.nyusi-nv .l-mainv_ttl .l-mainv_ttl_ja img {
  width: 461px;
  display: block;
  margin-bottom: 17px;
}



.nyusi_news-wrap {
  padding-left: 80px;
  margin-top: 80px;
}

.nyusi_news-box {
  background: #fff;

  padding: 21px 0 0 69px;
  position: relative;
  z-index: 1;
  width: 100%;


}

.nyusi_news-wrap.l-mainv_bottom:before {
  left: 50%;
  bottom: 0;
}

.nyusi_news-inner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0 107px;
  margin-top: 60px;
}

.line_hd {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 18px;
  position: relative;
  width: 229px;
}

.line_hd::before,
.line_hd::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #00447e;
}

.line_hd::after {
  background: #aa965c;
  left: 30px;
}

.pickup_inner {
  margin-top: 38px;
}

.nyusi_news-box ul {
  max-width: 800px;
  width: calc(100% - 229px - 107px);
}

.nyusi_news-box ul li {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.nyusi_news-box ul li a {
  display: flex;
  align-items: center;
  gap: 43px;
  font-size: 15px;
}

.nyusi_news-box ul li a span:not(.line1_c) {
  color: #80a1bf;
  font-family: 'Lato';
  font-weight: bold;
}

/* 0522 変更ここから */
.pickup_inner .pick_swiper.swiper {
  padding: 34px 0 20px;
  overflow: hidden;
  width: 1440px;
}

.pick_swiper a.swiper-slide {
  width: 340px !important;
  box-shadow: 6px 2px 11px rgb(0 0 0 / 13%);
}

/* 0522 変更ここまで */
@media screen and (max-width: 767px) {
  .mainv-blue .l-mainv.nyusi-nv::before {
    background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/mv_sp.jpg);
    height: 108.4vw;
  }

  .mainv-blue .l-mainv.nyusi-nv::after {
    width: 375px;
    height: 315px;
  }

  .nyusi_news-wrap {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 62px;
  }

  .line_hd {
    font-size: 17px;
    width: 100%;
    margin-bottom: 23px;
  }

  .line_hd::before,
  .line_hd::after {
    width: 17px;
    height: 3.5px;
  }

  .line_hd::after {
    left: 17px;
  }

  .nyusi_news-inner {
    gap: 0;
    margin-top: 40px;
  }

  .pickup_inner {
    margin-top: 40px;
  }

  /* 0522 変更ここから */
  .pickup_inner .pick_swiper.swiper {
    padding: 0 0 20px;
    width: auto;
  }

  .swiper-wrapper {
    justify-content: unset;
  }

  .pick_swiper a.swiper-slide {
    width: 200px !important;
    margin-right: 0;
  }

  /* 0522 変更ここまで */
}


/*---------------------------------------------------------
  
---------------------------------------------------------*/
.nyusi_bg {
  background: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/nyusi_bg.png) no-repeat center top/cover;
  height: 100%;
  padding-top: 189px;
}

.nyusi_bg .l-content {
  background: transparent;
}

.hd_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 32px;
  position: relative;
}

.hd_ttl::before,
.hd_ttl::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #00447e;
  top: 12px;
  left: 0;
}

.hd_ttl::after {
  background: #aa965c;
  top: 22px;
}


.hd_ttl h2 {
  /* text-align: center; */
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.hd_ttl h2 span {
  display: block;
  color: #00447e;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: bold;
}

.nyusi_clm-btn {
  display: grid;
  gap: 30px 35px;
  grid-template-columns: repeat(2, 1fr);
}

.nyusi_clm-btn>div {
  box-shadow: 6px 2px 11px rgb(0 0 0 / 13%);
  background: #fff;
}



.nyusi_clm-btn a {
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
}

.nyusi_clm-btn img {
  width: 100%;
  display: block;
  transition: .4s;
}

.nyusi_clm-btn a:hover img {
  opacity: 0.6;
}

.nyusi_clm-btn a div {
  position: relative;
  padding: 38px 20px 38px 78px;
}

.nyusi_clm-btn.nyusi-btn02 a div {
  padding: 30px 20px 30px 78px;
  display: flex;
  align-items: center;
  min-height: 112px;
}

.nyusi_clm-btn a span {
  font-size: 28px;
  font-weight: 600;
}

.nyusi_clm-btn.nyusi-btn02 a span {
  font-size: 25px;
}

.nyusi_clm-btn a .c-arrow.-icon4-w {
  background: #aa965c;
  border: 1px solid #aa965c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;

  width: 44px;
  height: 44px;
}

.nyusi_clm-btn a:hover .c-arrow.-icon4-w {
  background: #fff;
}

.c-arrow.-icon4-w:before,
.nyusi_clm-btn .c-arrow.-icon4-w:after {
  background-size: 55%;
}

.nyusi_clm-btn .c-arrow.-icon4-w:after {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/common/arrow1_g.svg);
}

.nyusi_list-btn {
  margin-top: 30px;
}

.nyusi_list-btn a {
  width: 100%;
  font-weight: 300;
  background: #00447e;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  position: relative;
  margin-top: 16px;
  box-shadow: 6px 2px 11px rgb(0 0 0 / 13%);
}

.nyusi_list-btn a .c-arrow.-icon3 {
  border: solid 1px #fff;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.nyusi_list-btn a .c-arrow.-icon3:before,
.nyusi_list-btn a .c-arrow.-icon3:after {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/common/arrow1_b.svg);
}

.undergraduate {
  padding-bottom: 194px;
}



/* contact */
.contact {
  margin-top: 137px;
  background: #fff;
  padding: 60px 0;
}

.contact_inner {
  border: 1px solid #dedede;
  padding: 45px 0 45px 70px;
  display: flex;
  align-items: start;
  gap: 111px;
}

.contact_inner h2 {
  width: auto;
}

.contact_inner h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.contact_inner a {
  margin-left: 1em;
}

.contact_inner a span {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/icon_map.png);
  width: 11.33px;
  height: 15.3px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .nyusi_bg {
    background: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/nyusi_bg_sp.png) no-repeat center right 7%/cover;
    padding-top: 90px;
  }

  .hd_ttl {
    padding-left: 16px;
  }

  .hd_ttl::before,
  .hd_ttl::after {
    width: 8px;
    height: 8px;
  }

  .hd_ttl::after {
    background: #aa965c;
    top: 20px;
  }

  .hd_ttl h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .hd_ttl h2 span {
    font-size: 13px;
  }

  .nyusi-nv .l-mainv_ttl .l-mainv_ttl_ja img {
    max-width: 254px;
    width: 100%;
    margin-bottom: 9px;
  }

  .nyusi-nv .l-mainv_ttl .l-mainv_ttl_ja {
    font-size: 35px;
  }

  .nyusi_clm-btn {
    gap: 42px 20px;
  }

  .nyusi_news-box {
    padding: 1px 0 0 28.5px;
  }

  .nyusi_news-box ul {
    width: 100%;
  }

  .nyusi_news-box ul li a {
    display: block;
  }

  .nyusi_news-box ul li a span {
    display: block;
    margin-bottom: 11px;
    font-size: 12.5px;
  }

  .nyusi_clm-btn a div {
    padding: 24px 11px 24px 34px;
  }

  .nyusi_clm-btn.nyusi-btn02 a div {
    padding: 24px 11px 24px 34px;
    min-height: 140px;
  }



  .nyusi_clm-btn.nyusi-btn02 a span,
  .nyusi_clm-btn a span {
    font-size: 15px;
  }

  .nyusi_clm-btn a .c-arrow.-icon4-w {
    width: 22px;
    height: 22px;
    left: 7px;
    /* top: 23px;
    transform: unset; */
  }

  .nyusi_list-btn a {
    font-size: 15px;
    padding: 18px 0;
  }

  .undergraduate {
    padding-bottom: 125px;
  }

  .nyusi_list-btn a .c-arrow.-icon3 {
    right: 12px;
  }

  .contact {
    margin-top: 57px;
    padding: 27px 0;
  }

  .contact_inner {
    display: block;
    border: 1px solid #dedede;
    padding: 22px 20px;
  }

  .contact_inner h2 {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }

  .contact_inner h3 {
    font-size: 13px;
    margin-bottom: 12px;
  }




  /* -------------------------- */
  /* -------------------------- */
  /* -------------------------- */

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}

/*---------------------------------------------------------
        入試TOP
---------------------------------------------------------*/
.special_mv {
  position: relative;
  overflow: hidden;
}

.special_mv h1 {
  position: absolute;
  width: 127px;
  top: 32px;
  left: 40px;
  z-index: 3;
}

.special_mv img {
  width: 100%;
  max-width: 100%;
}

.mv_intro {
  padding-bottom: 94px;
  background: rgb(0, 80, 150);
  background: linear-gradient(60deg, rgba(0, 80, 150, 1) 0%, rgba(10, 108, 194, 1) 100%);
}

.mv_intro-wrap {
  max-width: 1440px;
  margin: -54px auto 0;
}

.mv_intro h2 {
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 47px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.mv_intro h2 img {
  max-width: 1007px;
  width: 70%;
  min-width: 600px;
  margin-right: 21px;
}

.mv_intro h2 span {
  display: inline-block;
  letter-spacing: 0.15em;
}

.mv_intro-btn {
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}


.mv_intro-btn a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 45px 15px 45px 32px;
  gap: 32px;
  position: relative;
  height: auto;
}

.mv_intro-btn a img {
  width: 60px;
}

.mv_intro-btn a p {
  font-size: 26px;
  font-weight: bold;
}

.mv_intro-btn a p span {
  display: block;
  font-size: 16px;
  color: #828282;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}

.mv_intro-btn a .btn_arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 0;
  right: 0;
  display: grid;
  place-content: center;
}


.special_banner {
  overflow: hidden;
}

.special_banner-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  padding: 105px 10px 0;
}

.special_banner.banner02 .special_banner-wrap {
  max-width: 860px;
  padding-top: 0;
  padding-bottom: 100px;
}

.special_banner.banner01 .special_banner-wrap::before,
.special_banner.banner01 .special_banner-wrap::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: -1;
}

.special_banner.banner01 .special_banner-wrap::before {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/banner_bg01.png);
  width: 180px;
  height: 202px;
  top: 70px;
  right: -152px;
}

.special_banner.banner01 .special_banner-wrap::after {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/banner_bg02.png);
  width: 272px;
  height: 272px;
  bottom: 0;
  left: -201px;
}

/* pamphlet */
.pamphlet {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 122px;

}

.pamphlet::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background: rgb(239, 244, 255);
  background: linear-gradient(60deg, rgba(239, 244, 255, 1) 0%, rgba(249, 251, 255, 1) 100%);
  width: 131.9vw;
  height: 412px;
  transform: rotate(-10deg);
  top: 32%;
  left: -16vw;
  z-index: -1;
}

.pamphlet_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pamphlet_narrow {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 114px;
  padding: 117px 10px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pamphlet_en {
  position: absolute;
  top: 0;
  right: -317px;
  z-index: -1;
}

.pamphlet_en img {
  height: 129px;
  width: auto;
  max-width: unset;
}

.pamphlet_txt {
  max-width: 436px;
}

.pamphlet_txt h2 {
  font-size: 40px;
  color: #0A6CC2;
  font-weight: bold;
  margin-bottom: 48px;
}

.pamphlet_txt p {
  margin-top: 16px;
}

.pamphlet_txt .btnArea {
  margin-top: 48px;
}

.pamphlet_txt .btnArea a {
  font-size: 18px;
  font-weight: 500;
  padding: 24px;
  border: 1px solid #9EC2E3;
  max-width: 313px;
  width: 100%;
  display: block;
  position: relative;
}

.pamphlet_txt .btnArea a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/circle_btn.png);
  width: 32px;
  height: 32px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.pamphlet_img {
  max-width: 290px;
}

.pamphlet_img>img {
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.pamphlet_img .pamphlet_btn {
  width: 68%;
  margin: 24px 0 8px;
  display: block;
}

.pamphlet_img p {
  font-size: 12px;
}

.pamphlet_img p a {
  position: relative;
  padding-right: 20px;
}

.pamphlet_img p a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/icon_blank.png);
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* special_pickup */
.special_pickup .wrap {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}

.special_pickup h2 {
  text-align: center;
  margin-bottom: 56px;
}

.special_pickup h2 img {
  max-width: 326px;
  margin: 0 auto;
  display: block;
}

.special_pickup h2 span {
  font-size: 15px;
}

.special_pickup .card_link {
  display: grid;
  gap: 24px 28px;
  grid-template-columns: repeat(3, 1fr);
}

.special_pickup .card_link li a {
  display: block;
  border: 1px solid #9EC2E3;
  display: flex;
  align-items: center;
  min-height: 100px;
  gap: 18px;
  position: relative;
}

.special_pickup .card_link li a span {
  display: flex;
  align-items: center;
  width: 106px;
  padding: 26px 20px 26px 20px;
  min-height: 100px;
  background: #0A6CC2;
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
}

.special_pickup .card_link li a span img {
  width: 36px;
}

.special_pickup .card_link li:last-child a span img {
  width: 40px;
}

.special_pickup .card_link li a i.-icon2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.txt_link {
  max-width: 1060px;
  margin: 40px auto 160px;
  display: grid;
  gap: 0 36px;
  grid-template-columns: repeat(3, 1fr);
}

.txt_link li a {
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  padding: 25px 0;
  display: block;
}

.txt_link li a p {
  font-weight: 6--;
}

.txt_link li a i.-icon2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}


.pc {
  display: block;
}

.sp {
  display: none;
}

.special_ft .l-foot1 {
  background: rgb(0, 80, 150);
  background: linear-gradient(60deg, rgba(0, 80, 150, 1) 0%, rgba(10, 108, 194, 1) 100%);
}

.special_ft .l-foot2_inner {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8E8E8E;
}

.special_ft .l-foot1_link {
  flex: unset;
  padding: 0;
}

.special_ft .l-foot_copy {
  position: static;
}

@media screen and (max-width: 767px) {
  .sp_mv {
    height: 400px;
    overflow: hidden;
    background: #0a6cc2;
  }


  .swiper.special_swiper {
    width: 100%;
  }


  .special02_swiper {
    height: 106.66vw;
    width: 100%;
  }

  .special02_swiper .swiper-wrapper {
    height: 100%;
  }

  .special02_swiper .swiper-slide {
    height: 100%;
  }

  .image-section {
    height: 100%;
    background-image: url(https://www.kanazawa-it.ac.jp/assets/img/nyusi/mv_special.jpg);
    background-repeat: no-repeat;
  }


  .image-section.left {
    background-size: 300% auto;
    background-position: 0% center;
  }

  .image-section.center {
    background-size: 300% auto;
    background-position: 50% center;
  }

  .image-section.right {
    background-size: 300% auto;
    background-position: 100% center;
  }


  .special_mv h1 {
    width: 99px;
    top: 24px;
    left: 20px;
  }

  .mv_intro-wrap {
    margin: -27px auto 0;
    z-index: 1;
    position: relative;
  }

  .mv_intro h2 {
    padding: 0 10px;
    margin-bottom: 40px;
    font-size: 16px;
    position: relative;
  }

  .mv_intro h2 img {
    margin-right: 0;
    width: 100%;
    min-width: unset;
  }

  .mv_intro h2 span {
    position: absolute;
    top: -32px;
    left: 10px;
  }

  .mv_intro-btn {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .mv_intro-btn a p {
    font-size: 18px;
  }

  .mv_intro-btn a p span {
    font-size: 13px;
  }

  .mv_intro-btn a img {
    width: 40px;
  }

  .mv_intro-btn a {
    padding: 27px 78px 27px 32px;
    gap: 25px;
    min-height: 120px;
  }

  .special_banner.banner01 .special_banner-wrap::before {
    width: 94px;
    height: 106px;
    top: 15px;
    right: -37px;
  }

  .special_banner.banner01 .special_banner-wrap::after {
    width: 137px;
    height: 137px;
    bottom: 38px;
    left: -45px;
  }

  .special_banner-wrap {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    padding: 48px 20px 0;
  }

  .special_banner.banner02 .special_banner-wrap {
    padding-bottom: 64px;
  }

  .pamphlet {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pamphlet::before {
    width: 194.6vw;
    height: 396px;
    top: 46%;
    left: -57vw;
  }

  .pamphlet_txt h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .special_banner {
    margin-bottom: 0;
  }

  .pamphlet_txt .btnArea {
    margin-top: 16px;
  }

  .pamphlet_txt .btnArea a {
    font-size: 14px;
    padding: 17px 20px;
    max-width: 190px;
  }

  .pamphlet_txt .btnArea a::before {
    width: 24px;
    height: 24px;
    right: 20px;
  }



  .pamphlet_txt p {
    margin-top: 13px;
  }

  .pamphlet_narrow {
    flex-wrap: wrap;
    padding-top: 51px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 48px;
  }

  .pamphlet_img .pamphlet_btn {
    min-width: 190px;
    margin: 26px auto 8px;
  }

  .pamphlet_en {
    right: -38px;
  }

  .pamphlet_en img {
    height: 67px;
  }

  .pamphlet_txt {
    max-width: unset;
    width: 100%;
  }

  .pamphlet_img {
    max-width: unset;
    width: 100%;
    text-align: center;
  }

  .special_pickup .wrap {
    padding: 0 20px;
  }

  .special_pickup h2 {
    margin-bottom: 32px;
  }

  .special_pickup h2 img {
    max-width: 213px;
  }

  .special_pickup .card_link {
    gap: 16px 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .special_pickup .card_link li a {
    font-size: 14px;
    min-height: 80px;
    gap: 12px;
  }

  .special_pickup .card_link li a span {
    width: 85px;
    padding: 22px 0 22px 17px;
    min-height: 80px;
    height: 80px;
  }

  .txt_link {
    margin: 24px auto 64px;
    gap: 0 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .special_ft .l-foot1_inner {
    padding-top: 47px;
    padding-bottom: 62px;
  }

  .special_ft .l-foot2_inner {
    justify-content: center;
  }

  .special_ft .l-foot_copy {
    padding: 24px 0 16px;
  }

  .special_ft .l-foot1_link {
    gap: 8px;
  }

  .special_ft .l-foot1_link a {
    font-size: 12px;
    margin: 0;
  }

  .special_ft .l-foot1_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}