@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : support.css                               */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.line-title {
  padding-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #909090;
  position: relative;
  margin-bottom: 30px;
}
.line-title::before {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  background: #4269BF;
  position: absolute;
  bottom: -2px;
  left: 0;
}

footer {
  margin-top: 80px;
}

.intro {
  margin-top: 95px;
}
.intro__text {
  line-height: 2;
}

.nav {
  border-top: 1px solid #1B1B1B;
  padding-top: 38px;
  margin-top: 180px;
}
.nav__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.nav__list {
  display: flex;
  gap: 0 3.25%;
  margin-top: 35px;
}
.nav__item {
  width: 31.11%;
}
.nav__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 25px 0;
}
.nav__item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/english/common/img/icon_arrow.svg) no-repeat;
  background-size: 100%;
}

.index .nav-sec {
  margin-bottom: 100px;
}
.index .nav-sec__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 9.21%;
}
.index .nav-sec__item {
  display: flex;
  width: 31.11%;
}
.index .nav-sec__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .nav-sec__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D3D3D3;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 35px;
}
.index .nav-sec__ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/english/common/img/icon_arrow.svg) no-repeat;
  padding-left: 30px;
}
.index .nav-sec__img {
  margin-top: 35px;
}

.scholarships .outline {
  margin-top: 150px;
}
.scholarships .outline__inner {
  margin-top: 120px;
}
.scholarships .outline__inner:first-of-type {
  margin-top: 0;
}
.scholarships .outline__title {
  background: #4269BF;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  padding: 18px 22px;
}
.scholarships .outline__list {
  display: flex;
  gap: 0 15px;
  margin-top: 15px;
}
.scholarships .outline__item {
  font-size: 16px;
  color: #4269BF;
  line-height: 1.2;
  border: 1px solid #4269BF;
  border-radius: 5px;
  padding: 7px 12px;
}
.scholarships .outline__item--pink {
  background: #FFAACB;
  border: 1px solid #FFAACB;
  color: #fff;
}
.scholarships .outline__text {
  margin-top: 7px;
}
.scholarships .outline__table {
  width: 100%;
  border: 1px solid #4269BF;
  margin-top: 18px;
}
.scholarships .outline__table tr {
  border-bottom: 1px solid #4269BF;
}
.scholarships .outline__table tr:last-child {
  border-bottom: none;
}
.scholarships .outline__table .th01 {
  width: 23.81%;
  background: #E7EAF2;
  border-right: 1px solid #4269BF;
  text-align: left;
  font-weight: 500;
  padding: 10px 22px;
}
.scholarships .outline__table td {
  padding: 10px 17px;
}
.scholarships .outline__table td.td-gray {
  width: 20.83%;
  background: #EEE;
  border-right: 1px solid #4269BF;
}
.scholarships .outline__table td .td-list {
  margin-top: 10px;
}
.scholarships .outline__table td .td-list li {
  margin-top: 10px;
  padding-left: 1em;
}
.scholarships .outline__table td .td-list__item {
  text-indent: -1em;
}

