/* Header
-------------------------------------------------*/
#header {
  position: relative;
  z-index: 9999;
}

/* slide */
.slide {
  position: relative;
}

.slide_inner {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide .box_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.box_txt {
  position: relative;
}

/* .box_txt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
} */

.box_txt p {
  color: #fff;
  line-height: 160%;
  text-shadow: 1px 1px #333;
  font-weight: 400;
  text-align: center;
}

.box_txt .t1 {
  font-size: 36px;
  padding-bottom: 5px;
}

.box_txt .t2 {
  font-size: 12px;
}

.box_txt:before, .box_txt:after {
  content: '';
  display: block;
  width: 19px;
  height: 104px;
  position: absolute;
  top: -10px;
}

.box_txt:after {
  background-image: url(../img/top/i1.png);
  right: -55px;
}

.box_txt:before {
  background-image: url(../img/top/i2.png);
  left: -55px;
}

#header .h_box.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.h_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: rgba(0, 89, 178, 0.94);
  padding-right: 20px;
  z-index: 9999;
}

.h_box1 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_box2 {
  width: 25.625%;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h_box2 a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 48.5%;
  max-width: 180px;
  line-height: 56px;
  border-radius: 4px;
}

.h_box2 a.b1 {
  background-image: url(../img/common/bg_b1.png);
}

.h_box2 a.b2 {
  background-image: url(../img/common/bg_b2.png);
}

.h_box2 a:hover {
  opacity: 0.7;
}

.h_box.is_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: inherit;
  z-index: 10;
}

.logo {
  background-color: #fff;
  width: 35%;
  max-width: 300px;
}

.logo h1 {
  background-image: url(../img/common/logo.png);
  height: 96px;
  background-size: auto 43px;
  -webkit-transition: .4s;
  transition: .4s;
}

.logo:hover h1 {
  opacity: 0.7;
}

.gNav {
  width: 65%;
  max-width: 540px;
  height: 100%;
  padding-left: 20px;
}

.gNav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gNav ul li {
  width: 25%;
}

.gNav ul li a {
  width: 100%;
  max-width: 130px;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.gNav ul li a p {
  width: 100%;
  text-align: center;
  color: #FFF;
  line-height: 120%;
}

.gNav ul li a p:nth-of-type(1) {
  font-size: 14px;
  padding-bottom: 7px;
}

.gNav ul li a p:nth-of-type(2) {
  font-size: 8px;
  color: #EDEDED;
}

.gNav ul li a:hover {
  opacity: 0.7;
}

.fc {
  position: relative;
  z-index: 1;
}

.fc_img img {
  width: 100%;
}

.fc_main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.fc .fc_box_txt p {
  color: #FFF;
  line-height: 160%;
  font-weight: bold;
  text-align: center;
}

.fc .fc_box_txt p:nth-of-type(1) {
  font-size: 36px;
}

.fc .fc_box_txt p:nth-of-type(2) {
  font-size: 12px;
}

.bread {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.bread li a,
.bread li span {
  font-size: 13px;
  color: #fff;
  line-height: 62px;
}

.bread li + li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 22px;
  background-image: url(../img/common/i-bread.png);
  background-size: cover;
  position: relative;
  top: 5px;
  margin: 0 10px;
}

/* News */
.news {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_left {
  width: 36.25%;
  background-color: #0059B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news_right {
  width: 60%;
  padding: 0 30px;
  max-height: 200px;
  overflow-y: auto;
}

.news_right::-webkit-scrollbar{
  width: 12px;
}

.news_right::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #777;
          box-shadow: inset 0 0 2px #777; 
}

.news_right::-webkit-scrollbar-thumb{
  background: #0059B2;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-item {
  display: block;
  padding: 15px 10px;
}

.news-item + .news-item {
  border-top: 1px solid rgba(0, 89, 178, 0.1);
}

.news-item:nth-of-type(even) {
  background-color: rgba(0, 89, 178, 0.02);
}

.news p {
  font-size: 12px;
  line-height: 160%;
  max-width: 600px;
}

.news_ttl {
  padding: 45px 30px;
}

.news_ttl p {
  color: #fff;
  text-align: center;
  line-height: 160%;
}

.news_ttl p.t1 {
  font-size: 13px;
  padding-bottom: 4px;
}

.news_ttl p.t2 {
  font-size: 10px;
}

/* Parallax */
.prl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.t_box_prl {
  background-image: url(../img/top/prl1.png);
  height: 600px;
}

.r_box1_prl {
  height: 540px;
  background-image: url(../img/recruit/p1.jpg);
  margin-top: 40px;
}

.pd_box1_prl {
  height: 540px;
  background-image: url(../img/product/p1.jpg);
}

/* Button
-------------------------------------------------*/
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btns * {
  font-size: 14px;
  color: #0059B2;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

.btns * + * {
  margin-left: 10px;
}

.btns *:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/common/btn1.png);
  position: relative;
  top: 5px;
  margin-right: 7px;
}

