/*-----------------------
js_aos
-----------------------*/
.js_aos .-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.js_aos .-fadeInUp {
  opacity: 0;
  transform: translate(0, 50%);
  transition-duration: 1s;
}
.js_aos .-fadeInDown {
  opacity: 0;
  transform: translate(0, -50%);
  transition-duration: 1s;
}
.js_aos.aos-animate .-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.js_aos.aos-animate .-fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}
.js_aos.aos-animate .-fadeInDown {
  opacity: 1;
  transform: translate(0, 0);
}
.js_aos.aos-animate .-fadeIn.-delay1,
.js_aos.aos-animate .-fadeInUp.-delay1,
.js_aos.aos-animate .-fadeInDown.-delay1 {
  transition-delay: 0.3s;
}
.js_aos.aos-animate .-fadeIn.-delay2,
.js_aos.aos-animate .-fadeInUp.-delay2,
.js_aos.aos-animate .-fadeInDown.-delay2 {
  transition-delay: 1.2s;
}
.js_aos.aos-animate .-fadeIn.-delay3,
.js_aos.aos-animate .-fadeInUp.-delay3,
.js_aos.aos-animate .-fadeInDown.-delay3 {
  transition-delay: 1.6s;
}
.js_aos.aos-animate .-fadeIn.-delay4,
.js_aos.aos-animate .-fadeInUp.-delay4,
.js_aos.aos-animate .-fadeInDown.-delay4 {
  transition-delay: 2s;
}
.js_aos.aos-animate .-fadeIn.-delay5,
.js_aos.aos-animate .-fadeInUp.-delay5,
.js_aos.aos-animate .-fadeInDown.-delay5 {
  transition-delay: 2.4s;
}
.js_aos.aos-animate .-fadeIn.-delay6,
.js_aos.aos-animate .-fadeInUp.-delay6,
.js_aos.aos-animate .-fadeInDown.-delay6 {
  transition-delay: 2.8s;
}
.js_aos.aos-animate .-fadeIn.-delay7,
.js_aos.aos-animate .-fadeInUp.-delay7,
.js_aos.aos-animate .-fadeInDown.-delay7 {
  transition-delay: 3.2s;
}
.js_aos.aos-animate .-fadeIn.-delay8,
.js_aos.aos-animate .-fadeInUp.-delay8,
.js_aos.aos-animate .-fadeInDown.-delay8 {
  transition-delay: 3.6s;
}
.js_aos.aos-animate .-fadeIn.-delay9,
.js_aos.aos-animate .-fadeInUp.-delay9,
.js_aos.aos-animate .-fadeInDown.-delay9 {
  transition-delay: 4s;
}
.js_aos.aos-animate .-fadeIn.-delay10,
.js_aos.aos-animate .-fadeInUp.-delay10,
.js_aos.aos-animate .-fadeInDown.-delay10 {
  transition-delay: 4.4s;
}

