@charset "UTF-8";
/* CSS Document
卒業ページ
*/
.splide_grad {
  padding-bottom: 60px;
}
.splide_grad .splide__pagination {
  bottom: 20px;
  width: 100%;
  gap: 10px;
}
.splide_grad .splide__pagination__page {
  height: 15px;
  width: 15px;
}
.splide_grad .splide__pagination__page.is-active {
  background: #4ebcdc !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.splide_grad .splide__pagination__page {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.splide_grad .splide__slide {
  border: 1px solid #4ebcdc;
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
}
.splide_grad .splide__slide .pvoice_pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4ebcdc;
  overflow: hidden;
  border-radius: 20px;
  height: 270px;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__slide .pvoice_pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.splide_grad .splide__slide .name_box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 35%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__slide .name_box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.splide_grad .splide__slide .name_box > span {
  background: #FFF;
  color: #4ebcdc;
  padding: 5px 10px;
  line-height: 1;
}
.splide_grad .splide__slide .name_box .name {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
}
.splide_grad .splide__slide .name_box .name span {
  font-weight: normal;
  font-size: 16px;
}
.splide_grad .splide__slide .name_img {
  width: 65%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__slide .name_img {
    height: 190px;
    width: 100%;
  }
}
.splide_grad .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: none !important;
          transform: none !important;
}
.splide_grad .pvoice_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  font-size: 14px;
}
.splide_grad .pvoice_txt .pvoice_txt_top {
  padding: 20px 0px 0px 0px;
}
.splide_grad .pvoice_txt .pvoice_txt_top .pvoice_txt_top_ttl {
  font-size: 16px;
  color: #4ebcdc;
  font-weight: 600;
}
.splide_grad .pvoice_txt .pvoice_txt_top .pvoice_txt_top_ttl span {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .splide_grad .pvoice_txt .pvoice_txt_top .pvoice_txt_top_ttl br {
    display: none;
  }
}
.splide_grad .pvoice_txt .pvoice_txt_btm {
  padding: 10px 0px 0px 0px;
}
.splide_grad .pvoice_txt .pvoice_txt_btm .pvoice_txt_btm_ttl {
  font-size: 16px;
  color: #4ebcdc;
  font-weight: 600;
}
.splide_grad .pvoice_txt .pvoice_txt_btm .pvoice_txt_btm_ttl span {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .splide_grad .pvoice_txt .pvoice_txt_btm .pvoice_txt_btm_ttl br {
    display: none;
  }
}
.splide_grad .pvoice_txt .pvoice_txt_gn_ttl {
  font-size: 18px;
  color: #4ebcdc;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .splide_grad .pvoice_txt .pvoice_txt_gn_ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .splide_grad .pvoice_txt .pvoice_txt_gn_ttl br {
    display: none;
  }
}
.splide_grad .pvoice_txt .accordion {
  position: relative;
}
.splide_grad .pvoice_txt {
  /* ボタン */
}
.splide_grad .pvoice_txt .accordion-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 5px 0px 5px auto;
}
.splide_grad .pvoice_txt .accordion-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
}
.splide_grad .pvoice_txt .accordion-btn::after {
  content: "続きを読む";
}
.splide_grad .pvoice_txt .accordion-btn:hover {
  background-color: #fff;
  color: #6495ed;
}
.splide_grad .pvoice_txt .accordion-btn.is-show::after {
  content: "閉じる";
}
.splide_grad .pvoice_txt .accordion-btn.is-show::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide_grad .pvoice_txt .accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.splide_grad .pvoice_txt .accordion-text.is-hide {
  height: 4em;
  display: -webkit-box; /* 三点リーダー用 */
  -webkit-box-orient: vertical; /* 三点リーダー用 */
  -webkit-line-clamp: 2; /* 三点リーダー用行数を制限 */
}
.splide_grad .pvoice_txt .accordion-text.is-show {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.splide_grad .pvoice_txt .accordion-text-long {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.splide_grad .pvoice_txt .accordion-text-long.is-hide {
  height: 9.4em;
  display: -webkit-box; /* 三点リーダー用 */
  -webkit-box-orient: vertical; /* 三点リーダー用 */
  -webkit-line-clamp: 5; /* 三点リーダー用行数を制限 */
}
.splide_grad .pvoice_txt .accordion-text-long.is-show {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.splide_grad2 {
  padding-bottom: 60px;
}
.splide_grad2 .splide__pagination {
  bottom: 20px;
  width: 100%;
  gap: 10px;
}
.splide_grad2 .splide__pagination__page {
  height: 15px;
  width: 15px;
}
.splide_grad2 .splide__pagination__page.is-active {
  background: #4ebcdc !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.splide_grad2 .splide__pagination__page {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.splide_grad2 .splide__slide {
  border: 1px solid #4ebcdc;
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .splide__slide {
    display: block;
  }
}
.splide_grad2 .splide__slide .pvoice_pic {
  overflow: hidden;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .splide__slide .pvoice_pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.splide_grad2 .splide__slide .name_box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .splide__slide .name_box {
    width: calc(100% - 180px);
  }
}
.splide_grad2 .splide__slide .name_box > span {
  padding: 5px 0px;
  display: inline-block;
  line-height: 1.4;
}
.splide_grad2 .splide__slide .name_box .name {
  font-size: 20px;
  font-weight: 600;
}
.splide_grad2 .splide__slide .name_box .name span {
  font-weight: normal;
  font-size: 16px;
}
.splide_grad2 .splide__slide .name_img {
  display: block;
}
.splide_grad2 .splide__slide img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: none !important;
          transform: none !important;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .splide__slide img {
    width: 160px;
    height: 160px;
  }
}
.splide_grad2 .pvoice_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  font-size: 14px;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .pvoice_txt {
    width: 100%;
  }
}
.splide_grad2 .pvoice_txt .pvoice_txt_top {
  padding: 0px 0px 0px 0px;
}
.splide_grad2 .pvoice_txt .pvoice_txt_top .pvoice_txt_top_ttl {
  font-size: 16px;
  color: #4ebcdc;
  font-weight: 600;
}
.splide_grad2 .pvoice_txt .pvoice_txt_top .pvoice_txt_top_ttl span {
  font-size: 14px;
}
.splide_grad2 .pvoice_txt .pvoice_txt_btm {
  padding: 10px 0px 0px 0px;
}
.splide_grad2 .pvoice_txt .pvoice_txt_btm .pvoice_txt_btm_ttl {
  font-size: 16px;
  color: #4ebcdc;
  font-weight: 600;
}
.splide_grad2 .pvoice_txt .pvoice_txt_btm .pvoice_txt_btm_ttl span {
  font-size: 14px;
}
.splide_grad2 .pvoice_txt_gn_ttl {
  font-size: 18px;
  color: #4ebcdc;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .pvoice_txt_gn_ttl {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .splide_grad2 .pvoice_txt_gn_ttl br {
    display: none;
  }
}
.splide_grad2 .accordion {
  position: relative;
}
.splide_grad2 {
  /* ボタン */
}
.splide_grad2 .accordion-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 5px 0px 5px auto;
}
.splide_grad2 .accordion-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
}
.splide_grad2 .accordion-btn::after {
  content: "続きを読む";
}
.splide_grad2 .accordion-btn:hover {
  background-color: #fff;
  color: #6495ed;
}
.splide_grad2 .accordion-btn.is-show::after {
  content: "閉じる";
}
.splide_grad2 .accordion-btn.is-show::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide_grad2 .accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.splide_grad2 .accordion-text.is-hide {
  height: 16.5em;
  display: -webkit-box; /* 三点リーダー用 */
  -webkit-box-orient: vertical; /* 三点リーダー用 */
  -webkit-line-clamp: 9; /* 三点リーダー用行数を制限 */
}
.splide_grad2 .accordion-text.is-show {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.splide_grad2 .accordion-text-short {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
.splide_grad2 .accordion-text-short.is-hide {
  height: 4em;
  display: -webkit-box; /* 三点リーダー用 */
  -webkit-box-orient: vertical; /* 三点リーダー用 */
  -webkit-line-clamp: 2; /* 三点リーダー用行数を制限 */
}
.splide_grad2 .accordion-text-short.is-show {
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.splide_grad .splide__arrows_wrap,
.splide_grad2 .splide__arrows_wrap {
  left: 20%;
  position: absolute;
  width: 60%;
  height: auto;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__arrows_wrap,
  .splide_grad2 .splide__arrows_wrap {
    width: 100%;
    left: 0px;
  }
}
.splide_grad .splide__arrows_wrap .splide__arrows,
.splide_grad2 .splide__arrows_wrap .splide__arrows {
  position: relative;
  height: 100%;
  z-index: 1;
}
.splide_grad .splide__arrows_wrap .splide__arrow,
.splide_grad2 .splide__arrows_wrap .splide__arrow {
  opacity: 1;
}
.splide_grad .splide__arrows_wrap .splide__arrow.splide__arrow--prev,
.splide_grad2 .splide__arrows_wrap .splide__arrow.splide__arrow--prev {
  left: -40px;
  background: url(../images/graduation_ceremony/gc2026/arrow_sL_cyan.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__arrows_wrap .splide__arrow.splide__arrow--prev,
  .splide_grad2 .splide__arrows_wrap .splide__arrow.splide__arrow--prev {
    left: 0px;
  }
}
.splide_grad .splide__arrows_wrap .splide__arrow.splide__arrow--next,
.splide_grad2 .splide__arrows_wrap .splide__arrow.splide__arrow--next {
  left: auto;
  right: -40px;
  background: url(../images/graduation_ceremony/gc2026/arrow_sR_cyan.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .splide_grad .splide__arrows_wrap .splide__arrow.splide__arrow--next,
  .splide_grad2 .splide__arrows_wrap .splide__arrow.splide__arrow--next {
    right: 0px;
  }
}
.splide_grad .splide__arrows_wrap .splide__arrow svg,
.splide_grad2 .splide__arrows_wrap .splide__arrow svg {
  display: none;
}/*# sourceMappingURL=splide.css.map */