@charset "UTF-8";
/* [widget] style_user.css */
.giving {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .giving {
    margin-top: 30px;
  }
}
.giving .title {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Shippori Mincho", YuMincho, 游明朝, Hiragino Mincho ProN, ヒラギノ明朝 W3 JIS2004, Times New Roman, Times, serif;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .giving .title {
    line-height: 140%;
    font-size: 3.6rem;
  }
}
.giving .title__wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  .giving .title__wrapper {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.giving .title__description {
  font-family: "Shippori Mincho", YuMincho, 游明朝, Hiragino Mincho ProN, ヒラギノ明朝 W3 JIS2004, Times New Roman, Times, serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.giving .title__number {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  line-height: 100%;
}
@media (max-width: 768px) {
  .giving .title__number {
    font-size: 3.2rem;
    margin-left: auto;
  }
}
.giving .title__number::before {
  content: "";
  display: flex;
  width: 1px;
  height: 40px;
  background-color: #333;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .giving .title__number::before {
    height: 29px;
  }
}
.giving .main-image {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .giving .main-image {
    margin-bottom: 90px;
  }
}
.giving .main__text {
  font-family: "Shippori Mincho";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .giving .main__text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
  }
}
.giving .main__description {
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.giving.development .main-image img, .giving.student .main-image img, .giving.academics .main-image img, .giving.others .main-image img {
  width: 100%;
}
.giving.development .main__contents, .giving.student .main__contents, .giving.academics .main__contents, .giving.others .main__contents {
  display: flex;
}
@media (max-width: 768px) {
  .giving.development .main__contents, .giving.student .main__contents, .giving.academics .main__contents, .giving.others .main__contents {
    flex-direction: column;
  }
}
.giving.development .main__contents .row, .giving.student .main__contents .row, .giving.academics .main__contents .row, .giving.others .main__contents .row {
  display: flex;
}
.giving.development .main__contents .column, .giving.student .main__contents .column, .giving.academics .main__contents .column, .giving.others .main__contents .column {
  display: flex;
  flex-direction: column;
}
.giving.development .main__texts, .giving.student .main__texts, .giving.academics .main__texts, .giving.others .main__texts {
  display: flex;
  gap: 173px;
  max-width: 1200px;
  margin: 120px auto 60px;
}
@media (max-width: 768px) {
  .giving.development .main__texts, .giving.student .main__texts, .giving.academics .main__texts, .giving.others .main__texts {
    gap: 0px;
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 90px auto 20px;
  }
}
.giving.development .main__description, .giving.student .main__description, .giving.academics .main__description, .giving.others .main__description {
  margin-top: 60px;
}
.giving.development .main__blueText, .giving.student .main__blueText, .giving.academics .main__blueText, .giving.others .main__blueText {
  color: #1E3C91;
  font-family: "Libre Baskerville";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .giving.development .main__blueText, .giving.student .main__blueText, .giving.academics .main__blueText, .giving.others .main__blueText {
    font-size: 2rem;
  }
}
.giving.development .main__image, .giving.student .main__image, .giving.academics .main__image, .giving.others .main__image {
  width: 320px;
}
@media (max-width: 768px) {
  .giving.development .main__image, .giving.student .main__image, .giving.academics .main__image, .giving.others .main__image {
    min-width: 210px;
    width: 210px;
  }
}
.giving.development .main__image--wrapper, .giving.student .main__image--wrapper, .giving.academics .main__image--wrapper, .giving.others .main__image--wrapper {
  position: relative;
}
.giving.development .main__image--texts, .giving.student .main__image--texts, .giving.academics .main__image--texts, .giving.others .main__image--texts {
  position: absolute;
}
.giving.development .text__l, .giving.student .text__l, .giving.academics .text__l, .giving.others .text__l {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .giving.development .text__l, .giving.student .text__l, .giving.academics .text__l, .giving.others .text__l {
    font-size: 2.2rem;
  }
}
.giving.development .text__l.yellow-underline, .giving.student .text__l.yellow-underline, .giving.academics .text__l.yellow-underline, .giving.others .text__l.yellow-underline {
  border-bottom: 2px solid #FFF200;
}
.giving.development .text__m, .giving.student .text__m, .giving.academics .text__m, .giving.others .text__m {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .giving.development .text__m, .giving.student .text__m, .giving.academics .text__m, .giving.others .text__m {
    font-size: 1.8rem;
  }
}
.giving.development .text__s, .giving.student .text__s, .giving.academics .text__s, .giving.others .text__s {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0;
}
.giving.development .type, .giving.student .type, .giving.academics .type, .giving.others .type {
  background-color: white;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .giving.development .type, .giving.student .type, .giving.academics .type, .giving.others .type {
    margin-top: 90px;
  }
}
.giving.development .type__inner, .giving.student .type__inner, .giving.academics .type__inner, .giving.others .type__inner {
  max-width: 1200px;
  padding: 120px 0;
  margin: auto;
}
@media (max-width: 768px) {
  .giving.development .type__inner, .giving.student .type__inner, .giving.academics .type__inner, .giving.others .type__inner {
    width: calc(100% - 40px);
    padding: 60px 0 54px;
  }
}
.giving.development .type__inner .home-sec__ttl-en, .giving.student .type__inner .home-sec__ttl-en, .giving.academics .type__inner .home-sec__ttl-en, .giving.others .type__inner .home-sec__ttl-en {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .giving.development .type__inner .home-sec__ttl-en, .giving.student .type__inner .home-sec__ttl-en, .giving.academics .type__inner .home-sec__ttl-en, .giving.others .type__inner .home-sec__ttl-en {
    font-size: 3.2rem;
  }
}
.giving.development .type__title--wrapper, .giving.student .type__title--wrapper, .giving.academics .type__title--wrapper, .giving.others .type__title--wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .giving.development .type__title--wrapper, .giving.student .type__title--wrapper, .giving.academics .type__title--wrapper, .giving.others .type__title--wrapper {
    margin-bottom: 20px;
  }
}
.giving.development .type__title--ja, .giving.student .type__title--ja, .giving.academics .type__title--ja, .giving.others .type__title--ja {
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 768px) {
  .giving.development .type__title--ja, .giving.student .type__title--ja, .giving.academics .type__title--ja, .giving.others .type__title--ja {
    font-size: 1.4rem;
  }
}
.giving.development .type__title--en, .giving.student .type__title--en, .giving.academics .type__title--en, .giving.others .type__title--en {
  font-family: "Libre Baskerville";
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 768px) {
  .giving.development .type__title--en, .giving.student .type__title--en, .giving.academics .type__title--en, .giving.others .type__title--en {
    font-size: 3.2rem;
  }
}
.giving.development .type__list, .giving.student .type__list, .giving.academics .type__list, .giving.others .type__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 30px;
  list-style: none;
}
.giving.development .type__list--item, .giving.student .type__list--item, .giving.academics .type__list--item, .giving.others .type__list--item {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 585px;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .giving.development .type__list--item, .giving.student .type__list--item, .giving.academics .type__list--item, .giving.others .type__list--item {
    width: 100%;
    max-width: 100%;
  }
}
.giving.development .type__list--item img, .giving.student .type__list--item img, .giving.academics .type__list--item img, .giving.others .type__list--item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .giving.development .type__list--item img, .giving.student .type__list--item img, .giving.academics .type__list--item img, .giving.others .type__list--item img {
    min-height: 128px;
  }
}
.giving.development .type .home-sec__ttl_tp3 ~ .text__s, .giving.student .type .home-sec__ttl_tp3 ~ .text__s, .giving.academics .type .home-sec__ttl_tp3 ~ .text__s, .giving.others .type .home-sec__ttl_tp3 ~ .text__s {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .giving.development .type .home-sec__ttl_tp3 ~ .text__s, .giving.student .type .home-sec__ttl_tp3 ~ .text__s, .giving.academics .type .home-sec__ttl_tp3 ~ .text__s, .giving.others .type .home-sec__ttl_tp3 ~ .text__s {
    margin-bottom: 30px;
  }
}
.giving.development .type .text__l, .giving.student .type .text__l, .giving.academics .type .text__l, .giving.others .type .text__l {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .giving.development .type .text__l, .giving.student .type .text__l, .giving.academics .type .text__l, .giving.others .type .text__l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.giving.development .swiper {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.giving.development .swiper-wrapper {
  transition-timing-function: linear !important;
}
.giving.development .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  gap: 10px;
}
.giving.development .swiper-slide:has(> img:only-child) img {
  width: 450px;
  height: 450px;
}
@media (max-width: 768px) {
  .giving.development .swiper-slide:has(> img:only-child) img {
    width: 220px;
    height: 220px;
  }
}
.giving.development .swiper-slide:has(> img:nth-child(4)) {
  flex-wrap: wrap;
  max-width: 450px;
}
@media (max-width: 768px) {
  .giving.development .swiper-slide:has(> img:nth-child(4)) {
    max-width: 220px;
  }
}
.giving.development .swiper-slide:has(> img:nth-child(4)) img {
  width: 220px;
  height: 220px;
}
@media (max-width: 768px) {
  .giving.development .swiper-slide:has(> img:nth-child(4)) img {
    width: 105px;
    height: 105px;
  }
}
.giving.student .main__contents {
  width: calc(100% - 40px);
  max-width: 1200px;
  justify-content: flex-end;
  margin: 180px auto 0;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .giving.student .main__contents {
    width: 100%;
    margin: 193px auto 0;
    padding-bottom: 483px;
  }
}
.giving.student .main__contents--texts {
  margin-left: 90px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .giving.student .main__contents--texts {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media (max-width: 768px) {
  .giving.student .main__contents--texts .home-info__link {
    display: none;
  }
}
.giving.student .main__contents .home-info__link .plink_more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 277px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #fff;
  background: #333;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .giving.student .main__contents .home-info__link .plink_more {
    width: 100%;
    min-width: unset;
    justify-content: space-between;
  }
}
.giving.student .main__contents .home-info__link .plink_more::after {
  font-size: 1.6rem;
  margin-left: 0;
  padding: 20px !important;
  border-radius: 0 5px 5px 0;
  border: none;
  border-left: 1px solid #fff;
  width: auto;
  height: auto;
  line-height: 1.6;
  color: #FFF200;
  transition: 0.2s ease-in-out;
}
.giving.student .main__contents .home-info__link .plink_more:hover {
  background: #5F6D70;
  opacity: 1;
}
.giving.student .main__contents .home-info__link .plink_more:hover::after {
  background: #5F6D70;
  color: #fff;
}
.giving.student .main__images {
  position: relative;
}
@media (max-width: 768px) {
  .giving.student .main__images {
    width: 100%;
    max-width: 375px;
    margin: auto;
  }
}
.giving.student .main__images img {
  position: absolute;
}
.giving.student .main__images img:nth-child(1) {
  left: 314px;
  top: -120px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(1) {
    min-width: 112px;
    min-height: 83px;
    max-width: 112px;
    max-height: 83px;
    left: 55px;
    top: -103px;
    right: auto;
  }
}
.giving.student .main__images img:nth-child(2) {
  left: 150px;
  top: -57px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(2) {
    max-height: 69px;
    top: -10px;
    left: 20px;
  }
}
.giving.student .main__images img:nth-child(3) {
  left: 0;
  top: 71px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(3) {
    max-width: 212px;
    max-height: 137px;
    right: 24px;
    top: 551px;
  }
}
.giving.student .main__images img:nth-child(4) {
  left: 216px;
  top: 305px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(4) {
    min-width: 120px;
    min-height: 160px;
    max-width: 120px;
    max-height: 160px;
    left: 114px;
    top: 698px;
  }
}
.giving.student .main__images img:nth-child(5) {
  left: 425px;
  top: 346px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(5) {
    min-width: 77px;
    min-height: 104px;
    max-width: 77px;
    max-height: 104px;
    width: 77px;
    height: 104px;
    right: auto;
    left: 244px;
    top: 727px;
  }
}
.giving.student .main__images img:nth-child(6) {
  left: 425px;
  top: 529px;
}
@media (max-width: 768px) {
  .giving.student .main__images img:nth-child(6) {
    min-width: 111px;
    min-height: 83px;
    max-width: 111px;
    max-height: 83px;
    left: auto;
    right: 20px;
    top: 841px;
  }
}
.giving.student .main__images--title {
  font-family: "Shippori Mincho";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  writing-mode: vertical-rl;
  margin-left: 0;
  margin-right: 0;
  padding-left: 549px;
  line-height: 38px;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .giving.student .main__images--title {
    margin: auto;
    padding-left: 0;
    line-height: 34px;
    font-size: 2.2rem;
  }
}
.giving.student .main__images--description {
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 140px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .giving.student .main__images--description {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .giving.student .type {
    margin-top: 0;
  }
}
.giving.academics .main__contents {
  max-width: 1200px;
  justify-content: space-between;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .giving.academics .main__contents {
    width: calc(100% - 40px);
    margin: 60px auto 90px;
  }
}
.giving.academics .main__contents .main__text {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .giving.academics .main__contents .main__text {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .giving.academics .main__description {
    margin-bottom: 20px;
  }
}
.giving.academics .main__image--wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 360px;
}
@media (max-width: 768px) {
  .giving.academics .main__image--wrapper {
    min-height: 305px;
  }
}
.giving.academics .main__image--wrapper:first-child .main__image--texts, .giving.academics .main__image--wrapper:last-child .main__image--texts {
  position: absolute;
  width: 205px;
  background-color: #F6F5F3;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .giving.academics .main__image--wrapper:first-child .main__image--texts, .giving.academics .main__image--wrapper:last-child .main__image--texts {
    width: 180px;
  }
}
.giving.academics .main__image--wrapper:first-child {
  margin-right: 265px;
}
.giving.academics .main__image--wrapper:first-child .main__image--texts {
  margin-right: 0;
  padding-left: 20px;
  right: -145px;
  top: 180px;
}
@media (max-width: 768px) {
  .giving.academics .main__image--wrapper:first-child .main__image--texts {
    right: -125px;
    top: 127px;
  }
}
.giving.academics .main__image--wrapper:last-child {
  margin-top: 20px;
  margin-left: auto;
}
.giving.academics .main__image--wrapper:last-child .main__image--texts {
  left: -145px;
  padding-right: 20px;
  top: 205px;
}
@media (max-width: 768px) {
  .giving.academics .main__image--wrapper:last-child .main__image--texts {
    left: -125px;
    top: 151px;
  }
}
.giving.academics .main__image--title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}
.giving.academics .main__image--description {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.giving.academics .main__image--arrow {
  width: 12px;
  height: 12px;
}
.giving.academics .main__image--arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border-radius: 3px;
  background-color: #FFF200;
  margin-top: 10px;
}
.giving.others .type {
  background-color: #F5F5F5;
}
.giving.others .type__inner {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.breadcrumb {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  justify-content: flex-end;
}
.breadcrumb__wrapper {
  margin-right: 99px;
}
@media (max-width: 768px) {
  .breadcrumb__wrapper {
    display: none;
  }
}
.breadcrumb__list, .breadcrumb__link, .breadcrumb__hyphen {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}
.breadcrumb__list {
  color: #5F6D70;
  text-decoration: none;
}
.breadcrumb__link {
  text-decoration: none;
}

.pblock {
  min-width: 100%;
}
@media (max-width: 768px) {
  .pblock {
    padding-inline: 0;
  }
}
.pblock > h1 {
  display: none;
}
/*# sourceMappingURL=style-user_page.css.map */
