@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
body {
  background-color: #fff;
  color: #4e4e4e;
  font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.body-en {
  font-family: "Jost", "Noto Sans TC", sans-serif;
}

.body-jp {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #287171;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
a:hover {
  color: #A7DDDD;
}

p {
  margin: 0;
  line-height: 1.5;
}

ul {
  padding-top: inherit;
}

button {
  border: 0px solid transparent;
}

.main_page {
  background-color: #FAFAFA;
}

.table {
  vertical-align: middle;
}
.table th {
  font-weight: normal;
}

.page-btn-box {
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.page-btn-box span {
  margin: 20px 0;
  display: inline-block;
}

#MainContent_DataPager1 > .aspNetDisabled {
  display: none;
}
#MainContent_DataPager1 > a {
  display: inline-block;
  cursor: pointer;
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  background-color: #eeeeee;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease-out;
}
#MainContent_DataPager1 > a:hover {
  background-color: #A7DDDD;
  color: #4e4e4e;
}
#MainContent_DataPager1 > span {
  margin: 6px 4px 0px 4px;
  padding: 5px 12px;
  background-color: #A7DDDD;
  border-radius: 50%;
  font-size: 1rem;
  color: #4e4e4e;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.DataContent {
  margin-bottom: 40px;
  word-break: break-word;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .DataContent {
    line-height: 2;
  }
}
.DataContent a {
  color: #2f67ba;
}
.DataContent a:hover {
  color: #287171;
}
.DataContent h3 {
  display: block;
  margin-top: 60px;
  margin-bottom: 24px;
  padding-left: 12px;
  border-left: 4px solid #A7DDDD;
  font-size: 1.5em;
}
.DataContent h4 {
  font-size: 1.25em;
  color: #4e4e4e;
}
.DataContent iframe {
  width: 100%;
  height: 56.25vw;
}
.DataContent img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .body-en .DataContent {
    line-height: 1.75;
  }
}
.body-en .DataContent > div, .body-en .DataContent p {
  margin-bottom: 1em;
}

.body-jp .DataContent > div, .body-jp .DataContent p {
  margin-bottom: 1em;
}

.DataContent table {
  line-height: 1.5;
  width: 100%;
  border: none;
}
@media (min-width: 992px) {
  .DataContent table {
    display: table;
  }
}
.DataContent caption {
  text-align: center;
  margin-top: 20px;
  caption-side: top;
  font-size: 0.875rem;
  color: #6e6e6e;
}
@media (min-width: 992px) {
  .DataContent tbody, .DataContent thead, .DataContent tr, .DataContent th, .DataContent td, .DataContent tfoot {
    border: inherit;
    border: 1px solid #d9d9d9;
  }
}
.DataContent tbody {
  display: block;
}
@media (min-width: 992px) {
  .DataContent tbody {
    display: table-row-group;
  }
}
.DataContent tr {
  display: block;
}
@media (min-width: 992px) {
  .DataContent tr {
    display: table-row;
    vertical-align: inherit;
    border-bottom: none;
  }
}
.DataContent th {
  display: none;
  padding: 5px;
}
@media (min-width: 992px) {
  .DataContent th {
    display: table-cell;
  }
}
.DataContent th[scope=col] {
  text-align: center;
}
.DataContent th[scope=row] {
  display: block;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .DataContent th[scope=row] {
    display: table-cell;
  }
}
.DataContent td {
  display: flex;
  align-items: center;
  padding: 5px 1rem;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .DataContent td {
    display: table-cell;
    padding: 5px;
    border-bottom: none;
  }
}
.DataContent td::before {
  content: attr(data-th);
  display: block;
  font-weight: 600;
  color: #287171;
  min-width: 150px;
  max-width: 150px;
}
@media (min-width: 992px) {
  .DataContent td::before {
    display: none;
  }
}

.col_table tr {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .col_table tr {
    margin-bottom: 0px;
  }
}
.col_table tr:first-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .col_table td {
    text-align: center;
  }
}

a:active, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  transition: all linear 300ms;
}
a:visited, a:focus-visible {
  outline: dashed 4px #ffa032;
  transition: all linear 300ms;
  transition: outline 0s;
}

button:focus-visible, .main-layout .btn:focus-visible, header .toggle-btn:focus-visible {
  outline: dashed 4px #fcb25f !important;
  transition: all linear 300ms;
  transition: outline 0s;
}