/*-----------------------
whoweare
-----------------------*/
@media print, screen and (min-width: 960px) {
  .ly_container.-whoweare {
    /*min-width: 1200px;*/
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_container.-whoweare {
    min-width: 0;
  }
  .ly_container.-whoweare .bl_grid .grid:nth-of-type(1) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .ly_container.-whoweare .ly_inner {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ly_container.-whoweare .ly_inner {
    padding-top: 40px !important;
  }
}

.bl_corpKv {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 110px);
  background: url(../../overview/images/bg_kv.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .bl_corpKv {
    height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpKv {
    height: 100vw;
  }
}
.bl_corpKv .heading {
  color: #fff;
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .bl_corpKv .heading {
    font-size: 5.3333333333vw;
  }
}
.bl_corpKv .textWrap {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  height: 280px;
}
@media only screen and (max-width: 767px) {
  .bl_corpKv .textWrap {
    height: 140px;
  }
}
.bl_corpKv .textWrap .text {
  position: relative;
  display: inline-block;
  writing-mode: vertical-rl;
  text-align: left;
  padding-left: 15px;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 0;
  transform: translate(0, -20%);
  transition: all 0.8s 0.8s;
}
@media only screen and (max-width: 767px) {
  .bl_corpKv .textWrap .text {
    padding-left: 8px;
    font-size: 1rem;
  }
}
.bl_corpKv .textWrap .border {
  position: absolute;
  left: 0;
  right: 12px;
  top: 0;
  margin: 0 auto;
  width: 6px;
  height: 0;
  background: #0089ff;
  transition: height 1.4s;
}
@media only screen and (max-width: 767px) {
  .bl_corpKv .textWrap .border {
    width: 4px;
  }
}
.bl_corpKv .textWrap.aos-animate .text {
  transform: translate(0, 0);
  opacity: 1;
}
.bl_corpKv .textWrap.aos-animate .border {
  height: 100%;
}

.bl_corpWhoweare {
  height: 800px;
}
@media screen and (max-width: 1200px) {
  .bl_corpWhoweare {
    height: auto;
    min-height: 800px;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpWhoweare {
    min-height: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpWhoweare {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpWhoweare .bl_grid {
    display: block;
  }
}
.bl_corpWhoweare .bl_grid .grid:nth-child(1) {
  width: 40%;
}
@media only screen and (max-width: 959px) {
  .bl_corpWhoweare .bl_grid .grid:nth-child(1) {
    width: auto;
  }
}
.bl_corpWhoweare .subHeading {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .bl_corpWhoweare .subHeading {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.bl_corpWhoweare .subHeading .border {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #0089ff;
}
.bl_corpWhoweare .subHeading .text {
  display: block;
}
.bl_corpWhoweare .heading {
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .bl_corpWhoweare .heading {
    margin-bottom: 17px;
    font-size: 2rem;
    line-height: 1.55;
  }
}
.bl_corpWhoweare .heading + .text {
  margin-bottom: 60px;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .bl_corpWhoweare .heading + .text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.bl_corpWhoweare .el_btn {
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .bl_corpWhoweare .el_btn {
    display: block;
    min-width: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_corpWhoweare .el_btn + .el_btn {
  margin-top: 24px;
}
.bl_corpWhoweare.-white .subHeading,
.bl_corpWhoweare.-white .heading,
.bl_corpWhoweare.-white .text,
.bl_corpWhoweare.-white .el_btn {
  color: #fff;
}
.bl_corpWhoweare.-white .subHeading .border {
  background: #fff;
}
.bl_corpWhoweare.-white .el_btn {
  border-color: #fff;
}
.bl_corpWhoweare.-white .el_btn:hover {
  color: #000;
  background: #fff;
}

.bl_corpBusiness {
  position: relative;
  overflow: hidden;
}
.bl_corpBusiness .ly_inner .bl_grid {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_corpBusiness .ly_inner .bl_grid {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpBusiness .ly_inner .bl_grid {
    padding-top: 0;
  }
}
.bl_corpBusiness .ly_inner .bl_grid .img {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -973px;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .bl_corpBusiness .ly_inner .bl_grid .img {
    position: static;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bl_corpRandD {
  position: relative;
  padding-top: 60px;
  background: url(../../overview/images/bg_r_and_d.jpg) no-repeat top;
  background-size: cover;
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .bl_corpRandD {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD {
    padding-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpRandD .ly_inner .grid {
    width: auto;
  }
}
.bl_corpRandD .ly_inner .grid:nth-child(2) {
  width: 56.7%;
}
@media only screen and (max-width: 959px) {
  .bl_corpRandD .ly_inner .grid:nth-child(2) {
    width: auto;
  }
}
.bl_corpRandD .listWrap {
  position: relative;
  right: -64px;
}
@media screen and (max-width: 1264px) {
  .bl_corpRandD .listWrap {
    position: static;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpRandD .listWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap {
    max-width: 275px;
  }
}
.bl_corpRandD .listWrap .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-left: auto;
}
@media screen and (max-width: 1264px) {
  .bl_corpRandD .listWrap .list {
    padding-left: calc(133px - 3.3%);
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpRandD .listWrap .list {
    padding-left: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list {
    margin-right: -15px;
    margin-bottom: -15px;
  }
}
.bl_corpRandD .listWrap .list li {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list li {
    margin-bottom: 15px;
    padding-right: 15px;
  }
}
.bl_corpRandD .listWrap .list li:nth-child(3), .bl_corpRandD .listWrap .list li:nth-child(4) {
  position: relative;
  right: 133px;
}
@media only screen and (max-width: 959px) {
  .bl_corpRandD .listWrap .list li:nth-child(3), .bl_corpRandD .listWrap .list li:nth-child(4) {
    position: static;
    right: auto;
  }
}
.bl_corpRandD .listWrap .list li .circle {
  position: relative;
  width: 100%;
  padding: 50% 0;
  border-radius: 50%;
  color: #fff;
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list li .circle {
    width: 135px;
    height: 135px;
    padding: 0;
  }
}
.bl_corpRandD .listWrap .list li .circle .inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list li .circle .inner {
    height: 100%;
  }
}
.bl_corpRandD .listWrap .list li .circle .inner .text {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list li .circle .inner .text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpRandD .listWrap .list li:nth-child(1) .circle, .bl_corpRandD .listWrap .list li:nth-child(2) .circle {
    margin-right: auto;
  }
}

.bl_corpSolution {
  position: relative;
  background: #D7E6F5 url(../../overview/images/bg_solution.png) no-repeat top;
}
@media only screen and (max-width: 767px) {
  .bl_corpSolution {
    background-position: bottom;
    background-size: auto 50%;
  }
}
.bl_corpSolution .ly_inner .bl_grid .grid:nth-child(1) {
  padding-top: 310px;
}
@media only screen and (max-width: 959px) {
  .bl_corpSolution .ly_inner .bl_grid .grid:nth-child(1) {
    padding-top: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpSolution .ly_inner .bl_grid .grid:nth-child(1) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpSolution .ly_inner .bl_grid .grid:nth-child(2) {
    margin-left: 0;
    width: auto;
  }
}
.bl_corpSolution .img {
  position: absolute;
  top: 8%;
  right: 50%;
  width: 797px;
  height: 672px;
  margin-right: -742px;
}
@media only screen and (max-width: 959px) {
  .bl_corpSolution .img {
    position: static;
    width: auto;
    height: auto;
    margin-right: 0;
    text-align: center;
  }
}

.bl_corpCompanyinfo {
  margin: 0 auto;
  padding-top: 100px;
  background: #004098;
}
@media only screen and (max-width: 959px) {
  .bl_corpCompanyinfo {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpCompanyinfo {
    padding-top: 0;
  }
}
.bl_corpCompanyinfo .ly_inner .bl_grid {
  align-items: center;
}
.bl_corpCompanyinfo .ly_inner .bl_grid .grid:nth-child(2) {
  margin-left: 2%;
  width: 58%;
}
@media only screen and (max-width: 959px) {
  .bl_corpCompanyinfo .ly_inner .bl_grid .grid:nth-child(2) {
    margin-left: auto;
    width: auto;
  }
}
.bl_corpCompanyinfo .img {
  margin-bottom: 40px;
  text-align: center;
}
.bl_corpCompanyinfo .title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.bl_corpCompanyinfo .title::before, .bl_corpCompanyinfo .title::after {
  content: "";
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.bl_corpCompanyinfo .title::before {
  top: 0;
}
.bl_corpCompanyinfo .title::after {
  bottom: 0;
}
.bl_corpCompanyinfo .title span {
  font-size: 1.2rem;
}
.bl_corpCompanyinfo .list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .bl_corpCompanyinfo .list {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpCompanyinfo .list li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.bl_corpCompanyinfo .list li dt,
.bl_corpCompanyinfo .list li dd {
  color: #fff;
  text-align: center;
}
.bl_corpCompanyinfo .list li dt {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_corpCompanyinfo .list li dt {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.bl_corpCompanyinfo .list li dd {
  line-height: 1.3;
}
.bl_corpCompanyinfo .list li dd .number {
  font-family: Arial, "Helvetica";
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .bl_corpCompanyinfo .list li dd .number {
    font-size: 2.4rem;
  }
}
.bl_corpCompanyinfo .list li dd .unit {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_corpCompanyinfo .list li dd .unit {
    font-size: 1.2rem;
  }
}

.bl_corpGlobal {
  padding-top: 50px;
  background: url(../../overview/images/bg_global.jpg) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .bl_corpGlobal {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal {
    padding-top: 0;
  }
}
.bl_corpGlobal .ly_inner .bl_grid .grid {
  position: relative;
}
.bl_corpGlobal .ly_inner .bl_grid .grid:nth-child(1) {
  padding-top: 50px;
}
@media only screen and (max-width: 959px) {
  .bl_corpGlobal .ly_inner .bl_grid .grid:nth-child(1) {
    padding-top: 0;
  }
}
.bl_corpGlobal .ly_inner .bl_grid .grid:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
  width: 56.7%;
}
@media only screen and (max-width: 959px) {
  .bl_corpGlobal .ly_inner .bl_grid .grid:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.bl_corpGlobal .list {
  display: flex;
  padding-top: 286px;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list {
    display: block;
    padding-top: 0;
  }
}
.bl_corpGlobal .list li:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li:nth-child(1) {
    position: static;
  }
}
.bl_corpGlobal .list li:nth-child(1) .circle {
  margin: 0 auto;
}
.bl_corpGlobal .list li:nth-child(2), .bl_corpGlobal .list li:nth-child(3) {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li:nth-child(2), .bl_corpGlobal .list li:nth-child(3) {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li:nth-child(2) .circle {
    margin: 20px auto;
  }
}
.bl_corpGlobal .list li:nth-child(3) .circle {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li:nth-child(3) .circle {
    margin-right: auto;
  }
}
.bl_corpGlobal .list li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 286px;
  height: 286px;
  border: 2px solid #004098;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle {
    width: 160px;
    height: 160px;
  }
}
.bl_corpGlobal .list li .circle .title {
  margin-bottom: 5px;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle .title {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.bl_corpGlobal .list li .circle dd .numberWrap {
  line-height: 1;
  color: #004098;
}
.bl_corpGlobal .list li .circle dd .numberWrap .number {
  font-size: 10rem;
  font-family: Arial, "Helvetica";
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle dd .numberWrap .number {
    font-size: 5rem;
  }
}
.bl_corpGlobal .list li .circle dd .numberWrap .unit {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle dd .numberWrap .unit {
    font-size: 1.5rem;
  }
}
.bl_corpGlobal .list li .circle dd + dd {
  margin-top: 5px;
  color: #004098;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle dd + dd {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bl_corpGlobal .list li .circle dd .spBlock {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpGlobal .list li .circle dd .spBlock {
    display: block;
    padding-right: 1em;
  }
}
.bl_corpGlobal .note {
  margin-top: 30px;
  text-align: right;
  font-size: 1.4rem;
}

.bl_corpGoals {
  position: relative;
  padding-top: 100px;
  background: url(../../overview/images/bg_goals.jpg) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .bl_corpGoals {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpGoals {
    padding-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpGoals .bl_grid.-col2 > .grid {
    width: auto;
  }
}
.bl_corpGoals .listWrap {
  position: absolute;
  right: 50%;
  top: -65px;
  margin-right: -642px;
}
@media only screen and (max-width: 959px) {
  .bl_corpGoals .listWrap {
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 530px;
  }
}
@media only screen and (max-width: 959px) and (max-width: 767px) {
  .bl_corpGoals .listWrap {
    max-width: 490px;
  }
}
.bl_corpGoals .listWrap .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  margin-right: -50px;
  margin-bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .bl_corpGoals .listWrap .list {
    margin-right: -10px;
    margin-bottom: -25px;
  }
}
.bl_corpGoals .listWrap .list li {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .bl_corpGoals .listWrap .list li {
    margin-bottom: 25px;
    padding-right: 10px;
  }
}
.bl_corpGoals .listWrap .list li:nth-child(3), .bl_corpGoals .listWrap .list li:nth-child(4) {
  position: relative;
  right: 137px;
}
@media only screen and (max-width: 959px) {
  .bl_corpGoals .listWrap .list li:nth-child(3), .bl_corpGoals .listWrap .list li:nth-child(4) {
    position: static;
  }
}
.bl_corpGoals .listWrap .list li figure {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .bl_corpGoals .listWrap .list li figure img {
    min-height: 240px;
  }
}
.bl_corpGoals .listWrap .list li figcaption {
  margin-top: 15px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .bl_corpGoals .listWrap .list li figcaption {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.bl_corpInnovation {
  padding-top: 100px;
  background: url(../../overview/images/bg_innovation.jpg) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpInnovation {
    padding-top: 0;
  }
}
.bl_corpInnovation .bl_grid {
  justify-content: space-between;
}
.bl_corpInnovation .bl_grid .grid:nth-child(2) {
  width: 53.4%;
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .bl_grid .grid:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .listWarp {
    overflow: hidden;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .listWarp .list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .listWarp .list li {
    width: 50%;
    padding-right: 20px;
    text-align: center;
  }
}
.bl_corpInnovation .listWarp .list li:nth-child(1) {
  margin-bottom: 138px;
  text-align: right;
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .listWarp .list li:nth-child(1) {
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  .bl_corpInnovation .listWarp .list li img {
    width: 260px;
  }
}

.bl_corpLogo {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 959px) {
  .bl_corpLogo {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_corpLogo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bl_corpLogo .btn {
  text-align: center;
  padding-bottom: 100px;
}
.bl_corpLogo .btn .el_btn {
  min-width: 320px;
  border-color: #004098;
  background: #004098;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .bl_corpLogo .btn .el_btn {
    display: block;
    min-width: 0;
    max-width: 320px;
  }
}
.bl_corpLogo .btn .el_btn:hover {
  color: #000;
  background: #fff;
}
.bl_corpLogo .img {
  text-align: center;
}
.bl_corpLogo .img img {
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .bl_corpLogo .img img {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */