@charset "UTF-8";
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@-webkit-keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@-webkit-keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
@keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
/*時間差(秒)※動的に出力する箇所はnth-of-type使用*/
.d1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.d2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.d3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.d5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.item {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item.fiu.is-show {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.l-section .l-section__inner {
  padding: 0 18px;
}
@media (min-width: 768px) {
  .l-section .l-section__inner {
    padding: 0 18px;
  }
}
.l-section .secondary_title {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.l-section .tertiary_title {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .l-section .tertiary_title {
    margin: 0 0 40px 0;
  }
}
.l-section .quaternary_title {
  margin: 0 0 20px 0;
}

.p-bannerArea {
  width: 100%;
  max-width: 1200px;
  height: 100vw;
  margin: 30px auto 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-bannerArea {
    height: 254px;
  }
}
.p-bannerArea a {
  position: relative;
  display: block;
  background: url("../img/scholarship/img_youkou@2x.jpg") no-repeat right bottom;
  background-size: cover;
  transition: 0.3s;
  padding: 40px 20px 46vw;
  height: 100%;
}
@media (min-width: 768px) {
  .p-bannerArea a {
    padding: 50px 80px;
    background: url("../img/scholarship/img_youkou.jpg") no-repeat right bottom;
    background-size: cover;
  }
}
.p-bannerArea a .p-bannerArea__year {
  color: #5BD27F;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-bannerArea a .p-bannerArea__year {
    font-size: 3rem;
  }
}
.p-bannerArea a .p-bannerArea__year span {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .p-bannerArea a .p-bannerArea__year span {
    font-size: 4.4rem;
  }
}
.p-bannerArea a .p-bannerArea__title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-bannerArea a .p-bannerArea__title {
    font-size: 3rem;
  }
}
.p-bannerArea a .p-bannerArea__title span {
  display: block;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .p-bannerArea a .p-bannerArea__title span {
    display: inline;
    font-size: 3rem;
  }
}
.p-bannerArea a .p-bannerArea__button {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px 50px;
}
.p-bannerArea a .p-bannerArea__button::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url("../img/common/icon_pdf.svg") no-repeat center center;
  background-size: contain;
  margin: -3px 0 0 0;
  vertical-align: middle;
}
.p-bannerArea a::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-top: solid 4px #5BD27F;
  border-right: solid 4px #5BD27F;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .p-bannerArea a:hover::after {
    opacity: 1;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .p-bannerArea a:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  }
}