.u-focus-only {
  border-radius: 10px;
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  z-index: 9999;
  transition: all linear 300ms;
}
.u-focus-only:focus {
  width: auto;
  height: auto;
  visibility: visible;
  transform: translateY(0);
  transition: all linear 300ms;
}

.c, .u, .b {
  position: relative;
  color: transparent !important;
  z-index: 1000;
}
.c:focus-visible, .u:focus-visible, .b:focus-visible {
  opacity: 1;
  color: #4e4e4e !important;
}

.c {
  display: inline-block;
}
@media (min-width: 992px) {
  .c {
    margin-bottom: 60px;
  }
}

.menu-link .lang-note,
.read_more .lang-note {
  font-size: 0.875rem;
  opacity: 0.85;
  font-weight: normal;
}

.btn_primary {
  position: relative;
  color: #ffffff;
  background-color: #287171;
  transition: 0.3s ease-in-out;
}
.btn_primary:hover {
  color: #287171;
  background-color: #ffffff;
  border: 1px solid #287171;
  font-weight: 600;
}
.btn_primary:focus, .btn_primary:focus-visible {
  color: #287171;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_primary:active {
  color: #287171 !important;
}

.btn_secondary {
  position: relative;
  color: #ffffff;
  background-color: #6c757d;
  transition: 0.3s ease-in-out;
}
.btn_secondary:hover {
  color: #6c757d;
  background-color: #ffffff;
  border: 1px solid #6c757d;
  font-weight: 600;
}
.btn_secondary:focus, .btn_secondary:focus-visible {
  color: #6c757d;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_secondary:active {
  color: #6c757d !important;
}

.btn_danger {
  position: relative;
  color: #ffffff;
  background-color: #ba4f5a;
  transition: 0.3s ease-in-out;
}
.btn_danger:hover {
  color: #ba4f5a;
  background-color: #ffffff;
  border: 1px solid #ba4f5a;
  font-weight: 600;
}
.btn_danger:focus, .btn_danger:focus-visible {
  color: #ba4f5a;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_danger:active {
  color: #ba4f5a !important;
}

.btn_warning {
  position: relative;
  color: #ffffff;
  background-color: #bcb022;
  transition: 0.3s ease-in-out;
}
.btn_warning:hover {
  color: #bcb022;
  background-color: #ffffff;
  border: 1px solid #bcb022;
  font-weight: 600;
}
.btn_warning:focus, .btn_warning:focus-visible {
  color: #bcb022;
  background-color: #ffffff;
  font-weight: 600;
}
.btn_warning:active {
  color: #bcb022 !important;
}

.btn_outline_primary {
  position: relative;
  background: #ffffff;
  border: 1px solid #287171;
  color: #287171;
  transition: all 0.3s ease-out;
}
.btn_outline_primary:hover {
  background-color: rgb(26.6666666667, 75.3333333333, 75.3333333333);
  border: 1px solid rgb(26.6666666667, 75.3333333333, 75.3333333333);
  color: #ffffff;
}
.btn_outline_primary:focus, .btn_outline_primary:focus-visible, .btn_outline_primary:active {
  background-color: rgb(26.6666666667, 75.3333333333, 75.3333333333) !important;
  border: 1px solid rgb(26.6666666667, 75.3333333333, 75.3333333333);
  color: #ffffff !important;
}

.btn_outline_secondary {
  position: relative;
  background: #ffffff;
  border: 1px solid #6c757d;
  color: #6c757d;
  transition: all 0.3s ease-out;
}
.btn_outline_secondary:hover {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #ffffff;
}
.btn_outline_secondary:focus, .btn_outline_secondary:focus-visible, .btn_outline_secondary:active {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  border: 1px solid rgb(84.3605150215, 91.3905579399, 97.6394849785);
  color: #ffffff !important;
}

.btn_outline_danger {
  position: relative;
  background: #ffffff;
  border: 1px solid #ba4f5a;
  color: #ba4f5a;
  transition: all 0.3s ease-out;
}
.btn_outline_danger:hover {
  background-color: rgb(153.7306122449, 60.2693877551, 69.8775510204);
  border: 1px solid rgb(153.7306122449, 60.2693877551, 69.8775510204);
  color: #ffffff;
}
.btn_outline_danger:focus, .btn_outline_danger:focus-visible, .btn_outline_danger:active {
  background-color: rgb(153.7306122449, 60.2693877551, 69.8775510204) !important;
  border: 1px solid rgb(153.7306122449, 60.2693877551, 69.8775510204);
  color: #ffffff !important;
}

