@charset "UTF-8";
/*---------- START BACKGOUND  ----------*/
.u-bg-blue_light {
  background: #F4FCFF !important;
}

/*---------- START COLOR  ----------*/
.u-color-blue {
  color: #00979E !important;
}

/*---------- START TEXT  ----------*/
.u-txt-s {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-txt-s {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-txt-s {
    font-size: 16px !important;
  }
}

.u-txt-m {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-txt-m {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-txt-m {
    font-size: 18px !important;
  }
}

.u-txt-l {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .u-txt-l {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .u-txt-l {
    font-size: 20px;
  }
}

.u-txt-xl {
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .u-txt-xl {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .u-txt-xl {
    font-size: 24px;
  }
}

/* ---------- COMPONENT MARGIN TOP ----------*/
@media only screen and (max-width: 767px) {
  .u-component-mt-l {
    margin-block-start: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mt-l {
    margin-block-start: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-component-mt-m {
    margin-block-start: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mt-m {
    margin-block-start: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-component-mt-s {
    margin-block-start: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mt-s {
    margin-block-start: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-component-mt-xs {
    margin-block-start: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mt-xs {
    margin-block-start: 30px !important;
  }
}

/* ---------- COMPONENT MARGIN BOTTOM ----------*/
@media only screen and (max-width: 767px) {
  .u-component-mb-l {
    margin-block-end: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mb-l {
    margin-block-end: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-component-mb-m {
    margin-block-end: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mb-m {
    margin-block-end: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-component-mb-s {
    margin-block-end: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-component-mb-s {
    margin-block-end: 40px !important;
  }
}

/* ---------- SECTION PADDING ----------*/
@media only screen and (max-width: 767px) {
  .u-section-p-s {
    padding-block: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-p-s {
    padding-block: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-p-xm {
    padding-block: 25px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-p-xm {
    padding-block: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-p-m {
    padding-block: 40px 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-p-m {
    padding-block: 90px 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-p-l {
    padding-block: 40px 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-p-l {
    padding-block: 90px 140px !important;
  }
}

/* ---------- SECTION PADDING TOP ----------*/
@media only screen and (max-width: 767px) {
  .u-section-pt-s {
    padding-block-start: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pt-s {
    padding-block-start: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pt-xm {
    padding-block-start: 25px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pt-xm {
    padding-block-start: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pt-m {
    padding-block-start: 40px 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pt-m {
    padding-block-start: 90px 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pt-l {
    padding-block-start: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pt-l {
    padding-block-start: 80px !important;
  }
}

/* ---------- SECTION PADDING BOTTOM ----------*/
@media only screen and (max-width: 767px) {
  .u-section-pb-s {
    padding-block-end: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pb-s {
    padding-block-end: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pb-m {
    padding-block-end: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pb-m {
    padding-block-end: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pb-xm {
    padding-block-end: 25px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pb-xm {
    padding-block-end: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pb-l {
    padding-block-end: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pb-l {
    padding-block-end: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-section-pb-xl {
    padding-block-end: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-section-pb-xl {
    padding-block-end: 100px !important;
  }
}

/*====================================================================================
■01. PAGE ABOUT
====================================================================================*/
.c-title_line {
  display: inline-block;
  background-image: linear-gradient(30deg, #E6FF36 0%, #E6FF36 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 100%;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00979E;
}
@media only screen and (max-width: 767px) {
  .c-title_line {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c-title_line--s {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .c-title_line {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .c-title_line--s {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .c-box01 {
    padding: 0 15px;
    width: 100%;
  }
  .c-box01__image {
    margin-bottom: 20px;
  }
  .c-box01 p {
    font-size: 15px;
  }
  .c-box01 p + .c-title_line {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .c-box01 {
    gap: 30px;
  }
  .c-box01__image {
    float: right;
    width: 42%;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .c-box01__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .c-box01__cont {
    width: 58%;
    display: flex;
    justify-content: flex-end;
  }
  .c-box01__cont-inner {
    max-width: 66%;
    min-width: 692px;
  }
  .c-box01 p {
    font-size: 18px;
  }
  .c-box01 p + .c-title_line {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-about__sec01 .c-box01 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .page-about__sec01 .c-box01 {
    margin-bottom: 50px;
  }
}

/*====================================================================================
■02. PAGE organization
====================================================================================*/
.c-table01 {
  width: 100%;
  color: #00979E;
}
.c-table01 th, .c-table01 td {
  border: 1px solid #00979E;
  vertical-align: top;
}
.c-table01 th {
  background: #D5FDFE;
}
.c-table01 td {
  background: #F9FFFF;
  text-align: left;
}
.c-table01--bd_full th, .c-table01--bd_full td {
  border: 1px solid #00979E !important;
}
@media only screen and (min-width: 768px) {
  .c-table01 tr:not(:nth-child(1)) td:nth-child(1), .c-table01 tr:not(:nth-child(2)) td:nth-child(1) {
    border-left: none;
  }
  .c-table01 th {
    width: 270px;
    font-size: 18px;
    border-right: none;
  }
  .c-table01 td {
    font-size: 16px;
  }
  .c-table01 td:nth-child(2) {
    border-left: none;
  }
  .c-table01 th, .c-table01 td {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-organization .c-table01 tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .page-organization .c-table01 tr:not(:last-child) th, .page-organization .c-table01 tr:not(:last-child) td {
    border-bottom: none;
  }
  .page-organization .c-table01 tr:not(:nth-child(1)) td:nth-child(1), .page-organization .c-table01 tr:not(:nth-child(2)) td:nth-child(1) {
    width: 37%;
  }
  .page-organization .c-table01 tr:not(:nth-child(1)) td:last-child, .page-organization .c-table01 tr:not(:nth-child(2)) td:last-child {
    width: 63%;
  }
  .page-organization .c-table01 th {
    width: 100%;
    font-size: 15px;
  }
  .page-organization .c-table01 td {
    font-size: 14px;
  }
  .page-organization .c-table01 td:nth-child(2) {
    width: 37%;
  }
  .page-organization .c-table01 td:last-child {
    width: 63%;
    border-left: none;
  }
  .page-organization .c-table01 th, .page-organization .c-table01 td {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-organization__sec05 .c-table01 td {
    width: 100% !important;
    border-left: 1px solid #00979E !important;
  }
  .page-organization__sec05 .c-table01 tr:last-child td {
    border-top: none;
  }
}

/*====================================================================================
■03. PAGE aid
====================================================================================*/
.c-box-border {
  border: 1px solid #B1B1B1;
}
.c-box-border__point {
  position: relative;
  background: #E1F8FE;
  font-weight: bold;
  margin-left: auto;
}
.c-box-border__point:after {
  position: absolute;
  content: "";
  background: url("../aid/images/Point.png") no-repeat;
  height: 100%;
  top: 0;
}
.c-box-border .btn a {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .c-box-border {
    padding: 15px;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .c-box-border__point {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    margin-block: 60px 20px;
  }
  .c-box-border__point:after {
    background-size: 60px;
    width: 70px;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
  }
  .c-box-border .btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .c-box-border {
    padding: 30px;
    font-size: 18px;
    margin-bottom: 60px;
  }
  .c-box-border__point {
    width: calc(100% - 140px);
    font-size: 18px;
    padding: 20px;
    margin-block: 30px 40px;
  }
  .c-box-border__point:after {
    width: 140px;
    left: -120px;
  }
  .c-box-border .btn {
    margin-top: 25px;
  }
}

.c-list-box_blue {
  display: grid;
}
.c-list-box_blue.item-full {
  grid-template-columns: repeat(1, 1fr);
}
.c-list-box_blue__item {
  width: 100%;
  background: #F4FBFE;
  border: 1px solid #00979E;
  color: #00979E;
}
.c-list-box_blue__item .btn a {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .c-list-box_blue {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-box_blue__item {
    padding: 15px;
    font-size: 15px;
  }
  .c-list-box_blue__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .c-list-box_blue {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list-box_blue__item {
    padding: 25px;
    font-size: 18px;
  }
  .c-list-box_blue__title {
    font-size: 22px;
  }
}

.c-list-number li {
  text-indent: -2.1em;
  padding-left: 2.1em;
  font-weight: 500;
}

.page-aid__sec02 .c-table01 tbody td.number {
  padding-inline: 10px;
}
.page-aid__sec02 .c-table01 tbody td:last-child {
  vertical-align: middle;
}
.page-aid__sec02 .c-table01 tbody td p {
  text-align: left !important;
}
.page-aid__sec02 .c-table01 tbody .number {
  width: 50px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.page-aid__sec02 .c-table01 th:nth-child(2) {
  width: 180px;
}
.page-aid__sec02 .c-table01 th:nth-child(3) {
  width: 510px;
}
.page-aid__sec02 .c-table01 tr:last-child td:first-child {
  padding-inline: 0;
}
.page-aid__sec02 .c-table01 .row_total {
  display: flex;
  justify-content: space-between;
}
.page-aid__sec02 .c-table01 .bd-none {
  border: none !important;
  border-right: 1px solid #00979E !important;
  padding-block: 0 20px;
}
.page-aid__sec02 .c-table01 .bd_bottom-none {
  border-bottom: none !important;
  padding-bottom: 0;
}
.page-aid__sec02 .c-table01 .bd_bottom-none--pb {
  padding-bottom: 20px !important;
}
.page-aid__sec02 .c-table01 .bd_top-none {
  border-top: none !important;
}
.page-aid__sec02 .c-table01 .pd-left_indent {
  padding-left: 1.8em;
}
@media only screen and (max-width: 767px) {
  .page-aid__sec02 .c-table01 th, .page-aid__sec02 .c-table01 td {
    padding: 10px;
  }
  .page-aid__sec02 .c-table01 .pb-small td {
    padding-block: 10px;
  }
  .page-aid__sec02 .c-table01 .bd-none {
    padding-block-end: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-aid__sec02 .c-table01 th, .page-aid__sec02 .c-table01 td {
    padding-inline: 30px 20px;
  }
  .page-aid__sec02 .c-table01 .pb-small td {
    padding-block: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-table_scroll {
    margin-top: 20px;
  }
  .c-table_scroll .c-table01 {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .c-table_scroll {
    margin-top: 30px;
  }
}

/*====================================================================================
■04. PAGE aid
====================================================================================*/
.c-table01--tb_bd th, .c-table01--tb_bd td {
  border: 1px solid #00979E !important;
  padding-inline: 0;
}
.c-table01--tb_bd a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #00979E;
  text-decoration: none;
}
.c-table01--tb_bd a span {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table01--tb_bd {
    margin-top: 20px;
  }
  .c-table01--tb_bd th, .c-table01--tb_bd td {
    padding-block: 10px;
  }
  .c-table01--tb_bd td {
    font-size: 14px;
  }
  .c-table01--tb_bd th {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .c-table01--tb_bd {
    margin-top: 40px;
  }
  .c-table01--tb_bd td {
    font-size: 18px;
  }
  .c-table01--tb_bd th {
    font-size: 22px;
  }
}

/*====================================================================================
■05. PAGE disclosure
====================================================================================*/
.page-disclosure .c-table01--tb_bd .bg_none {
  background: none !important;
  border: none !important;
}
.page-disclosure .c-table01__year {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-disclosure .c-table01--tb_bd th {
    padding-inline: 20px;
  }
  .page-disclosure .c-table01--tb_bd th.u-txt-m {
    padding-inline: 0;
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .page-disclosure .c-table01--tb_bd th {
    padding-inline: 40px;
  }
}

.c-list-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-list-btn .btn {
  width: 100%;
}
.c-list-btn .btn a {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-list-btn {
    gap: 20px;
  }
  .c-list-btn .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-list-btn {
    gap: 130px;
  }
  .c-list-btn .btn {
    width: calc((100% - 130px) / 2);
  }
}

/*====================================================================================
■06. PAGE information
====================================================================================*/
.c-list_info {
  border-bottom: 1px solid #B1B1B1;
}
.c-list_info__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #B1B1B1;
}
.c-list_info__date {
  color: #6DA5A8;
  font-weight: bold;
  font-size: 16px;
}
.c-list_info__detail {
  flex: 1;
}
.c-list_info__detail a {
  color: #00979E;
}
@media only screen and (max-width: 767px) {
  .c-list_info__item {
    padding-block: 15px;
  }
  .c-list_info__date {
    width: 100%;
    padding-block-end: 10px;
  }
  .c-list_info__detail {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .c-list_info__item {
    padding-block: 50px;
  }
  .c-list_info__date {
    width: 130px;
    padding-inline: 10px;
  }
  .c-list_info__detail {
    font-size: 18px;
  }
}

/*====================================================================================
■07. PAGE academic
====================================================================================*/
@media print, screen and (min-width: 768px) {
  .container--s {
    max-width: 1000px;
    margin: auto;
  }
}

.c-block01 {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .c-block01 p + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-block01 p + p {
    margin-top: 35px;
  }
}

.c-block02 .box-lst .c-btn02 {
  min-width: 435px;
  max-width: max-content;
  padding-right: 35px;
}
@media print, screen and (max-width: 767px) {
  .c-block02 .box-lst .c-btn02 {
    min-width: 100%;
  }
  .c-block02 p + .c-title_line {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-block02 p + .c-title_line {
    margin-top: 58px;
  }
}

.fixed-grant #main {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .fixed-grant #main {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-grant #main {
    margin-bottom: 120px;
  }
}

.c-grant {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #F4FBFE;
  padding-block: 10px;
  border-radius: 20px;
  max-width: 1320px;
  margin: auto;
}
.c-grant__ttl {
  color: #00979E;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.c-grant.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-grant__list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .c-grant {
    flex-wrap: wrap;
    padding-inline: 2%;
  }
  .c-grant__ttl {
    width: 100%;
    font-size: 14px;
  }
  .c-grant__list {
    width: 100%;
    gap: 7px;
  }
  .c-grant .c-btn02 {
    width: calc((100% - 7px) / 2);
    padding: 3px 20px 3px 3px;
    font-size: 10px;
  }
  .c-grant .c-btn02:after {
    right: -2px;
    background-size: 70% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grant__ttl {
    width: 340px;
  }
  .c-grant__list {
    flex: 1;
    gap: 7px 20px;
  }
  .c-grant .c-btn02 {
    padding: 3px 20px 3px 3px;
  }
  .c-grant .c-btn02:after {
    right: 5px;
  }
}

/*====================================================================================
■08. PAGE overseasdispatch
====================================================================================*/
.c-bg_blue {
  background: #F4FCFF;
}
@media print, screen and (max-width: 767px) {
  .c-bg_blue {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-bg_blue {
    padding: 30px 60px;
  }
}

/*====================================================================================
■09. PAGE award
====================================================================================*/
.c-box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-box02__txt {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  z-index: 2;
}
.c-box02__txt p {
  line-height: 2;
}
.c-box02__img img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .c-box02 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-box02__img {
    width: 100%;
  }
  .c-box02__txt {
    width: 90%;
    margin-top: -10%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-box02__txt {
    width: 41%;
    margin-right: -16%;
  }
  .c-box02__img {
    width: 75%;
  }
}

/*====================================================================================
■10. PAGE specificresearch
====================================================================================*/
.c-list-indent li {
  text-indent: -2.1em;
  margin-left: 2.1em;
}