.news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news__btn li {
  font-weight: bold;
}
.news__btn li:not(:first-child) {
  margin-left: 40px;
}
.news__btn li a {
  display: block;
  padding-bottom: 6px;
  position: relative;
}
.news__btn li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #f7ce19;
  bottom: -2px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
.news__btn li.on a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.news__list {
  margin-top: 40px;
  position: relative;
  border-top: #e5e5e5 1px solid;
}
.news__list li a {
  display: block;
  padding: 20px 44px 20px 0;
  position: relative;
  border-bottom: #e5e5e5 1px solid;
}
.news__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/assets/img/common/ico_arrow_yellow.svg") no-repeat center top/cover;
  right: 10px;
}
.news__list li a > span {
  display: block;
  margin-bottom: 12px;
  color: #666;
  font-size: 1.08rem;
}
.news__list.info li.press {
  display: none;
}
.news__list.press li.info {
  display: none;
}
.news__list--category {
  display: inline-block;
  background: #005bac;
  width: 90px;
  height: 28px;
  margin-left: 20px;
  color: white;
  font-size: 0.78rem;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.news__list .press .news__list--category {
  background: #0a8dff;
}
@media only screen and (min-width: 960px) {
  .news__btn a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .news__list li {
    overflow: hidden;
  }
  .news__list li a {
    padding: 30px 44px 30px 226px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  .news__list li a:hover {
    color: #005bac;
  }
  .news__list li a > span {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .news__list--category {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #005bac;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #005bac;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #5a5858;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #5a5858;
  }
}
@-webkit-keyframes first-animate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes first-animate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.first {
  display: block;
  background: #005bac;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000;
  -webkit-animation: first-animate 0.4s linear 5s both;
  animation: first-animate 0.4s linear 5s both;
}
.first div {
  background: white;
  height: 100%;
  -webkit-animation: first-animate 0.5s linear 4.4s both;
  animation: first-animate 0.5s linear 4.4s both;
}
.first svg {
  width: calc(100% - 40px);
  max-width: 372px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.first svg .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.4s linear 0.5s both;
  animation: animate-svg-fill-1 0.4s linear 0.5s both;
}
.first svg .svg-elem-2 {
  -webkit-animation: animate-svg-fill-1 0.4s linear 0.7s both;
  animation: animate-svg-fill-1 0.4s linear 0.7s both;
}
.first svg .svg-elem-3 {
  -webkit-animation: animate-svg-fill-1 0.4s linear 0.9s both;
  animation: animate-svg-fill-1 0.4s linear 0.9s both;
}
.first svg .svg-elem-4 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 1.1s both;
  animation: animate-svg-fill-2 0.4s linear 1.1s both;
}
.first svg .svg-elem-5 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 1.3s both;
  animation: animate-svg-fill-2 0.4s linear 1.3s both;
}
.first svg .svg-elem-6 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 1.5s both;
  animation: animate-svg-fill-2 0.4s linear 1.5s both;
}
.first svg .svg-elem-7 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 1.7s both;
  animation: animate-svg-fill-2 0.4s linear 1.7s both;
}
.first svg .svg-elem-8 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 1.9s both;
  animation: animate-svg-fill-2 0.4s linear 1.9s both;
}
.first svg .svg-elem-9 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 2.1s both;
  animation: animate-svg-fill-2 0.4s linear 2.1s both;
}
.first svg .svg-elem-10 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 2.3s both;
  animation: animate-svg-fill-2 0.4s linear 2.3s both;
}
.first svg .svg-elem-11 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 2.5s both;
  animation: animate-svg-fill-2 0.4s linear 2.5s both;
}
.first svg .svg-elem-12 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 2.7s both;
  animation: animate-svg-fill-2 0.4s linear 2.7s both;
}
.first svg .svg-elem-13 {
  -webkit-animation: animate-svg-fill-2 0.4s linear 2.9s both;
  animation: animate-svg-fill-2 0.4s linear 2.9s both;
}

.wrap {
  padding: 60px 0;
}
@media only screen and (min-width: 960px) {
  .wrap {
    padding: 100px 0;
  }
}

.tit-sec {
  margin-bottom: 34px;
  font-size: 1.08rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  z-index: 2;
}
.tit-sec span {
  display: block;
  color: #005bac;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media only screen and (min-width: 960px) {
  .tit-sec {
    margin-bottom: 48px;
  }
  .tit-sec span {
    font-size: 56px;
  }
}