.btn-block {
  position: relative;
  color: #ffffff;
  background-color: #287171;
  transition: 0.3s ease-in-out;
}
.btn-block:hover {
  color: #287171;
  background-color: #ffffff;
  border: 1px solid #287171;
  font-weight: 600;
}
.btn-block:focus, .btn-block:focus-visible {
  color: #287171;
  background-color: #ffffff;
  font-weight: 600;
}
.btn-block:active {
  color: #287171 !important;
}

.btn-block-outline {
  position: relative;
  background: #ffffff;
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  transition: all 0.3s ease-out;
}
.btn-block-outline:hover {
  background-color: rgb(52.5, 52.5, 52.5);
  border: 1px solid rgb(52.5, 52.5, 52.5);
  color: #ffffff;
}
.btn-block-outline:focus, .btn-block-outline:focus-visible, .btn-block-outline:active {
  background-color: rgb(52.5, 52.5, 52.5) !important;
  border: 1px solid rgb(52.5, 52.5, 52.5);
  color: #ffffff !important;
}

input::file-selector-button {
  color: #287171;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #287171;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin: 10px 20px 10px 0;
  font-size: 1rem;
}
input::file-selector-button:hover {
  color: #ffffff;
  background-color: #287171;
}

.logo {
  margin-bottom: 0;
  width: 240px;
}
@media (min-width: 768px) {
  .logo {
    width: 288px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 320px;
  }
}
.logo .logo-link {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  margin: 0;
  width: 100%;
  aspect-ratio: 6.1538461538;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
}
.logo .logo-link.logo-en {
  background: url("../images/logo_en.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.logo .logo-link.logo-jp {
  background: url("../images/logo_jp.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.aside-fixed .logo {
  width: 240px;
  height: 39px;
  margin: 20px auto 50px;
}

.logo.phone-logo {
  width: 192px;
  height: 31.2px;
}
@media (min-width: 992px) {
  .logo.phone-logo {
    width: 240px;
    height: 39px;
  }
}

.news-item {
  position: relative;
  padding: 30px 15px;
  border-bottom: 1px dashed #d9d9d9;
  transition: all 0.3s ease-out;
}
.news-item:hover {
  background-color: #f4f4f4;
}

.news-link {
  display: block;
}
.news-link:hover .item-title {
  color: #287171;
}

.news-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #4e4e4e;
  gap: 20px;
}
.news-info .item-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 0 0 90px;
  font-family: "Aboreto", serif;
  color: #287171;
}
.news-info .item-date::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  right: 16px;
  bottom: 36px;
  background-color: #287171;
}
.news-info .year {
  font-size: 0.875rem;
  line-height: 1.5;
}
.news-info .date {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
.news-info .item-kind {
  display: inline-block;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 30px;
  background-color: #d9eeec;
  color: #4e4e4e;
  border: none;
  margin-bottom: 5px;
}
.news-info .item-title {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/*-- 隱藏Google搜尋列 --*/
.search-box {
  width: 100%;
  height: 300px;
  padding: 120px 0;
  background-color: rgba(228, 228, 228, 0.9725490196);
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 30;
  overflow: auto;
  opacity: 0;
  transition: all 0.8s;
}
.search-box.open {
  top: 90px;
  opacity: 1;
  transition: all 0.8s;
}

/*  搜尋 closeBtn */
.closeBox {
  margin: 0 25px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
.closeBox .closeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #4e4e4e !important;
  margin: 20px 0;
  transition: all 0.3s ease-out;
}
.closeBox .closeBtn::before {
  content: "CLOSE";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #4e4e4e;
}
.closeBox .closeBtn:hover {
  background-color: #4e4e4e;
}
.closeBox .closeBtn:hover svg {
  color: #ffffff;
}

.form-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.gsc-search-box {
  width: 800px !important;
  margin-bottom: 0;
}

/*-- 搜尋列 --*/
.gsc-input-box {
  border-radius: 20px 0 0 20px;
  padding: 0;
}

.gsc-input {
  padding-right: 0 !important;
  letter-spacing: 1px;
}

table.gsc-search-box {
  padding: 2px;
}
table.gsc-search-box td.gsc-input {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
table.gsc-search-box td.gsc-input .gsib_a {
  width: 90%;
  height: 40px;
}

.gsc-input {
  padding: 3px;
  height: 100%;
}

#___gcse_1 {
  width: 100%;
}

.gsc-search-button-v2 svg {
  fill: #ffffff !important;
  font-size: 1.15rem;
}

.search-box input[type=search] {
  padding-right: 90px;
  border: 1px solid #666666;
}
.search-box input[type=search]::-webkit-input-placeholder {
  color: rgb(77, 77, 77);
}
.search-box input[type=search]::-moz-placeholder {
  color: rgb(77, 77, 77);
  opacity: 1;
}
.search-box button {
  height: 40px;
  width: 40px;
  padding: 6px;
  background: #4e4e4e;
  border-radius: 0 20px 20px 0;
  border: none;
  margin: 0;
}
.search-box button a.gsst_a {
  padding: 0 4px;
}

.mobileMenuBtn {
  position: relative;
  padding: 5px;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .mobileMenuBtn {
    display: none;
  }
}
.mobileMenuBtn .menu_ico {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mobileMenuBtn .ico {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.mobileMenuBtn .ico_wave {
  background-color: #A7DDDD;
  width: 100%;
  height: 100%;
}
.mobileMenuBtn span.mid {
  font-size: 0;
  text-indent: -9999;
}
.mobileMenuBtn span.mid::before, .mobileMenuBtn span.mid::after {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobileMenuBtn span.mid::before {
  height: 2px;
  background-color: #287171;
}
.mobileMenuBtn span.mid::after {
  height: 16px;
  border-top: 2px solid #287171;
  border-bottom: 2px solid #287171;
}

.mobileMenu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #287171;
  padding: 20px 40px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  text-align: right;
}
@media (min-width: 768px) {
  .mobileMenu {
    width: 50%;
  }
}
.mobileMenu a.off {
  font-size: 1.5rem;
  transition: color 0.3s ease-out;
}
.mobileMenu a.off span {
  font-size: 0;
  text-indent: -999px;
}
.mobileMenu svg {
  color: #ffffff;
}
.mobileMenu ul {
  list-style: none;
  padding-left: 0;
}
.mobileMenu .topBtn {
  display: block;
  margin-top: 20px;
}
.mobileMenu .topBtn li {
  width: 100%;
  margin-bottom: 10px;
}
.mobileMenu .topBtn a {
  display: block;
  width: 100%;
  padding: 5px;
  color: #eeeeee;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  border: 1px solid;
}

ul#navmenu-v2 {
  width: 100%;
  margin: 0;
}
ul#navmenu-v2 li {
  position: relative;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px dashed #A7DDDD;
}
ul#navmenu-v2 li.child::after {
  content: "";
  position: absolute;
  display: inline-block;
  pointer-events: none;
  top: 15px;
  right: 30px;
  border: solid 3px #ffffff;
  border-width: 0px 3px 3px 0;
  padding: 5px;
  transform: rotate(45deg);
}
ul#navmenu-v2 li:last-child {
  border-bottom: none;
}
ul#navmenu-v2 a {
  padding: 10px;
  display: block;
  text-align: left;
  color: #ffffff;
}

