@media all and (max-width: 960px) {
  .mainmv {
    background: url(../images/mainmv_sp.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
	margin-top: 67px;
  }
}

@media all and (max-width: 420px) {
  .mainmv {
    height: 420px;
  }
  .mainmv.dissp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
  }
}

.header{
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

.over_10 .header{
  opacity: 1;
  visibility: inherit;
}

.mv{
  position: relative;
  height: 100vh;
}

/* #loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

#loading.disappear{
  display: none;   
}

#youtube-area{
  position: fixed;
  z-index: 1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  opacity: 0;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 120%;
  min-width: 100%;
  /* width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%; */
  /* object-fit: cover; */
}

@media all and (max-width: 1600px) {
  #youtube {
    min-width: 112%;
    min-height: 135%;
  }
  .chrome #youtube {
    min-width: 177.77777778vh;;
  }
}

@media all and (max-width: 1080px) {
  #youtube {
    min-width: 135%;
  }
}

@media screen and ( max-height: 900px ) and ( max-height: 1440px ) {
  #youtube {
    min-width: 115%;
  }
}

@media screen and ( max-height: 810px ) and ( max-height: 1080px ) {
  #youtube {
    min-width: 135%;
  }
}

@media all and (max-width: 768px) {
  #youtube {
    min-width: 100%;
    min-height: 100%;
  }
}

#youtube-mask{
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration:.3s;
  animation-fill-mode: forwards;
}

.video-container {
  /* position: relative;
  width: 100%;
  padding-bottom: 56.25%; */
}

.video {
  /* width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; */

  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
}

@keyframes PageAnimeAppear{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media all and (max-width: 960px) {
  .mv{
    /* height: auto; */
  }
}

@media all and (max-width: 768px) {
  .mv{
    height: auto;
  }
  #youtube-area{
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 56.25%;
  }
  #youtube{
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}

.mainmv h1 {
  z-index: 9999;
  display: block;
  position: relative;
  background: transparent;
  /*animation: fadeIn2 1s ease 10s forwards alternate ;*/
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.mainmv #mv-txt.on {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}

.mainmv h1 .txt {
  font-size: 90px;
  color: #fff;
  text-shadow: 4px 4px 20px #000;
  font-weight: bold;
  font-style: italic;
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media all and (max-width: 960px) {
  .header{
    opacity: 1;
    visibility: inherit;
	z-index: 999999;
  }
  .mainmv h1 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
	opacity: 1;
  }
}

.mainmv .flexbox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 961px) {
  .mainmv .flexbox {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mainmv .flexbox p {
    margin-left: -18px;
  }

  .mainmv .flexbox .btnpage {
    margin-top: 0;
  }

  .mainmv .flexbox .btnpage span {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .mainmv .flexbox p img {
    width: 90%;
  }
}

.p-top section.po2{
  position: relative;
  z-index: 2;
  background: #fff;
}

.mbt50{
  margin: 50px 0;
}

@media all and (max-width: 960px) {
  .mbt50{
    margin: 30px 0;
  }
  .mainmv .flexbox {
    text-align: center;
  }

  .mainmv .flexbox p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    margin-top: 10px;
	color: #fff;
    font-size: 5vw;
    font-weight: bold;
    font-style: italic;
  }

  .mainmv .flexbox p img {
    width: 70%;
  }
}

@media all and (max-width: 639px) {
  .mainmv .flexbox p img {
    width: 90%;
  }
}

.feature {
  background: #ffffff;
  position: relative;
}

@media all and (min-width: 961px) {
  .feature::after {
    content: '';
    position: absolute;
    background: #eaeef2;
    left: 0;
    bottom: 0;
    height: 363px;
    width: 50%;
    z-index: 0;
  }
}

.feature .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media all and (max-width: 960px) {
  /* .feature{
    margin-bottom: 40px;
  } */

  .feature .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../images/bgfeature_sp.png) no-repeat left top;
    background-size: 100%;
  }

  .feature .container::after {
    content: '';
    position: absolute;
    background: #eaeef2;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    z-index: 0;
  }
}

