@charset "UTF-8";
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  font-weight: normal;
  color: #333333;
  font-size: 1.1rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #0F3C3C;
  transition: all .2s linear; }
  a img {
    opacity: 1;
    transition: all .2s linear; }
  a:hover {
    color: #6f8a8a; }
    a:hover img {
      opacity: 0.7; }

a[target="_blank"] {
  position: relative;
  padding-right: 20px;
  display: inline-block; }
  a[target="_blank"]:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/icon-new-tab.svg);
    vertical-align: middle;
    right: 4px;
    position: absolute;
    top: 6px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center; }

a[target="_blank"]:has(img):after {
  display: none; }

h1, h2, h3, h4, h5, strong {
  font-weight: 700;
  color: #0F3C3C;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.btn-gray {
  display: inline-block;
  background-color: #F5F5F5;
  min-width: 200px;
  background-image: url("../img/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 88% center;
  padding: 0.5rem 60px 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.3s; }
  .btn-gray:hover {
    background-color: #c4c4c4;
    background-position: 90% center;
    color: #0F3C3C; }

header nav ul {
  padding-top: 3.2rem; }

.nav-global {
  color: #0F3C3C;
  font-weight: 600;
  font-size: 1rem; }
  .nav-global .list-inline-item:not(:last-child) {
    margin-right: 1.5rem; }

.hamburger {
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 1rem;
  right: 10px;
  z-index: 9999;
  background: #709E32;
  border-radius: 50%; }
  .hamburger span {
    position: absolute;
    width: 50px;
    right: 0;
    transition: all 0.5s;
    display: inline-block;
    left: 13px;
    height: 3px;
    border-radius: 5px;
    background: #ffffff;
    width: 50%; }
  .hamburger span:nth-of-type(1) {
    top: 15px; }
  .hamburger span:nth-of-type(2) {
    top: 23px; }
  .hamburger span:nth-of-type(3) {
    top: 31px; }

.open .hamburger span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%; }

.open .hamburger span:nth-of-type(2) {
  opacity: 0; }

.open .hamburger span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%; }

.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 263px;
  height: 100vh;
  background-color: #F4F2EE;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; }
  .sp-nav li {
    list-style: none;
    width: 100%; }
  .sp-nav a {
    color: #333333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    padding: 15px 0 15px 40px;
    text-align: left;
    font-size: 110%;
    font-weight: 600; }
    .sp-nav a:hover {
      opacity: 0.7; }

.open .sp-nav {
  right: 0; }

.bg-black {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100; }

.open .bg-black {
  opacity: 0.3;
  visibility: visible; }

footer .nav-footer {
  background: #709E32;
  padding: 1.5rem 0; }
  footer .nav-footer ul {
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: right; }
  footer .nav-footer a {
    color: #ffffff;
    font-size: 1rem; }
    footer .nav-footer a:hover {
      opacity: 0.5; }
  footer .nav-footer img {
    width: 421px; }
footer .copyright {
  font-size: 0.8rem;
  padding: 0.7rem 0; }

#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  margin: 0;
  transform: translateY(100px); }
  #page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #709E32;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    color: #709E32;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    padding-right: 4px; }
    #page_top a:after {
      position: absolute;
      content: "";
      background-image: url(../img/common/icon-arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px 7px;
      width: 10px;
      height: 7px;
      top: 33px;
      right: 13px;
      transform: rotate(-90deg); }
    #page_top a:hover {
      opacity: 0.8; }

#page_top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#page_top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
header {
  position: relative;
  padding: 2rem 0; }
  header .bg-triangle {
    position: absolute;
    top: 0;
    left: -30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 620px 0 620px;
    border-color: #709E32 transparent transparent transparent;
    z-index: 998; }
  header .logo a {
    padding: 1rem 1.5rem;
    display: block; }
  header .logo img {
    z-index: 999;
    width: 421px;
    height: 64px;
    position: absolute; }

