@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

p {
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
  text-align: justify;
  font-family: "Avenir Next", Verdana, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

img, svg {
  vertical-align: top;
}

a:active,
a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

dl dt {
  font-weight: bold;
}

strong, em {
  font-weight: bold;
}

main, section, article, header, footer {
  position: relative;
}

input, button, textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
button {
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #030303;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  -moz-transition: color 0.2s, opacity 0.3s;
  -o-transition: color 0.2s, opacity 0.3s;
  -webkit-transition: color 0.2s, opacity 0.3s;
  transition: color 0.2s, opacity 0.3s;
  color: #666666;
  outline: none;
  text-decoration: none;
}

a:active {
  color: #353535;
}

a:hover {
  color: #1c1c1c;
  opacity: 0.7;
}

a:visited {
  color: black;
}
/* -------------------------------------------------------------------------------- */ 

@charset "UTF-8";

/* =========================================================
wrapper
========================================================= */
body {
  width: 100%;
  height: 100%;
  position: relative;
}
div.wrapper,
div#wrapper {
  min-width: 320px;
  width: 100%;
  height: 100%;
  position: relative;
}

#header {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
}

#header .header-container {
  margin: 0 auto;
  width:  100%;
}
#header .header-bar {
  padding: 12px 15px;
  position: relative;
}

#header .header-container .header-logo {
  float: left;
  width: 50px;
}

#header .header-container .header-logo .top-logo {
}

#header .header-container .header-logo .top-logo a {
}

#header .header-container .header-logo .top-logo a img {
  width: 100%;
}

#header .header-container .header-lang {
  float: right;
  width: 120px;
  margin-right: 50px;
  padding-top: 7px;
  color: #ccc;
}
#header .header-container .header-lang a {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
}


#header .header-btn {
  width: 30px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 15px;
}
#header .nav-bar-wrap {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* overflow: hidden; */
}
#header .bar-a{
}
#header .bar-b{
  transform: translateY(15px) rotate(0);
}
#header .bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 5px;
  background-color: #009fe7;
  transition: transform 0.6s ease 0s;
}
#header .to-close .bar{
  /* top: 24px; */
}
#header .to-close .bar-a{
  transform: rotate(225deg);
}
#header .to-close .bar-b{
  transform: rotate(135deg);
}
#header .header-container .nav {
  display: none;
  width: 100%;
}

#header .header-container .nav .nav-inner {
}

#header .header-container .nav .nav-inner ul {
  padding: 40px 25px;
}
#header .header-container .nav .nav-inner ul li {
}
#header .header-container .nav .nav-inner ul li:first-child{
}
#header .header-container .nav .nav-inner ul li a{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #eee;
  border-bottom: 1px solid #666;
  margin: 4px 0 0 0;
  padding: 20px 0 16px 0;
}

#slides {
}

.section,
.content {
  position: relative;
}
#top {
  background: url("../images/top/01_bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  /* height: 444px; */
  height: 100vh;
  visibility: hidden;
}

#top .content {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.inner01 {
  padding: 0 15px;
  position: relative;
}
.inner02 {
  padding: 0 10px;
  position: relative;
}
.inner {
  padding: 0 25px;
  position: relative;
}
.img-r img{
  width: 100%;
}
#top .content .top-logo {
  margin-bottom: 50px;
  margin-left: auto;
  width: 53%;
}

#top .content .top-logo img {
}

#top .content .top-arrow {
  width: 10%;
  margin: 0 auto;
}

#top .content .top-arrow a {
}

#top .content .top-arrow a img {
}

#about {
}

#about .content {
}

#about .content .s02-elem-01 {
}

#about .content .s02-elem-01 .s02-catch {
}

#about .content .s02-elem-01 .s02-catch img {
}

#about .content .s02-elem-02 {
  background-color: #009fe7;
  text-align: center;
}

#about .content .s02-elem-02 .title-about {
  margin: 0 auto;
  padding: 30px 0 37px 0;
  width: 15.8%;
}

#about .content .s02-elem-02 .title-about img {
}

#about .content .s02-elem-03 {
  background-color: #fbee08;
  padding: 1px 0 30px 0;
}

#about .content .s02-elem-03 .s02-title {
  margin: -16px auto 16px auto;
  text-align: center;
  width: 75%;
}

#about .content .s02-elem-03 .s02-title img {
}

#about .content .s02-elem-03 .s02-desc01 {
  text-align: center;
  margin: 0 0 10px 0;
}

#about .content .s02-elem-03 .s02-desc01 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

#about .content .s02-elem-03 .s02-desc02 {
}

#about .content .s02-elem-03 .s02-desc02 p {
}

#service {
}

#service .content {
}

#service .content .s03-elem-01 {
  background-color: #de3083;
  text-align: center;
}

#service .content .s03-elem-01 .title-service {
  width: 19%;
  margin: 0 auto;
  padding: 25px 0 75px 0;
}

