@charset "UTF-8";

/* ============================================
  font import
============================================ */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);

/* ============================================
  reset css
============================================ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover{
  opacity:0.8;
}



/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins" ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  color: #000;
  
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}


.ease,
.ease * {
  -webkit-transition: .2s all ease;
     -moz-transition: .2s all ease;
      -ms-transition: .2s all ease;
       -o-transition: .2s all ease;
          transition: .2s all ease;
}

.opacity a:hover {
  opacity: 0.7;
}

.container {
  width: 1120px;
  margin: 0 auto;
}
.container2 {
  width: 800px;
  margin: 0 auto;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.font-small {
  font-size: 80%;
  vertical-align: middle;
}

.red {
  color: #f04d4d;
}

/* ============================================
  header
============================================ */
.header {
  width: 100%;
  min-width: 1160px;

}

.header .nav {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #eeeeee;
  position: fixed;
  z-index:9999;
  background: #fff;
}
.header .nav a:hover {
  opacity:1;
}
.header .logo {
  float: left;
  margin: 30px 0 0 30px;
}
.header .logo_bl {
  display: inline-block;
}
.header .logo_wh {
  display: none;
}
.header .logo img {
  width: 230px;
}
.header .nav > ul {
  width:1000px;
  margin:0 auto;
}
.header .nav > ul > li {
 font-size: 15px;
    font-weight: bold;
    text-align: center;
    /* width: 144px; */
    height: 90px;
    line-height: 1;
    float: left;
}
.header .nav > ul > li > a {
  display: block;
  text-decoration: none;
    padding: 25px 21px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .header .nav > ul > li > a {
  display: block;
  text-decoration: none;
    padding: 25px 18px;
}
}
.header .nav > ul > li > a:hover {
  opacity:1;
}
.header .nav ul li ul li a:before {
  content: "▶";
  margin-right: 5px;
  color: #cfcfcf;
  font-size: 12px;
}
.header .nav ul li ul li a:hover:before {
  content: "▶";
  margin-right: 5px;
  color: #716565;
}
@media only screen and (min-width: 751px) {
 .header .nav > ul > li {
  position:relative;
}
.header .nav > ul > li:hover:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}

.home .header .nav > ul > li.nav_home:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.itworks .header .nav > ul > li.nav_internet:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.overseas .header .nav > ul > li.nav_overseas:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.creative .header .nav > ul > li.nav_creative:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.company .header .nav > ul > li.nav_company:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.contact .header .nav > ul > li.nav_contact:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
.recruit .header .nav > ul > li.nav_recruit:after {
  content:"";
  position:absolute;
  width:90%;
  left:0;
  right:0;
  margin:0 auto;
  bottom:30px;
  border-bottom:3px solid #cfcfcf;
}
}


.header .nav ul li.nav_inquiry {
  width: 130px;
}
.header .nav ul li.nav_inquiry > a {
  display: block;
  color: #fff;
  background: #f04d4d;
  line-height: 90px;
  transition: all .3s;
}
.header .nav ul li.nav_inquiry > a:hover {
  background: #336666;
}
.header .nav ul li.nav_inquiry a:before {
  content: none;
}

.header .nav ul li .dropmenu {
  display: none;
}
@media only screen and (min-width: 751px) {
  .header .nav ul li{
    position: relative;
  }
.header .nav ul li:hover .dropmenu {
  display: block !important;
  font-weight:normal;
  font-size:14px;
  position:absolute;
  text-align:left;
  background:#fff;
  padding:10px 20px;
  width:270px;
  top:68px;
  margin-top: 10px;
  border:1px solid #cfcfcf;
}
.header .nav ul li:hover .dropmenu::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #cfcfcf;
  border-left: 15px solid transparent;
}

.header .nav ul li:hover .dropmenu::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -14px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.header .nav ul li .dropmenu li a{
  padding:10px 0;
  display:block;
  text-indent:-18px;
  margin-left:16px;
  line-height:1.5;
  
}  
}

/* pagetop
-------------------------------------------- */
.pagetop{
  width:1200px;
  margin:0 auto;
  position:relative;
  height:50px;
}
.pagetop a{
  position:absolute;
  right:10px;
  top:0;
}

@media only screen and (max-width: 750px) {
.pagetop{
  width:100%;
}
}
/* ============================================
  footer
============================================ */

.footer {
  font-size: 12px;
  background:#000;
  color:#fff;
}
.foot_logo {
  width: 912px;
  margin: auto;
  padding: 40px 0 0;
}
.footer_inner {
  width: 912px;
  margin: auto;
  padding: 40px 0;
  position: relative;
}

.footer_link {
  width: 50%;
  float: left;
  line-height: 2;
}


.footer_link li a {
  padding: 0 10px;
  border-left: 1px solid #333;
}
.footer_link a:hover {
  text-decoration: underline;
}
.footer_link h2 {
  font-size:14px;
}

.footer_bottom {
  color: #fff;
  background: #464646;
}
.footer_bottom_inner {
  width: 912px;
  margin: auto;
  padding: 5px 0;
}
.footer_bottom ul {
  float: left;
}
.footer_bottom li a {
  padding: 0 10px;
  border-left: 1px solid #fff;
}
.footer_bottom li a:hover {
  text-decoration: underline;
}
.footer_bottom li:first-child a {
  border: none;
  padding-left: 0;
}
.footer_bottom .copyright {
  margin: auto;
  font-size: 12px;
  padding-top: 2px;
}

