@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #323232;
  overflow-x: hidden;
}
b,
strong {
  font-weight: 500;
}
a {
  transition: opacity 0.4s ease-out;
  color: #323232;
}
a:hover {
  opacity: .7;
}
a:link {
  color: #323232;
}
a:visited {
  color: #323232;
}
.pcs_only,
.sp_only {
  display: none;
}
header {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  padding: 20px 0;
  height: 76px;
}
header b {
  display: none;
}
header h2 {
  display: block;
  width: 40%;
}
header h2 img {
  width: 300px;
  height: auto;
}
header nav {
  width: 60%;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
}
header nav ul li a {
  display: inline-block;
  padding: 7px 16px;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}
header nav ul li a.login {
  width: 100px;
  border: 1px solid #1E82DB;
  color: #1E82DB;
  margin-left: 20px;
}
header nav ul li a.registration {
  width: 100px;
  background: #ED3E59;
  border: 1px solid #ED3E59;
  color: #fff;
  margin-left: 10px;
}
main {
  display: block;
  margin-top: 76px;
}
.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1150px;
  margin: 0 auto;
}
a.fb {
  display: inline-block;
  width: 322px;
  padding: 16px 0px;
  background: #ED3E59;
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: background 0.4s ease-out;
}
a.fb:hover {
  background: #f0647a;
  opacity: 1;
}
#mv {
  position: relative;
}