.p-table {
  margin-bottom: 20px;
}
.p-table > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 1px #ccc;
}
@media (min-width: 768px) {
  .p-table > li {
    flex-direction: row;
  }
}
.p-table > li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-table > li + li {
    border-top: none;
    margin-top: 0;
  }
}
.p-table > li .p-table__cell {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
}
.p-table > li .p-table__cell + .p-table__cell {
  border-top: dashed 1px #ccc;
}
@media (min-width: 768px) {
  .p-table > li .p-table__cell + .p-table__cell {
    border-top: none;
  }
}
.p-table > li .p-table__cell:nth-of-type(1) {
  background: #F9FAF1;
}
@media (min-width: 768px) {
  .p-table > li .p-table__cell:nth-of-type(1) {
    justify-content: center;
    width: 20.6%;
    border-bottom: none;
    border-right: solid 1px #ccc;
  }
}
@media (min-width: 768px) {
  .p-table > li .p-table__cell:nth-of-type(2) {
    justify-content: center;
    width: 24%;
    border-right: solid 1px #ccc;
  }
}
@media (min-width: 768px) {
  .p-table > li .p-table__cell:nth-of-type(2).r_bdn {
    border-right: none;
  }
}
.p-table > li .p-table__cell:nth-of-type(3) {
  justify-content: flex-start;
}
.p-table > li .p-table__cell span {
  padding: 20px;
  color: #777;
}
.p-table--col5 > li .p-table__cell {
  padding: 0;
  justify-content: center;
}
.p-table--col5 > li .p-table__cell + .p-table__cell {
  border-top: solid 1px #ccc;
}
@media (min-width: 768px) {
  .p-table--col5 > li .p-table__cell + .p-table__cell {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .p-table--col5 > li .p-table__cell {
    width: 20%;
    border-right: solid 1px #ccc;
  }
}
.p-table--col5 > li .p-table__cell:nth-of-type(1) {
  padding: 15px;
}
@media (min-width: 768px) {
  .p-table--col5 > li .p-table__cell:nth-of-type(1) {
    width: 25%;
  }
}
.p-table--col5 > li .p-table__cell:nth-of-type(3) {
  justify-content: center;
}
.p-table--col5 > li .p-table__cell:last-of-type {
  border-right: none;
}

.p-flow .p-flow__box {
  position: relative;
  background: #F9FAF1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-flow .p-flow__box {
    flex-direction: row;
  }
}
.p-flow .p-flow__box + .p-flow__box {
  margin-top: 60px;
}
.p-flow .p-flow__box + .p-flow__box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  display: inline-block;
  border-top: 20px solid #5BD27F;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin-bottom: 30px;
}
.p-flow .p-flow__box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-flow .p-flow__box > div {
    padding: 40px 30px;
  }
}
.p-flow .p-flow__box .flow-box--name {
  background: #5BD27F;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-flow .p-flow__box .flow-box--name {
    width: 25%;
  }
}
.p-flow .p-flow__box .flow-box--date {
  align-items: flex-start;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-flow .p-flow__box .flow-box--date {
    align-items: center;
    width: 25%;
  }
}
.p-flow .p-flow__box .flow-box--content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-flow .p-flow__box .flow-box--content::before {
  content: "";
  display: inline-block;
  width: 90%;
  height: 1px;
  border-top: dotted 1px #707070;
  position: absolute;
  top: 0;
  left: 5%;
}
@media (min-width: 768px) {
  .p-flow .p-flow__box .flow-box--content::before {
    width: 1px;
    height: 90%;
    border-top: none;
    border-right: dotted 1px #707070;
    top: 5%;
    left: 0;
  }
}

.p-tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  border: solid 1px #5BD27F;
}
@media (min-width: 768px) {
  .p-tabList {
    border: none;
    justify-content: flex-start;
  }
}
.p-tabList .p-tabList__item {
  width: 50%;
  border-bottom: solid 1px #5BD27F;
  text-align: center;
}
@media (min-width: 768px) {
  .p-tabList .p-tabList__item {
    width: calc((100% - 30px) / 4);
    border: solid 1px #5BD27F;
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .p-tabList .p-tabList__item {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .p-tabList .p-tabList__item + .p-tabList__item {
    margin-left: 10px;
  }
}
.p-tabList .p-tabList__item:nth-of-type(1) {
  border-right: solid 1px #5BD27F;
}
.p-tabList .p-tabList__item:nth-of-type(3) {
  border-bottom: none;
  border-right: solid 1px #5BD27F;
}
@media (min-width: 768px) {
  .p-tabList .p-tabList__item:nth-of-type(3) {
    border-bottom: solid 1px #5BD27F;
  }
}
.p-tabList .p-tabList__item:nth-of-type(4) {
  border-bottom: none;
}
@media (min-width: 768px) {
  .p-tabList .p-tabList__item:nth-of-type(4) {
    border-bottom: solid 1px #5BD27F;
  }
}
.p-tabList .p-tabList__item.active {
  background: rgb(171.038277512, 231.961722488, 189.4688995215);
}
.p-tabList .p-tabList__item.active:hover {
  background: #5BD27F;
  color: #fff;
}
.p-tabList .p-tabList__item a {
  display: block;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .p-tabList .p-tabList__item:hover {
    background: rgb(171.038277512, 231.961722488, 189.4688995215);
  }
}

.p-tabContent {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 30px 0;
}
.p-tabContent.is-active {
  opacity: 1;
  display: block;
}

.p-faq {
  margin-bottom: 40px;
}
.p-faq .p-faq__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 70px;
}
@media (min-width: 768px) {
  .p-faq .p-faq__item {
    padding: 22px 50px 22px 100px;
  }
}
.p-faq .p-faq__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-faq .p-faq__item::before {
    left: 13px;
    font-size: 2.2rem;
    width: 70px;
    height: 50px;
    line-height: 50px;
  }
}
.p-faq dt.p-faq__item {
  counter-increment: question;
  position: relative;
  background: #fff;
  transition: 0.3s;
}
.p-faq dt.p-faq__item::before {
  content: "Q-" counter(question);
  background: #5BD27F;
}
.p-faq dt.p-faq__item.on .p-faq__icon::after {
  transform: rotate(0deg);
}
.p-faq dt.p-faq__item .p-faq__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-faq dt.p-faq__item .p-faq__icon {
    right: 15px;
  }
}
.p-faq dt.p-faq__item .p-faq__icon::before, .p-faq dt.p-faq__item .p-faq__icon::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #333;
  position: absolute;
}
.p-faq dt.p-faq__item .p-faq__icon::after {
  transform-origin: center;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .p-faq dt.p-faq__item:hover {
    background: #F9FAF1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-faq dt.p-faq__item:hover .p-faq__icon::before, .p-faq dt.p-faq__item:hover .p-faq__icon::after {
    background: #5BD27F;
  }
}
.p-faq dd.p-faq__item {
  display: none;
}
.p-faq dd.p-faq__item::before {
  top: 35px;
  content: "A-" counter(question);
  background: #FC8080;
}
.p-faq dd.p-faq__item + dt {
  border-top: dashed 1px #ccc;
}

