@font-face {
  font-family: "SOURCEHANSANS-REGULAR";
  src: url("../fonts/SOURCEHANSANS-REGULAR.OTF");
}
@font-face {
  font-family: "SOURCEHANSANS-BOLD";
  src: url("../fonts/SOURCEHANSANS-BOLD.OTF");
}
@font-face {
  font-family: "YuGothB";
  src: url("../fonts/YuGothB.ttc");
}
@font-face {
  font-family: "YuGothM";
  src: url("../fonts/YuGothM.ttc");
}
@font-face {
  font-family: "YuGothL";
  src: url("../fonts/YuGothL.ttc");
}
@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost-Bold.ttf");
}
body {
  overflow-x: hidden;
  font-family: "SOURCEHANSANS-REGULAR";
  background-color: #f6f6f6;
}

:root {
  --animate-delay: 0.5s;
}

.only-m {
  display: none !important;
}

.w1640 {
  max-width: 1640px;
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.indexNavMain {
  background-color: #f6f6f6;
}
.indexNavMain .logo {
  float: left;
  width: 20.18%;
  margin-top: 1vw;
}
.indexNavMain .logo img {
  display: block;
  width: 100%;
}
.indexNavMain .toggle-language a{font-size: 1.04vw; line-height: 42px; color: #fff;}
.indexNavMain .toggle-language {
  float: right;
  margin: 3.125vw 0;
  padding: 0 1.5em;
  border-radius: 42px;
  background-color: #144f83;
  font-size: 1.04vw;
  line-height: 42px;
  color: #fff;
}
.indexNavMain ul {
  float: right;
  margin: 3.125vw 0;
}
.indexNavMain ul li {
  float: left;
  margin-right: 2em;
  font: normal 1.04vw/42px "SOURCEHANSANS-REGULAR";
  color: #494949;
  position: relative;
}
.indexNavMain ul li a {
  display: block;
  color: #494949;
  position: relative;
}
.indexNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #494949;
  transition: all 0.3s;
}
.indexNavMain ul li a:hover::after {
  width: 100%;
}
.indexNavMain ul li .itemList {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 10vw;
  margin-left: -6vw;
  padding: 1vw;
  background-color: #f6f6f6;
  text-align: center;
  z-index: 99;
  display: none;
}
.indexNavMain ul li .itemList a {
  font-size: 0.83vw;
}
.indexNavMain ul li:hover .itemList {
  display: block;
}

.phoneNavBtn {
  position: absolute;
  right: 32px;
  top: 48px;
  width: 92px;
  height: 54px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.phoneNavBtn .line01, .phoneNavBtn .line02 {
  position: absolute;
  left: 0;
  top: 11px;
  width: 92px;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s;
}
.phoneNavBtn .line02 {
  top: 32px;
}

.phoneNavBtn.openNav {
  position: fixed;
}
.phoneNavBtn.openNav .line01 {
  height: 1px;
  top: 30px;
  transform: rotateZ(45deg);
  transform-origin: 50% 0;
}
.phoneNavBtn.openNav .line02 {
  height: 1px;
  top: 30px;
  transform: rotateZ(-45deg);
  transform-origin: 50% 0;
}

.leftMenu_z {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #067ebb, #012d80);
  z-index: 9;
  display: none;
}
.leftMenu_z > img {
  position: absolute;
  left: 4.69%;
  bottom: 8%;
  opacity: 0.1;
}
.leftMenu_z #leftMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 930px;
  transform: translate3d(-50%, -50%, 0);
}
.leftMenu_z #leftMenu ul li {
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 76px;
  background: url(../images/icon-arr04.png) no-repeat left center;
  box-sizing: border-box;
}
.leftMenu_z #leftMenu ul li:nth-child(3n+1) {
  width: 210px;
  margin-right: 60px;
  border-right: 1px solid #86b8e4;
}
.leftMenu_z #leftMenu ul li:nth-child(3n+2) {
  width: 296px;
  margin-right: 54px;
  border-right: 1px solid #86b8e4;
}
.leftMenu_z #leftMenu ul li:nth-child(3n) {
  width: 230px;
}
.leftMenu_z #leftMenu ul li a {
  display: block;
  font: normal 18px/28px "SOURCEHANSANS-REGULAR";
  color: #fff;
}
.leftMenu_z #leftMenu p {
  border-top: 1px solid #fff;
  padding-top: 32px;
  margin-top: 100px;
  font: normal 12px/40px "SOURCEHANSANS-REGULAR";
  color: #fff;
}
.leftMenu_z #leftMenu p a {
  display: inline-block;
  padding-left: 42px;
  margin-right: 10px;
  background: url(../images/icon-tel.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
}