.eyecatch {
  position: relative;
  background-image: url("../img/home/main.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: block; }
  .eyecatch img {
    width: 100%; }
  .eyecatch h1 {
    position: absolute;
    z-index: 1000;
    top: 25%;
    left: 15%;
    color: #ffffff; }
    .eyecatch h1 span {
      display: block; }
    .eyecatch h1 .title {
      padding-left: 1.7rem; }
    .eyecatch h1 .sub {
      font-size: 1.5rem;
      position: relative;
      padding-left: 1.7rem;
      padding-right: 1.7rem;
      display: inline-block; }
      .eyecatch h1 .sub:before, .eyecatch h1 .sub:after {
        content: "～";
        display: inline-block;
        position: absolute;
        top: 0.2rem;
        left: 0; }
      .eyecatch h1 .sub:after {
        left: inherit;
        right: 0; }
  .eyecatch:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 6vw solid #fff;
    border-left: 100vw solid transparent;
    z-index: 996; }
  .eyecatch:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 6vw solid #fff;
    border-right: 98vw solid transparent;
    z-index: 996; }
  .eyecatch .green {
    position: absolute;
    bottom: 5.1vw;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 106px 213px;
    border-color: transparent transparent #709E32 transparent;
    z-index: 995; }

h2.title {
  font-size: 3rem;
  color: #709E32; }

#message {
  padding: 5rem 0;
  position: relative; }
  #message:after {
    content: '';
    position: absolute;
    top: 17%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F2EE;
    transform: skewY(-4deg);
    z-index: -1;
    height: 258px; }
  #message h3 {
    margin-top: 4rem;
    margin-bottom: 2rem; }
  #message .wrap {
    position: relative;
    top: -25px;
    width: 330px;
    margin: 0 auto; }
    #message .wrap:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 23px solid #fff;
      border-left: 330px solid transparent;
      z-index: 2; }
    #message .wrap:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 23px solid #fff;
      border-right: 330px solid transparent;
      z-index: 2; }
  #message img {
    width: 330px;
    height: 393px;
    display: block; }

#about {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  background-image: url("../img/home/bg_about.jpg");
  padding: 3rem 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem; }
  #about p:last-child {
    margin-bottom: 0; }

#research {
  padding: 10rem 0;
  background-image: url("../img/home/bg_research.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  #research .col-6 .wrap {
    position: relative;
    text-align: center;
    margin-bottom: 3rem; }
    #research .col-6 .wrap:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 30px solid #fff;
      border-left: 70px solid transparent;
      z-index: 2; }
  #research .col-6 span {
    background: #709E32;
    color: #fff;
    padding: 0rem 1rem;
    display: block;
    position: absolute;
    left: -0.5rem;
    top: 10px;
    font-size: 1rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    z-index: 2; }

#banner strong {
  color: #ffffff;
  position: relative;
  margin-bottom: 2rem;
  display: block; }
  #banner strong:after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -7px;
    position: absolute;
    width: 30px; }
#banner a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 280px;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 3.3rem; }
  #banner a:before {
    width: 100%;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0F3C3C;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-height: 281px;
    z-index: -2; }
  #banner a:after {
    width: 100%;
    content: "";
    position: absolute;
    background-color: #0F3C3C;
    display: block;
    left: 0;
    top: 0;
    min-height: 281px;
    z-index: -1;
    opacity: 0.6;
    transition: 0.5s; }
#banner .organize a:before {
  background-image: url("../img/home/bg_organizational-transition.jpg"); }
#banner .award a:before {
  background-image: url("../img/home/bg_external-award.jpg"); }
#banner a:hover:after {
  opacity: 0.9; }
#banner .btn-gray {
  color: #333333;
  min-width: 181px;
  padding: 0.3rem 60px 0.3rem 1.5rem;
  font-size: 1rem; }

#sub-page-title {
  background-color: #709E32;
  overflow: hidden;
  position: relative;
  min-height: 180px; }
  #sub-page-title h2 {
    position: relative;
    height: 180px;
    display: table;
    width: 100%;
    z-index: 3;
    color: #fff; }
    #sub-page-title h2 span {
      font-size: 2.6rem;
      display: table-cell;
      vertical-align: middle; }
  #sub-page-title:before {
    z-index: 1;
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/sub/bg_title.png");
    background-position: center;
    background-size: 175px;
    width: 262px;
    height: 367px;
    left: -6.5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-repeat: no-repeat; }
  #sub-page-title:after {
    z-index: 1;
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/sub/bg_title.png");
    background-position: center;
    background-size: 175px;
    width: 262px;
    height: 367px;
    right: -6.5em;
    transform: rotate(180deg);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-repeat: no-repeat; }