.feature .img {
  overflow: inherit;
}

/* .feature .img::after {
  position: absolute;
  content: '';
  background: url(../images/bgshdow.png) no-repeat center center;
  background-size: 99%;
  left: -44px;
  bottom: -50px;
  width: 434px;
  height: 439px;
  z-index: 1;
} */

/* @media all and (max-width: 960px) {
  .feature .img::after {
    background: none;
  }
} */

.feature .img img {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 961px) {
  .feature .img {
    width: 387px;
    position: absolute;
    left: 0;
    top: 70px;
  }
}

@media all and (max-width: 960px) {
  .feature .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: -180px;
    max-width: 500px;
  }
}

.feature .content {
  padding: 70px 20px;
  background: #ffffff url(../images/bgfeature.png) no-repeat left top;
  background-size: 1170px;
  height: 530px;
  padding-left: 140px;
  max-width: 865px;
  width: 60%;
}

@media all and (max-width: 1100px) {
  .feature .content {
    /*padding-left: 280px;*/
  }
}

@media all and (max-width: 1000px) {
  .feature .content {
    padding-left: 90px;
  }
}

@media all and (max-width: 960px) {
  .feature .content {
    background: none;
    padding: 0;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 0;
	width: 100%;
  }
}

.feature .content h3 {
  /* margin-top: 60px; */
  margin-bottom: 40px;
}

.feature .content h3 small {
  font-size: 39px;
  display: block;
  font-weight: bold;
}

.feature .content h3 span {
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
}

@media all and (max-width: 960px) {
  .feature .content h3 {
    margin: 0 0 20px;
  }

  .feature .content h3 small {
    font-size: 38px;
  }

  .feature .content h3 span {
    font-size: 48px;
  }
}

@media all and (max-width: 480px) {
  .feature .content h3 small {
    font-size: 7vw;
  }
  .feature .content h3 span {
    font-size: 8vw;
  }
}

@media all and (min-width: 768px) {
  .feature .content p{
    font-size: 20px;
  }
}

.strong {
  background: #eaeef2 url(../images/bgstrong.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0 70px;
}

@media all and (max-width: 960px) {
  .strong {
    background: #e8ecf0;
    padding-top: 0;
  }

  .strong .container {
    padding: 0;
  }
  .feature .content p{
    font-size: 17px;
  }
}

.strong .content {
  width: 690px;
  margin-left: -90px;
  background: #fff;
  padding: 35px 50px 65px 90px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 1200px) {
  .strong .content {
    padding-left: 120px;
  }
}


@media all and (max-width: 960px) {
  .strong .content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 25px 50px;
  }
}

@media all and (max-width: 639px) {
  .strong .content {
    width: 94%;
  }
}

.strong h2 {
  font-size: 27px;
  text-decoration: underline;
  margin-bottom: 35px;
}

@media all and (max-width: 960px) {
  .strong h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 420px) {
  .strong h2 {
    font-size: 17px;
  }
}

.strong .txtimg {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 580px;
  top: 45%;
  z-index: 9;
  right: -325px;
}

@media all and (max-width: 960px) {
  .strong .txtimg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    bottom: 0;
    top: inherit;
    right: 0;
    width: 92%;
    right: 50%;
    margin-right: -320px;
    max-width: 640px;
  }

  .strong .txtimg img {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .strong .txtimg {
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: inherit;
    text-align: center;
  }

  .strong .txtimg img {
    width: 90%;
  }
}

.strong .liststrong li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003c8a;
  background-size: auto;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  /* padding-left: 120px; */
  height: 82px;
  line-height: 1.5;
  letter-spacing: 2px;
  width: 100%;
}