.indexBannerMain {
  position: relative;
  width: 100%;
}
.indexBannerMain .img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerMain .txt {
  position: absolute;
  left: 50%;
  bottom: 56%;
  font: bold 1.56vw/4.375vw "SOURCEHANSANS-BOLD";
  color: #144f83;
}
.indexBannerMain .txt strong {
  font-size: 2.29vw;
  color: #dbae5d;
}

.title {
  position: relative;
  font: normal 1.67vw/2vw "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.title span {
  display: block;
  font: bold 4.68vw/6.25vw "SOURCEHANSANS-BOLD";
}
.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.3vw;
  width: 7.8vw;
  height: 0.52vw;
  margin-left: -3.9vw;
  border-radius: 0.52vw;
  background-color: #dbae5d;
}

.titbox h3 {
  position: relative;
  font: normal 2.7vw/3.9vw "YuGothB";
  color: #0c0c0c;
  z-index: 2;
}
.titbox span {
  font-size: 1.6vw;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
}
.titbox p {
  position: relative;
  font: normal 1.25vw/2.8vw "YuGothL";
  color: #202020;
  z-index: 2;
}

.more {
  position: relative;
  display: block;
  width: 20vw;
  margin: 0 auto;
  border-radius: 4.1vw;
  font: normal 1.25vw/4.1vw "YuGothB";
  color: #0c0c0c;
  text-align: center;
  box-sizing: border-box;
}
.more:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.indexNewsMain {
  padding-bottom: 6.67vw;
  background-image: linear-gradient(90deg, #ededed 0, #ededed 25%, #f6f6f6 25%);
}
.indexNewsMain h2 {
  padding-left: 7.5%;
  padding-bottom: 6vw;
  font: normal 1.458vw/3.75vw "SOURCEHANSANS-REGULAR";
  color: #144f83;
  box-sizing: border-box;
}
.indexNewsMain h2 span {
  display: block;
  font: bold 5.83vw/3.75vw "Arial";
  color: #202020;
}
.indexNewsMain .list li {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px 6vw 5px 7.5%;
  border-left: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.indexNewsMain .list li span {
  position: absolute;
  left: 15%;
  top: 0;
  padding: 0 1.2em;
  background-color: #144f83;
  border-radius: 50px;
  font-size: 1.354vw;
  line-height: 50px;
  color: #fff;
}
.indexNewsMain .list li a {
  display: block;
  padding-left: 11vw;
  font-size: 1.458vw;
  line-height: 50px;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexNewsMain .list li:nth-child(2n+1) {
  border-left: none;
}
.indexNewsMain .list li:nth-child(3), .indexNewsMain .list li:nth-child(4) {
  padding-top: 65px;
}
.indexNewsMain .list li:nth-child(3) span, .indexNewsMain .list li:nth-child(4) span {
  top: 65px;
}
.indexNewsMain .more {
  border: 2px solid #b1b1b1;
  margin-top: 3vw;
}

.indexAboutMain {
  position: relative;
  padding: 3.4vw 0 2.4vw;
  background: url(../images/indexbg01.jpg) no-repeat;
  background-size: 100% 100%;
}
.indexAboutMain p {
  max-width: 1456px;
  width: 94%;
  padding: 1em 2em;
  margin: 4.4vw auto 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.458vw;
  line-height: 2em;
  font-family: "YuGothB";
  color: #fff;
  box-sizing: border-box;
}
.indexAboutMain .tag {
  position: absolute;
  right: 3.6vw;
  bottom: 0;
  width: 18.85vw;
  transform: rotateZ(-15deg);
}

.indexStrengthMain {
  padding: 3.4vw 0 6vw;
}
.indexStrengthMain .title {
  color: #202020;
}
.indexStrengthMain ul li {
  float: left;
  width: 32.195%;
}
.indexStrengthMain ul li a {
  display: block;
  position: relative;
}
.indexStrengthMain ul li a img {
  display: block;
  width: 100%;
}
.indexStrengthMain ul li a p {
  position: absolute;
  left: 8%;
  bottom: -3.5vw;
  width: 84%;
  padding: 1.4vw 0 1.1vw;
  background: #144f83 url(../images/indexStrengthBg.png) no-repeat center center;
  background-size: 13vw auto;
  border-radius: 2vw;
  font: normal 1.67vw/2.24vw "YuGothB";
  color: #fff;
  text-align: center;
}
.indexStrengthMain ul li a p span {
  display: inline-block;
  font-size: 1.354vw;
  color: #dbae5d;
}
.indexStrengthMain ul li:nth-child(2) {
  margin: 6.5vw 1.7% 0;
}

.indexProductsMain01 .title {
  text-align: left;
  color: #dbae5d;
  margin-bottom: 13.4vw;
}
.indexProductsMain01 .title span {
  color: #202020;
}
.indexProductsMain01 .title::after {
  left: 0;
  margin-left: 0;
}
.indexProductsMain01 .titbox {
  position: absolute;
  right: 0;
  top: 7.4vw;
}
.indexProductsMain01 .titbox::before {
  content: "";
  position: absolute;
  right: 6vw;
  bottom: 0;
  width: 9.58vw;
  height: 18.125vw;
  background: url(../images/icon02.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.indexProductsMain01 ul li {
  float: left;
  width: 32.8%;
  margin-left: 0.8%;
  margin-bottom: 0.8%;
}
.indexProductsMain01 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.indexProductsMain01 ul li a {
  display: block;
  position: relative;
}
.indexProductsMain01 ul li img {
  display: block;
  width: 100%;
}
.indexProductsMain01 ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  text-align: center;
}
.indexProductsMain01 ul li h4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font: normal 2.08vw/2.3vw "YuGothB";
  color: #fff;
}
.indexProductsMain01 ul li h4 span {
  display: block;
  font-size: 1.25vw;
  text-transform: uppercase;
  font-family: "YuGothL";
}
.indexProductsMain01 ul li:hover div {
  background-color: rgba(12, 12, 12, 0.2);
}
.indexProductsMain01 .more {
  border: 1px solid #ddd;
  margin: 30px auto;
}

.indexProductsMain02 {
  padding-bottom: 5vw;
  background-image: linear-gradient(180deg, #f6f6f6 0, #f6f6f6 22.3vw, #195285 22.3vw);
}
.indexProductsMain02 .titbox {
  padding: 3vw 0 1vw;
  margin-bottom: 2vw;
  background: url(../images/icon03.png) no-repeat center top;
  background-size: auto 10.2vw;
  text-align: center;
}
.indexProductsMain02 .titbox p {
  letter-spacing: normal;
}
.indexProductsMain02 .img {
  float: left;
  width: 49.2%;
}
.indexProductsMain02 .img img {
  display: block;
  width: 100%;
}
.indexProductsMain02 .txt {
  float: right;
  width: 44%;
  padding-top: 1vw;
}
.indexProductsMain02 .txt p {
  position: relative;
  font: normal 1.25vw/2.8vw "YuGothM";
  color: #fff;
}
.indexProductsMain02 .txt p:nth-child(1) {
  color: #202020;
}
.indexProductsMain02 .txt p img {
  position: absolute;
  right: 0;
  top: -1.7vw;
  width: 3vw;
}
.indexProductsMain02 .txt .more {
  background-color: #fff;
  margin: 2.8vw 0 0;
}

.indexProductsMain03 .titbox {
  padding: 5vw 0 3vw;
}
.indexProductsMain03 .titbox p {
  letter-spacing: normal;
}

.productsList03 li {
  float: left;
  width: 27.13%;
  margin: 0 3.1%;
  transition: all 0.5s;
}
.productsList03 li a {
  display: block;
  position: relative;
}
.productsList03 li .img {
  position: relative;
}
.productsList03 li img {
  display: block;
  width: 100%;
}
.productsList03 li h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 8.3vw;
  font: normal 1.56vw/5.3vw "YuGothM";
  color: #fff;
  text-align: center;
}
.productsList03 li h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3.8vw;
  height: 0.52vw;
  margin-left: -1.9vw;
  border-radius: 0.52vw;
  background-color: #dbae5d;
}
.productsList03 li .txt {
  height: 7.8vw;
  margin-top: 3.5vw;
  margin-bottom: 5vw;
  border: 1px solid #c1c1c1;
  font-size: 1.04vw;
  line-height: 7.8vw;
  text-align: center;
}
.productsList03 li .txt span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.92vw;
}
.productsList03 li:hover {
  transform: translateY(-10px);
}

.indexBlogMain {
  padding-bottom: 6.7vw;
}
.indexBlogMain .title {
  padding: 3.4vw 0 0;
  margin-bottom: 6vw;
  text-align: center;
  color: #dbae5d;
}
.indexBlogMain .title span {
  color: #202020;
}
.indexBlogMain ul li {
  float: left;
  width: 31.64%;
  transition: all 0.5s;
}
.indexBlogMain ul li:nth-child(3n+2) {
  margin: 0 2.54%;
}
.indexBlogMain ul li .img {
  display: block;
  width: 100%;
  aspect-ratio: 8/5; object-fit: cover; overflow: hidden;
}.indexBlogMain ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBlogMain ul li .txt {
  padding-top: 40px;
  font-family: "YuGothM";
}
.indexBlogMain ul li .txt .time {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  line-height: 30px;
  color: #969696;
}
.indexBlogMain ul li .txt .tag {
  display: inline-block;
  background-color: #144f83;
  padding: 0 1em;
  border-radius: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.indexBlogMain ul li .txt a {
  display: block;
  font-size: 20px;
  line-height: 52px;
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexBlogMain ul li .txt a:hover {
  color: #144f83;
}

.indexOtherMain {
  display: block;
  padding: 6.3vw 0 3.3vw;
  background: url(../images/indexbg02.jpg) no-repeat center top;
  font: normal 2.8vw/3.9vw "YuGothB";
  color: #fff;
  text-align: center;
}
.indexOtherMain span {
  display: block;
  font-size: 1.3vw;
  font-family: "YuGothL";
}

.indexContactMain {
  padding: 6vw 0;
}
.indexContactMain a {
  display: block;
  width: 49.3%;
  height: 11.25vw;
  border-radius: 1.56vw;
  text-align: center;
  color: #fff;
  font-size: 2.08vw;
  line-height: 11.25vw;
  box-sizing: border-box;
}
.indexContactMain a span {
  display: block;
  font-size: 1.146vw;
  text-transform: uppercase;
  font-family: "YuGothL";
}
.indexContactMain a:hover {
  opacity: 0.8;
}
.indexContactMain .pull_left {
  background-color: #dbae5d;
}
.indexContactMain .pull_right {
  background-color: #144f83;
}
.indexContactMain .pull_right img {
  width: 3.64vw;
  margin-right: 2vw;
  vertical-align: middle;
}

.goTop {
  position: fixed;
  right: 40px;
  bottom: 225px;
  width: 83px;
  height: 48px;
  background: url(../images/top.png) no-repeat;
  cursor: pointer;
}

.footerBox {
  position: relative;
  height: 10.4vw;
  padding-top: 1.3vw;
  background-color: #ebebeb;
  box-sizing: border-box;
}
.footerBox .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 7.6vw;
}
.footerBox .logo img {
  display: block;
  width: 100%;
}
.footerBox .footerNav {
  padding-top: 1.04vw;
  text-align: right;
}
.footerBox .footerNav li {
  display: inline-block;
}
.footerBox .footerNav li a {
  display: block;
  margin-left: 3.6vw;
  font: normal 1.146vw/4vw "YuGothB";
  color: #202020;
}
.footerBox .footerNav li a:hover {
  color: #666;
}
.footerBox .copyRight {
  text-align: right;
  font: normal 16px/24px "YuGothM";
  color: #666;
}

.subBannerMain {
  position: relative;
  height: 20.83vw;
  background: #144f83;
}
.subBannerMain img {
  position: absolute;
  right: 0;
  top: 0;
  width: 52.8vw;
  height: 20.83vw;
  z-index: 1;
}
.subBannerMain .w1640 {
  z-index: 2;
}
.subBannerMain h1 {
  font: bold 10vw/20.83vw "Jost-Bold";
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.subBannerMain .small {
  font-size: 8vw;
}
.subBannerMain .breadNav {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4vw;
  line-height: 3.9vw;
  color: #fff;
}
.subBannerMain .breadNav a {
  font-family: "Jost-Bold";
  text-transform: uppercase;
  color: #fff;
}

.subTitle {
  position: relative;
  display: inline-block;
  padding-left: 1.8vw;
  border-bottom: 1px solid #dbae5d;
  font: normal 2.6vw/5.7vw "SOURCEHANSANS-BOLD";
  color: #000;
}
.subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 13px;
  background: url(../images/icon05.png) no-repeat;
}

.subProductsMain01, .subProductsMain02 {
  padding-top: 22px;
  padding-bottom: 1px;
  background-color: #fafafa;
}
.subProductsMain01 .subTitle, .subProductsMain02 .subTitle {
  float: left;
}
.subProductsMain01 .titbox, .subProductsMain02 .titbox {
  float: right;
  margin-top: 1vw;
}
.subProductsMain01 .titbox h3, .subProductsMain02 .titbox h3 {
  font-size: 1.6vw;
  line-height: 2.5vw;
}
.subProductsMain01 .titbox span, .subProductsMain02 .titbox span {
  font-size: 1vw;
  line-height: 2.5vw;
}
.subProductsMain01 .titbox p, .subProductsMain02 .titbox p {
  font-size: 0.83vw;
  line-height: 2.5vw;
  letter-spacing: 0vw;
}
.subProductsMain01 .line, .subProductsMain02 .line {
  display: block;
  width: 100%;
  margin: 2.3vw 0 4vw;
}

.subProductsMain02 .titbox p {
  letter-spacing: 0vw;
}

.subProductsList {
  padding-top: 2.86vw;
}
.subProductsList li {
  position: relative;
  padding: 6vw 0 2.3vw;
  margin-bottom: 4vw;
  background-image: linear-gradient(90deg, #fafafa 0, #fafafa 29%, #edf6fd 29%);
}
.subProductsList li h4 {
  position: absolute;
  left: 5.5%;
  top: 1vw;
  font: bold 1.56vw/1.83vw "YuGothM";
  color: #000;
  text-align: center;
}
.subProductsList li h4 span {
  display: block;
  font-size: 1.25vw;
  text-transform: uppercase;
}
.subProductsList li .img {
  float: left;
  width: 38.4%;
  position: relative;
}
.subProductsList li .img img {
  display: block;
  width: 100%;
}
.subProductsList li .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
}
.subProductsList li .txt {
  float: right;
  width: 55%;
}
.subProductsList li .txt em {
  display: block;
  font: italic 5.73vw/4.8vw "YuGothM";
  color: #2369a7;
}
.subProductsList li .txt p {
  margin-top: 2vw;
  font-size: 1.04vw;
  line-height: 1.83vw;
  color: #000;
}
.subProductsList li .txt .more {
  background-color: #fff;
  margin: 0.3rem 0 0;
}
.subProductsList li::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #edf6fd;
}
.subProductsList li:nth-child(2n) {
  background-image: linear-gradient(-90deg, #fafafa 0, #fafafa 29%, #f7f2e6 29%);
}
.subProductsList li:nth-child(2n)::before {
  left: initial;
  right: 100%;
  background-color: #f7f2e6;
}
.subProductsList li:nth-child(2n) h4 {
  left: initial;
  right: 5.5%;
}
.subProductsList li:nth-child(2n) .img {
  float: right;
}
.subProductsList li:nth-child(2n) .txt {
  float: left;
}
.subProductsList li:nth-child(2n) .txt em {
  color: #b48516;
}

.aboutPage {
  background-color: #fafafa;
}

.itemNav {
  padding: 104px 0 64px;
}
.itemNav a {
  position: relative;
  float: left;
  width: 23.125%;
  margin-left: 2.5%;
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  font-family: "YuGothM";
  color: #818181;
  box-sizing: border-box;
}
.itemNav a:first-child {
  margin-left: 0;
}
.itemNav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -104px;
  width: 10px;
  height: 104px;
  margin-left: -5px;
  background: url(../images/icon07.png) no-repeat;
}
.itemNav a:hover::before {
  background-image: url(../images/icon08.png);
}
.itemNav a:hover {
  color: #144f83;
}

.aboutTit h2 {
  font: bold 1.67vw/3.9vw "Arial";
  color: #050505;
  text-transform: uppercase;
}
.aboutTit span {
  position: relative;
  display: inline-block;
  padding-left: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #dbae5d;
  font: normal 2.4vw/3.9vw "SOURCEHANSANS-REGULAR";
  color: #2a2a2a;
}
.aboutTit span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 13px;
  background: url(../images/icon05.png) no-repeat;
}