#content {
  padding: 5rem 1rem; }
  #content .container > h2 {
    margin: 0 0 2.5rem; }
  #content h2 {
    color: #0F3C3C;
    display: block;
    padding-left: 55px;
    position: relative;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin: 3rem 0 2.5rem; }
    #content h2:before {
      content: "";
      position: absolute;
      left: 0;
      top: 42%;
      display: block;
      width: 50px;
      height: 1px;
      background-color: #709E32; }
  #content p {
    line-height: 187%;
    margin-bottom: 2rem; }
  #content ul, #content dl.list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    vertical-align: middle; }
    #content ul li, #content ul dt, #content dl.list li, #content dl.list dt {
      padding-left: 15px;
      position: relative;
      margin: 0.3rem 0 0.6rem 0.2rem; }
      #content ul li:before, #content ul dt:before, #content dl.list li:before, #content dl.list dt:before {
        position: absolute;
        top: 0.5rem;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        background: #CF8A8A;
        border-radius: 50%;
        margin-right: 8px; }
    #content ul dd, #content dl.list dd {
      padding-left: 15px; }
  #content .wrap-bg-gray {
    margin: 1.5rem 0;
    background-color: #F5F5F5;
    padding: 1.2rem;
    font-size: 1rem; }
    #content .wrap-bg-gray dl, #content .wrap-bg-gray ul {
      margin-bottom: 0; }
  #content .wrap-greeting {
    padding-bottom: 3rem; }
    #content .wrap-greeting img {
      display: block;
      margin: 0 auto;
      margin-bottom: 1.5rem;
      width: 90%;
      height: auto;
      max-width: 300px; }
    #content .wrap-greeting .name {
      font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      font-weight: 600;
      color: #0F3C3C;
      line-height: 140%; }

.list-tab {
  border-bottom: 1px solid #709E32; }
  .list-tab li {
    margin: 0 !important;
    padding: 0 !important; }
    .list-tab li:before {
      display: none !important; }
  .list-tab a {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.3rem;
    color: #709E32;
    display: block;
    padding: 2rem;
    text-align: center;
    position: relative; }
    .list-tab a:hover {
      color: #b8cf99; }
  .list-tab .current a:after, .list-tab a:hover:after {
    position: absolute;
    content: "";
    background-color: #709E32;
    bottom: -2px;
    height: 4px;
    width: 100%;
    left: 0; }

#content .list-result {
  margin-left: 30px;
  position: relative;
  margin-bottom: 0; }
  #content .list-result:before {
    position: absolute;
    content: "";
    display: inline-block;
    background-color: #709E32;
    background-size: 100%;
    height: 100%;
    width: 1px;
    top: 0;
    left: -17px; }
  #content .list-result dt {
    width: 120px;
    padding-left: 12px;
    position: relative;
    padding-bottom: 0.7rem;
    font-size: 1.1rem; }
    #content .list-result dt:before {
      content: "";
      position: absolute;
      background-color: #CF8A8A;
      width: 16px;
      height: 16px;
      top: 0.3rem;
      left: -1.58rem;
      border-radius: 50%; }
  #content .list-result dd {
    padding-left: 42px;
    word-wrap: break-word; }
  #content .list-result li {
    padding-left: 2rem;
    margin-top: 0;
    padding-bottom: 0.7rem; }
    #content .list-result li:before {
      background-color: #709E32;
      border-radius: 0;
      width: 12px;
      height: 12px;
      top: 0.3rem;
      left: 0; }
    #content .list-result li img {
      margin: 0 auto;
      margin-top: 1rem;
      margin-bottom: 1rem; }
  #content .list-result strong {
    display: inline-block;
    margin-bottom: 0.5rem; }