/* mobile-menu 第2層 手機選單 */
ul#navmenu-v2 ul {
  display: none;
  background-color: rgb(46.6666666667, 131.8333333333, 131.8333333333);
}
ul#navmenu-v2 ul a {
  margin-left: 1rem;
}

/* mobile-menu 第3層 手機選單 */
ul#navmenu-v2 ul ul {
  background-color: rgb(53.3333333333, 150.6666666667, 150.6666666667);
}
ul#navmenu-v2 ul ul a {
  margin-left: 2rem;
}

.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #FAFAFA;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media (min-width: 1200px) {
  .header .wrap {
    height: 140px;
  }
}

.topbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topLinkBox {
  display: none;
}
@media (min-width: 1200px) {
  .topLinkBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.topLinkBox > a {
  position: relative;
  font-size: 1rem;
  padding: 5px 15px;
  color: #4e4e4e;
}
.topLinkBox > a:hover {
  color: #287171;
}
.topLinkBox > a img {
  margin-right: 10px;
}
.topLinkBox .dropdown-item {
  padding: 0.5rem 1rem;
}
.topLinkBox .dropdown-item:hover {
  background-color: #eeeeee;
}

.languageBtn {
  display: none;
  color: #FAFAFA;
  background-color: #287171;
  border-radius: 50px;
  padding: 15px;
  font-size: 1rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 1200px) {
  .languageBtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.languageBtn:hover {
  background-color: #A7DDDD;
}
.languageBtn:hover svg {
  fill: #287171;
}
.languageBtn.show svg {
  fill: #287171;
}
.languageBtn svg {
  margin-right: 10px;
  fill: #FAFAFA;
}

.body-en .topLinkBox > a, .body-en .topLinkBox .languageBtn {
  font-size: 1.125rem;
}

.menu-box {
  position: relative;
  background-color: #A7DDDD;
  z-index: 20;
  display: none;
}
@media (min-width: 1200px) {
  .menu-box {
    display: block;
  }
}

.menu-box ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.menu-box li.menu-Level1 {
  position: relative;
  text-align: center;
  flex: 1 0 auto;
}
.menu-box a.menu-link {
  display: block;
  color: #4e4e4e;
  font-weight: 500;
  line-height: 1;
  padding: 20px 10px;
}
.menu-box a.menu-link:hover {
  background-color: rgb(148.606557377, 213.893442623, 213.893442623);
}

.navmenu-v {
  align-items: center;
}
.navmenu-v .WebMenuList2 a {
  background-color: #FAFAFA;
  border-bottom: dashed 1px #cccccc;
  line-height: 1.375;
  text-align: left;
  padding: 15px;
}
.navmenu-v .WebMenuList2 a:hover {
  background-color: rgb(237.25, 237.25, 237.25);
}
.navmenu-v .WebMenuList3 a {
  background-color: #d9eeec;
}
.navmenu-v .WebMenuList3 a:hover {
  background-color: rgb(199.3818181818, 230.1181818182, 227.1909090909);
}

.navmenu-v li:hover ul.WebMenuList2 {
  display: block;
}
.navmenu-v .WebMenuList2 {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
  width: 100%;
}

.navmenu-v ul.WebMenuList2 li.menu-Level1:hover ul.WebMenuList3 {
  display: block;
}
.navmenu-v ul.WebMenuList2 li.menu-Level1 ul.WebMenuList3 {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}
.navmenu-v ul.WebMenuList2 ul.WebMenuList4 {
  display: none;
}

.menu-box.at-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease-out;
}

.bottom-menu {
  position: relative;
  background-color: #FAFAFA;
}

.collapse_btn {
  background-color: #287171;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .collapse_btn {
    width: 196px;
    height: 50px;
    padding: 0;
  }
}
.collapse_btn:hover {
  background-color: #A7DDDD;
  color: #4e4e4e;
}