.subAbout01 {
  background: url(../images/aboutBg01.png) no-repeat center top;
  background-size: 100% 100%;
}
.subAbout01 .main {
  width: 73vw;
  padding: 4vw 0 6vw;
  margin: 0 auto;
}
.subAbout01 .aboutTit {
  text-align: right;
  margin-bottom: 3vw;
}
.subAbout01 p {
  font: normal 1.04vw/1.9vw "SOURCEHANSANS-REGULAR";
  color: #202020;
}
.subAbout01 .tar {
  text-align: right;
}

.subAbout02 {
  padding-top: 4.7vw;
}

.subAboutList {
  padding-bottom: 14vw;
}
.subAboutList li {
  position: relative;
  padding: 4.7vw 0 3vw;
}
.subAboutList li .img {
  position: relative;
  float: left;
  width: 52.2%;
  border: 0.78vw solid #fff;
  border-radius: 1vw;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 2;
}
.subAboutList li .img img {
  display: block;
  width: 100%;
}
.subAboutList li .txt {
  position: relative;
  float: right;
  width: 42%;
  padding-top: 1vw;
  padding-bottom: 3.6vw;
  margin-top: 1vw;
  background: #edf6fd;
}
.subAboutList li .txt h3 {
  font: normal 1.5vw/3vw "YuGothB";padding-top:2vw;padding-bottom:2vw;
  color: #2369a7;
}
.subAboutList li .txt p {
  margin-bottom: 2vw;
  font-size: 1vw;
  line-height: 2vw;
  color: #333;
}
.subAboutList li .txt img {
  display: block;
}
.subAboutList li .txt::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  width: 200%;
  background-color: #edf6fd;
  z-index: -1;
}
.subAboutList li:nth-child(2n) .img {
  float: right;
}
.subAboutList li:nth-child(2n) .txt {
  float: left;
  background-color: #f7f2e6;
}
.subAboutList li:nth-child(2n) .txt h3 {
  color: #b48516;
}
.subAboutList li:nth-child(2n) .txt::before {
  background-color: #f7f2e6;
  right: -30%;
  left: initial;
}