.btns.v1 * {
  width: 200px;
  line-height: 54px;
  background-color: #fff;
}

.btns.v1 *:hover {
  opacity: 0.8;
}

.btns.v2 * {
  width: 260px;
  line-height: 50px;
  border: 2px solid #0059B2;
  background-color: #fff;
}

.btns.v2 *:hover {
  color: #fff;
  background-color: #0059B2;
}

.btns.v2 *:hover:before {
  background-image: url(../img/common/btn1_over.png);
}

.btns.v3 * {
  width: 200px;
  line-height: 50px;
  border: 2px solid #0059B2;
  background-color: #fff;
}

.btns.v3 *:hover {
  color: #fff;
  background-color: #0059B2;
}

.btns.v3 *:hover:before {
  background-image: url(../img/common/btn1_over.png);
}

#anchor {
  background-color: rgba(0, 89, 178, 0.1);
  padding: 45px 0 40px;
}

/* Title
-------------------------------------------------*/
.ttl {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #0059B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ttl p {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 160%;
}

.ttl p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}

.ttl p:nth-of-type(2) {
  font-size: 10px;
}

.ttl1:after {
  content: '';
  display: block;
  width: 106px;
  height: 1px;
  background-color: #0059B2;
  margin: 20px auto 0;
}

.ttl1 p {
  text-align: center;
  color: #0059B2;
  line-height: 160%;
}

.ttl1 p.t1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}

.ttl1 p.t2 {
  font-size: 12px;
}

.la {
  position: relative;
  top: -96px;
}

.box1 {
  padding-top: 75px;
}

.txt1 {
  font-size: 14px;
  text-align: center;
  line-height: 200%;
  color: #111;
}

.wi100 img {
  width: 100%;
  max-width: 1600px;
}

.form_read {
  font-size: 14px;
  text-align: center;
  line-height: 200%;
  color: #111;
  padding: 30px 0 50px;
}

/* Footer */
#footer {
  padding-top: 70px;
}

#footer .f-logo {
  display: block;
  width: 302px;
  height: 56px;
  margin: 0 auto;
}

#footer .f-logo h1 {
  background-image: url(../img/common/logo3.png);
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

#footer .f-logo:hover h1 {
  opacity: 0.7;
}

#footer .f_box {
  -webkit-box-shadow: 0 5px 3px -6px rgba(51, 51, 51, 0.5);
  box-shadow: 0 5px 3px -6px rgba(51, 51, 51, 0.5);
}

#footer .f_box_cont {
  padding-top: 65px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 116px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#footer .f_box_cont .fNav {
  width: 55%;
}

#footer .f_box_cont .fNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f_box_cont .fNav ul li {
  width: 25%;
}

#footer .f_box_cont .fNav ul li a {
  display: block;
  padding: 10px 0;
}

#footer .f_box_cont .fNav ul li a p {
  text-align: center;
  line-height: 120%;
  color: #333;
}

#footer .f_box_cont .fNav ul li a p:nth-of-type(1) {
  font-size: 14px;
  padding-bottom: 5px;
}

#footer .f_box_cont .fNav ul li a p:nth-of-type(2) {
  font-size: 8px;
}

#footer .f_box_cont .fNav ul li a:hover {
  opacity: 0.7;
}

#footer .f_box_cont .fNav ul li + li {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}

#footer .f_box_cont .h_box2 {
  width: 40%;
}

#footer .copyright {
  text-align: center;
  background-color: rgba(0, 89, 178, 0.1);
  padding: 70px 0 190px;
  font-size: 12px;
  color: #333;
  line-height: 160%;
}