.collapse_wrap {
  background-color: #d9eeec;
  padding: 50px 0;
}
.collapse_wrap ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
}

.is-hidden {
  display: none;
}

ul.bottom-menu--list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ul.bottom-menu--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  ul.bottom-menu--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.bottom-menu--list > li {
  display: inline-block;
  margin-bottom: 1rem;
}
ul.bottom-menu--list > li > a {
  border-bottom: 1px solid #c0c0c0;
  font-weight: 500;
}
ul.bottom-menu--list > li a {
  display: block;
  color: #4e4e4e;
  padding: 5px 0;
}
ul.bottom-menu--list > li a:hover {
  color: #287171;
}
ul.bottom-menu--list > li ul ul {
  padding-left: 1.125rem;
}

.footer {
  position: relative;
  background-color: #eeeeee;
}

.footer-box {
  position: relative;
  color: #4e4e4e;
  padding: 50px 0;
  font-size: 1rem;
}
.footer-box p {
  line-height: 2;
}

.footer_links {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .footer_links {
    gap: 20px;
    margin: 50px 0;
  }
}
.footer_links a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 50px;
  color: #4e4e4e;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .footer_links a {
    padding: 10px 20px;
  }
}
.footer_links a:hover {
  color: #A7DDDD;
}

.footer_a11y {
  margin-top: 35px;
}
.footer_a11y a {
  color: #4e4e4e;
  transition: 0.3s ease-out;
}
.footer_a11y a:hover {
  color: #A7DDDD;
}
.footer_a11y .footer-aa {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .footer_a11y .footer-aa {
    margin-right: 25px;
  }
}

.copyright {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #A7DDDD;
  font-size: 0.75rem;
  padding: 15px;
}
@media (min-width: 1200px) {
  .copyright {
    padding: 0;
    height: 50px;
    font-size: 1rem;
  }
}