.subAbout03 {
  position: relative;
  background-color: #144f83;
  margin-bottom: 14.5vw;
}
.subAbout03 .main {
  position: relative;
  width: 73vw;
  padding: 4vw 0;
  margin: 0 auto;
}
.subAbout03 .aboutTit02 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 13.54vw;
  height: 38vw;
  margin-top: -19vw;
  text-align: right;
  z-index: 1;
}
.subAbout03 .aboutTit02 > div {
  position: relative;
  width: 13.54vw;
  height: 38vw;
  background-color: #dbb855;
  z-index: 2;
}
.subAbout03 .aboutTit02 h2 {
  margin:0 auto;
  font: bold 2.8vw/2.8vw "Arial";
  color: #eccd76;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.subAbout03 .aboutTit02 span {
  float: left;
  margin-left: 2.4vw;
  margin-top: 11vw;
  width: 2.4vw;
  font: normal 2.4vw/2.8vw "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
}
.subAbout03 .aboutTit02 span em {
  display: inline-block;
  margin-top: 1.2vw;
}
.subAbout03 .aboutTit02::before {
  content: "";
  position: absolute;
  left: 1.9vw;
  top: -1.9vw;
  bottom: -1.9vw;
  width: 100%;
  background-color: #f0f8ff;
  z-index: -1;
}
.subAbout03 h3 {
  position: absolute;
  left: -6vw;
  top: -8vw;
  font: normal 1.3vw/2vw "YuGothM";
  color: #202020;
}
.subAbout03 p {
  width: 50.8vw;
  font-size: 1vw;
  line-height: 2vw;
  color: #fff;
}