.strong .liststrong li a{
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 120px;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.strong .liststrong li a:hover{
  opacity: 0.7;
}

.strong .liststrong li::before {
  position: absolute;
  content: '';
  background: #fff;
  height: 100%;
  width: 44px;
  left: 0;
  top: 0;
}

.strong .liststrong li:last-child {
  margin-bottom: 0;
}

.strong .liststrong li::after {
  position: absolute;
  content: '';
  background: #fff url(../images/bgtxtstrong.png) no-repeat right center;
  background-size: auto;
  height: 82px;
  width: 80px;
  right: 0;
  top: 0;
  z-index: 0;
}

@media all and (max-width: 960px) {
  .strong .liststrong li::after {
    width: 62px;
    height: 62px;
    right: -25px;
  }
}

.strong .liststrong li span {
  position: absolute;
  left: 0;
  top: 2px;
}

.strong .liststrong li span img {
  height: 79px;
}

@media all and (max-width: 960px) {
  .strong .liststrong li span img {
    height: 60px;
  }
}

@media all and (max-width: 960px) {
  .strong .liststrong li span {
    top: 1px;
  }
}

@media all and (max-width: 960px) {
  .strong .liststrong li {
    /* padding-right: 40px; */
    font-size: 13px;
    /* padding-left: 80px; */
    height: 62px;
  }
  .strong .liststrong li a{
    padding-left: 80px;
    padding-right: 30px;
  }
}

@media all and (max-width: 375px) {
  .strong .liststrong li {
    font-size: 12px;
  }
}

.strong .btnpage {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -190px;
}

@media all and (max-width: 960px) {
  .strong .btnpage {
    bottom: -30px;
    margin-left: -130px;
  }
}

.strong .imgsp {
  position: relative;
}

.business {
  padding: 70px 0;
  background: #fff;
}

@media all and (max-width: 960px) {
  .business {
    padding: 40px 0;
  }

  .business .container-large {
    padding: 0 3%;
  }
}

.business .titpage {
  text-align: center;
}

.business p {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}

@media all and (max-width: 960px) {
  .business p {
    font-size: 15px;
    margin-top: 15px;
  }
}

.business .listline {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.business .listline .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 961px) {
  .business .listline .box {
    height: 398px;
    max-width: 828px;
  }
}

@media all and (min-width: 961px) and (min-width: 961px) {

  .business .listline .box.bg01,
  .business .listline .box.bg03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) and (min-width: 961px) {
  .business .listline .box.bg01 a {
    padding-right: 125px;
  }
}

@media all and (min-width: 961px) and (min-width: 961px) {
  .business .listline .box.bg03 a {
    padding-right: 155px;
  }
}

@media all and (min-width: 961px) {
  .business .listline .box .pos {
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: inherit;
    position: absolute;
    z-index: 1;
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 960px) {
  .business .listline .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .business .listline .box .pos {
    display: none;
  }

  .business .listline .box.bg01 {
    background: url(../images/imgline03.jpg) no-repeat center center;
    background-size: cover;
  }

  .business .listline .box.bg02 {
    background: url(../images/imgline02.jpg) no-repeat center center;
    background-size: cover;
  }

  .business .listline .box.bg03 {
    background: url(../images/imgline01.jpg) no-repeat center center;
    background-size: cover;
  }

  .business .listline .box.bg04 {
    background: url(../images/imgline04.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media all and (min-width: 961px) {
  .business .listline .box:hover .pos {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .business .listline .box:hover .img {
    background: #ff9900;
  }
}

.business .listline a {
  display: block;
  height: 398px;
  position: relative;
  z-index: 1;
  padding: 14%;
}

@media all and (max-width: 960px) {
  .business .listline a {
    padding: 9% 12%;
    height: auto;
  }
}

@media all and (max-width: 639px) {
  .business .listline a {
    padding: 12% 12% 15%;
  }
}

@media all and (max-width: 375px) {
  .business .listline a {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.business .listline a * {
  color: #fff;
}

.business .listline a span.tit {
  font-size: 30px;
  font-weight: 600;
  display: block;
  background: url(../images/line.png) no-repeat left top;
  background-size: 320px;
  padding-top: 20px;
}

@media all and (max-width: 960px) {
  .business .listline a span.tit {
    font-size: 22px;
    background-size: 240px;
  }
}

.business .listline a small {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

@media all and (max-width: 960px) {
  .business .listline a small {
    font-size: 15px;
  }
}

.tech {
  padding: 0 0 70px 0;
  background: #fff;
}

@media all and (max-width: 960px) {
  .tech {
    padding: 0 0 35px 0;
  }
}

.tech .titpage {
  text-align: center;
}

.tech .techbox {
  margin-top: 50px;
  height: 474px;
  padding-top: 85px;
  padding-bottom: 70px;
}

@media all and (max-width: 960px) {
  .tech .techbox {
    margin-top: 30px;
    padding: 0;
    height: auto;
  }

  .tech .techbox .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .tech .techbox .container .imgsp img {
    width: 100%;
  }
}

.tech .techbox.bg01 {
  background: url(../images/bgtech01.png) no-repeat center center;
  background-size: cover;
}

.tech .techbox.bg01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech .techbox.bg01 .container .content {
  margin-left: 0;
  margin-right: 2px;
}

@media all and (max-width: 960px) {
  .tech .techbox.bg01 {
    background: none;
    margin-bottom: 50px;
  }

  .tech .techbox.bg01 .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tech .techbox.bg02 {
  background: url(../images/bgtech02.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
}

.tech .techbox.bg02 .content h2 {
  text-align: right;
  margin-right: 12px;
}

@media all and (max-width: 960px) {
  .tech .techbox.bg02 {
    margin-top: 0;
    margin-bottom: 35px;
    background: none;
  }
}

.tech .techbox .content {
  width: 490px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-left: 2px;
}

@media all and (max-width: 960px) {
  .tech .techbox .content {
    width: 90%;
    margin: 0 auto;
    margin-top: -120px;
    max-width: 590px;
  }
}

.tech .techbox .content a {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 10px;
  height: 320px;
  display: block;
}

@media all and (max-width: 960px) {
  .tech .techbox .content a {
    height: auto;
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tech .techbox .content a .arr {
  background: url(../common_img/right-arrow.png) no-repeat center center;
  background-size: 26px;
}

.tech .techbox .content a .arr img {
  display: none;
}

@media all and (min-width: 961px) {
  .tech .techbox .content a:hover .arr {
    background: #ff9900 url(../common_img/right-arroww.png) no-repeat center center;
    background-size: 26px;
  }
}

.tech .techbox p.fontbar {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media all and (max-width: 960px) {
  .tech .techbox p.fontbar {
    font-size: 19px;
  }
}

@media all and (max-width: 375px) {
  .tech .techbox p.fontbar {
    font-size: 18px;
  }
}

.tech .techbox p.fontbar::after {
  content: '';
  position: absolute;
  background: #003c8a;
  height: 1px;
  width: calc(100% + 40px);
  left: -30px;
  bottom: -5px;
}

@media all and (max-width: 960px) {
  .tech .techbox p.fontbar::after {
    width: calc(100% + 30px);
    left: -15px;
  }
}

@media all and (max-width: 375px) {
  .tech .techbox p.fontbar::after {
    bottom: 1px;
  }
}

.tech .techbox h2 {
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: 1.2;
}

@media all and (max-width: 960px) {
  .tech .techbox h2 {
    font-size: 22px;
    margin: 15px 0;
  }
}

.tech .techbox p {
  font-size: 16px;
}

@media all and (max-width: 960px) {
  .tech .techbox p {
    font-size: 14px;
  }
}

.tech .techbox .arr {
  border-color: #ff9900;
  position: absolute;
  right: 0;
  bottom: 0;
}

.tech .brn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 960px) {
  .tech .brn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0;
  }
}

.tech .brn .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 590px;
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .tech .brn .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }

  .tech .brn .box:first-child {
    margin-bottom: 25px;
  }
}

.tech .brn .box a {
  position: relative;
  display: block;
  height: 250px;
}

@media all and (max-width: 960px) {
  .tech .brn .box a {
    height: 300px;
  }
}

@media all and (max-width: 639px) {
  .tech .brn .box a {
    height: 250px;
  }
}

@media all and (max-width: 480px) {
  .tech .brn .box a {
    height: 200px;
  }
}

.tech .brn .box a img {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 960px) {
  .tech .brn .box a img {
    width: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media all and (min-width: 961px) {
  .tech .brn .box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }

  .tech .brn .box a:hover span {
    background: #003c8a;
  }
}

.tech .brn .box span {
  background: rgba(33, 50, 65, 0.85);
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 27px;
  padding: 17px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tech .brn .box span::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 20px;
  left: 50%;
  top: 0;
}

@media all and (max-width: 960px) {
  .tech .brn .box span {
    font-size: 20px;
  }
}

.tech .banner {
  background: url(../images/bgbanner.png) no-repeat left center;
  background-size: cover;
  height: 225px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 135px;
}

.tech .banner p {
  max-width: 733px;
}

@media all and (max-width: 1200px) {
  .tech .banner {
    padding-right: 20px;
  }
  .tech .banner p{
    width: 60%;
    text-align: center;
  }
}

@media all and (max-width: 960px) {
  .tech .banner {
    margin-top: 0;
    height: auto;
    background: url(../images/bgbanner_sp.png) no-repeat left center;
    background-size: cover;
    padding: 30px;
    padding-left: 120px;
    max-width: 640px;
    margin: 0 auto;
  }

  .tech .banner p {
    width: 83%;
  }
}

@media all and (max-width: 639px) {
  .tech .banner p {
    width: 100%;
  }
}

.company {
  background: url(../images/bgcom.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 70px;
}

@media all and (max-width: 960px) {
  .company {
    padding: 35px 0 20px;
    background: url(../images/bgcom_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.company .listcom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .company .listcom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}

.company .listcom li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 285px;
}

@media all and (max-width: 960px) {
  .company .listcom li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: initial;
    margin-bottom: 2%;
  }
}

.company .listcom a {
  background: rgba(234, 237, 242, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
}

.company .listcom a::after {
  position: absolute;
  content: '';
  background: #003c8a;
  width: 1px;
  height: 100px;
  left: 50%;
  top: 0;
}

@media all and (min-width: 961px) {
  .company .listcom a::after {
    height: 194px;
    width: 2px;
    margin-left: -1px;
  }
}

.company .listcom a .img {
  position: relative;
  z-index: 2;
  margin: 25px 0;
  border-radius: 100%;
  overflow: inherit;
}

.company .listcom a .img::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #003c8a;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (min-width: 961px) {
  .company .listcom a .img {
    margin: 50px 0;
  }

  .company .listcom a .img::after {
    width: 93px;
    height: 93px;
    border-width: 2px;
    left: 0;
    top: 0;
  }
}

@media all and (min-width: 961px) {
  .company .listcom a:hover {
    background: #003c8a;
  }

  .company .listcom a:hover span {
    color: #fff;
  }

  .company .listcom a:hover img {
    opacity: 1;
  }

  .company .listcom a:hover .img::after {
    border-color: #fff;
  }

  .company .listcom a:hover::after {
    background: #fff;
  }
}

@media all and (max-width: 960px) {
  .company .listcom a {
    padding-bottom: 10px;
  }

  .company .listcom a img {
    width: 50px;
  }
}

.company .listcom span {
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 960px) {
  .company .listcom span {
    font-size: 15px;
    margin-top: 10px;
  }
}

.company .titpage * {
  color: #fff;
}

.news {
  padding-top: 75px;
  padding-bottom: 50px;
  background: #fff;
}

.footer{
  margin-top: 0;
}

@media all and (max-width: 960px) {
  .news {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.news .banner {
  margin-bottom: 55px;
}

@media all and (max-width: 960px) {
  .news .banner {
    margin-bottom: 35px;
  }
}

.news .banner.dispc a {
  background: #eaeef2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 100px;
  height: 175px;
  position: relative;
}

.news .banner.dispc a::after {
  position: absolute;
  content: '';
  background: url(../images/iconlap.png) no-repeat center center;
  width: 222px;
  height: 237px;
  background-size: 222px;
  right: 45px;
  top: -40px;
}

@media all and (max-width: 1200px) {
  .news .banner.dispc a{
    padding-left: 40px;
  }
  .news .banner.dispc a::after{
    right: 0;
  }
}

@media all and (min-width: 961px) {
  .news .banner.dispc a:hover {
    opacity: 0.7;
  }

  .news .banner.dispc a:hover img {
    opacity: 1;
  }
}

.news .banner.dispc .img {
  margin-right: 55px;
}

@media all and (max-width: 1200px) {
  .news .banner.dispc .img {
    margin-right: 35px;
  }
}

.news .banner.dispc span {
  font-size: 27px;
  font-weight: bold;
}

.news .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .news .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news .flexbox .infonews {
  flex: 0 0 100%;
  /* max-width: 690px; */
}

@media all and (max-width: 960px) {
  .news .flexbox .infonews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
    max-width: 100%;
  }

  .news .flexbox {
    max-width: 960px;
    margin: auto;
  }
}

.news .flexbox .infonews .titpage span {
  font-size: 40px;
}

.news .flexbox .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .news .flexbox .tit {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.news .flexbox .btnpage {
  margin-top: 0;
  max-width: 260px;
}

@media all and (max-width: 960px) {
  .news .flexbox .btnpage {
    margin-right: 0;
    max-width: 200px;
    margin-bottom: 5px;
  }
}

.news .flexbox .btnpage a {
  height: 58px;
  border-width: 1px;
  background: #fefefe;
}

.news .flexbox .btnpage a::after {
  width: 56px;
  height: 56px;
  border-width: 1px;
  top: -1px;
}

.news .flexbox .btnpage a::before {
  width: 56px;
}

.news .flexbox .btnpage a span {
  color: #1b2839;
}

@media all and (max-width: 375px) {
  .news .flexbox .btnpage a span {
    font-size: 13px;
  }
}

@media all and (max-width: 960px) {
  .news .flexbox .btnpage a {
    height: 40px;
  }

  .news .flexbox .btnpage a::after {
    width: 39px;
    height: 39px;
  }

  .news .flexbox .btnpage a::before {
    width: 40px;
  }
}

@media all and (min-width: 961px) {
  .news .flexbox .btnpage a:hover {
    background: #ff9900;
  }

  .news .flexbox .btnpage a:hover span {
    color: #fff;
  }
}

.news .flexbox .sns {
  flex: 0 0 35%;
  max-width: 428px;
}

@media all and (max-width: 1200px) {
  .news .flexbox .sns {
    flex: 0 0 33%;
  }
}

@media all and (max-width: 960px) {
  .news .flexbox .sns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }
}

.news .content {
  height: 210px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-top: 40px;
}

@media all and (max-width: 960px) {
  .news .content {
    margin-top: 20px;
    padding-right: 10px;
    height: auto;
    margin-bottom: 0;
    max-height: 240px;
  }
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media all and (max-width: 960px) {
  .news dl {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 639px) {
  .news dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.news dl:last-child {
  margin-bottom: 0;
}

.news dl dt {
  background: #dfdfdf;
  font-weight: bold;
  margin-right: 30px;
  padding: 2px 5px;
}

@media all and (max-width: 1200px) {
  .news dl dt {
    margin-right: 15px;
  }
}

@media all and (max-width: 639px) {
  .news dl dt {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 961px) {
  .news dl dd a:hover {
    text-decoration: underline;
  }
}

.news .sns h3.tit {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .sns h3.tit span {
  padding: 0 40px;
  font-size: 24px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}

.news .sns h3.tit::after {
  position: absolute;
  content: '';
  background: #ff9900;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.news .sns li {
  background: #fff;
  width: 100%;
  margin-top: 42px;
}

@media all and (max-width: 960px) {
  .news .sns li {
    width: 94%;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 428px;
  }
}

.news .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  height: 94px;
  border: 2px solid #fff;
}

@media all and (min-width: 961px) {
  .news .sns li a:hover {
    box-shadow: none;
    border: 2px solid #003c8a;
  }
}

@media all and (max-width: 960px) {
  .news .sns li a {
    height: 86px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  }
}

.news .sns li span {
  font-weight: bold;
  margin-left: 25px;
  width: 100px;
  text-align: center;
  font-size: 20px;
}

.news .sns li img {
  height: 50px;
}