/* ============================================
  mainContents
============================================ */

.mainContents {
    padding-top: 100px;
    width: 1200px;
    padding: 100px 20px 0;
    box-sizing: content-box;
    margin: 0 auto 0;
}

.sec_ttl {
  margin-bottom: 20px;
  padding-bottom:5px;
  line-height: 1.6;
  font-size:16px;
  font-weight:bold;
  border-bottom:4px solid #242424;
}
.sec_ttl .ttl {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.sec_ttl i img {
  width: 35px;
  margin-bottom: 5px;
}

/* ============================================
  @media max 750px
============================================ */
@media only screen and (max-width: 750px) {

  body {
    min-width: auto;
  }
  .container,
  .container2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* header
  ------------------------------------------ */
  .header {
    z-index: 101;
    min-width: auto;
    position:relative;
  }
  .header .logo {
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 15px 10px 0 15px;
    float: none;
  }
  .header .logo img {
    width: 180px;
  }
  .header .nav {
    height: 55px;
    position:relative;
  }
  
  .header .gnavi {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    display: none;
    transition: all 0.2s;
    opacity: 0;
  }
  .is-open .gnavi {
    display: block;
    opacity: 1;
  }
  .header .nav > ul {
    float: none;
    background: #fff;
  }
  .header .nav > ul {
  width:100%;
  margin:0 auto;
}
  .header .nav ul li {
    color: #000;
    font-weight: normal;
    width: 100%;
    height: auto;
    float: none;
    text-align: left;
    padding:10px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid #cfcfcf;
  }
  .header .nav > ul > li:first-child {
    /*border-top: none;*/
  }
  .header .nav > ul > li > a {
    display: block;
    background: #fff;
    padding: 10px 5px;
  }
  .header .nav > ul > li > a:before {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    background-color: transparent;
    background-position: right;
  }
  .header .nav ul li.nav_inquiry {
    width: 100%;
    border: none;
  }
  .header .nav ul li.nav_inquiry > a {
    line-height: 50px;
    padding: 5px 15px;
  }
  .header .nav ul li.nav_inquiry > a:hover {
    background: #f04d4d;
  }
  .header .nav ul li .icn_gaibulink {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/common/icn_gaibulink.png) no-repeat left top / 100%;
  }
  .header .nav ul li.drop {
    position: relative;
  }
  .header .nav ul li.drop::before,
  .header .nav ul li.drop::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 11px;
    height: 1px;
    background: #000;
  }
  .header .nav ul li.drop::after {
    top: 30px;
    right: 25px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    transition: all 0.2s ease;
  }
  .header .nav ul li.drop.open::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .nav .dropmenu > li {
    border-top: 1px solid #fff;
    
  }
  .header .nav .dropmenu > li > a {
    display: block;
    padding: 0px 5px 0px 10px;
    background: #fff;
    line-height:1.5;
    margin-left:16px;
    text-indent:-18px;
  }

  /* sp-menu
  --------------------------------- */

  .sp-menu-btn {
    background: #fff;
    width: 60px;
    height: 54px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: 21;*/
    cursor:pointer;
  }
  .sp-menu-btn .menu-btn i{
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 7px;
    background: #242424;
    position: relative;
    left: 21px;
    top: 25px;
  }
  .sp-menu-btn .menu-btn i:before,
  .sp-menu-btn .menu-btn i:after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 7px;
    background: #242424;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.2s;
    line-height:1;
  }
  .sp-menu-btn .menu-btn i:before{
    transform: translateY(8px);
  }
  .sp-menu-btn .menu-btn i:after{
    transform: translateY(-8px);
  }
  .is-open .sp-menu-btn {
    background: #fff;
  }
  .is-open .sp-menu-btn .menu-btn i{
    background: transparent;
  }
  .is-open .sp-menu-btn .menu-btn i:after{
    transform: translateY(0px) rotate(45deg);
  }
  .is-open .sp-menu-btn .menu-btn i:before{
    transform: translateY(0px) rotate(-45deg);
  }
  .bg-bodyCover {
    display: none;
  }
  .is-open .bg-bodyCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    z-index: 11;
  }


  /* footer
  ------------------------------------------ */
  .footer_link {
    width:100%;
    border-bottom:1px solid #fff;
    padding:10px 0;
  }
  .footer_link.nobor {
    border-bottom:none;
  }
  .foot_logo {
    width:100%;
    padding: 40px 20px 0;
}
  .footer_inner {
    width: auto;
    padding: 15px;
  }
  .footer_bottom li a {
    display: block;
  }
  .footer_bottom_inner {
    width: 100%;
}
.footer_bottom .copyright {
    padding:2px 10px;
}
  /* mainContents
  ------------------------------------------ */
  .mainContents {
    padding-top: 20px;
    width:100%;
    box-sizing:border-box;
    padding:0 10px;
  }
  .breadcrumbs {
    padding-left: 15px
  }
  .breadcrumbs li {
    letter-spacing: 0;
    font-size: 11px;
  }
  .sec_ttl {
    margin: 20px auto 40px;
  }
  .sec_ttl .ttl {
    font-size: 24px;
  }
  .main_inner{
    margin:0 0 !important;
  }
}