.Videos, .Clusters, .Achievements, .Resources {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .Videos, .Clusters, .Achievements, .Resources {
    padding-bottom: 150px;
  }
}
.Videos .section_title, .Clusters .section_title, .Achievements .section_title, .Resources .section_title {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .Videos .section_title, .Clusters .section_title, .Achievements .section_title, .Resources .section_title {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.Videos .en, .Clusters .en, .Achievements .en, .Resources .en {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}

.cluster_item .read_more, .resource_item .read_more {
  display: inline-block;
  padding: 10px 25px;
  background-color: #A7DDDD;
  color: #4e4e4e;
  font-size: 1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease-out;
}
.cluster_item .read_more:hover, .resource_item .read_more:hover {
  background-color: #80cece;
}

.main_page {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.main_page .body-content {
  position: relative;
}

.News {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .News {
    margin-bottom: 100px;
  }
}

.news_area {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #eeeeee;
  border-radius: 200px;
}
@media (min-width: 768px) {
  .news_area {
    padding: 15px 50px;
  }
}
.news_area h2 {
  display: none;
  padding: 0 40px 0 0;
  margin: 0 40px 0 0;
  border-right: 1px solid #aaaaaa;
  font-weight: 500;
  font-size: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .news_area h2 {
    display: inline-block;
  }
}

.newsBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.newsBox .splide__toggle__play,
.newsBox .splide__toggle__pause {
  color: #287171;
}
.newsBox a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #4e4e4e;
  transition: 0.3s ease-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsBox a:hover {
  color: #287171;
}

.resource_area {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.resource_track {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .resource_track {
    flex-direction: row;
  }
}

.resource_item {
  display: flex;
  align-items: center;
  flex: 1 1;
  height: 300px;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .resource_item {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .resource_item {
    height: 400px;
  }
}
.resource_item:hover {
  flex-grow: 1.5;
}
.resource_item:hover .read_more, .resource_item:focus-within .read_more {
  opacity: 1;
  pointer-events: auto;
}
.resource_item img {
  width: 40px;
  height: 40px;
  margin: 20px;
}
@media (min-width: 768px) {
  .resource_item img {
    margin: 0 0 5px 0;
  }
}
@media (min-width: 992px) {
  .resource_item img {
    width: 86px;
    height: 86px;
    margin: 0 0 15px 0;
  }
}
.resource_item .resource_en {
  display: none;
  font-family: "Aboreto", serif;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .resource_item .resource_en {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .resource_item .resource_en {
    margin-top: 15px;
  }
}
.resource_item .read_more {
  display: block;
  padding: 5px 10px;
  margin: 0 20px 0 auto;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .resource_item .read_more {
    opacity: 0;
    pointer-events: none;
    margin: 30px 0 0 0;
    padding: 10px 25px;
    background-color: #A7DDDD;
  }
}

.r01 {
  background: url("../images/Resources/r01.jpg") no-repeat;
  background-size: cover;
}

.r02 {
  background: url("../images/Resources/r02.jpg") no-repeat;
  background-size: cover;
}

.r03 {
  background: url("../images/Resources/r03.jpg") no-repeat;
  background-size: cover;
}

.r04 {
  background: url("../images/Resources/r04.jpg") no-repeat;
  background-size: cover;
}

.r05 {
  background: url("../images/Resources/r05.jpg") no-repeat;
  background-size: cover;
}

.r06 {
  background: url("../images/Resources/r06.jpg") no-repeat;
  background-size: cover;
}

.body-en .resource_en {
  display: block;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .body-en .resource_en {
    font-size: 1.25rem;
  }
}

.achieve_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  background-color: #eeeeee;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .achieve_item {
    padding: 50px 0;
  }
}
.achieve_item img {
  width: 40px;
  height: 40px;
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .achieve_item img {
    width: 60px;
    height: 60px;
    margin: 25px 0;
  }
}
.achieve_item span {
  color: #287171;
  font-size: 1.75rem;
  font-weight: 600;
}

.body-en .achieve_item span, .body-jp .achieve_item span {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .body-en .achieve_item span, .body-jp .achieve_item span {
    font-size: 1.5rem;
  }
}

.clusterBox {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .clusterBox {
    margin-bottom: 80px;
  }
}

.cluster_item img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cluster_item img {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cluster_item img {
    width: 100%;
  }
}
.cluster_num {
  font-family: "Aboreto", serif;
  font-size: 2rem;
  color: #287171;
  display: none;
}
@media (min-width: 992px) {
  .cluster_num {
    display: block;
  }
}

.cluster_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .cluster_title {
    padding: 30px 0;
  }
}
.cluster_title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #A7DDDD;
}

.cluster_info {
  font-size: 1rem;
  line-height: 2;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .cluster_info {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1200px) {
  .cluster_info {
    margin: 30px 0;
  }
}
@media (min-width: 1400px) {
  .cluster_info {
    -webkit-line-clamp: 4;
  }
}

.thumb_btn {
  background-color: transparent;
  padding: 0;
}
.thumb_btn:hover img {
  filter: brightness(1.25);
}
.thumb_btn img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: 0.3s ease-out;
}
.thumb_btn span {
  font-size: 1rem;
  color: #4e4e4e;
}

.Videos {
  padding-bottom: 0;
}

.video_item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
.video_item:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.video_item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url("../images/video.svg") no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: 0.3s ease-out;
}
@media (min-width: 1200px) {
  .video_item::after {
    width: 60px;
    height: 60px;
  }
}
.video_item iframe, .video_item object, .video_item embed, .video_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.video_item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.video_item img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_title {
  margin-top: 10px;
  color: #287171;
  font-weight: 500;
}

.main-layout {
  position: relative;
  padding: 50px 0 100px 0;
}
@media (min-width: 992px) {
  .main-layout {
    min-height: 650px;
    padding: 50px 0 200px 0;
  }
}

.page-path {
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
}
.page-path a {
  color: #287171;
  text-decoration: none;
}
.page-path a:hover {
  color: #A7DDDD;
}
.page-path .breadcrumb {
  margin-bottom: 0;
}

h2.pageTitle {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  h2.pageTitle {
    font-size: 2.5rem;
  }
}

.pageDate {
  font-size: 1rem;
  color: #6e6e6e;
}

.pageClass {
  display: inline-block;
}
.pageClass span {
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #287171;
  color: #ffffff;
}

.web-function-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  gap: 5px;
}