.career .intro-info {
  position: relative;
  margin-top: 80px;
}
.career .intro-info::after {
  content: "";
  position: absolute;
  bottom: 38px;
  right: -40px;
  display: block;
  width: 596px;
  height: 649px;
  background-image: url(../../support/img/career/img_intro_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.career .intro-info__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.58%;
  max-width: 1090px;
  margin: 0 auto;
  z-index: 2;
}
.career .intro-info__item {
  width: 47.71%;
  background: #fff;
  border-radius: 50px;
  box-shadow: 10px 10px 10px 0px rgba(11, 11, 11, 0.1);
  padding: 40px 50px;
}
.career .intro-info__item--last {
  display: flex;
  align-items: flex-end;
  background: none;
  box-shadow: none;
  padding: 0;
}
.career .intro-info__title {
  font-size: 20px;
  font-weight: bold;
}
.career .intro-info__result {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 5px;
  margin-top: 20px;
}
.career .intro-info__result--s {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 1;
}
.career .intro-info__result--m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  color: #4269BF;
  line-height: 1;
}
.career .intro-info__result--l {
  font-family: "Noto Serif JP", serif;
  font-size: 90px;
  font-weight: bold;
  color: #4269BF;
  line-height: 1;
}
.career .intro-info__text {
  margin-top: 40px;
  line-height: 2;
}
.career .intro-career {
  margin-top: 100px;
}
.career .intro-career__list {
  display: flex;
  gap: 80px 8.73%;
  margin-top: 80px;
}
.career .intro-career__list:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.career .intro-career__box01 {
  width: 55.56%;
}
.career .intro-career__box02 {
  width: 39.68%;
}
.career .intro-career__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  color: #4269BF;
  line-height: 1.8;
}
.career .intro-career__text {
  line-height: 2.2;
  margin-top: 20px;
}
.career .intro-message {
  background: #4269BF;
  border-radius: 10px;
  text-align: center;
  padding: 65px 100px 50px;
  margin-top: 100px;
}
.career .intro-message__title {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  padding: 0 97px;
}
.career .intro-message__title::before, .career .intro-message__title::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 61px;
  height: 52px;
}
.career .intro-message__title::before {
  left: 0;
  background-image: url(../../support/img/career/icon_quotation01.svg);
  top: -15px;
}
.career .intro-message__title::after {
  right: 0;
  background-image: url(../../support/img/career/icon_quotation02.svg);
  top: 15px;
}
.career .intro-message__text {
  text-align: left;
  color: #fff;
  line-height: 2.2;
  margin-top: 26px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .line-title {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .line-title::before {
    width: 30px;
  }
  .line-title .text-s {
    font-size: 16px;
  }
  footer {
    margin-top: 0;
  }
  .intro {
    margin-top: 40px;
  }
  .nav {
    padding-top: 19px;
    margin-top: 90px;
  }
  .nav__title {
    font-size: 16px;
  }
  .nav__list {
    flex-direction: column;
    gap: 0;
    margin-top: 18px;
  }
  .nav__item {
    width: 100%;
  }
  .nav__item:first-of-type a {
    border-bottom: none;
  }
  .index .nav-sec {
    margin-bottom: 50px;
  }
  .index .nav-sec__list {
    flex-direction: column;
    gap: 0;
  }
  .index .nav-sec__item {
    width: 100%;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 0;
  }
  .index .nav-sec__item:first-of-type {
    border-bottom: none;
  }
  .index .nav-sec__item-inner {
    flex-direction: row-reverse;
    gap: 0 2.13%;
    justify-content: flex-start;
  }
  .index .nav-sec__ttl {
    width: 65.87%;
    border-top: none;
    font-size: 15px;
    padding-top: 0;
  }
  .index .nav-sec__ttl::after {
    width: 12px;
    height: 12px;
    background-size: contain;
    padding-left: 20px;
  }
  .index .nav-sec__img {
    width: 32%;
    margin-top: 0;
  }
  .scholarships .outline {
    margin-top: 50px;
  }
  .scholarships .outline__inner {
    margin-top: 50px;
  }
  .scholarships .outline__title {
    font-size: 16px;
    padding: 9px 10px;
  }
  .scholarships .outline__list {
    gap: 0 10px;
  }
  .scholarships .outline__item {
    font-size: 14px;
    padding: 3px 10px;
  }
  .scholarships .outline__text {
    margin-top: 10px;
  }
  .scholarships .outline__table {
    width: 100%;
    margin-top: 10px;
  }
  .scholarships .outline__table .th01 {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #4269BF;
    padding: 10px 8px;
  }
  .scholarships .outline__table td {
    display: block;
    width: 100%;
    padding: 10px 8px;
  }
  .scholarships .outline__table td.td-gray {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #4269BF;
  }
  .scholarships .outline__table td .td-list {
    margin-top: 5px;
  }
  .scholarships .outline__table td .td-list li {
    margin-top: 5px;
  }
  .scholarships .nav {
    padding-top: 19px;
    margin-top: 90px;
  }
  .scholarships .nav__title {
    font-size: 16px;
  }
  .scholarships .nav__list {
    flex-direction: column;
    gap: 0;
    margin-top: 18px;
  }
  .scholarships .nav__item {
    width: 100%;
  }
  .scholarships .nav__item:first-child a {
    border-bottom: none;
  }
  .scholarships .nav__item a {
    padding: 20px 0;
  }
  .scholarships .nav__item a::after {
    width: 16px;
    height: 16px;
    background: url(/english/common/img/icon_arrow.svg) no-repeat;
    background-size: 100%;
  }
  .career .intro-info {
    margin-top: 40px;
    padding: 0 10px;
  }
  .career .intro-info::after {
    bottom: 38px;
    right: -20px;
    width: 250px;
    height: 272px;
  }
  .career .intro-info__list {
    flex-direction: column;
    gap: 15px 0;
    max-width: 100%;
  }
  .career .intro-info__item {
    width: 100%;
    border-radius: 50px;
    box-shadow: 5px 5px 5px 0px rgba(11, 11, 11, 0.1);
    padding: 20px 25px;
  }
  .career .intro-info__item-s-text {
    vertical-align: middle;
  }
  .career .intro-info__item--last {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .career .intro-info__title {
    text-align: center;
    font-size: 15px;
  }
  .career .intro-info__result {
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
    margin-top: 20px;
  }
  .career .intro-info__result--s {
    font-size: 14px;
  }
  .career .intro-info__result--m {
    text-align: center;
    font-size: 14px;
  }
  .career .intro-info__result--l {
    font-size: 54px;
  }
  .career .intro-info__text {
    margin-top: 20px;
  }
  .career .intro-career {
    margin-top: 0;
  }
  .career .intro-career__list {
    flex-direction: column-reverse;
    gap: 15px 0;
    margin-top: 40px;
  }
  .career .intro-career__list:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .career .intro-career__box01 {
    width: 100%;
  }
  .career .intro-career__box02 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .career .intro-career__title {
    font-size: 16px;
  }
  .career .intro-career__text {
    margin-top: 10px;
  }
  .career .intro-message {
    padding: 70px 25px 50px;
    margin-top: 50px;
  }
  .career .intro-message__title {
    font-size: 20px;
    padding: 0 28px;
  }
  .career .intro-message__title::before, .career .intro-message__title::after {
    width: 29px;
    height: 25px;
  }
  .career .intro-message__title::before {
    left: 0;
    top: -15px;
  }
  .career .intro-message__title::after {
    right: 0;
    top: 15px;
  }
  .career .intro-message__text {
    margin-top: 38px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=support.css.map */