#category_02 .p-faq {
  counter-reset: question 17;
}
#category_02 .p-faq dt.p-faq__item {
  counter-increment: question;
}
#category_02 .p-faq dt.p-faq__item::before {
  content: "Q-" counter(question);
}
#category_02 .p-faq dd.p-faq__item::before {
  content: "A-" counter(question);
}

#category_03 .p-faq {
  counter-reset: question 21;
}
#category_03 .p-faq dt.p-faq__item {
  counter-increment: question;
}
#category_03 .p-faq dt.p-faq__item::before {
  content: "Q-" counter(question);
}
#category_03 .p-faq dd.p-faq__item::before {
  content: "A-" counter(question);
}

#category_04 .p-faq {
  counter-reset: question 29;
}
#category_04 .p-faq dt.p-faq__item {
  counter-increment: question;
}
#category_04 .p-faq dt.p-faq__item::before {
  content: "Q-" counter(question);
}
#category_04 .p-faq dd.p-faq__item::before {
  content: "A-" counter(question);
}

.no-icon::after {
  display: none;
}

.p-table--col3--colLarge > .p-table__cell:first-of-type {
  max-width: 14.75%;
}
@media (max-width: 960px) {
  .p-table--col3--colLarge > .p-table__cell:first-of-type {
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .p-table--col3--colLarge > .p-table__cell:first-of-type {
    max-width: 100%;
  }
}
.p-table--col3--colLarge .p-table__cell--block--parent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #ccc;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child {
    flex-direction: column;
  }
}
.p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child:last-of-type {
  border-bottom: none;
}
.p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell {
  background-color: #fff;
  width: 20%;
}
.p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell:first-of-type {
  width: 20%;
  justify-content: center;
}
@media (max-width: 960px) {
  .p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell:first-of-type {
    width: 20.2%;
  }
}
@media (max-width: 767px) {
  .p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell:first-of-type {
    width: 100%;
    justify-content: left;
  }
}
.p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell:last-of-type {
  justify-content: left;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .p-table--col3--colLarge .p-table__cell--block--parent .p-table__cell--block--child .p-table__cell {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-scholarship__indent6 {
    text-indent: -6em;
    padding-left: 6em;
  }
}
@media (min-width: 768px) {
  .p-scholarship__indent7 {
    text-indent: -7em;
    padding-left: 7em;
  }
}
.p-scholarship__listtitle {
  font-weight: bold;
  color: #499B62;
}
.p-scholarship__listtitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #499B62;
  margin-right: 5px;
}
.p-scholarship__list--item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-scholarship__list--item::before {
  content: "・";
}
@media (min-width: 768px) {
  .p-scholarship__list--flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-scholarship__list--flex ul {
    width: 83%;
  }
}
.p-scholarship__listflow li div.warning {
  position: relative;
  padding-left: 2em;
}
.p-scholarship__listflow li div.warning::before {
  content: "注：";
  position: absolute;
  left: 0;
}
.p-scholarship__listflow li div.warning.dot p {
  padding-left: 1em;
  text-indent: -1em;
}