@media only screen and (min-width: 960px) {
  header::before, header::after {
    background: #005bac;
    left: 0;
  }
  header::before {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  header::after {
    content: "";
    display: block;
    width: 320px;
    height: 1px;
    position: absolute;
    bottom: -1px;
  }
  header .header__logo {
    width: 100%;
    background: url("/assets/img/common/logo_white.svg") no-repeat center/contain;
  }
  header .header__logo img {
    display: none;
  }
}
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main::before, main::after {
  content: "";
  display: block;
  width: 50vw;
  height: calc(100%);
  position: absolute;
  top: 0;
}
main::before {
  background: #005bac;
  right: 50%;
}
main::after {
  background: white;
  left: 160px;
}
main .wrap {
  background: white;
  padding: 100px 0 330px 30px;
  position: relative;
  z-index: 2;
}
main .wrap::before {
  content: "";
  display: block;
  width: 122vw;
  height: 100%;
  position: absolute;
  background: url("/assets/img/top/main_building.svg") no-repeat center bottom/contain;
  min-width: 600px;
  top: 10px;
  right: -28%;
}
main .main__tit {
  color: #005bac;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 4px;
}
main .main__tit > span {
  display: block;
  margin-bottom: 12px;
  color: #222;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
}
main .main__tit--small {
  font-size: 34px;
}
@media only screen and (min-width: 769px) {
  main .wrap {
    padding-bottom: 130px;
  }
  main .wrap::before {
    width: 107vw;
  }
}
@media only screen and (min-width: 960px) {
  main .wrap {
    width: calc(100% - 200px);
    max-width: none;
    padding: 120px 0 130px 60px;
  }
  main .wrap::before {
    right: -560px;
  }
  main .main__tit {
    font-size: 1.31vw;
  }
  main .main__tit > span {
    font-size: 4.685vw;
  }
  main .main__tit--small {
    font-size: 3.66vw;
  }
}
@media only screen and (min-width: 1120px) {
  main .wrap {
    padding-left: 98px;
  }
}
@media only screen and (min-width: 1920px) {
  main .main__tit {
    font-size: 24px;
  }
  main .main__tit > span {
    font-size: 84px;
  }
  main .main__tit--small {
    font-size: 64px;
  }
}

.who .wrap {
  padding: 100px 0 0;
  position: relative;
}
.who__img {
  background: url("/assets/img/top/who_office.jpg") no-repeat center/cover;
  height: 280px;
  margin-left: -20px;
  position: relative;
  z-index: 2;
}
.who__txt {
  background: #f6f6f6;
  max-width: 720px;
  padding: 70px 20px 80px;
  margin: -30px -20px 0;
  position: relative;
}
.who__txt::before {
  display: none;
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  background: #f6f6f6;
  top: 0;
  left: 50%;
}
.who__txt p {
  margin: 20px 0 50px;
  font-size: 1.08rem;
  position: relative;
}
.who__txt .btn-more {
  margin: 0 auto;
}
.who__tit {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.who__tit span {
  display: block;
  margin-bottom: 8px;
  color: #005bac;
  font-size: 1.08rem;
}
@media only screen and (min-width: 769px) {
  .who .wrap {
    padding: 140px 0 0;
  }
  .who__img {
    width: 58vw;
    height: 500px;
    margin-left: 0;
    position: absolute;
    top: 60px;
    right: 480px;
  }
  .who__txt {
    padding-right: 20px;
    padding-left: 300px;
    padding-bottom: 120px;
    margin: 0 0 0 auto;
  }
  .who__txt::before {
    display: block;
  }
  .who__txt .btn-more {
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .who .wrap {
    padding-top: 220px;
  }
  .who__img {
    top: 120px;
  }
  .who__tit {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1120px) {
  .who__txt {
    padding-right: 0;
    padding-left: 320px;
  }
}

.service-area {
  background: #005bac;
}
.service-area .tit-sec {
  color: white;
}
.service-area .tit-sec span {
  color: white;
}
.service-area__inner {
  padding-bottom: 60px;
}
.service-area__inner > p,
.service-area__inner ul {
  color: white;
}
.service-area__inner > p {
  font-size: 1.08rem;
}
.service-area__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  margin: 36px 0 60px;
  border: #80add6 1px solid;
}
.service-area__inner ul li {
  width: 50%;
  padding: 26px 0 20px;
  text-align: center;
}
.service-area__inner ul li:not(:first-child) {
  border-left: #80add6 1px solid;
}
.service-area__inner--txt {
  margin-top: 14px;
  font-size: 1.08rem;
  font-weight: bold;
}
.service-area__inner--txt span {
  font-size: 44px;
  line-height: 1;
}
.service-area__list {
  margin-bottom: -120px;
  position: relative;
  z-index: 2;
}
.service-area__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.service-area__list > div {
  background: white;
  padding: 50px 20px 80px 20px;
  position: relative;
}
.service-area__list--tit {
  margin-bottom: 50px;
  position: relative;
  font-size: 1.08rem;
  font-weight: bold;
}
.service-area__list ul {
  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;
  position: relative;
}
.service-area__list ul li {
  width: 46.8%;
}
.service-area__list ul li:not(:nth-child(-n+2)) {
  margin-top: 60px;
}
.service-area__list ul li.xrea img {
  width: 54%;
  max-width: 130px;
  margin-top: 6px;
}
.service-area__list ul li.va img {
  width: 64%;
}
.service-area__list ul a {
  display: block;
  height: 60px;
  position: relative;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.service-area__list ul a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: url("/assets/img/common/ico_blank_yellow.svg") no-repeat center top/cover;
  right: 0;
  bottom: 10px;
}
.service-area__list ul a img {
  width: 74%;
  max-width: 180px;
}
@media only screen and (min-width: 769px) {
  .service-area__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-area__inner {
    width: 44%;
    padding-bottom: 0;
  }
  .service-area__inner--txt span {
    font-size: 48px;
  }
  .service-area__list {
    width: 50%;
    margin: -106px 0 -200px;
  }
  .service-area__list::before {
    width: 100vw;
  }
  .service-area__list > div {
    padding: 70px 40px 110px 40px;
  }
  .service-area__list--tit {
    margin-bottom: 80px;
  }
  .service-area__list ul a {
    height: 74px;
  }
}
@media only screen and (min-width: 960px) {
  .service-area__inner > p {
    margin-top: -20px;
  }
  .service-area__list {
    margin-top: -140px;
  }
  .service-area__list > div {
    padding-top: 100px;
  }
  .service-area__list ul li {
    overflow: hidden;
  }
  .service-area__list ul a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #f7ce19;
    bottom: -1px;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  .service-area__list ul a:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1120px) {
  .service-area__list > div {
    padding-right: 0;
    padding-left: 80px;
  }
}

.news .wrap {
  padding-top: 110px;
}
.news__area {
  background: #f6f6f6;
  padding-bottom: 100px;
  position: relative;
}
.news__area::before, .news__area::after {
  top: 0;
}
.news__area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #f6f6f6;
  right: -20px;
}
.news__area::after {
  content: "";
  display: block;
  width: 100vw;
  height: 80px;
  position: absolute;
  background: white;
  right: -0.78rem;
}
.news__area .sec-tit {
  position: relative;
  z-index: 2;
}
.news__btn li a {
  border-bottom: #f6f6f6 2px solid;
}
.news__list.all li:nth-child(n+6) {
  display: none;
}
.news .btn-more {
  margin: 60px auto 0;
}
@media only screen and (min-width: 960px) {
  .news .wrap {
    padding: 170px 0 130px;
  }
  .news__area::after {
    height: 100px;
  }
}
@media only screen and (min-width: 1120px) {
  .news__area {
    padding-right: 172px;
  }
  .news__area::before, .news__area::after {
    right: 0;
  }
}

.oem {
  display: block;
  background: url("/assets/img/top/oem_bg.jpg") no-repeat center top/cover;
  padding: 0 20px;
  color: white;
  font-size: 1.08rem;
}
.oem .wrap {
  display: block;
}
.oem__tit {
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.oem .btn-more {
  margin: 40px auto 0;
}
@media only screen and (min-width: 960px) {
  .oem:hover .btn-more {
    color: white;
  }
  .oem:hover .btn-more::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .oem:hover .btn-more::before {
    background: url("/assets/img/common/ico_blank_white.svg") no-repeat center top/cover;
  }
  .oem .wrap {
    padding-right: 220px;
    position: relative;
  }
  .oem__tit {
    font-size: 32px;
  }
  .oem .btn-more {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
}

.bnr-area {
  padding: 0 20px;
}
.bnr-area .wrap {
  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;
  max-width: 960px;
}
.bnr-area li {
  width: 48%;
}
.bnr-area li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}
.bnr-area li a {
  display: block;
}
@media only screen and (max-width: 500px) {
  .bnr-area li {
    width: 100%;
  }
  .bnr-area li:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .bnr-area .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bnr-area li {
    width: 31.25%;
  }
  .bnr-area li:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .bnr-area li:not(:first-child) {
    margin-left: 3.125%;
  }
}
@media only screen and (min-width: 960px) {
  .bnr-area li a {
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
  }
  .bnr-area li a:hover {
    opacity: 0.8;
  }
}