@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 150px;
  width: 100%;
}
.mycontainer {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header .header-top {
  background-color: #013B7D;
}
header .header-top .mycontainer {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
}
header .header-top .lt {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
header .header-top .rt {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
}
header .header-top .rt img {
  width: 1.222222em;
  height: 1.222222em;
  margin-right: 0.8889em;
  margin-top: -0.2em;
  object-fit: scale-down;
}
header .header-nav {
  background-color: #fff;
}
header .header-nav .mycontainer {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 30.972222%;
}
header .logo img {
  transition: all 0.5s;
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.35416667vw, 26px);
  line-height: 1.45;
}
header .tel img {
  width: 2em;
  height: 2em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
header .tel .text h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #383838;
}
header .tel .text h3 {
  font-weight: 700;
  color: #009EC5;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1.1vw, 20px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  transition: all 0.5s;
}
header .lv1 > li > a {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #02519C;
  left: 50%;
  bottom: 0.5em;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:hover::after {
  width: 90%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active::after {
  width: 90%;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 143px;
  transform: translate(-50%, 5%);
  transition: all 0.5s;
  background-color: #2A82E4;
  box-shadow: 0 4px 16px -7px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(13px, 1vw, 16px);
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}
header .lv2 > li:last-child {
  border-bottom: 0;
}
header .lv2 > li a {
  color: inherit;
  display: block;
  padding: 0.625em 1em;
}
header .lv2 > li:hover {
  color: #2A82E4;
  background-color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  height: 78%;
  margin-left: 2.569444%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-active {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #333;
}
.header-active .lv1 > li::after {
  background-color: #009EC5;
}
.header-active .lv1 > li:hover {
  color: #009EC5;
}
.header-active .lv1 > .active {
  font-weight: 700;
  color: #009EC5;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
}
.index-banner .swiper-pagination {
  bottom: 7%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  opacity: 0.4;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.275em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 3.45em;
}
.index-title {
  margin-bottom: 3.2638889%;
  line-height: 1.45;
  text-align: center;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 1.35416667vw, 26px);
  color: #010101;
}
.index-title em {
  display: block;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 3.425em;
  height: 0.3em;
  background-color: #FCB228;
  margin: 1em auto;
}
.index-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
}
.index-about {
  padding: 6.7708333% 0 4.1667%;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 50%;
}
.index-about .wrapper .lt .pic {
  width: 100%;
}
.index-about .wrapper .lt .pic img {
  display: block;
  width: 100%;
}
.index-about .wrapper .rt {
  width: 43.888889%;
}
.index-about .wrapper .rt .index-title {
  text-align: left;
}
.index-about .wrapper .rt .index-title em {
  margin: 1em 0 1.7em;
}
.index-about .wrapper .rt .index-title h5 {
  color: #010101;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #808080;
  line-height: 1.625;
  text-indent: 2em;
}
.index-about .wrapper .rt .tel {
  font-size: clamp(14px, 1.1vw, 18px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 2.3333em 1em 1.1667em;
  color: #fff;
  background: url(../images/index-about-tel-bg.jpg) no-repeat;
  background-size: cover;
  line-height: 1.6667;
  margin-top: 1.5625vw;
}
.index-about .wrapper .rt .tel b,
.index-about .wrapper .rt .tel strong {
  font-weight: 700;
  font-size: clamp(16px, 2.083333vw, 40px);
  line-height: 1.2;
}
.index-about .wrapper .rt .tel img {
  width: 1.666667em;
  height: 1.666667em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
.index-about .feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.5556%;
}
.index-about .feature .block {
  width: 30.555556%;
  background-color: #02519C;
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.2vw, 20px);
  color: #fff;
  padding: 1.4em 1.2em 1.4em 0.8em;
  line-height: 1.45;
}
.index-about .feature .block .icon {
  width: 3.45em;
  height: 3.45em;
  margin-right: 0.75em;
}
.index-about .feature .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-about .feature .block .text {
  flex: 1;
}
.index-about .feature .block .text h3 {
  font-size: clamp(14px, 1.35416667vw, 26px);
  font-weight: 500;
  margin-bottom: 0.346154em;
}
.index-about .feature .block .text p {
  font-size: clamp(12px, 1vw, 16px);
}
.index-about .feature .block:hover .icon {
  animation: swing 1s;
}
.index-prod {
  padding: 4.6875% 0;
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-prod .swiper .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.3em 1em 1.5em;
  line-height: 1.45;
}
.index-prod .swiper .swiper-slide .icon {
  width: 6.2em;
  height: 6.2em;
  margin: 0 auto 0.15em;
}
.index-prod .swiper .swiper-slide .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-prod .swiper .swiper-slide h4 {
  color: #000;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.9em;
}
.index-prod .swiper .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
  height: 4.35em;
}
.index-prod .swiper .swiper-slide:hover .icon {
  animation: swing 1s;
}
.index-prod .swiper .swiper-slide:hover h4 {
  color: #02519C;
}
.index-prod .more {
  text-align: center;
  margin-top: 4.861111%;
}
.index-prod .more a {
  color: #383838;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.45;
  transition: all 0.5s;
}
.index-prod .more a:hover {
  color: #2A82E4;
}
.index-slogan {
  position: relative;
  overflow: hidden;
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.0833% 0;
}
.index-slogan .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-slogan .lt {
  flex: 1;
  margin-right: 7.361111%;
  line-height: 1.45;
  color: #fff;
}
.index-slogan .lt h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 500;
}
.index-slogan .lt h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 500;
  text-align: right;
}
.index-slogan .lt h4 b,
.index-slogan .lt h4 strong {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  line-height: 1;
}
.index-slogan .rt a {
  display: inline-block;
  font-size: clamp(14px, 1.35416667vw, 26px);
  color: #fff;
  font-weight: 500;
  line-height: 2.3846154;
  background-color: #FCB228;
  border-radius: 2em;
  padding: 0 1em;
  transition: all 0.5s;
}
.index-slogan .rt a:hover {
  box-shadow: 0 0 1em #FCB228;
}
.index-cert {
  position: relative;
  overflow: hidden;
  background: url(../images/index-cert-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.6875% 0 4.1667%;
}
.index-cert .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  text-align: left;
}
.index-cert .index-title em {
  margin: 1em 0;
}
.index-cert .index-title h5 {
  max-width: 602px;
}
.index-cert .index-title a {
  font-size: clamp(14px, 1vw, 16px);
  color: #383838;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-cert .index-title a:hover {
  color: #2A82E4;
}
.index-cert .swiper {
  overflow: visible;
}
.index-cert .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index-cert .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 140.7142857%;
}
.index-cert .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-cert .swiper .swiper-slide {
  width: 19.444444%;
}
.index-serv {
  position: relative;
  overflow: hidden;
  padding: 4.6875% 0 4.1667%;
  background-color: #f5f5f5;
}
.index-serv .index-title h5 {
  max-width: 718px;
  margin: 0 auto;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 31.25%;
  background: url(../images/index-serv-bg.jpg) no-repeat;
  background-size: cover;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 2.8em 2.8em 3.1em;
  color: #fff;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-serv .wrapper .block .icon {
  width: 4em;
  height: 4em;
  margin: 0 auto 0.65em;
}
.index-serv .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-serv .wrapper .block h4 {
  font-weight: 700;
  margin-bottom: 0.75em;
  text-align: center;
}
.index-serv .wrapper .block p {
  font-size: clamp(12px, 1vw, 16px);
  text-align: justify;
  text-align-last: center;
}
.index-serv .wrapper .block:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.index-serv .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-process {
  position: relative;
  overflow: hidden;
  background: url(../images/index-process-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.6875% 0 3.4375%;
}
.index-process .index-title h3 {
  color: #fff;
}
.index-process .index-title em {
  background-color: #fff;
}
.index-process .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-process .wrapper .block {
  width: 14.444444%;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  color: #fff;
}
.index-process .wrapper .block .icon {
  width: 3.6em;
  height: 3.6em;
  margin: 0 auto 0.25em;
}
.index-process .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-process .wrapper .block h4 {
  font-weight: 700;
  margin-bottom: 0.75em;
  text-align: center;
}
.index-process .wrapper .block p {
  font-size: clamp(12px, 1vw, 16px);
  text-align: center;
}
.index-process .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-news {
  padding: 4.6875% 0 4.1667%;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  text-align: left;
}
.index-news .index-title em {
  margin: 1em 0;
}
.index-news .index-title h5 {
  max-width: 602px;
}
.index-news .index-title a {
  font-size: clamp(14px, 1vw, 16px);
  color: #383838;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-news .index-title a:hover {
  color: #2A82E4;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper section {
  width: 32.638889%;
  display: flex;
  flex-direction: column;
}
.index-news .wrapper section .list-title {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.45;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.index-news .wrapper section .list {
  flex: 1;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 3em 0.5em;
  border: 1px solid #FFC300;
}
.index-news .wrapper section:nth-child(even) .list {
  border-color: #02519C;
}
.index-news .wrapper .news .block {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s;
}
.index-news .wrapper .news .block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
  margin-bottom: 0.9em;
}
.index-news .wrapper .news .block .title h4 {
  font-weight: 500;
  color: #383838;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 0.5em;
}
.index-news .wrapper .news .block .title span {
  font-size: clamp(12px, 1vw, 16px);
  color: #a6a6a6;
  white-space: nowrap;
}
.index-news .wrapper .news .block p {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.6875;
  height: 6.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #a6a6a6;
}
.index-news .wrapper .news .block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.index-news .wrapper .news .block:hover {
  border-bottom-color: #2A82E4;
}
.index-news .wrapper .news .block:hover .title h4 {
  color: #2A82E4;
}
.index-news .wrapper .qa .list {
  position: relative;
  padding: 0;
}
.index-news .wrapper .qa .list .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
}
.index-news .wrapper .qa .list .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index-news .wrapper .qa .list .swiper .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  border-bottom: 1px solid #e5e5e5;
}
.index-news .wrapper .qa .list .swiper .swiper-slide .q {
  line-height: 1.45;
  color: #02519C;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.6em;
}
.index-news .wrapper .qa .list .swiper .swiper-slide .q em {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(12px, 1vw, 16px);
  width: 1.625em;
  height: 1.625em;
  text-align: center;
  color: #fff;
  background-color: #02519C;
  line-height: 1.625;
  font-weight: 500;
  margin-top: -0.2em;
  margin-right: 0.875em;
}
.index-news .wrapper .qa .list .swiper .swiper-slide .a {
  font-size: clamp(12px, 1vw, 14px);
  color: #a6a6a6;
  line-height: 1.6875;
  display: flex;
}
.index-news .wrapper .qa .list .swiper .swiper-slide .a span {
  flex: 1;
  height: 3.375em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .qa .list .swiper .swiper-slide .a em {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(12px, 1vw, 16px);
  width: 1.625em;
  height: 1.625em;
  text-align: center;
  color: #fff;
  background-color: #FFC300;
  line-height: 1.625;
  font-weight: 500;
  margin-top: -0.1em;
  margin-right: 0.875em;
}
.index-news .wrapper .qa .list .swiper .swiper-slide:hover {
  border-bottom-color: #02519C;
}
footer .footer-tools {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: clamp(10px, 1.2vw, 20px);
}
footer .footer-tools ul {
  padding: 1.4em 0;
  border-radius: 0.5em 0 0 0.5em;
  background-color: #02519C;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
footer .footer-tools ul li {
  position: relative;
  width: 2.5em;
  height: 2.5em;
}
footer .footer-tools ul li > img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
footer .footer-tools ul li .tip {
  position: absolute;
  visibility: hidden;
  background-color: #02519C;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 0.555556em;
  border-radius: 0.555556em;
  transition: all 0.5s;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  color: #fff;
  text-align: center;
  min-width: 8.111111em;
  line-height: 1.45;
  font-weight: 500;
  pointer-events: none;
}
footer .footer-tools ul li .tip > img {
  display: block;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  height: 110px;
  margin-bottom: 0.5556em;
}
footer .footer-tools ul li:hover .tip {
  visibility: visible;
  opacity: 1;
  left: 0;
  pointer-events: all;
  transform: translate(calc(-100% - 6px), -50%);
}
footer .footer-tools .back-top i {
  cursor: pointer;
  font-size: clamp(12px, 1.25vw, 24px);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02519C;
  margin: 0.8333em auto 0;
}
footer .footer-link {
  padding: 1.5625% 0;
  background-color: #f1f1f1;
  border-top: 1px solid #808080;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.45;
  color: #383838;
}
footer .footer-link .mycontainer {
  display: flex;
  align-items: flex-start;
}
footer .footer-link .mycontainer span {
  white-space: nowrap;
  margin-right: 4.875em;
}
footer .footer-link .mycontainer ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 6.46875em;
}
footer .footer-link .mycontainer ul li a {
  color: inherit;
}
footer .footer-link .mycontainer ul li a:hover {
  color: #02519C;
}
footer .footer-slogan {
  padding: 3px 0;
  background-color: #FFC300;
}
footer .footer-slogan .mycontainer {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
}
footer .footer-slogan .mycontainer .logo {
  width: 16.8em;
  margin-right: 1em;
}
footer .footer-slogan .mycontainer h4 {
  font-weight: 700;
  color: #fff;
  font-family: var(--Noto-Serif-SC);
}
footer .footer-top {
  padding: 2.8125% 0 4.1667%;
  background-color: #02519C;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 18px);
  gap: 1em;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top nav ul {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 12.6666em;
  gap: 0 3.7778em; */
}
footer .footer-top nav .block:nth-child(1) ul {
	columns: 3;
	column-gap: 3em;
}
footer .footer-top nav ul li {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.6611em;
}
footer .footer-top nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top address {
  max-width: 40%;
}
footer .footer-top address p {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.6611em;
}
footer .footer-top address p:last-child {
  margin-bottom: 0;
}
footer .footer-top address p img {
  width: 0.888889em;
  height: 0.888889em;
  object-fit: scale-down;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
footer .footer-top address b,
footer .footer-top address strong {
  font-size: clamp(16px, 1.35416667vw, 26px);
  font-weight: 700;
  line-height: 1;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
  padding: 0.75% 0;
  background-color: #02519C;
  border-top: 1px solid #fff;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.cert-search {
  padding: 4.6875% 0 6.25%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3.125%;
}
.cert-search .index-title {
  text-align: left;
  margin-bottom: 8.3333%;
}
.cert-search .index-title em {
  margin: 1em 0 0;
}
.cert-search form {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.45;
}
.cert-search form label {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  margin-right: 1.5em;
  white-space: nowrap;
}
.cert-search form input {
  outline: none;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: clamp(14px, 1vw, 16px);
  padding: 0 1.875em;
  height: 2.9375em;
  width: 27.625em;
}
.cert-search form input::placeholder {
  color: #a6a6a6;
}
.cert-search form button {
  color: #000;
  font-size: clamp(14px, 1vw, 16px);
  background-color: #f1f1f1;
  border: 1px solid #000;
  width: 2.9375em;
  height: 2.9375em;
  min-width: 2.9375em;
  cursor: pointer;
  margin-left: 1em;
  transition: all 0.5s;
}
.cert-search form button:hover {
  color: #fff;
  border-color: transparent;
  background-color: #02519C;
}
.cert-result {
  padding-bottom: 5.208333%;
}
.cert-result .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cert-result .mycontainer .block {
  position: relative;
  width: 24.861111%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  padding: 1.2em 1.75em;
}
.cert-result .mycontainer .block h4 {
  color: #383838;
  font-weight: 500;
  margin-bottom: 1em;
}
.cert-result .mycontainer .block h4::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 0.8em;
  height: 1.1em;
  background-color: #FFC300;
  margin-top: 0.2em;
}
.cert-result .mycontainer .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #a6a6a6;
}
.cert-result .mycontainer .block .brief p {
  margin-bottom: 0.875em;
}
.cert-result .mycontainer .block .brief p:last-child {
  margin-bottom: 0;
}
