@charset "utf-8";
/* # =================================================================
   # header
   # ================================================================= */
/** {
  color: #111;
}*/
header {
    width: 100%;
    margin: 15px auto 15px;
    position: relative;
}
header .logo {
    display: flex;
    align-items: center;
    padding: 0 0 0 4%;
}
header .logo img {
    max-width: 98px;
}
header .logo p {
    font-size: 3vw;
    margin-left: 16px;
}

ul.sub_navi.pc {
    display: none;
}
ul.sub_navi {
    display: flex;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 31vw;
    justify-content: center;
}
ul.sub_navi li {
    padding: 0 14px;
    position: relative;
}
ul.sub_navi li + li {
    border-left: 1px solid #666;
}
ul.sub_navi li:first-child:before {
    content: none;
    position: absolute;
    top: 3px;
    left: -18px;
    display: block;
    width: 20px;
    height: 15px;
    background: url(../img/common/ico_mail.png) no-repeat;
    background-size: cover;
}
ul.sub_navi li a img {
    width: 8.2vw;
}

/* # =================================================================
   # drawer_btn
   # ================================================================= */
  #nav-toggle {
    position: relative;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }
  #nav-toggle > div {
    position: relative;
    width: 7vw;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
 /* #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }*/
  .open #nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

/* # =================================================================
   # gloval-nav
   # ================================================================= */
#gloval-nav {
    background: #009ee6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: left;
    display: -webkit-box;
    visibility: hidden;
    opacity: 0;
    /* -webkit-transition: opacity .6s ease, visibility .6s ease; */
    /* transition: opacity .6s ease, visibility .6s ease; */
    height: 100vh;
    transform: translateX(100vw);
    transition-duration: 400ms;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    /* left: 0; */
    transform: translateX(0px);
    transition-duration: 400ms;
}
#gloval-nav {
  width: 100%;
  background: #009ee6;
}
#gloval-nav ul {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
}
#gloval-nav ul li {
    position: relative;
    padding: 0;
    width: 100%;
}
#gloval-nav ul li:first-child {
  border-top: 1px solid #fff;
}
#gloval-nav ul li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.5rem;
    margin: auto;
    display: block;
    width: 1px;
    height: 14px;
    background: #333;
}
#gloval-nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 3.6vw;
  border-bottom: 1px solid #fff;
  }


/* # =================================================================
   # footer
   # ================================================================= */
footer {
    width: 100%;
    background: #009ee6;
    color: #fff;
    font-size: 3.6vw;
}
footer .menu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
footer .menu a {
    margin: 0px 0;
    padding: 15px;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: normal;
}
footer .menu a:nth-of-type(2) {
    order: -1;
}
footer .menu a:not(:last-child) {
    border-bottom: 1px solid #fff;
}
footer .menu > a:before {
    content: none;
    border-left: 2px solid #fff;
    margin-right: 15px;
}

footer .menu .sub_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 3.6vw;
    background: #fff;
}
footer .menu .sub_menu a {
    padding-left: 40px;
    color: #111;
}
footer .menu .sub_menu a:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

footer .menu .sub_menu a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  display: block;
  width: 24px;
  height: 22px;
}
footer .menu .sub_menu a.planning:before {
    background: url(../img/common/sp_ico_planning.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.branding:before {
    background: url(../img/common/sp_ico_branding.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.marketing:before {
    background: url(../img/common/sp_ico_marketing.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.web:before {
    background: url(../img/common/sp_ico_web.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.material:before {
    background: url(../img/common/sp_ico_material.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.training:before {
    background: url(../img/common/sp_ico_training.png) no-repeat;
    background-position: center;
}
footer .menu .sub_menu a.icon:before {
    background-size: contain;
    background-position: center;
}

p.copyright {
    display: block;
    text-align: center;
    background: #003268;
    color: #fff;
    font-size: 3vw;
    padding: 10px 0;
}



/* # =================================================================
   # parts
   # ================================================================= */
section {
  width: 100%;
}
/*******************************************/
#breadcrumb ul {
    width: 100%;
    max-width: 1080px;
    margin: 20px auto;
    padding-left: 4vw;
    font-size: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#breadcrumb ul li {
    position: relative;
}
#breadcrumb ul li:not(:last-child):after {
  content: "＞";
  margin: 0 5px;
}
/*******************************************/

h3 {
    color: #001952;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
h3:after {
  content: "";
  width: 94vw;
  max-width: 600px;
  border: 1px solid;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
h4 {
    color: #001952;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 30px;
}
/*******************************************/
.btn {
    display: block;
    width: 40vw;
    margin: 0 auto;
    border: 1px solid #e40580;
    border-radius: 30px;
    text-align: center;
    font-size: 3.6vw;
    color: #e40580;
    background: #fff;
    font-weight: normal;
    padding: 6px 0;
}
.btn:hover {
    color: #fff;
    background: #e40580;
    text-decoration: none;
}
.btn.menu {
    width: 50vw;
    box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
    margin: 0 auto 40px;
}
.btn.flow {
    width: 68vw;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 8%);
    margin: 0 auto 20px;
}
.btn.submit {
    width: 315px;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 8%);
}

/*******************************************/
.pink {
    color: #e40580;
}
.white {
    color: #fff;
}
.bold {
  font-weight: bold;
}
/*******************************************/
.border.yellow {
    /*background: linear-gradient(transparent 80%, yellow 30%);*/
    background: -moz-linear-gradient(top,  transparent 0%, transparent 69%, yellow 70%, yellow 80%, transparent 81%, transparent 100%);
    background: -webkit-linear-gradient(top,  transparent 0%,transparent 69%,yellow 70%,yellow 80%,transparent 81%,transparent 100%);
    background: linear-gradient(to bottom,  transparent 0%,transparent 69%,yellow 70%,yellow 80%,transparent 81%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/*******************************************/
.fs48 {
  font-size: 6vw;
}
.fs43 {
  font-size: 5vw;
}
.fs40 {
  font-size: 5vw;
}
.fs24 {
  font-size: 3vw;
}
.fs18 {
  font-size: 3vw;
}

/*******************************************/
.open {
    overflow: hidden;
}