#service .content .s03-elem-01 .title-service img {
}

#service .content .s03-elem-02 {
  background-color: #009fe7;
  padding: 1px 0 30px 0;
}

#service .content .s03-elem-02 .s03-title01 {
  width: 55%;
  margin: 0 auto;
  margin-top: -48px;
}

#service .content .s03-elem-02 .s03-title01 img {
}

#service .content .s03-elem-02 .s03-link {
}
#service .content .s03-elem-02 .s03-link .link-bnr{
  margin-top: 16px;
}

#service .content .s03-elem-02 .s03-link .link-bis {
}

#service .content .s03-elem-02 .s03-link .link-bis a {
}

#service .content .s03-elem-02 .s03-link .link-market {
}

#service .content .s03-elem-02 .s03-link .link-market a {
}

#service .content .s03-elem-02 .s03-link .link-dist {
}

#service .content .s03-elem-02 .s03-link .link-dist a {
}

#service .content .s03-elem-02 .s03-title02 {
  margin: 25px 0 15px 0;
}

#service .content .s03-elem-02 .s03-title02 p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: white;
}

#service .content .s03-elem-02 .s03-desc02 {
}

#service .content .s03-elem-02 .s03-desc02 p {
  color: white;
}

#recruitment {
}

#recruitment .content {
}

#recruitment .content .s04-elem-01 {
  background-color: #fbee08;
  padding: 30px 0 22px 0;
}

#recruitment .content .s04-elem-01 .s04-title-01 {
  width: 32.5%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#recruitment .content .s04-elem-01 .s04-title-01 img {
}
#recruitment .content .s04-elem-01 .s04-title-02 {
  width: 83%;
  margin: 0 auto;
}

#recruitment .content .s04-elem-01 .s04-title-02 img {
}

#recruitment .content .s04-elem-02 {
}

#recruitment .content .s04-elem-02 .s04-photo {
}

#recruitment .content .s04-elem-02 .s04-photo img {
}

#recruitment .content .s04-elem-03 {
  background-color: #de3083;
  padding: 25px 0 40px 0;
}

#recruitment .content .s04-elem-03 .s04-desc01 {
  margin-bottom: 16px;
}

#recruitment .content .s04-elem-03 .s04-desc01 p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  color: white;
}

#recruitment .content .s04-elem-03 .s04-desc02 {
  margin-bottom: 16px;
}

#recruitment .content .s04-elem-03 .s04-desc02 p {
  color: white;
}

#recruitment .content .s04-elem-03 .s04-button {
}

#recruitment .content .s04-elem-03 .s04-button a {
}

#recruitment .content .s04-elem-03 .s04-button a img {
}

#company {
  padding-bottom: 46px;
}

#company .content {
}

#company .content .s04-elem-01 {
  background-color: #009fe7;
  padding: 30px 0 18px 0;
}

#company .content .s04-elem-01 .s04-title {
  width: 24.2%;
  margin: 0 auto;
}

#company .content .s04-elem-01 .s04-title img {
}

#company .content .s04-elem-02 {
}

#company .content .s04-elem-02 .s04-info {
  padding: 16px 0;
}

#company .content .s04-elem-02 .s04-info dl {
}

#company .content .s04-elem-02 .s04-info dl dd ,
#company .content .s04-elem-02 .s04-info dl dt {
  padding: 10px 0 6px 0;
  font-family: "Avenir Next", Verdana, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#company .content .s04-elem-02 .s04-info dl dt {
  float: left;
  font-weight: bold;
  color: #37b6ec;
}

#company .content .s04-elem-02 .s04-info dl dd {
  padding-left: 104px;
  float: none;
  color: #666666;
  font-size: 11px;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}