.web-font-btn {
  display: flex;
  gap: 3px;
  text-align: end;
}
.web-font-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #e8e8e8;
  border-radius: 50%;
  color: #4e4e4e;
  transition: 0.3s ease-out;
}
.web-font-btn a:hover {
  background-color: #d9d9d9;
}
.web-font-btn a:focus-visible {
  transition: outline 0s;
}
.web-font-btn > a.now {
  background-color: #A7DDDD;
  color: #4e4e4e;
}
.web-font-btn > a.now:hover {
  background-color: #80cece;
}

.web-share-btn {
  display: inline-block;
}
.web-share-btn > a.share {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  background-color: #f1f1f1;
  border-radius: 50%;
  padding: 10px;
  color: #4e4e4e;
}
.web-share-btn > a.share:hover {
  background-color: #d0d0d0;
}

ul.share-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 48px;
  height: 150px;
  z-index: 15;
  position: absolute;
  top: 30px;
}
ul.share-list li {
  padding-top: 5px;
}
ul.share-list a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.3s ease-out;
}
ul.share-list a:focus-visible {
  transition: outline 0s;
}
ul.share-list a.icon-facebook {
  background-image: url(../images/facebook.svg);
  background-color: #4378ec;
}
ul.share-list a.icon-facebook:hover {
  background-color: #2f60cb;
}
ul.share-list a.icon-line {
  background-image: url(../images/line.svg);
  background-color: #34d484;
}
ul.share-list a.icon-line:hover {
  background-color: #25b66d;
}
ul.share-list a.icon-plurk {
  background-image: url(../images/plurk.svg);
  background-color: #FF574D;
}
ul.share-list a.icon-plurk:hover {
  background-color: #e7473e;
}
ul.share-list a.icon-x {
  background-image: url(../images/x.svg);
  background-color: #505050;
}
ul.share-list a.icon-x:hover {
  background-color: #000000;
}

.share-list {
  display: none;
  transition: all 0.3s ease-out;
}

.web-share-btn:hover > ul.share-list {
  display: block;
  transition: all 0.3s ease-out;
}

.page-download {
  border-top: solid 1px #F1F1F1;
  border-bottom: solid 1px #F1F1F1;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.page-download ul {
  list-style: none;
  padding-left: 0;
}