.subAbout04 .wrap {
  border-bottom: 4px solid #e8e8e8;
  background: url(../images/icon09.png) no-repeat right bottom;
  background-size: auto 7.18vw;
}
.subAbout04 table {
  max-width: 1200px;
  width: 80%;
  margin: 70px auto 130px;
}
.subAbout04 table td {
  font-size: 20px;
  line-height: 72px;
  border-bottom: 1px solid #eee;
  color: #202020;
}
.subAbout04 table td:nth-child(1) {
  width: 25%;
  color: #666;
}
.subAbout04 table td:nth-child(2) {
  width: 75%;
}

.subProduct01 {
  padding-top: 22px;
  padding-bottom: 5.4vw;
}
.subProduct01 .txt {
  margin: 60px 20px 70px;
  padding: 3.85vw 2.4vw;
  background-color: #ececec;
  font: normal 1.04vw/2vw "YuGothM";
  color: #202020;
}
.subProduct01 .imgBox {
  margin: 0 20px 2vw;
}
.subProduct01 .imgBox h3 {
  background-color: #1c4d79;
  font: bold 1.87vw/4.2vw "YuGothB";
  color: #fff;
  text-align: center;
}
.subProduct01 .imgBox .img {
  width: 48.5%;
}
.subProduct01 .imgBox img {
  display: block;
  width: 100%;
}
.subProduct01 .imgBox p {
  font-size: 1.3vw;
  line-height: 8.5vw;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.subProduct01 .imgBox p span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8vw;
}
.subProduct01 .imgBox02 .img {
  margin: 0 auto;
}
.subProduct01 .imgBox03 .img {
  width: 23.5%;
  margin-right: 2%;
}
.subProduct01 .imgBox03 .img:nth-child(4n) {
  margin-right: 0;
}
.subProduct01 .imgBox04 p {
  text-align: left;
  line-height: 3vw;
  padding-left: 2vw;
}
.subProduct01 .imgBox05 .img {
  width: 30%;
  margin-right: 5%;
}
.subProduct01 .imgBox05 .img:nth-child(3n) {
  margin-right: 0;
}
.subProduct01 .imgBox05 p {
  padding: 2vw 0;
  line-height: 2.4vw;
}
.subProduct01 .imgBox06 p {
  padding-top: 1vw;
  font-size: 1.2vw;
  line-height: 2vw;
  text-align: justify;
  font-weight: normal;
}
.subProduct01 .table {
  padding: 0 20px;
}
.subProduct01 .table h3 {
  background-color: #1c4d79;
  font: bold 1.87vw/4.2vw "YuGothB";
  color: #fff;
  text-align: center;
}
.subProduct01 .table table {
  width: 100%;
}
.subProduct01 .table table caption {
  background-color: #1c4d79;
  font: bold 1.87vw/4.2vw "YuGothB";
  color: #fff;
}
.subProduct01 .table table th {
  background-color: #969696;
  border-right: 0.156vw solid #fff;
  font: bold 1.2vw/3.2vw "YuGothB";
  color: #fff;
  text-transform: uppercase;
}
.subProduct01 .table table th:last-child {
  border-right: none;
}
.subProduct01 .table table td {
  width: 20%;
  background-color: #eaeaea;
  border-right: 0.156vw solid #fff;
  border-bottom: 0.156vw solid #fff;
  padding: 0.8vw 0;
  font: normal 1.25vw/1.6vw "YuGothM";
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.subProduct01 .table table td:last-child {
  border-right: none;
}
.subProduct01 .table table tr:last-child td {
  border-bottom: none;
}
.subProduct01 .table table tr:nth-child(2) td:first-child {
  border-bottom: none;
}
.subProduct01 .table > div {
  padding: 1vw 1.5vw;
}
.subProduct01 .table p {
  font: normal 1.04vw/2vw "YuGothM";
  color: #202020;
}
.subProduct01 .table img {
  display: block;
  max-width: 100%;
  margin: 3vw auto;
}
.subProduct01 .table04 > div {
  padding: 2vw 1.5vw;
  background-color: #eaeaea;
  margin-bottom: 3vw;
}
.subProduct01 .table04 > div p strong {
  display: block;
  font-weight: bold;
}
.subProduct01 .table04 > div span.pull_left {
  margin-right: 8vw;
}
.subProduct01 .table05 table {
  margin-bottom: 3vw;
}
.subProduct01 .table05 table td {
  width: 10%;
}
.subProduct01 .table05 table .tt {
  background-color: #969696;
  color: #fff;
}
.subProduct01 .table05 table th.bg {
  position: relative;
  background: #969696 url(../images/icon11.png) no-repeat;
  background-size: 100% 100%;
  border-bottom: 0.156vw solid #fff;
}
.subProduct01 .table05 table th.bg b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.subProduct01 .table05 table th.bg em {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.subProduct01 .table05 table tr:nth-child(2) td:first-child {
  border-bottom: 0.156vw solid #fff;
}
.subProduct01 .table06 table, .subProduct01 .table07 table {
  margin-bottom: 3vw;
}
.subProduct01 .table06 table tr:nth-child(2) td:first-child, .subProduct01 .table07 table tr:nth-child(2) td:first-child {
  border-bottom: 0.156vw solid #fff;
}
.subProduct01 .mb {
  margin-bottom: 3vw;
}
.subProduct01 .tableBox02 {
  padding: 0 20px 3vw;
}
.subProduct01 .tableBox02 .table {
  width: 48.5%;
  padding: 0;
}
.subProduct01 .tableBox02 .table td {
  height: 5.1vw;
}
.subProduct01 .tableBox02 .table tr:nth-child(2) td:first-child {
  border-bottom: 0.156vw solid #fff;
}
.subProduct01 .tableBox02 h3 {
  background-color: #1c4d79;
  font: bold 1.87vw/4.2vw "YuGothB";
  color: #fff;
  text-align: center;
}
.subProduct01 .tableBox02 .img {
  width: 48.5%;
}
.subProduct01 .tableBox02 img {
  display: block;
  width: 100%;
}

.subProduct02 {
  background-color: #ebf5fd;
}
.subProduct02 h2 {
  padding-top: 4vw;
  padding-bottom: 1vw;
  text-align: center;
}
.subProduct02 h2 span {
  display: inline-block;
  font-size: 2.2vw;
  line-height: 1.2vw;
  border-bottom: 1.25vw solid #e8bd4e;
}
.subProduct02 .txt {
  background-color: #144f83;
  color: #fff;
}
.subProduct02 .tableBox {
  padding: 0 20px;
}
.subProduct02 .table {
  width: 48.5%;
  padding: 0;
  background-color: #f0f0f0;
}
.subProduct02 .table table tr:nth-child(2) td:first-child {
  border-bottom: 0.156vw solid #fff;
}
.subProduct02 .table h3, .subProduct02 .table table caption {
  background-color: #e8bd4e;
}
.subProduct02 .table02 {
  height: 40.23vw;
}
.subProduct02 .table03 {
  width: 100%;
  margin-top: 30px;
  background: none;
}

.subProduct03 {
  padding-top: 3vw;
}
.subProduct03 h2 {
  position: relative;
  font-size: 2.2vw;
  line-height: 6vw;
  text-align: center;
}
.subProduct03 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8.5vw;
  height: 0.36vw;
  margin-left: -4.2vw;
  background: #144f83;
}
.subProduct03 .table .tab_2 td {
  width: 12.5%;
  line-height: 1.8vw;
  padding: 0.7vw 0;
}
.subProduct03 .table .tab_2 tr:nth-child(2) td {
  background-color: #969696;
}
.subProduct03 .table .tab_2 tr:nth-child(2) td:first-child, .subProduct03 .table .tab_2 th {
  border-bottom: 0.156vw solid #fff;
}
.subProduct03 .table > div {
  background-color: #eaeaea;
}
.subProduct03 h3 {
  margin-top: 3vw;
}


.articlePage { background: #fafafa;}
.articlePage .articleMain {
  padding: 40px 0 5vw;
}
.articlePage article h1 {
  padding: 40px 0;
  font-size: 48px;
  line-height: 60px;
  color: #333;
  text-align: center;
}
.articlePage article time {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #666;
  text-align: center;
}
.articlePage article p {
  margin-bottom: 30px;
  font: normal 20px/40px "NOTOSERIFJP-REGULAR";
  color: #000;
}
.articlePage article img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}

.news-list{
  list-style: none outside;
  margin: 5vw auto;
  padding: 0;

}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 160px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span,
.category span{
  background: #144f83;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  border-radius: 10px;
}
.news-list .item .news-title{
  margin: 0;
  width: 100%;
  color: #333;
}
.news-list .item a:hover .news-title{
  color: #144f83;
}


.blog-list{ display: flex; flex-wrap: wrap;}
.blog-list li{ width: 32%; margin-bottom: 30px;}
.blog-list li:nth-child(3n+2){ margin-left: 2%; margin-right: 2%;}
.blog-list li .img{ width: 100%; margin-bottom: 15px; aspect-ratio: 8/5; object-fit: cover; overflow: hidden;}
.blog-list li .img img{ display: block; width: 100%; height: auto;}
.blog-list li .info{ font-size: 14px; color: #333;}
.blog-list li .info .category{   background: #144f83; margin-left: 10px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 10px; }
.blog-list li p{ font-size: 18px; line-height: 48px; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.pagebox {
  padding: 40px 0 60px;
  text-align: center;
}
.pagebox .pagelist {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.pagebox .pagelist .prev, .pagebox .pagelist .next {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #b9b9b9;
  margin: 0 5px;
  border-radius: 50%;
  background: #b9b9b9 url(../images/arr-prev.png) no-repeat center center;
  background-size: 20px auto;
}
.pagebox .pagelist .prev:hover, .pagebox .pagelist .next:hover {
  background-color: #144f83;
}
.pagebox .pagelist .next {
  background-image: url(../images/arr-next.png);
}
.pagebox .pagelist ul {
  float: left;
  overflow: hidden;
}
.pagebox .pagelist ul li {
  float: left;
  margin: 0 10px;
}
.pagebox .pagelist ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  color: #333;
  box-sizing: border-box;
}
.pagebox .pagelist ul li a.active {
  background-color: #144f83;
  color: #fff;
}
.pagebox .pagelist ul li a.pagemore {
  border: none;
}

.subContact {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 40px;
}
.subContact .subTitleLine {
  text-align: center;
  margin: 40px 0 30px;
  position: relative;
  font-size: 36px;
  color: #000b5f;
}
.subContact .subTitleLine span {
  background-color: #f8f8f8;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.subContact .txt {
  margin-bottom: 30px;
  text-align: center;
}
.subContact .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.subContact .linkBtn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.subContact .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #000b5f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.subContact .linkBtn a:hover {
  background-color: #081579;
}
.subContact .formBox {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subContact .formBox .subTitleLine span {
  background-color: #fff;
}
.subContact .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.subContact .form-label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
}
.subContact .form-label.required:after {
  content: " *";
  color: #e32;
}
.subContact .form-input {
  width: 100%;
}
.subContact .form-input input,
.subContact .form-input textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  box-sizing: border-box;
}
.subContact .form-input textarea {
  min-height: 150px;
  resize: vertical;
}
.subContact .error-message {
  color: #e32;
  font-size: 14px;
  display: none;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown),
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.subContact .checkbox-container {
  margin: 30px 0;
}
.subContact .checkbox-container a {
  color: #000b5f;
  text-decoration: underline;
}
.subContact .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.subContact .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 12px;
}
.subContact .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.subContact .btns {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}
.subContact .btn-edit {
  background-color: #888;
  color: white;
}
.subContact .btn-edit:hover {
  background-color: #666;
}
.subContact .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.subContact .btn-confirm:hover {
  background-color: #1e3d73;
}
.subContact .btn-submit {
  background-color: #051277;
  color: white;
}
.subContact .btn-submit:hover {
  background-color: #081579;
}
.subContact .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.subContact .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.subContact .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.subContact .form-input .item{ display: inline-block; cursor: pointer; margin-right: 50px; }
.subContact .form-input .item input{ display: inline-block; width: auto;}
.subContact .form-input .item label{ display: inline-block;}
.privacyTitle {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
.privacyTitle h2 {
  font: normal 42px/80px "NotoSansJP";
  color: #222;
}
.privacyTitle span {
  font: normal 18px/28px "Arial";
  color: #1a3ea1;
  text-transform: uppercase;
}
.privacy-txt {
  padding: 40px 30px;
  margin-bottom: 30px;
}
.privacy-txt h3 {
  font-size: 18px;
}
.privacy-txt p {
  font-size: 16px;
  margin-bottom: 20px;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message a {
  display: inline-block;
  width: 20vw;
  line-height: 4.27vw;
  margin: 3vw auto;
  background-color: #1a3ea1;
  color: white;
  border: none;
  font-size: 1.25vw;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.3vw;
  box-shadow: 0.3vw 0.3vw 0 0.2vw rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}
.thank-you-message a:hover {
  background-color: #051277;
}