/* サービス
-------------------------------------------------------------------------------- */ 
.service .service-title {
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 70px 25px 36px 25px;
}
.service .service-title .tit-srv {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 36px;
}
.service .service-title .tit-srv:after{
  display:block;
  content:"";
  background-color: white;
  height: 1px;
  width: 12px;
  position: relative;
  top: 6px;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.service .service-title .tit {
  font-size: 27.5px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.0;
}
.service .service-title .tit-ja {
  font-size: 12px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.service.srv01 .service-title .tit-srv:after{
  background-color: white;
}
.service.srv01 .service-title{
  background-color: #de3083;
}
.service.srv01 .service-title{
  color: white;
}
.service.srv02 .service-title .tit-srv:after{
  background-color: white;
}
.service.srv02 .service-title{
  background-color: #009fe7;
}
.service.srv02 .service-title{
  color: white;
}
.service.srv03 .service-title .tit-srv:after{
  background-color: black;
}
.service.srv03 .service-title{
  background-color: #fbee08;
}
.service.srv03 .service-title{
  color: black;
}

.service .service-desc{
  padding: 30px 0 30px 0;
  background: #333 none no-repeat center center;
  background-size: cover;
}
.service .service-desc .tit{
  text-align: center;
  margin-bottom: 18px;
}
.service .service-desc .txt{
}
.service .service-desc .tit p{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: white;
}
.service .service-desc .txt p{
  color: white;
  font-size: 11px;
  line-height: 1.5;
}
.service.srv01.srvmain .service-desc .tit p{
  color: #de3083;
}
.service.srvmain.srv01 .service-desc{
  background-image: url("../images/service/1-1_bg.png");
}
.service.srv02.srvmain .service-desc .tit p{
  color: #61bfea;
  font-size: 15px;
}
.service.srvmain.srv02 .service-desc{
  background-image: url("../images/service/2-1_bg.png");
}
.service.srv03.srvmain .service-desc .tit p{
  color: #fbee08;
}
.service.srvmain.srv03 .service-desc{
  background-image: url("../images/service/3-1_bg.png");
}

#p01Resource.service .service-desc{
  background-image: url("../images/service/1-3_bg.png");
}
#p01Product.service .service-desc{
  background-image: url("../images/service/1-2_bg.png");
}
#p01Do.service .service-desc{
  background-image: url("../images/service/1-6_bg.png");
}
#p01Creative.service .service-desc{
  background-image: url("../images/service/1-5_bg.png");
}
#p03Inbound.service .service-desc{
  background-image: url("../images/service/3-2_bg.png");
}
#p03Ec.service .service-desc{
  background-image: url("../images/service/3-3_bg.png");
}

.service .link {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0 20px 0;
}
.service .link-child {
}
.service .link-child ul{
}
.service .link-child li{
  margin: 0 0 20px 0;
}
.service .link-child li a{
  display: block;
}

.service .link-sibling {
  padding: 10px 0;
}
.service .link-sibling li:first-child{
  border-top: 1px solid #7c7c7c;
}
.service .link-sibling li{
  border-bottom: 1px solid #7c7c7c;
  padding: 5px 0 5px 20px;
  background: none no-repeat 4px center;
  background-image: url("../images/service/srv_arrow_03.png");
  background-size: 6px auto;
}
.service .link-sibling li a{
  display: block;
  font-size: 12px;
  color: white;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.service.srv02 .link-sibling li{
  background-image: url("../images/service/srv_arrow_02.png");
}
.service.srv02 .link {
  background-color: white;
}
.service.srv02 .link-sibling li:first-child{
  border-top: 1px solid #aaa;
}
.service.srv02 .link-sibling li{
  border-bottom: 1px solid #aaa;
}
.service.srv02 .link-sibling li a{
  color: black;
}

.service .graph {
  padding: 20px 0;
}
.service .graph .tit {
  margin: 32px 0 14px 0;
}
.service .graph .txt {
  /* margin: 24px 0 20px 0; */
}
.service .graph .tit p{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.service .graph .txt p{
  color: #3c3c3c;
}
.service.srv01 .graph .tit p{
  color: #de3083;
}
.service.srv03 .graph .tit p{
  color: #968f1b;
}

.service .graph .attr{
  padding: 0 0 10px 0;
}
.service .graph .attr dt{
  color: #de3083;
  font-weight: bold;
  margin: 20px 0 8px 0;
  font-size: 13px;
}
.service .graph .attr dd{
  color: #3c3c3c;
  font-size: 11px;
}
.service .graph01 {
  margin: 0 auto;
  width: 90%;
}
#p01Product.service .graph01{
  width: 55%;
}
#p01Resource.service .graph01{
  width: 83%;
}
#p01Do.service .graph01{
  width: 77%;
}
#p01Creative.service .graph01{
  width: 100%;
}
#p03Inbound.service .graph01{
  width: 60%;
}
#p03Ec.service .graph01{
  width: 85%;
}

/* -------------------------------------------------------------------------------- */ 
#footer {
}
#footer .footer-bg {
  background-color: #000000;
  height: 40px;
}
#footer .footer-bg .copy{
  line-height: 40px;
  color: white;
  font-size: 8px;
}
#footer .footer-bg .to-top{
  position: absolute;
  top: 14px;
  right: 25px;
  width: 40px;
  background: url("../images/common/to_top_arrow.png") no-repeat right center;
  background-size: 14px auto;
}
#footer .footer-bg .to-top a{
  display: block;
  color: white;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#footer .footer-link{
}
#footer .footer-link ul{
  display: flex;
  justify-content: center;
  justify-content: space-around;
  padding: 14px 25px 10px 25px;
}
#footer .footer-link ul .row{
  width: 60px;
  /* margin: 0 20px; */
}
#footer .footer-link ul .row img{
  width: 100%;
}
#footer .footer-link ul .row-incord{
  width: 45px;
}
#footer .footer-link ul .row-sports{
  width: 61px;
}

/* -------------------------------------------------------------------------------- */ 
.inview01 {
  /* display: none; */
}
.inview02 {
  /* display: none; */
}

/* -------------------------------------------------------------------------------- */ 
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* for IE 6/7 only */
}