#mv .mv_top {
  height: 450px;
  padding-top: 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0074b4+20,34bb9a+80 */
  background: #0074b4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0074b4 20%, #34bb9a 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0074b4 20%, #34bb9a 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0074b4 20%, #34bb9a 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074b4', endColorstr='#34bb9a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#mv .mv_top .container div {
  width: 50%;
  text-align: center;
  padding-top: 50px;
  color: #fff;
}
#mv .mv_top .container div img {
  position: relative;
  right: 0;
  width: 100%;
  padding-top: 0;
  top: -30px;
}
#mv .mv_top .container h1 {
  display: block;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 2px;
}
#mv .mv_top .container h2 {
  display: block;
  padding: 20px 0 30px;
  font-size: 18px;
  line-height: 1.8;
}
#mv .mv_top .container .registration {
  display: block;
  padding-top: 22px;
  color: #fff;
}
#mv .mv_text {
  position: relative;
}
#mv .mv_text .container {
  align-items: center;
}
#mv .mv_text .container img {
  position: relative;
  top: -50px;
  display: inline-block;
  width: 420px;
  height: auto;
  margin-bottom: -25px;
}
#mv .mv_text .container p {
  width: calc(100% - 450px);
  font-size: 22px;
  padding: 120px 0 0 15px;
  line-height: 2.5;
}
#mv .mv_text .container p strong {
  position: relative;
  display: inline-block;
}
#mv .mv_text .container p strong:after {
  position: absolute;
  bottom: -1px;
  right: 0px;
  left: 0px;
  z-index: -1;
  height: 8px;
  background: #0074b4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0074b4 20%, #34bb9a 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0074b4 20%, #34bb9a 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0074b4 20%, #34bb9a 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074b4', endColorstr='#34bb9a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  content: '';
}
#mv .mv_text:after {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 28px solid #fff;
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  content: '';
}
#movie {
  background: #0074b4;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #0074b4 20%, #34bb9a 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #0074b4 20%, #34bb9a 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #0074b4 20%, #34bb9a 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074b4', endColorstr='#34bb9a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
}
#movie .container {
  display: block;
  color: #fff;
  padding: 50px 0 40px;
}
#movie .container h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
#movie .container div {
  width: 640px;
  height: 360px;
  background: #fff;
  margin: 0 auto;
}
#movie .container div iframe {
  width: 100%;
  height: 100%;
}
#merit {
  position: relative;
  padding: 40px 0 30px;
  text-align: center;
}
#merit .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0 20px;
  border-radius: 5px;
  background: #E8F2FB;
}
#merit .inner h3 {
  display: block;
  font-weight: 600;
  font-size: 36px;
}
#merit .inner h3 small {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}
#merit .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 26px 0 26px;
}
#merit .inner ul li {
  width: calc((100% - 52px) / 3);
  background: #1E82DB;
  margin-bottom: 26px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#merit .inner ul li div {
  background: #fff;
  border-radius: 3px 3px 0 0;
}
#merit .inner ul li div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
}
#merit .inner ul li div > div img {
  max-width: 65%;
  height: auto;
}
#merit .inner ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-top: -30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #merit .inner ul li h4 {
    padding-top: 30px;
  }
}
#merit .inner ul li p {
  padding: 16px 26px;
  text-align: left;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  line-height: 1.9;
  border-radius: 0 0 3px 3px ;
}
#merit .inner ul li:nth-child(2) {
  margin: 0 26px 26px 26px ;
}
#merit .inner ul li:nth-child(4) {
  width: 580px;
}
#merit .inner ul li:nth-child(4) div img {
  position: relative;
  top: 10px;
  max-width: 40%;
}
#merit .inner ul li:nth-child(4) h4 {
  min-height: 100px;
}
#merit:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 28px solid #E8F2FB;
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  content: '';
}
@supports (-ms-ime-align: auto) {
  #merit .inner ul li {
    width: calc((100% - 60px) / 3);
  }
  #merit .inner ul li div > div {
    text-align: center;
  }
  #merit .inner ul li div > div img {
    position: relative;
    top: 30px;
    width: 100%;
  }
  #merit .inner ul li:nth-child(4) div img {
    width: 40%;
  }
  #merit .inner ul li h4 {
    margin-top: -10px;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi){
  #merit .inner ul li {
    width: calc((100% - 60px) / 3);
  }
  #merit .inner ul li div > div {
    text-align: center;
  }
  #merit .inner ul li div > div img {
    position: relative;
    top: 30px;
    width: 100%;
  }
  #merit .inner ul li:nth-child(4) div img {
    width: 40%;
  }
  #merit .inner ul li h4 {
    margin-top: -10px;
  }
}
#companies {
  position: relative;
  padding: 40px 0 80px;
}
#companies .container {
  display: block;
  text-align: center;
}
#companies .container h3 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
  font-weight: 600;
  font-size: 30px;
}
#companies .container h3 strong {
  font-weight: 700;
  font-size: 54px;
  padding: 0 15px;
}
#companies .container h3:before {
  position: absolute;
  top: 10%;
  left: 0;
  transform: rotate(-30deg);
  width: 1px;
  height: 60px;
  background: #000;
  content: '';
}
#companies .container h3:after {
  position: absolute;
  top: 10%;
  right: 0;
  transform: rotate(30deg);
  width: 1px;
  height: 60px;
  background: #000;
  content: '';
}
#companies .container dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
#companies .container dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 7);
}
#companies .container dl dt img {
  max-width: 65%;
  height: auto;
}
@supports (-ms-ime-align: auto) {
  #companies .container dl dt img {
    width: 100%;
  }
  #companies .container dl dd img {
    width: 100%;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #companies .container dl dt img {
    width: 100%;
  }
  #companies .container dl dd img {
    width: 100%;
  }
}
#companies .container dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 7);
}
#companies .container dl dd img {
  max-width: 100%;
  height: auto;
}
#companies .container p {
  padding-top: 60px;
  font-weight: 500;
  font-size: 18px;
}
#companies:after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 28px solid #fff;
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  content: '';
}
@supports (-ms-ime-align: auto) {
  #companies .container dl dt {
    width: calc(100% / 7.2);
  }
  #companies .container dl dd {
    width: calc(100% / 7.2);
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi){
  #companies .container dl dt {
    width: calc(100% / 7.2);
  }
  #companies .container dl dd {
    width: calc(100% / 7.2);
  }
}
#projects,
#users_voice {
  text-align: center;
}
#projects h3,
#users_voice h3 {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 36px;
}
#projects h3 small,
#users_voice h3 small {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}
#projects ul,
#users_voice ul {
  display: flex;
  justify-content: space-between;
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
}
#projects ul li,
#users_voice ul li {
  width: calc((100% - 80px) / 3);
  padding: 10px;
  background: #fff;
}
#projects ul li p,
#users_voice ul li p {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}
#projects {
  background: #F5F5F5;
  padding: 70px 0 60px;
}
#projects .btn_more {
  display: inline-block;
  position: relative;
  width: 322px;
  margin: 0 auto;
  padding: 17px 0px;
  background: #1E82DB;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
}
#projects .btn_more:after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(/img/top/itpro_lp_10.png) no-repeat;
  -webkit-background-size: 60px 60px;
  background-size: 60px 60px;
  content: '';
}
#projects h3 {
  padding-bottom: 40px;
}
#projects ul {
  margin-bottom: 60px;
}
#projects ul li:nth-child(3) p {
  letter-spacing: 0;
}
#projects ul li img {
  width: 100%;
  height: auto;
}
#projects ul li p {
  letter-spacing: 1px;
  text-align: left;
}
#projects ul li .inner {
  padding: 20px 20px 14px 20px;
}
#projects ul li .tag_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
#projects ul li .tag_area span {
  display: inline-block;
  width: 100px;
  margin: 0 4px;
  text-align: center;
  padding: 1px 0;
  font-size: 14px;
}
#projects ul li .tag_area span.engineer {
  background: #1E82DB;
  color: #fff;
  border: 1px solid #1E82DB;
}
#projects ul li .tag_area span.remote {
  background: #fff;
  color: #1E82DB;
  border: 1px solid #1E82DB;
}
#projects ul li .skilltag_area {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 70px;
}
#projects ul li .skilltag_area span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  background: #f8f8f8;
  font-size: 12px;
  line-height: normal;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #projects ul li .skilltag_area span {
    margin-bottom: 5px;
  }
}
#projects ul li .list_area {
  border-top: 1px solid #ddd;
}
#projects ul li .list_area span {
  display: block;
  padding: 7px 0 7px 45px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 18px;
  color: #444;
  letter-spacing: 2px;
}
#projects ul li .list_area span:first-child {
  background: url(/img/top/itpro_lp_09_01.png) no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: left 0px top 6px;
}
#projects ul li .list_area span:nth-child(2) {
  background: url(/img/top/itpro_lp_09_02.png) no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: left 0px top 6px;
}
#users_voice {
  padding: 70px 0 50px;
}
#users_voice h3 {
  color: #34BB9A;
  font-weight: 500;
  padding-bottom: 40px;
}
#users_voice ul li {
  border: 5px solid #eee;
  padding-bottom: 30px;
}
#users_voice ul li img {
  width: 100%;
  height: auto;
}
#users_voice ul li p {
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0;
}
#users_voice ul li .category {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 1px 0;
  background: #34BB9A;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#users_voice ul li .name {
  display: block;
  padding: 10px 0;
  font-size: 18px;
}
#users_voice ul li a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #34BB9A;
  border-radius: 20px;
  background: url(/img/top/itpro_lp_12.png) no-repeat;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  background-position: right 0px top 0px;
  text-align: center;
  font-weight: 500;
  color: #34BB9A;
}
#flow {
  position: relative;
  padding-bottom: 50px;
}
#flow .inner {
  width: 1110px;
  margin: 0 auto;
  padding: 70px 0 20px;
  background: #1E82DB;
  border-radius: 5px;
}
#flow .inner h3 {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
#flow .inner h3 small {
  display: block;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}