.list-item {
  position: relative;
  padding: 30px 15px;
  border-bottom: 1px dashed #d9d9d9;
  transition: all 0.3s ease-out;
}
.list-item:hover {
  background-color: #f4f4f4;
}

.item-date {
  display: inline-block;
  text-align: left;
  color: #287171;
  font-family: "Aboreto", serif;
}

.item-sort {
  display: inline-block;
}

.item-kind {
  display: inline-block;
  font-size: 1rem;
  color: #287171;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .item-kind {
    padding: 3px 10px;
    border-radius: 50px;
    border: 1px solid;
    margin-top: 10px;
  }
}

.item-title a {
  color: #4e4e4e;
}
.item-title a:hover {
  color: #287171;
}

.download_img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.main_page .search-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .main_page .search-bar {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.main_page .search-bar .btn-block, .main_page .search-bar .btn-block-outline {
  flex: 1 1;
}
@media (min-width: 768px) {
  .main_page .search-bar .btn-block, .main_page .search-bar .btn-block-outline {
    width: 100%;
  }
}
.main_page .search-bar .form-control, .main_page .search-bar .form-select {
  border-radius: 30px;
}
.main_page .searchBox {
  width: 100%;
}
@media (min-width: 768px) {
  .main_page .searchBox {
    max-width: 300px;
  }
}
.main_page .btnBox {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .main_page .btnBox {
    width: auto;
  }
}

ul.menu-list {
  list-style: none;
  padding-left: 0;
}
ul.menu-list a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 2px solid #A7DDDD;
  border-radius: 5px;
  transition: 0.3s ease-out;
}
ul.menu-list a:hover {
  background-color: #A7DDDD;
  color: #4e4e4e;
}

.manager-login-box {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.manager-login-box .login-img {
  background: url(../images/login.jpg) no-repeat center;
  background-size: cover;
}

.login-form {
  margin: 30px 60px;
}
@media (min-width: 1200px) {
  .login-form {
    margin: 60px;
  }
}
.login-form p {
  font-size: 0.875rem;
  line-height: 2;
}
.login-form .form-label {
  font-weight: 500;
  margin-bottom: 0;
}
.login-form .form-control {
  border-radius: 5px;
}
.login-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.mini-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin: 30px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
}

.sitemap_info {
  line-height: 2;
}
.sitemap_info span {
  background-color: #d9d9d9;
  padding: 2px 5px;
  border-radius: 5px;
}

.sitemap_area ul {
  list-style: none;
  padding-left: 0;
}
.sitemap_area a {
  display: block;
  transition: 0.3s ease-out;
}

ul.sitemap_root {
  margin-bottom: 30px;
}
ul.sitemap_root a {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #d9eeec;
  color: #4e4e4e;
}
ul.sitemap_root a:hover {
  background-color: #80cece;
}

ul.sitemap {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ul.sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  ul.sitemap {
    grid-template-columns: repeat(3, 1fr);
  }
}

li.sitemap-box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
li.sitemap-box > a {
  display: block;
  background-color: #d9eeec;
  text-align: center;
  padding: 10px;
  color: #4e4e4e;
}
li.sitemap-box > a:hover {
  background-color: #80cece;
}
li.sitemap-box > ul {
  padding: 1rem 2rem;
  border: 1px solid #d9d9d9;
}
li.sitemap-box ul {
  list-style: none;
  padding-left: 1rem;
}
li.sitemap-box ul a {
  line-height: 1.5;
  margin-bottom: 15px;
}

.link_area {
  margin-top: 30px;
}
.link_area ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .link_area ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.link_area a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
}

.bannerBox .for-img {
  width: 100%;
  height: auto;
  aspect-ratio: 192/55;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 250px;
}
@media (min-width: 1200px) {
  .bannerBox .for-img {
    min-height: none;
  }
}

.custom-controls {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 15px 45px 5px 45px;
  background-color: #FAFAFA;
  border-radius: 10px 0 0 0;
}
@media (min-width: 1200px) {
  .custom-controls {
    display: flex;
    gap: 30px;
  }
}
.custom-controls button {
  font-family: "Aboreto", sans-serif;
  color: #287171;
  background-color: #FAFAFA;
}

.splide__toggle {
  display: flex;
  align-items: center;
}

.splide__arrow--prev {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #4e4e4e;
}