.organization {
  width: 1100px;
  overflow-y: clip;
  position: relative;
  margin: 0 auto; }
  .organization thead th {
    color: #ffffff;
    width: 100px;
    height: 150px;
    text-align: center;
    position: relative;
    border: 4px solid #fff;
    border-bottom: 0;
    background-clip: padding-box; }
    .organization thead th span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-size: 14px;
      line-height: 115%; }
    .organization thead th:after {
      position: absolute;
      content: "";
      background-color: black;
      display: block;
      left: 40px;
      top: 148px;
      width: 20px;
      height: 1800px;
      z-index: 1; }
  .organization thead th:nth-child(1) {
    width: 55px; }
    .organization thead th:nth-child(1):after {
      background: none; }
  .organization thead th:nth-child(2) {
    background-color: #1551A4; }
    .organization thead th:nth-child(2):after {
      background-color: #1551A4; }
  .organization thead th:nth-child(3) {
    background-color: #E0BA3F; }
    .organization thead th:nth-child(3):after {
      background-color: #E0BA3F; }
  .organization thead th:nth-child(4) {
    background-color: #BA79B1; }
    .organization thead th:nth-child(4):after {
      background-color: #BA79B1; }
  .organization thead th:nth-child(5) {
    background-color: #EE858C; }
    .organization thead th:nth-child(5):after {
      background-color: #EE858C; }
  .organization thead th:nth-child(6) {
    background-color: #EE845B; }
    .organization thead th:nth-child(6):after {
      background-color: #EE845B; }
  .organization thead th:nth-child(7) {
    background-color: #F9C270; }
    .organization thead th:nth-child(7):after {
      background-color: #F9C270; }
  .organization thead th:nth-child(8) {
    background-color: #9ACA5B; }
    .organization thead th:nth-child(8):after {
      background-color: #9ACA5B; }
  .organization thead th:nth-child(9) {
    background-color: #64AD6D; }
    .organization thead th:nth-child(9):after {
      background-color: #64AD6D; }
  .organization thead th:nth-child(10) {
    background-color: #63A2C8; }
    .organization thead th:nth-child(10):after {
      background-color: #63A2C8; }
  .organization thead th:nth-child(11) {
    background-color: #8781BD; }
    .organization thead th:nth-child(11):after {
      background-color: #8781BD; }
  .organization tbody tr {
    height: 50px; }
  .organization tbody th, .organization tbody td {
    border: none;
    font-size: 14px; }
  .organization tbody th {
    box-shadow: none;
    line-height: 50px; }
  .organization tbody td span {
    background: #ffffff;
    text-align: center;
    display: block;
    border: 2px solid;
    z-index: 2;
    position: relative;
    margin-top: 9px; }
  .organization tbody td:nth-child(2) span {
    border-color: #1551A4; }
  .organization tbody td:nth-child(3) span {
    border-color: #E0BA3F; }
  .organization tbody td:nth-child(4) span {
    border-color: #BA79B1; }
  .organization tbody td:nth-child(5) span {
    border-color: #EE858C; }
  .organization tbody td:nth-child(6) span {
    border-color: #EE845B; }
  .organization tbody td:nth-child(7) span {
    border-color: #F9C270; }
  .organization tbody td:nth-child(8) span {
    border-color: #9ACA5B; }
  .organization tbody td:nth-child(9) span {
    border-color: #64AD6D; }
  .organization tbody td:nth-child(10) span {
    border-color: #63A2C8; }
  .organization tbody td:nth-child(11) span {
    border-color: #8781BD; }
  .organization .parent {
    position: relative; }
  .organization .color {
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    position: absolute;
    z-index: 2;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    left: 0px;
    top: 10px;
    width: 193px; }
  .organization .orange {
    background: #EE845B; }
    .organization .orange:before {
      position: absolute;
      content: "";
      display: block;
      right: -30px;
      bottom: 14px;
      background-color: #EE845B;
      height: 15px;
      width: 30px; }
  .organization .green {
    background: #64AD6D; }
    .organization .green:before {
      position: absolute;
      content: "";
      display: block;
      right: -145px;
      bottom: 13px;
      background-color: #64AD6D;
      height: 15px;
      width: 145px; }
  .organization .del {
    position: absolute;
    background: #f2f2f2;
    z-index: 1;
    display: block;
    width: 100px;
    height: 66px;
    left: 0;
    top: 0; }
  .organization .del.double {
    width: 200px; }
  .organization .del.bottom {
    height: 30px;
    bottom: 0;
    top: inherit; }
  .organization .del.top {
    height: 30px; }
  .organization tr:nth-of-type(even) .del {
    background: #ffffff; }

.annotation {
  font-size: 1rem; }

.bg-beige {
  background: #F4F2EE;
  padding: 3rem; }
  .bg-beige li {
    margin-left: 0 !important;
    margin-right: 0 !important; }

@media (min-width: 2000px) {
  header .bg-triangle {
    left: -500px; } }
@media (max-width: 1600px) {
  header .bg-triangle {
    border-width: 460px 530px 0 530px; }

  .nav-global .list-inline-item:not(:last-child) {
    margin-right: 1rem; } }
@media (max-width: 1399.98px) {
  header .bg-triangle {
    border-width: 360px 476px 0 476px; }

  header .logo img {
    width: 359px; }

  footer .nav-footer img {
    width: 260px;
    margin-top: 12px; } }
@media (max-width: 1199.98px) {
  header {
    padding: 0; }
    header .logo {
      padding: 0; }
      header .logo a {
        padding: 0.5rem 0 0 0.5rem; }
      header .logo img {
        width: 357px;
        position: static; }

  .eyecatch {
    height: 30vh; }
    .eyecatch:before, .eyecatch:after, .eyecatch .green {
      display: none; }
    .eyecatch h1 {
      position: static;
      text-align: center; }
      .eyecatch h1 .title {
        display: none; }
      .eyecatch h1 .sub {
        position: absolute;
        width: 10em;
        line-height: 157%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0; }
        .eyecatch h1 .sub:before, .eyecatch h1 .sub:after {
          display: none; }

  #message .wrap {
    top: 0;
    padding-top: 1rem;
    margin: 0 auto; }
    #message .wrap:before, #message .wrap:after {
      display: none; }

  #banner a {
    height: 159px;
    padding-top: 2rem; }

  .sp-nav nav {
    position: relative; }
  .sp-nav ul {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 90%; }
  .sp-nav li {
    display: block;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0; }
    .sp-nav li a {
      display: block;
      transition: 0.3s;
      position: relative; }
      .sp-nav li a:hover {
        transition: 0.3s;
        color: #0F3C3C; } }
@media (max-width: 991.98px) {
  .title .en {
    font-size: 2.5rem !important; }

  .list-tab {
    border: none; }
    .list-tab a {
      background-color: #F5F5F5;
      background-image: url("../img/common/icon-arrow.svg");
      background-position: 92% center;
      background-repeat: no-repeat;
      border-radius: 10px;
      margin: 0.5rem;
      padding: 1rem 1.5rem 1rem 0.5rem; }
    .list-tab .current a, .list-tab a:hover {
      background-color: #709E32;
      background-image: url("../img/common/icon-arrow-white.svg");
      color: #ffffff; }
    .list-tab .current a:after, .list-tab a:hover:after {
      display: none; }

  .table-responsive {
    border: 3px solid #ddd; } }
@media (max-width: 768px) {
  #content, #about p, #message p, #research p {
    font-size: 1rem;
    line-height: 160%; }

  #message {
    padding: 5rem 0 3rem 0; }
    #message:after {
      top: 9%;
      transform: skewY(-20deg); }

  h2.title {
    font-size: 2.2em; }

  #message h3 {
    margin-top: 3rem; }

  #research {
    padding: 5rem 1rem 4rem;
    background-position: 11% 27%;
    background-size: 164% auto; }
    #research .col-lg-7 {
      padding-top: 20px; }
      #research .col-lg-7 .wrap:after {
        border-bottom: 17px solid #fff;
        border-left: 21px solid transparent; }

  #banner .btn-gray {
    font-size: 0.9rem;
    min-width: 157px;
    padding: 0.3rem 40px 0.3rem 1.5rem; }

  #sub-page-title:before {
    left: -8em;
    top: 63%; }
  #sub-page-title:after {
    display: none; }
  #sub-page-title h2 {
    line-height: 50px; }
    #sub-page-title h2 span {
      font-size: 2.2rem; } }
@media (max-width: 575.98px) {
  header .logo img {
    width: 291px; }

  footer .nav-footer {
    text-align: center; }
    footer .nav-footer img {
      width: 300px; }
  footer .copyright {
    font-size: 0.6rem;
    line-height: 100%;
    letter-spacing: 0.03rem;
    padding: 1.2rem 0; }

  #message .wrap {
    width: 100%; }
    #message .wrap img {
      max-width: 210px;
      height: auto;
      margin: 0 auto; }

  #research .col-6 span {
    font-size: 0.7rem; }

  #content .list-tab a {
    font-size: 1.1rem; }
  #content h2 {
    padding: 0; }
    #content h2:before {
      display: none; }

  .bg-beige {
    padding: 1rem; }
    .bg-beige .bg-white {
      padding: 1rem 0 1rem 1rem !important; } }
@media (max-width: 500px) {
  #content .list-result {
    margin-left: 30px; }
    #content .list-result dd {
      padding-left: 12px; }
    #content .list-result li {
      padding-left: 1.6rem; } }