#flow .inner ul {
  display: flex;
  justify-content: space-between;
  width: 1110px;
  padding: 34px;
}
#flow .inner ul li {
  width: calc((100% - 84px) / 4);
  padding: 10px 10px 14px 10px;
  background: #fff;
  border-radius: 3px;
}
#flow .inner ul li h4 {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 8px;
  text-align: center;
}
#flow .inner ul li div {
  text-align: center;
  min-height: 170px;
}
#flow .inner ul li div img {
  width: 100%;
  height: 100%;
}
#flow .inner ul li p {
  padding: 12px;
  font-size: 13px;
  line-height: 1.8;
}
#flow:after {
  position: absolute;
  bottom: -52px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  border-top: 28px solid #fff;
  border-right: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid transparent;
  content: '';
}
#registration {
  position: relative;
}
#registration img {
  width: 100%;
  height: 100%;
}
#registration .registration_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#registration .container {
  position: relative;
  height: 100%;
}
#registration .container div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#registration .container div h3 {
  display: block;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
}
#registration .container div h4 {
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}
#registration .container div .fb {
  display: block;
  margin: 0 auto;
  border: 0;
}
#registration .container div .mail {
  display: block;
  margin-top: 25px;
  color: #fff;
  letter-spacing: 1px;
}
#media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  margin: 0 auto;
  padding: 30px 60px;
}
#media li {
  width: calc(100% / 6);
  padding: 5px;
}
#media li img {
  width: 100%;
  height: 100%;
}
#owned_media {
  background: #F5F5F5;
  text-align: center;
}
#owned_media .container {
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px 100px 30px 100px;
}
#owned_media .container div {
  width: 360px;
  margin: 0 25px;
}
#owned_media .container div img {
  width: 100%;
  height: 100%;
}
#owned_media .container .link_area a {
  display: block;
  margin-bottom: 20px;
}
#owned_media h3 {
  display: block;
  width: 100%;
  padding-bottom: 35px;
  font-weight: 300;
  font-size: 18px;
  color: #777;
  letter-spacing: 5px;
}
footer {
  display: block;
  background: #323232;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
footer .container {
  display: block;
  font-size: 12px;
}
footer .container ul {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
footer .container ul li {
  padding: 0 10px;
}
footer .container ul li a {
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
  font-size: 13px;
}
footer .container .btn {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 35px;
  background: #1E82DB;
  border: 1px solid #1E82DB;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  padding-top:20px;
  height: 64px;
}

footer .container .target_hr{
  background: #ED3E59 !important;
  border: 1px solid #ED3E59 !important;
  padding: 10px 0!important;
  margin-top:20px !important;
}


footer .container .logo {
  display: block;
  width: 290px;
  margin: 50px auto 20px auto;
}
footer .container .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1150px) {
  .pcs_only {
    display: block;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }
  header {
    height: 120px;
  }
  header nav {
    width: 100%;
    margin-top: 10px;
  }
  main {
    margin-top: 120px;
  }
  #mv .mv_top {
    padding-top: 0;
  }
  #mv .mv_top .container div img {
    max-width: 500px;
  }
  #mv .mv_text .container img {
    width: 300px;
  }
  #mv .mv_text .container p {
    width: calc(100% - 300px);
    padding: 20px 0 20px 30px;
  }
  #merit .inner {
    width: 100%;
  }
  #merit .inner ul li h4 {
    padding: 20px;
    font-size: 20px;
    min-height: 150px;
  }
  #merit .inner ul li h4 br {
    display: none;
  }
  #companies .container dl dt img {
    max-width: unset;
    width: 80%;
  }
  #projects ul li .inner {
    padding: 20px 5px 14px 5px;
  }
  #projects ul li .tag_area {
    min-height: 57px;
    padding-bottom: 0;
    align-items: flex-start;
  }
  #projects ul li .tag_area span {
    margin-bottom: 5px;
  }
  #projects ul li .skilltag_area {
    display: block;
    text-align: left;
    min-height: 130px;
  }
  #projects ul li .skilltag_area span {
    margin-bottom: 5px;
  }
  #projects ul li p {
    padding-bottom: 0;
    min-height: 145px;
  }
  #projects ul,
  #users_voice ul {
    width: 100%;
  }
  #users_voice ul li p {
    min-height: 115px;
  }
  #users_voice ul li p br {
    display: none;
  }
  #users_voice ul li a {
    width: 100%;
  }
  #flow .inner {
    width: 100%;
  }
  #flow .inner ul {
    width: 100%;
    padding: 15px;
  }
  #flow .inner ul li {
    width: calc((100% - 45px) / 4);
  }
  #flow .inner ul li h4 {
    min-height: 60px;
  }
  #flow .inner ul li div {
    min-height: 105px;
  }
  #flow .inner ul li div img {
    width: 144px;
  }
  #flow .inner ul li p {
    padding: 0;
  }
  #registration .container div {
    width: 100%;
  }
  #registration .container div h3 {
    font-size: 34px;
    padding-bottom: 0;
  }
  #registration .container div h4 {
    padding-bottom: 4px;
    font-size: 18px;
  }
  #registration .container div .mail {
    margin-top: 10px;
  }
  #registration .container div a.fb {
    padding: 8px 0;
  }
  #media {
    width: 100%;
    padding: 30px 10px;
  }
}
@supports (-ms-ime-align: auto){
  @media screen and (max-width: 768px) {
    header b {
      position: fixed;
      top: 20px;
      right: 20px;
    }
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  @media screen and (max-width: 768px) {
    header b {
      position: fixed;
      top: 20px;
      right: 20px;
    }
  }
}

@media screen and (min-width: 768px) {
  #mv .mv_header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
  .container {
    padding: 0 15px;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none !important;
  }
  a.fb {
    display: block;
    width: 270px;
    font-size: 16px;
    margin: 0 auto;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 60px;
    padding: 18px 0 0 0;
    border-bottom: 1px solid #eee;
  }
  header nav {
    position: fixed;
    top: 0px;
    left: 100%;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    margin-top: 0;
    padding: 20px 0;
    transition: .4s;
  }
  header nav ul {
    display: block;
    position: relative;
    z-index: 10;
    width: 101%;
    padding: 40px 20px 0 20px;
  }
  header nav ul li {
    position: relative;
    z-index: 10;
    border-top: 1px dotted #333;
  }
  header nav ul li:first-child {
    border-top: 0;
  }
  header nav ul li a {
    display: block;
    position: relative;
    z-index: 10;
    padding: 15px 0 15px 54px;
    text-align: left;
  }
  header nav ul li a.login {
    width: 100%;
    border: none;
    margin-left: 0;
  }
  header nav ul li a.registration {
    width: 100%;
    border: none;
    margin-left: 0;
    color: #ED3E59;
    background: transparent;
  }
  header nav ul li a:after {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(/img/top/itpro_lp_arrow.png) no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    content: '';
  }
  header h2 img {
    width: 210px;
  }
  header b {
    display: block;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  header b span {
    display: block;
    position: relative;
    width: 34px;
    height: 3px;
    background: #323232;
    transition: .4s;
  }
  header b span:first-child {
    top: 0;
  }
  header b span:nth-child(2) {
    top: 8px;
  }
  header b span:nth-child(3) {
    top: 16px;
  }
  header b.active span:first-child {
    top: -1px;
    transform: rotate(-45deg);
    transform-origin: right top;
  }
  header b.active span:nth-child(2) {
    display: none;
  }
  header b.active span:nth-child(3) {
    top: 19px;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  main {
    padding-top: 0;
    margin-top: 0;
  }
  #mv .mv_header {
    margin-top: 60px;
    text-align: center;
    height: auto;
    background-color:#ffd700;
    height: 30px;
  }
  #mv .mv_header p{
    padding-top: 5px;
  }
  #mv .mv_top {
    height: auto;
  }
  #mv .mv_top .container {
    padding: 0;
    position: relative;
  }
  #mv .mv_top .container div:first-child {
    width: 100%;
    padding: 30px 0 50px 0;
  }
  #mv .mv_top .container div:nth-child(2) {
    display: none;
  }
  #mv .mv_top .container h1 {
    width: 100%;
    font-size: 30px;
  }
  #mv .mv_top .container h2 {
    font-size: 16px;
  }
  #mv .mv_top .container .registration {
    display: inline-block;
    border-bottom: 1px dashed #fff;
  }
  #mv .mv_text .sp_only {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -30px;
  }
  #mv .mv_text .sp_only img {
    margin: 0;
  }
  #mv .mv_text .container {
    display: block;
  }
  #mv .mv_text .sp_only picture {
    width: 50%;
    margin: 0 10px;
  }
  #mv .mv_text .container img {
    width: 100%;
    top: 0;
  }
  #mv .mv_text .container p {
    position: relative;
    top: -10px;
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  #mv .mv_text .container p .sp_only {
    margin-bottom: 20px;
  }
  #movie .container {
    padding: 50px 15px;
  }
  #movie .container div {
    position: relative;
    width: 100%;
    height: unset;
    padding: 0;
    margin: 0;
  }
  #movie .container div iframe {
    display: block;
    width: 100%;
  }
  #movie .container h2 {
    font-size: 18px;
  }
  #merit .inner {
    padding-top: 40px;
  }
  #merit .inner h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  #merit .inner h3 small {
    padding-bottom: 5px;
    font-size: 16px;
  }
  #merit .inner ul {
    display: block;
    padding: 15px;
  }
  #merit .inner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #merit .inner ul li:nth-child(2) {
    margin: 0 0 15px 0;
  }
  #merit .inner ul li:nth-child(4) {
    width: 100%;
  }
  #merit .inner ul li:nth-child(4) div img {
    max-width: 65%;
  }
  #merit .inner ul li:nth-child(4) h4 {
    min-height: unset;
  }
  #merit .inner ul li div > div {
    min-height: unset;
    padding-top: 10px;
  }
  #merit .inner ul li h4 {
    margin-top: -5px;
    padding: 10px;
    min-height: unset;
  }
  #companies {
    padding-bottom: 50px;
  }
  #companies .container h3 {
    padding: 0 15px;
    font-size: 18px;
  }
  #companies .container h3 strong {
    font-size: 30px;
    padding: 0 8px;
  }
  #companies .container h3:before {
    height: 30px;
    top: 26%;
  }
  #companies .container h3:after {
    height: 30px;
    top: 26%;
  }
  #companies .container dl {
    padding-top: 0;
    margin-top: -10px;
  }
  #companies .container dl dt {
    width: 100%;
    margin-top: -10px;
  }
  #companies .container dl dt img {
    position: relative;
    top: 30px;
    width: 50%;
  }
  #companies .container dl dd {
    width: 33.3%;
  }
  #companies .container p {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
  #projects h3,
  #users_voice h3 {
    font-size: 22px;
  }
  #projects h3 small,
  #users_voice h3 small {
    padding-bottom: 5px;
    font-size: 16px;
  }
  #projects ul,
  #users_voice ul {
    display: block;
    margin-bottom: 30px;
  }
  #projects ul li,
  #users_voice ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #projects ul li .tag_area,
  #users_voice ul li .tag_area {
    min-height: unset;
    padding-bottom: 10px;
  }
  #projects ul li p,
  #users_voice ul li p {
    min-height: unset;
    padding-bottom: 20px;
  }
  #projects ul li .skilltag_area,
  #users_voice ul li .skilltag_area {
    min-height: unset;
    padding-bottom: 10px;
  }
  #projects ul li .skilltag_area span,
  #users_voice ul li .skilltag_area span {
    margin-right: 5px;
  }
  #projects {
    padding-bottom: 50px;
  }
  #users_voice {
    padding: 50px 0 20px;
  }
  #flow .inner {
    padding-top: 40px;
  }
  #flow .inner h3 {
    font-size: 22px;
  }
  #flow .inner h3 small {
    padding-bottom: 5px;
    font-size: 16px;
  }
  #flow .inner ul {
    display: block;
  }
  #flow .inner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #flow .inner ul li h4 {
    min-height: unset;
  }
  #flow .inner ul li h4 br {
    display: none;
  }
  #flow .inner ul li div {
    min-height: unset;
  }
  #flow .inner ul li div img {
    width: 100%;
  }
  #flow:after {
    display: none;
  }
  #registration .container div h3 {
    padding-bottom: 10px;
  }
  #registration .container div h4 {
    padding-bottom: 20px;
  }
  #registration .container div a.fb {
    padding: 10px 0 12px;
  }
  #registration .container div .mail {
    display: inline-block;
    margin-top: 15px;
    border-bottom: 1px dashed #fff;
    transition: unset;
  }
  #media {
    flex-wrap: wrap;
  }
  #media li {
    width: 33.3%;
  }
  #owned_media .container {
    padding: 35px 15px 15px 15px;
  }
  #owned_media .container div {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #owned_media .container div iframe {
    margin: 0 auto;
  }
  #owned_media .container .link_area a {
    margin-bottom: 15px;
  }
  footer .container ul li {
    padding: 0 15px;
  }
  footer .container ul li a {
    padding: 10px 0 0 0;
    border-bottom: 1px dashed #fff;
  }
  footer .container .btn {
    width: 100%;
    width: 270px;
  }
  footer .container .logo img {
    width: 210px;
  }
}
@media screen and (min-width: 530px) and (max-width: 768px) {
  #owned_media .container {
    width: 500px;
    margin: 0 auto;
  }
  #owned_media .container .fb_area {
    height: 250px;
  }
}
@media screen and (min-width: 380px) and (max-width: 529px) {
  #owned_media .container .fb_area {
    height: 220px;
  }
}
/*# sourceMappingURL=common.css.map */
