@charset "UTF-8";
/* CSS Document */
.hero_image {
  position: relative;
  height: 936px;
}
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero_image img {
  position: absolute;
  margin-top: 120px;
  opacity: 0;
  animation: slideshow 11s linear infinite;
  width: 100%;
}
.hero_image img:nth-child(2) {
  animation-delay: 5.5s;
}
.hero_image img:last-child {
  animation-delay: 5.5s;
}
.midashi {
  display: block;
  margin: 100px auto 0;
  width: 986px;
}
.subMidashi {
  text-align: center;
  margin-bottom: 50px;
}
.new dl {
  margin: 0 0 15px;
  padding: 0 10px 10px;
}
.new dl dt {
  float: left;
  width: 11em;
  padding: 10px 0;
  font-weight: bold;
  line-height: 150%;
  margin: 0;
}
.new dl dd {
  margin: 0;
  padding: 10px 10px 10px 11em;
  line-height: 150%;
  border-bottom: 1px #CCCCCC dotted;
}
.mission_group {
  padding: 210px 0 250px;
}
.mission {
  display: flex;
  justify-content: space-around;
  width: 986px;
  margin: auto;
}
.mission img {}
.mission_text {
  display: flex;
  flex-direction: column;
}
.mission_title {
  font-size: 46px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #bbb;
  margin: 50px auto;
}
.mission_title2, .mission_title3 {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #454e5c;
}
.mission_title2 {
  text-align: center;
}
.mission_title3 {
  margin-top: 50px;
  text-align: center;
}
.btn a {
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  color: #0a29a6;
  border: solid 2px #0a29a6;
  transition: .6s;
  width: 290px;
  height: 40px;
  margin: auto;
  margin-top: 80px;
  font-size: 15px;
  text-align: center;
  line-height: 2.67;
  display: block;
}
.btn a:hover {
  background: #0a29a6;
  color: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service_group1 {
  display: flex;
  flex-direction: column;
  width: 986px;
  margin: auto;
  margin-top: 270px;
}
.service_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 60px;
  color: #2a2a2a;
  margin: 80px 0;
  text-align: center;
}
.service_group2 {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 120px;
  width: 986px;
}
.service_box {
  display: flex;
  flex-direction: column;
}
.service {
  position: relative;
  display: flex;
}
.service_contents {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.service_contents img {
  width: 270px;
  margin: 22px auto 0;
}
.service_group3 {
  width: 986px;
  margin: 0 auto 200px;
}
.service_text3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 40px;
  text-align: center;
}
.contact_space {
  position: relative;
  width: 100%;
  height: auto;
}
.contact_info {
  background-image: url("../images/contact.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: auto;
}
.contact_text {
  margin-top: 200px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 2;
  padding-top: 200px;
}
.contact_space .btn {
  padding: 100px 0 200px;
}
.contact_space .btn a {
  color: #fff;
  border: solid 2px #fff;
}
@media screen and (min-width:1600px) {
  .hero_image {
    height: 1500px;
  }
}
@media screen and (max-width:1024px) {
  .mission_group {
    padding: 10px 0 250px;
  }
}
@media screen and (max-width:768px) {
  .hero_image {
    height: 760px;
  }
  .midashi {
    margin: 0 auto 100px;
    width: 92%;
  }
  .mission_group {
    padding: 10px 0 150px;
  }
  .mission img {}
  .mission_text {
    margin-left: 0px;
  }
  .mission_title2, .mission_title3 {
    font-weight: 500;
  }
  .btn a {
    height: 60px;
    font-size: 20px;
    line-height: 3;
  }
  .network_group1, .network_group2, .service_group1, .service_group2, .service_group3 {
    width: 92%;
  }
  .network_text, .network_title2, .service_text, .service_title2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .network_text, .network_text2, .network_title2, .service_text, .service_text2, .service_title2 {
    font-weight: 500;
  }
  .network_text1, .service_text1 {
    font-weight: 700;
  }
  .network_text, .network_text2, .service_text, .service_text2 {
    font-size: 28px;
  }
  .network_title2, .service_title2 {
    font-size: 28px;
  }
  .network_title1, .service_title1 {
    margin-top: 54px;
  }
  .network_text1, .service_text1 {
    font-size: 20px;
    line-height: 2.2;
    margin: 6px;
  }
}
.network_contents, .service_contents img {
  margin-bottom: 10px;
}
.contact_text {
  font-size: 24px;
  margin-top: 10px;
}
.contact_space .btn a {
  color: #fff;
  border: solid 2px #fff;
}
#container {
  padding-top: 100px;
}
video {
  width: 100%;
}
.hero_video_sp {
  display: none;
}
.mission_img2_sp {
  display: none;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
#splash_text svg {
  height: 2px;
}
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all .2s cubic-bezier(.04, .435, .315, .9);
  transform: scaleY(1);
}
.loader_cover-up {
  transform-origin: center top;
}
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}
.coveranime {
  transform: scaleY(0);
}
#container {
  width: 100%;
  height: auto;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#container a {
  color: #333;
}
#container a:hover {
  text-decoration: none;
}
.top_about {
  text-align: right;
  margin-right: 40px;
  padding-top: 160px;
  padding-bottom: 173px;
}
.top_about p {
  font-family: "MS Mincho", "ＭＳ 明朝";
  font-size: 20px;
  line-height: 66px;
  color: #555555;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
}
.top_about_highlight {
  font-size: 42px;
  color: #0000f0;
}
@media screen and (max-width:768px) {
  .hero_video_pc {
    display: none;
  }
  .hero_video_sp {
    display: inherit;
  }
    
 .mission_img2 {
    display: ;
  }
    
 .mission_img2_sp {
    display: inherit;
  }
}
.top_about_more {
  font-size: 32px;
  color: #0000f0;
}
.content01 {
  max-width: 1760px;
  padding: 87px 30px 0;
  text-align: center;
  margin: 0 auto;
}
.content01 .ttl01 {
  text-align: left;
  margin: 0 0 46px 0;
}
.content02 .ttl01 {
  margin: 0 0 46px 0;
}
.content01 h3 {
  font-size: 42px;
  line-height: 1;
  text-align: left;
  margin: 0 0 24px 0;
  color: #333333;
}
.ttlline {
  text-align: left;
  margin: 0 0 38px 0;
}
.lead {
  text-align: left !important;
  color: #555555 !important;
  line-height: 1 !important;
  font-size: 36px !important;
  margin: 0 0 54px 0 !important;
}
.content01 .list {
  width: 680px;
  height: 60px;
  margin: 0 0 58px 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 70px;
  text-align: left;
}
.content01 .list01 {
  background-image: url(../images/top_no01.png);
}
.content01 .list02 {
  background-image: url(../images/top_no02.png);
}
.content01 .list03 {
  background-image: url(../images/top_no03.png);
}
.content01 .list04 {
  background-image: url(../images/top_no04.png);
}
.content01 .list05 {
  background-image: url(../images/top_no05.png);
}
.content01 h4 {
  font-size: 34px;
  color: #555555;
  font-weight: 400;
  padding: 0 12px 20px 0;
  text-align: left;
}
.content01 p {
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: left;
}
.arrow01 {
  text-align: left;
  height: 444px;
  padding-left: 20px;
  padding-bottom: 66px;
}
.herestheanswer_highlight {
  font-weight: 600;
  color: #222222;
}
.herestheanswer_p {
  line-height: 48px !important;
}
.content02 {
  max-width: 900px;
  padding: 87px 20px;
  text-align: right;
  margin: 0 20px 0 auto;
}
.branding .ttl01 {
  text-align: left;
  margin: 0 20px 60px 0;
}
.branding h3 {
  font-size: 36px;
  line-height: 1;
  text-align: left;
  margin: 0 0 24px 0;
  color: #333333;
  font-weight: 600;
}
.branding .ttlline {
  text-align: left;
  margin: 0 0 30px 0;
}
.branding p {
  text-align: left;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
}
.branding .img01 {
  margin-bottom: 94px;
  text-align: center;
  padding: 100px 40px 0;
}
.branding .img02 {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.content02 h4 {
  font-size: 32px;
  line-height: 1;
  text-align: left;
  margin: 0 0 30px 0;
  color: #222222;
  font-weight: 600;
}
.content02 h4 .head {
  color: #0000f0;
}
.content03 {
  padding-right: 60px;
}
.brandingimage2 h3 {
  font-weight: 600 !important;
}
.brandingimage2 {
  padding: 87px 20px;
  text-align: left;
  margin: 0 auto;
}
.brandingimage2 p {
  font-weight: 600;
  height: 31px;
  margin-bottom: 20px;
  background-image: url(../images/top07.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 40px;
  padding-top: 10px;
}
.brandingimage2 .p01 {
  margin-left: 1em;
}
.brandingimage2 .p02 {
  margin-left: 2em;
}
.brandingimage2 .p03 {
  margin-left: 3em;
  margin-bottom: 60px;    
}
.strengths {
  max-width: 1500px;
  height: 470px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px #555555 solid;
}
.strengths div {
  width: 33%;
  padding: 60px 28px;
}
.strengths02 {
  max-width: 1000px;
  height: 470px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-left: 1px #222 solid;
  border-right: 1px #222 solid;
  border-bottom: none;
  text-align: center;
  margin: 0 auto 191px;
}
.strengths02 div {
  width: 50%;
  padding-top: 64px;
  padding-left: 28px;
  padding-right: 28px;
}
.strengths h3 {
  text-align: center;
  line-height: 1;
  margin: 0 auto 12px;
  font-size: 32px;
  color: #222222;
  font-weight: 600 !important;
}
.strengths h4 {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  font-size: 16px;
  color: #555555;
  font-weight: 600 !important;
}
.strengths .img01 {
  text-align: center;
  line-height: 1;
  margin: 12px auto;
}
.strengths p {
  text-align: center;
  line-height: 48px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 600 !important;
}
.strengths .arrow {
  text-align: center;
  margin: 0 auto;
}
.strengths .arrow a {
  text-align: center;
  margin: 0 auto;
}
.strengths .arrow a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.deepanalysis {
  border-left: 1px #555555 solid;
  border-right: 1px #555555 solid;
}
.deepanalysis02 {
  border-right: 1px #555555 solid;
}
.top_serviceflow01 {
  width: 580px;
  text-align: right;
  margin: 0 0 60px 0;
  padding-right: 196px;
}
.top_serviceflow02 {}
.top_topicks {
  text-align: left;
}
.top_topicks_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin: 0 auto 0;
  align-items: center;
  padding-top: 78px;
  max-width: 1116px;
}


.export02 {
  width: 352px;
  height: 300px;
  box-shadow: 0px 0px 10px 1px #dde3e8;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
}
.export02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.export02 a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.export03 {
  width: 800px;
  height: 450px;
}
.export03 img {
  border-radius: 10px 10px 0 0;
}
.export04 {
  width: 304px;
  height: 100px;
  border-radius: 0 0 10px 10px;
  padding: 20px 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
.export02 a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.export_listcate {
  color: #000;
  border-radius: 50px;
  border: 1px solid #e9edf1;
  background: #fff;
  transition: .3s all;
  padding: 2px 16px;
}
.export_btn {
  text-align: left;
  margin: 250px auto 0 0;
  position: relative;
  width: 250px;
  height: 56px;
  border: 1px solid #e9edf1;
  border-radius: 14px;
  line-height: 1;
  padding-top: 4px;
}
.export_btn p {
  text-align: center;
}
.export_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.export_btn a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


.top_topicks_list02 {
  width: 352px;
  height: 300px;
  box-shadow: 0px 0px 10px 1px #dde3e8;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
}
.top_topicks_list02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.top_topicks_list02 a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.top_topicks_list03 {
  width: 352px;
  height: 200px;
}
.top_topicks_list03 img {
  border-radius: 10px 10px 0 0;
}
.top_topicks_list04 {
  width: 304px;
  height: 100px;
  border-radius: 0 0 10px 10px;
  padding: 20px 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
.top_topicks_list02 a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.top_topicks_listcate {
  color: #000;
  border-radius: 50px;
  border: 1px solid #e9edf1;
  background: #fff;
  transition: .3s all;
  padding: 2px 16px;
}
.topicks_btn {
  text-align: left;
  margin: 20px auto 0 0;
  position: relative;
  width: 92px;
  height: 28px;
  border: 1px solid #e9edf1;
  border-radius: 14px;
  line-height: 1;
  padding-top: 4px;
}
.topicks_btn p {
  text-align: center;
}
.topicks_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.topicks_btn a:hover {
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.strategicpartners {
  max-width: 900px;
  padding: 87px 20px;
  text-align: right;
  margin: 0 auto;
}
.strategicpartners .list01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin: 0 auto 118px;
  padding: 0 20px;
  color: #222222;
}
.strategicpartners .list02 {
  width: 470px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 40px;
  margin-bottom: 94px;
  text-align: left;
}
.strategicpartners .list03 {
  margin-right: 10px;
  width: 190px;
}
.strategicpartners .list04 {
  margin-right: 10px;
  width: 276px;
}
.strategicpartners h4 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 14px 0;
  font-weight: 600;
}
.strategicpartners h5 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.strategicpartners p {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width:1575px) {
  .top_about p {
    line-height: 48px;
    font-family: serif;
  }
}
@media screen and (max-width:1400px) {
  .strategicpartners .list01 {
    margin: 0 auto;
  }
}
@media screen and (max-width:1300px) {
  .strengths {
    display: block;
    height: auto;
    border-bottom: none;
  }
  .strengths02 {
    display: block;
    border-left: none;
    border-right: none;
    height: auto;
  }
  .strengths div {
    width: 90%;
    border-bottom: 1px #555555 solid;
    border-left: none;
    border-right: none;
  }
  .strengths02 div {
    width: 90%;
    border-right: none;
  }
  .top_topicks_list {
    display: block;
  }
  .top_topicks_list02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .top_topicks_list03 img {
    width: 100%
  }
  .top_topicks_list03 {
    width: 100%;
    max-width: 796px;
    height: auto;
  }
  .top_topicks_list04 {
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .topicks_btn {
    margin: 20px auto 40px 80px;
  }
}
@media screen and (max-width:1200px) {
  .content02 {
    text-align: left;
    margin: 0 20px 0 0;
  }
  .strategicpartners {
    text-align: left;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width:1060px) {
  .strategicpartners .list01 {
    width: 100%;
    display: block;
  }
  .strategicpartners .list02 {
    width: 100%;
  }
  .strategicpartners .list04 {
    width: 100%;
  }
}
@media screen and (max-width:950px) {
  .top_about p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width:850px) {
  .top_about {
    text-align: left;
    margin-right: 38px;
    padding-top: 38px;
    margin-left: 38px;
    padding-bottom: 150px;
  }
  .top_about p {
    writing-mode: revert;
    font-size: 32px;
    line-height: 66px;
    font-family: serif;
  }
}
@media screen and (max-width:768px) {
  .deepanalysis02 {
    border-right: none;
  }
  .deepanalysis {
    border-left: none;
    border-right: none;
  }
}
.strengths_main img {
  width: 100%;
}
.strengths_spmain {
  display: none;
}

.LP_main img {
    width: 100%;
    margin-top: 120px;
  }
.LP_spmain {
    display: none;
  }

.trengths_about {
  text-align: center;
  padding-top: 156px;
  margin: 0 auto 0;
}
.trengths_about p {
  font-size: 24px;
  line-height: 60px;
  color: #555555;
  padding-top: 50px;
}
.trengths01 {
  line-height: 48px !important;
}
.trengths01_img {
  text-align: left;
  padding-top: 50px;
  overflow-x: auto;
  padding-bottom: 40px;
}
.trengths01_img02 {
  padding-bottom: 620px;
}
.trengths02 {
  padding-left: 410px;
  text-align: left;
}
.sp_flow {
  display: none;
}
@media screen and (max-width:768px) {
    
    
  .LP_spmain {
    display: inherit;
  }
  .LP_spmain img {
    width: 100%;
  }
  .LP_main {
    display: none;
  }
    
  .strengths_spmain {
    display: inherit;
  }
  .strengths_spmain img {
    width: 100%;
  }
  .strengths_main {
    display: none;
  }
  .trengths_about {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content01 {
    padding: 87px 80px 0;
  }
  .content02 {
    text-align: left;
    padding: 87px 80px;
  }
  .trengths02 {
    padding-left: 0;
  }
  .trengths01_img img {
    max-width: 200%;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .strategicpartners .list03 {
    width: 50%;
  }
  .strategicpartners .list03 img {
    width: 100%;
  }
  .strategicpartners .list04 {
    width: 100%;
  }
  .pc_flow {
    display: none;
  }
  .sp_flow {
    display: inherit;
    text-align: center;
    margin: 40 auto 0;
    padding: 0 40px;
  }
  .sp_flow img {
    width: 700px;
    margin-bottom: 60px;
  }
  .sp_br {
    display: none;
  }
}
/*==================================================
じわっ
===================================*/
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}