@charset "UTF-8";
* {
  font-family: "Red Hat Display", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.mainA > section.s_pageA .row > div .card:hover, .mainA > section.s_page03 .row > div .card:hover {
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.15);
  transform: matrix(1.06, 0, 0, 1.06, 0, -5);
  -webkit-backdrop-filter: saturate(140%) blur(5px);
          backdrop-filter: saturate(140%) blur(5px);
  border-color: rgba(0, 0, 0, 0.25);
}

html {
  font-size: calc(0.65rem + 0.3vh + 0.2vw);
}

.rate_bar {
  position: fixed;
  z-index: 1999;
  top: 0;
  width: 100vw;
  height: 5px;
  background-color: #333;
  border: 1px solid #333;
}
.rate_bar #rate {
  width: 0.2%;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(170, 240, 60);
  transition: all 0.1s;
}

.headerA {
  position: relative;
  z-index: 9;
}
.headerA::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}
.headerA .logo {
  position: absolute;
  top: 3vh;
  left: 3vh;
  height: 2.4rem;
}
.headerA .logo img {
  height: 100%;
}
.headerA .title_m1 {
  position: absolute;
  left: 3vh;
  bottom: 38vh;
  transform: translateY(100px);
  width: calc(100vw - 6vh);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-spacing: 0.125rem;
}
.headerA .title_m1 h1 {
  font-size: 3.5rem;
  margin-bottom: 0.125rem;
  color: #005a88;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.75);
}
.headerA .title_m1 h1 img {
  height: 3.25rem;
}
.headerA .title_m1 h4 {
  font-size: 2.125rem;
  margin-bottom: 0.125rem;
  color: #222;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.65);
}
.headerA .title_m1 p {
  color: #000;
}
.headerA .title_m1 p small {
  color: #fff;
}
.headerA .title_m1_bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: absolute;
  bottom: 1.5rem;
}
.headerA .title_m1_bottom h5 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.headerA .title_m1_bottom h5 a i {
  font-size: 4.5rem;
  color: rgb(170, 240, 60);
  display: inline-block;
  text-shadow: 0 0 0.75rem rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.headerA .title_m1_bottom h5 a:hover i {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.7);
}
.headerA .title_m1_bottom p {
  color: #000;
}
.headerA .title_m1_bottom p small {
  color: #fff;
}
.headerA .title_m1_right {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}
.headerA .title_m1_right h5 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.headerA .title_m1_right h5 a i {
  font-size: 3.75rem;
  color: rgb(255, 128, 0);
  display: inline-block;
  text-shadow: 0 0 0.65rem rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.headerA .title_m1_right h5 a:hover i {
  color: rgb(255, 255, 240);
  text-shadow: 0 0 0.5rem rgba(255, 255, 235, 0.7);
}
.headerA .title_m1_right p {
  color: #000;
}
.headerA .title_m1_right p small {
  color: #fff;
}
.headerA .title_m2 {
  position: absolute;
  right: 5vh;
  top: 5vh;
  width: calc(100vw - 10vh);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  word-spacing: 0.125rem;
  text-align: right;
}
.headerA .title_m2 h1 {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.headerA .title_m2 h3 {
  font-size: 2.5rem;
  letter-spacing: 0.125rem;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.headerA .title_m2 p {
  color: #fff;
}

.headerA:first-child {
  border-bottom: 3px solid rgb(170, 240, 60);
}

.bg_img_p00 {
  background: url(../images/h_mp01.jpg) 52% 70%/cover;
  height: 100vh;
}

.bg_mp_b01 {
  background: url(../images/mp_b01.jpg) 40% 35%/cover;
  height: 70vh;
  max-height: 800px;
}

.bg_img_p03 {
  background: url(../images/hmp_a02b_e.jpg) 75% 75%/cover;
  min-height: 85vh;
}

.bg_img_p03tw {
  background: url(../images/h_mp02b.jpg) 75% 75%/cover;
  min-height: 85vh;
}

.bg_img_p03cn {
  background: url(../images/h_mp02b.jpg) 75% 75%/cover;
  min-height: 85vh;
}

.mainA .card {
  height: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: saturate(120%) blur(3px);
          backdrop-filter: saturate(120%) blur(3px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.mainA > section.s_page01 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_page01 .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_page01 .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_page01 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgb(140, 190, 60);
  height: auto;
}
.mainA > section.s_page01 .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_page01 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}
.mainA > section.s_page01 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_page01 .row:last-child {
  margin-bottom: 1rem;
}
.mainA > section.s_page01 .row > div {
  padding-bottom: 2.5rem;
}
.mainA > section.s_page01 .row > div .card {
  z-index: 5;
  width: 100%;
}
.mainA > section.s_page01 .row > div .card .card-body ul {
  list-style-type: none;
  padding-inline-start: 1.25rem;
}
.mainA > section.s_page01 .row > div .card .card-body ul li {
  line-height: 1.6rem;
}
.mainA > section.s_page01 .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "‣ ";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
}
.mainA > section.s_page01 .row > div .card span {
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  font-weight: 400;
  line-height: 0.9;
  right: -1.75rem;
  bottom: 1rem;
  color: rgb(140, 190, 60);
}
.mainA > section.s_page02 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_page02 .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_page02 .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_page02 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgb(140, 190, 60);
  height: auto;
}
.mainA > section.s_page02 .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_page02 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}
.mainA > section.s_page02 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_page02 .row:last-child {
  margin-bottom: 1rem;
}
.mainA > section.s_page02 .row > div {
  padding-bottom: 2.5rem;
}
.mainA > section.s_page02 .row > div .card {
  z-index: 5;
  width: 100%;
}
.mainA > section.s_page02 .row > div .card .card-body {
  display: flex;
}
.mainA > section.s_page02 .row > div .card .card-body > div:first-child {
  flex: 0 0;
  min-width: 7rem;
}
.mainA > section.s_page02 .row > div .card .card-body > div:first-child span {
  font-size: 5.5rem;
  font-weight: 400;
  color: rgb(140, 190, 60);
}
.mainA > section.s_page02 .row > div .card .card-body > div:last-child {
  flex: 1 0;
}
.mainA > section.s_page02 .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0.25rem;
}
.mainA > section.s_page02 .row > div .card .card-body .about_main ul li {
  margin-bottom: 0.1rem;
  padding-left: 1.5rem;
}
.mainA > section.s_page02 .row > div .card .card-body .about_main ul li b {
  color: orangered;
}
.mainA > section.s_page02 .row > div .card .card-body .about_main ul li::before {
  font-size: 1.125em;
  content: "‣ ";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
}
.mainA > section.s_page02 .row > div .card .card-body .about_main ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-top: 1px solid #fff;
  transform: translateY(8px);
}
.mainA > section.s_page03 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_page03 .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_page03 .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_page03 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.45);
  height: auto;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.36);
}
.mainA > section.s_page03 .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: #fff;
}
.mainA > section.s_page03 .row:first-child div .title_A2 h6 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.65;
  margin-top: 1.5rem;
}
.mainA > section.s_page03 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_page03 .row:last-child {
  margin-bottom: 1rem;
}
.mainA > section.s_page03 .row > div {
  padding-bottom: 2.5rem;
}
.mainA > section.s_page03 .row > div .card {
  z-index: 5;
  width: 100%;
}
.mainA > section.s_page03 .row > div .card .card-body {
  display: flex;
}
.mainA > section.s_page03 .row > div .card .card-body > div:first-child {
  flex: 0 0;
  min-width: 7rem;
}
.mainA > section.s_page03 .row > div .card .card-body > div:first-child span {
  font-size: 5.5rem;
  font-weight: 400;
  color: rgb(140, 190, 60);
}
.mainA > section.s_page03 .row > div .card .card-body > div:last-child {
  flex: 1 0;
}
.mainA > section.s_page03 .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0.25rem;
}
.mainA > section.s_page04 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_page04 .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_page04 .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_page04 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgb(140, 190, 60);
  height: auto;
}
.mainA > section.s_page04 .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_page04 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}
.mainA > section.s_page04 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  right: 0;
  top: 2rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_page04 .row:last-child {
  margin-bottom: 1rem;
}
.mainA > section.s_page04 .row > div {
  padding-bottom: 2.5rem;
}
.mainA > section.s_page04 .row > div .card {
  z-index: 5;
  width: 100%;
}
.mainA > section.s_page04 .row > div .card .card-body h5 {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: justify;
  font-weight: 400;
}
.mainA > section.s_page04 .row > div .card .card-body ul {
  list-style-type: none;
  padding-inline-start: 1.25rem;
}
.mainA > section.s_page04 .row > div .card .card-body ul li {
  line-height: 1.6rem;
}
.mainA > section.s_page04 .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "‣ ";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
}
.mainA > section.s_page04 .row > div .card span {
  position: absolute;
  font-size: 8rem;
  line-height: 0.9;
  right: -0.25rem;
  top: 0;
  color: #fff;
}
.mainA > section.s_pageA {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mainA > section.s_pageA .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_pageA .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_pageA .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_pageA .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgb(140, 190, 60);
  height: auto;
}
.mainA > section.s_pageA .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_pageA .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}
.mainA > section.s_pageA .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_pageA .row:last-child {
  margin-bottom: 1rem;
}
.mainA > section.s_pageA .row > div {
  padding-bottom: 2.5rem;
}
.mainA > section.s_pageA .row > div .card {
  z-index: 5;
  width: 97%;
  cursor: pointer;
}
.mainA > section.s_pageA .row > div .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainA > section.s_pageA .row > div .card .card-body > div:first-child {
  flex: 0 0;
  min-width: 7rem;
  text-align: center;
}
.mainA > section.s_pageA .row > div .card .card-body > div:first-child span {
  font-size: 5rem;
  font-weight: 400;
  color: rgb(140, 190, 60);
}
.mainA > section.s_pageA .row > div .card .card-body > div:last-child {
  flex: 1 0;
  width: 100%;
  text-align: center;
}
.mainA > section.s_pageA .row > div .card .card-body > div:last-child h5 {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_pageA .row > div .card .card-body > div:last-child h5::after {
  content: " >";
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.mainA > section.s_pageA .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0.25rem;
}
.mainA > section.s_pageB .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}
.mainA > section.s_pageB .row[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.mainA > section.s_pageB .row:first-child {
  margin-top: 0rem;
}
.mainA > section.s_pageB .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgb(140, 190, 60);
  height: auto;
}
.mainA > section.s_pageB .row:first-child div .title_A2 h4 {
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0.7);
}
.mainA > section.s_pageB .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}
.mainA > section.s_pageB .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  right: 0;
  top: 2rem;
  color: rgba(0, 0, 0, 0.08);
}
.mainA > section.s_pageB .row:last-child {
  margin-bottom: 2.5rem;
}
.mainA > section.s_pageB .row > div {
  padding-bottom: 1rem;
}
.mainA > section.s_pageB .row > div .card {
  width: 97%;
  padding: 0.75rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
}
.mainA > section.s_pageB .row > div .card .card-img-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.mainA > section.s_pageB .row > div .card .card-body {
  padding: 0.75rem 0 0 0;
  border-radius: calc(0.25rem - 1px);
}
.mainA > section.s_pageB .row > div .card .card-body .titleA div {
  margin-bottom: 0.75rem;
}
.mainA > section.s_pageB .row > div .card .card-body ul {
  list-style-type: none;
  padding-inline-start: 1.25rem;
}
.mainA > section.s_pageB .row > div .card .card-body ul li {
  line-height: 1.6rem;
}
.mainA > section.s_pageB .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "‣";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
  margin-right: 0.4125em;
}

