@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/* * {
outline: 1px solid magenta;
}*/
a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:link {
  color: #14446f;
  text-decoration: none;
}

a:visited {
  color: #14446f;
}

a:hover {
  color: #14446f;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #14446f;
  text-decoration: none;
}

.righttxt {
  text-align: right;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0px;
}
p.righttxt {
  text-align: right;
}

ul {
  margin-left: 0px;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 30px;
  height: 30px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 19;
  top: 0;
}
header .headerinner {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 1fr;
  grid-template-columns: 300px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 70px;
  padding: 20px 39px;
}
header .headerinner .logo {
  text-align: left;
}
header .headerinner .logo a {
  display: block;
}
header .headerinner .logo h1 {
  margin-bottom: 0;
}
header .headerinner .logo h1 img {
  height: 26px;
}
header .headerinner .logo .menu_on {
  display: none;
}
header .headmenubox {
  text-align: right;
  -ms-grid-columns: 1fr 20px 90px;
  grid-template-columns: 1fr 90px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
header .globalmenu ul li {
  display: inline-block;
}
header .globalmenu ul li a {
  display: block;
  font-weight: bold;
}
header .globalmenu ul li.txtlink a {
  font-size: 15px;
  padding: 0 20px;
  letter-spacing: 2px;
}
header .globalmenu ul li.txtlink a:hover {
  color: #cccccc;
  opacity: 1;
}
header .globalmenu ul li.btnlink a {
  background-color: #173A80;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
header .globalmenu ul li.btnlink a:hover {
  background-color: #4D47AF;
  opacity: 1;
}
header .languagelink ul li {
  display: inline-block;
  margin: 0 5px;
}
header .languagelink ul li .menu_on {
  display: none;
}

footer {
  padding: 0;
  background-color: #0b003d;
}
footer .bottomcontactbox {
  background: url(../images/common/bottomcontactbg.webp) center center no-repeat;
  background-size: cover;
  aspect-ratio: 2000/572;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottomcontactbox .bottomcontacttxt {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
footer .footerinner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 60px;
  color: #fff;
}
footer .footerinner a {
  color: #fff;
}
footer .footerinner .foot_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerinner .foot_bottom .logobox {
  text-align: left;
}
footer .footerinner .foot_bottom .copyright {
  text-align: right;
  font-size: 11px;
}
footer .footerinner .footupperbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 335px 60px 1fr;
  grid-template-columns: 335px 1fr;
  gap: 20px 60px;
}
footer .footerinner .footupperbox .foot_contactbtnbox p {
  display: block;
  background-color: rgba(168, 217, 239, 0.14);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  height: 146px;
  font-size: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3px;
}
footer .footerinner .footupperbox .foot_commentsbox .txtbox {
  margin-bottom: 90px;
}
footer .footerinner .footupperbox .foot_commentsbox .txtbox .foot_read {
  font-size: 18px;
}
footer .footerinner .footupperbox .foot_commentsbox .txtbox .foot_address {
  font-size: 13.5px;
}
footer .footerinner .footupperbox .foot_commentsbox .txtbox .foot_tell {
  font-size: 18px;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 30px;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover.en {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox {
  text-align: left;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt {
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt a {
  color: #4631dd;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd ul li a {
  font-size: 15px;
}

#lineani-outer #lineani {
  position: absolute;
  bottom: -60px;
  left: 0;
}
#lineani-outer #lineani img {
  width: 100vw;
}

.mt-20 {
  margin-top: 20px;
}

.ch {
  font-family: "Noto Sans SC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
}

.sectioninner {
  max-width: 1400px;
  margin: 0 auto;
}

.sectioninner2 {
  max-width: 1300px;
  margin: 0 auto;
}

.sectioninner3 {
  max-width: 1200px;
  margin: 0 auto;
}

.sectioninner4 {
  max-width: 990px;
  margin: 0 auto;
}

.btnbox a {
  background-color: #f2f2f2;
  border: 1px #fff solid;
  padding: 20px 72px 20px 40px;
  text-align: left;
  max-width: 400px;
  min-height: 74px;
  color: #333333;
  font-size: 19px;
  font-weight: bold;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px #f2f2f2 solid;
}
.btnbox a span {
  padding-bottom: 0.052em;
}
.btnbox a:before {
  content: "";
  background-color: #173a80;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}
.btnbox a:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.btnbox a span {
  display: inline-block;
}
.btnbox a:hover {
  background-color: #193c7e;
  color: #fff;
  border: 1px #fff solid;
  opacity: 1;
}
.btnbox a:hover:before {
  background-color: #193c7e;
  border: 1px #fff solid;
}
.btnbox a:hover:after {
  right: 25px;
}

.btnbox2 a {
  background-color: #5f77a7;
  border: 1px #fff solid;
  padding: 20px 72px 20px 40px;
  text-align: left;
  display: block;
  max-width: 400px;
  height: 74px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btnbox2 a:before {
  content: "";
  background-color: #173a80;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}
.btnbox2 a:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.btnbox2 a:hover {
  background-color: #fff;
  border: 1px #193c7e solid;
  opacity: 1;
  color: #193c7e;
}
.btnbox2 a:hover:before {
  background-color: #5f77a7;
  border: 1px #5f77a7 solid;
}
.btnbox2 a:hover:after {
  right: 25px;
}

.js_isWin .btnbox a {
  padding: 20px 72px 15px 40px;
}
.js_isWin .btnbox2 a {
  padding: 20px 72px 15px 40px;
}

@media screen and (max-width: 1400px) {
  .sectioninner {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .sectioninner2 {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .sectioninner3 {
    width: 90%;
  }
}
@media screen and (max-width: 1140px) {
  header .globalmenu ul li.txtlink a {
    font-size: 1.3vw;
    padding: 0 1vw;
  }
  header .globalmenu ul li.btnlink a {
    font-size: 1.2vw;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 1200px) {
  footer .footerinner {
    width: 90vw;
  }
  .sectioninner3 {
    width: 90%;
  }
}
@media screen and (max-width: 990px) {
  .sectioninner4 {
    width: 90%;
  }
}
@media screen and (max-width: 842px) {
  body {
    font-size: 14px;
  }
  .flexbox {
    display: block;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  header {
    height: 50px;
  }
  header .headerinner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-right: 60px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  header .headerinner .logo h1 img {
    height: auto;
  }
  header .headmenubox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  header .globalmenu {
    display: none;
  }
  .open header {
    background-color: #0b003d;
  }
  .open header .headerinner {
    background-color: #0b003d;
  }
  .open header .headerinner .logo .menu_off {
    display: none;
  }
  .open header .headerinner .logo .menu_on {
    display: block;
  }
  .open header .languagelink .menu_off {
    display: none;
  }
  .open header .languagelink .menu_on {
    display: block;
  }
  footer .bottomcontactbox .bottomcontacttxt {
    width: 80vw;
    margin: 0 auto;
    font-size: 14px;
  }
  footer .footerinner {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  footer .footerinner .footupperbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  footer .footerinner .footupperbox .foot_contactbtnbox p {
    height: 80px;
  }
  footer .footerinner .footupperbox .foot_commentsbox .txtbox {
    margin-bottom: 40px;
  }
  footer .footerinner .footupperbox .foot_commentsbox .txtbox .foot_read {
    font-size: 14px;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover.en {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt {
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt a {
    display: block;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt a:link {
    color: #4631dd;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dt a:visited {
    color: #4631dd;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd {
    margin-bottom: 20px;
    border-bottom: 1px #999999 solid;
    padding-bottom: 10px;
    position: relative;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd:after {
    content: "";
    width: 80px;
    height: 2px;
    border-bottom: 1px #f2f2f2 solid;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd a {
    display: block;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd a:link {
    color: #fff;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd a:visited {
    color: #fff;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd ul li {
    display: inline-block;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd ul li a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px 5px 0;
  }
  footer .footerinner .footupperbox .foot_commentsbox .footlinkboxover .footlinkbox dl dd ul li a:before {
    content: "";
    background: url(../images/common/spmenulink.svg) 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
  }
  footer .footerinner .foot_bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .footerinner .foot_bottom .logobox {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footerinner .foot_bottom .logobox img {
    width: 60vw;
  }
  footer .footerinner .foot_bottom .copyright {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
  }
  .btnbox a {
    width: 45vw;
    min-height: 40px;
    font-size: 12px;
    padding: 10px 25px 10px 10px;
    text-align: center;
  }
  .btnbox a:before {
    width: 20px;
    height: 20px;
    right: 5px;
  }
  .btnbox a:after {
    width: 12px;
    height: 9px;
    right: 8px;
  }
  .sectioninner {
    width: 95%;
  }
  #lineani-outer #lineani {
    bottom: -10px;
  }
}