.titleA {
  width: 100%;
}
.titleA div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0;
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: darkcyan;
}
.titleA div::before {
  content: "";
  display: inline-block;
  height: 1px;
  flex: 1 1;
  margin-right: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.titleA div::after {
  content: "";
  display: inline-block;
  height: 1px;
  flex: 1 1;
  margin-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.go_top {
  position: fixed;
  z-index: 1009;
  bottom: 3vh;
  right: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5vh;
  height: 4.5vh;
  min-width: 48px;
  min-height: 48px;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #525252;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 2vh;
  cursor: pointer;
  transition: all 0.2s;
}
.go_top span {
  font-size: 2.5rem;
  color: greenyellow;
  transform: rotate(180deg);
}

@keyframes aHover {
  0% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
  10% {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
}
@keyframes boxHover {
  0% {
    box-shadow: 0 0 0 0px rgba(158, 158, 158, 0.8);
  }
  40% {
    box-shadow: 0 0 0 16px rgba(158, 158, 158, 0);
  }
}
@media (min-width: 10px) and (max-width: 839.99px) {
  #navbar {
    position: fixed;
    z-index: 10;
    top: 120px;
    right: 1.6vh;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    font-size: 18px;
  }
  #navbar #menuIcon {
    transition: all 0.2s;
    margin-bottom: 1.5vh;
  }
  #navbar #menuIcon > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #525252;
    cursor: pointer;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div div {
    width: 2.4vh;
    height: 0.03vh;
    min-width: 24px;
    min-height: 3px;
    background: greenyellow;
    margin: 3px 0;
    transition: all 0.4s;
  }
  #navbar #menuIcon > div.change .line1 {
    transform: translate(0px, 9px) rotate(-45deg);
  }
  #navbar #menuIcon > div.change .line2 {
    width: 0;
    opacity: 0;
  }
  #navbar #menuIcon > div.change .line3 {
    transform: translate(0px, -9px) rotate(45deg);
  }
  #navbar .request {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgb(255, 128, 0);
    margin-bottom: 0.75vh;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  #navbar .request span {
    font-size: 3.5vh;
    color: #fff;
  }
  #navbar ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    transition: z-index 0s linear 0.35s;
    margin: 0;
    padding: 0;
  }
  #navbar ul li {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    word-spacing: 0.125rem;
    letter-spacing: 0.125rem;
    overflow: hidden;
    margin: 0.75vh 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: calc((10px + 0.1vh) / 2);
    box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
            backdrop-filter: saturate(120%) blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  #navbar ul li a {
    display: block;
    width: 36px;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    margin: 0.75rem 0;
  }
  #navbar ul li a div:first-child {
    display: inline-block;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
  }
  #navbar ul li a div:last-child {
    position: absolute;
    display: inline-block;
    top: 0.75rem;
    left: 0;
    color: #383838;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 18, 1);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }
  #navbar ul li a::after {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    top: 50%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out, top 0.3s ease-out;
  }
  #navbar ul li:hover a div:first-child {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -18, 1);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }
  #navbar ul li:hover a div:last-child {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 1);
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
  }
  #navbar ul li:hover a::after {
    height: 100%;
    top: 0%;
  }
  #navbar ul li:last-child {
    letter-spacing: 0rem;
    background-color: rgb(170, 240, 60);
  }
  #navbar ul li:last-child a {
    color: #000;
  }
  #navbar.set_fixed ul li:hover::after {
    width: 100%;
    left: 0%;
  }
}
@media (min-width: 840px) {
  #navbar {
    position: fixed;
    z-index: 10;
    top: 130px;
    right: 3vh;
    height: 3rem;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  #navbar #menuIcon {
    display: none;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #525252;
    margin-left: 2vh;
    cursor: pointer;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div div {
    width: 2.4vh;
    height: 0.03vh;
    min-width: 24px;
    min-height: 3px;
    background: greenyellow;
    margin: 3px 0;
    transition: 0.4s;
  }
  #navbar #menuIcon > div:hover {
    box-shadow: 0 0 0 12px rgba(158, 158, 158, 0.5);
  }
  #navbar #menuIcon > div.change .line1 {
    transform: translate(0px, 9px) rotate(-45deg);
  }
  #navbar #menuIcon > div.change .line2 {
    width: 0;
    opacity: 0;
  }
  #navbar #menuIcon > div.change .line3 {
    transform: translate(0px, -9px) rotate(45deg);
  }
  #navbar .request {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgb(255, 128, 0);
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-left: 1.6vh;
    cursor: pointer;
    transition: all 0.2s;
  }
  #navbar .request span {
    font-size: calc(1.5rem + 0.3vh + 0.2vw);
    color: #fff;
  }
  #navbar .request:hover {
    animation-duration: 1s;
    animation-name: boxHover;
    animation-iteration-count: infinite;
  }
  #navbar ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    transition: z-index 0s linear 0.35s;
    margin: 0;
    padding: 0;
  }
  #navbar ul li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    word-spacing: 0.125rem;
    letter-spacing: 0.125rem;
    overflow: hidden;
    margin: 0.1vh 1vh 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: calc((10px + 0.1vh) / 2);
    box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
            backdrop-filter: saturate(120%) blur(10px);
  }
  #navbar ul li a {
    display: block;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
    overflow: hidden;
    margin: 0 1rem;
  }
  #navbar ul li a div:first-child {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
  }
  #navbar ul li a div:last-child {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: matrix(0.8, 0, 0, 1, 0, 16);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }
  #navbar ul li a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 0%;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    transition: all 0.3s ease-out, top 0.3s ease-out;
  }
  #navbar ul li:hover a div:first-child {
    opacity: 0;
    transform: matrix(1.25, 0, 0, 1, 0, -16);
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  }
  #navbar ul li:hover a div:last-child {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
  }
  #navbar ul li:hover a::after {
    width: 100%;
    left: 0%;
  }
  #navbar ul li:last-child {
    letter-spacing: 0rem;
    background-color: rgb(170, 240, 60);
  }
  #navbar ul li:last-child a {
    color: #000;
  }
  .go_top:hover {
    animation-duration: 1s;
    animation-name: boxHover;
    animation-iteration-count: infinite;
  }
}
@media (max-width: 991.98px) {
  .mainA section.s_page02 .row:first-child, .mainA section.s_page01 .mainA section.s_page03 .row:first-child, .mainA section.s_page04 .row:first-child, .mainA section.s_pageA .row:first-child, .mainA section.s_pageB .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2, .mainA section.s_page04 .row:first-child div .title_A2, .mainA section.s_pageA .row:first-child div .title_A2, .mainA section.s_pageB .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2 h4, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2 h4, .mainA section.s_page04 .row:first-child div .title_A2 h4, .mainA section.s_pageA .row:first-child div .title_A2 h4, .mainA section.s_pageB .row:first-child div .title_A2 h4 {
    font-size: 2.125rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2 h6, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2 h6, .mainA section.s_page04 .row:first-child div .title_A2 h6, .mainA section.s_pageA .row:first-child div .title_A2 h6, .mainA section.s_pageB .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  .mainA section.s_page02 .row:last-child, .mainA section.s_page01 .mainA section.s_page03 .row:last-child, .mainA section.s_page04 .row:last-child, .mainA section.s_pageA .row:last-child, .mainA section.s_pageB .row:last-child {
    margin-bottom: 1.5rem;
  }
  .mainA section.s_page02 .row > div, .mainA section.s_page01 .mainA section.s_page03 .row > div, .mainA section.s_page04 .row > div, .mainA section.s_pageA .row > div, .mainA section.s_pageB .row > div {
    padding-bottom: 2rem;
  }
  .mainA section.s_page02 .row > div .card, .mainA section.s_page01 .mainA section.s_page03 .row > div .card, .mainA section.s_page04 .row > div .card, .mainA section.s_pageA .row > div .card, .mainA section.s_pageB .row > div .card {
    width: 100%;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:first-child, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:first-child, .mainA section.s_page04 .row > div .card .card-body > div:first-child, .mainA section.s_pageA .row > div .card .card-body > div:first-child, .mainA section.s_pageB .row > div .card .card-body > div:first-child {
    min-width: 8rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:first-child span, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:first-child span, .mainA section.s_page04 .row > div .card .card-body > div:first-child span, .mainA section.s_pageA .row > div .card .card-body > div:first-child span, .mainA section.s_pageB .row > div .card .card-body > div:first-child span {
    font-size: 6.5rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child, .mainA section.s_page04 .row > div .card .card-body > div:last-child, .mainA section.s_pageA .row > div .card .card-body > div:last-child, .mainA section.s_pageB .row > div .card .card-body > div:last-child {
    flex: 1 0;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child h5, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child h5, .mainA section.s_page04 .row > div .card .card-body > div:last-child h5, .mainA section.s_pageA .row > div .card .card-body > div:last-child h5, .mainA section.s_pageB .row > div .card .card-body > div:last-child h5 {
    font-size: 1.5rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child ul, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child ul, .mainA section.s_page04 .row > div .card .card-body > div:last-child ul, .mainA section.s_pageA .row > div .card .card-body > div:last-child ul, .mainA section.s_pageB .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  .mainA section.s_pageA .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 h4 {
    font-size: 2.125rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  .mainA section.s_pageA .row > div .card {
    width: 100%;
  }
  .mainA section.s_pageA .row > div .card .card-body {
    align-items: center;
    padding: 1rem;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:first-child {
    min-width: 4rem;
    line-height: 1;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:first-child span {
    font-size: 3.5rem;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child {
    flex: 1 0;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child hr {
    display: none;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child h5 {
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  .mainA section.s_pageB .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_pageB .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(140, 190, 60);
    height: auto;
  }
  .mainA section.s_pageB .row:first-child div .title_A2 h4 {
    font-size: 2.125rem;
    color: rgba(0, 0, 0, 0.7);
  }
  .mainA section.s_pageB .row:first-child div .title_A2 h6 {
    font-size: 1.25rem;
  }
  .mainA section.s_pageB .row:first-child div:first-child span {
    font-size: 10.5rem;
    top: 1rem;
  }
  .mainA section.s_pageB .row > div .card .card-body .titleA div {
    margin-bottom: 0.75rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul {
    list-style-type: none;
    padding-inline-start: 1.25rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul li {
    line-height: 1.85rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul li::before {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .bg_img_p00 {
    background: url(../images/h_mp01.jpg) 45% 65%/cover;
    height: 88vh;
  }
  .headerA .title_m1 {
    bottom: 33vh;
  }
  .headerA .title_m1 h1 {
    font-size: 2.5rem;
  }
  .headerA .title_m1 h1 img {
    height: 2.75rem;
  }
  .headerA .title_m1 h4 {
    font-size: 1.5rem;
  }
  .headerA .title_m1 p {
    text-align: center;
  }
  .headerA .title_m2 {
    left: 2vh;
    bottom: 3.5vh;
  }
  .headerA .title_m2 h1 {
    font-size: 1.5rem;
  }
  .headerA .title_m2 h3 {
    font-size: 2.5rem;
  }
  .mainA section.s_page02 .row [class*=col-], .mainA section.s_page01 .mainA section.s_page03 .row [class*=col-], .mainA section.s_page04 .row [class*=col-], .mainA section.s_pageA .row [class*=col-], .mainA section.s_pageB .row [class*=col-] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .mainA section.s_page02 .row:first-child, .mainA section.s_page01 .mainA section.s_page03 .row:first-child, .mainA section.s_page04 .row:first-child, .mainA section.s_pageA .row:first-child, .mainA section.s_pageB .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2, .mainA section.s_page04 .row:first-child div .title_A2, .mainA section.s_pageA .row:first-child div .title_A2, .mainA section.s_pageB .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2 h4, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2 h4, .mainA section.s_page04 .row:first-child div .title_A2 h4, .mainA section.s_pageA .row:first-child div .title_A2 h4, .mainA section.s_pageB .row:first-child div .title_A2 h4 {
    font-size: 2.125rem;
  }
  .mainA section.s_page02 .row:first-child div .title_A2 h6, .mainA section.s_page01 .mainA section.s_page03 .row:first-child div .title_A2 h6, .mainA section.s_page04 .row:first-child div .title_A2 h6, .mainA section.s_pageA .row:first-child div .title_A2 h6, .mainA section.s_pageB .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  .mainA section.s_page02 .row:last-child, .mainA section.s_page01 .mainA section.s_page03 .row:last-child, .mainA section.s_page04 .row:last-child, .mainA section.s_pageA .row:last-child, .mainA section.s_pageB .row:last-child {
    margin-bottom: 1rem;
  }
  .mainA section.s_page02 .row > div, .mainA section.s_page01 .mainA section.s_page03 .row > div, .mainA section.s_page04 .row > div, .mainA section.s_pageA .row > div, .mainA section.s_pageB .row > div {
    padding-bottom: 1.5rem;
  }
  .mainA section.s_page02 .row > div .card, .mainA section.s_page01 .mainA section.s_page03 .row > div .card, .mainA section.s_page04 .row > div .card, .mainA section.s_pageA .row > div .card, .mainA section.s_pageB .row > div .card {
    width: 100%;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:first-child, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:first-child, .mainA section.s_page04 .row > div .card .card-body > div:first-child, .mainA section.s_pageA .row > div .card .card-body > div:first-child, .mainA section.s_pageB .row > div .card .card-body > div:first-child {
    min-width: 8rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:first-child span, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:first-child span, .mainA section.s_page04 .row > div .card .card-body > div:first-child span, .mainA section.s_pageA .row > div .card .card-body > div:first-child span, .mainA section.s_pageB .row > div .card .card-body > div:first-child span {
    font-size: 6.5rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child, .mainA section.s_page04 .row > div .card .card-body > div:last-child, .mainA section.s_pageA .row > div .card .card-body > div:last-child, .mainA section.s_pageB .row > div .card .card-body > div:last-child {
    flex: 1 0;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child h5, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child h5, .mainA section.s_page04 .row > div .card .card-body > div:last-child h5, .mainA section.s_pageA .row > div .card .card-body > div:last-child h5, .mainA section.s_pageB .row > div .card .card-body > div:last-child h5 {
    font-size: 1.5rem;
  }
  .mainA section.s_page02 .row > div .card .card-body > div:last-child ul, .mainA section.s_page01 .mainA section.s_page03 .row > div .card .card-body > div:last-child ul, .mainA section.s_page04 .row > div .card .card-body > div:last-child ul, .mainA section.s_pageA .row > div .card .card-body > div:last-child ul, .mainA section.s_pageB .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  .mainA section.s_pageA .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 h4 {
    font-size: 2.125rem;
  }
  .mainA section.s_pageA .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  .mainA section.s_pageA .row:last-child {
    margin-bottom: 1rem;
  }
  .mainA section.s_pageA .row > div .card {
    width: 100%;
  }
  .mainA section.s_pageA .row > div .card .card-body {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:first-child {
    min-width: 3.5rem;
    line-height: 1;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:first-child span {
    font-size: 3rem;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child {
    flex: 1 0;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child hr {
    display: none;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child h5 {
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
  }
  .mainA section.s_pageA .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  .mainA section.s_pageA .row > div .card:hover {
    box-shadow: none;
    transform: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-color: rgba(0, 0, 0, 0.25);
  }
  .mainA section.s_pageB .row:first-child {
    margin-top: 0rem;
  }
  .mainA section.s_pageB .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(140, 190, 60);
    height: auto;
  }
  .mainA section.s_pageB .row:first-child div:first-child span {
    font-size: 10.5rem;
    top: 1rem;
  }
  .mainA section.s_pageB .row > div .card {
    padding: 0.8125rem;
  }
  .mainA section.s_pageB .row > div .card .card-body .titleA div {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul {
    list-style-type: none;
    padding-inline-start: 1.25rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul li {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0.375rem;
  }
  .mainA section.s_pageB .row > div .card .card-body ul li::before {
    font-size: 1.25em;
    content: "‣";
    color: teal;
    display: inline-block;
    margin-left: -0.6em;
    margin-right: 0.3em;
  }
}