/* ========================================
Foundation
======================================== */
/* Reset
-----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ========================================
Layout
======================================== */
/*--------------------
Body
--------------------*/
html, body {
  background: #222;
  color: #fff; }

/*--------------------
Hero
--------------------*/
#hero {
  position: relative;
  text-align: center; }

#hero img {
  width: 100%;
  vertical-align: bottom; }

#hero a {
  position: absolute;
  right: 20%;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 275px;
  height: 45px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ff4b28;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

#hero a .fa {
  margin-right: 10px; }

#hero a:hover {
  background: #ff6c50; }

@media (max-width: 899px) {
  #hero a {
    width: 200px;
    height: 32px;
    font-size: 12px; } }
@media (max-width: 599px) {
  #hero a {
    display: none; } }
/*--------------------
Intro
--------------------*/
#intro {
  padding-top: 50px;
  text-align: center; }

#intro img {
  width: 100%;
  max-width: 1072px; }

/*--------------------
Section
--------------------*/
section {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid #666; }

section h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #f9e64a;
  text-align: center;
  line-height: 1.4; }

section h3 {
  margin-bottom: 30px;
  color: #fffdc2;
  font-size: 20px;
  text-align: center;
  line-height: 1.4; }

section p {
  font-size: 16px;
  line-height: normal; }

/*--------------------
Sec01
--------------------*/
#sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

#sec01 h3 {
  margin-top: 50px; }

#sec01 li {
  width: 210px;
  text-align: center; }

#sec01 li h4 {
  margin-top: 21px;
  margin-bottom: 21px; }

#sec01 li p {
  text-align: left;
  font-size: 14px; }

@media (max-width: 800px) {
  #sec01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #sec01 li {
    width: 100%; }

  #sec01 li:nth-last-of-type(1n+2) {
    margin-bottom: 30px; } }
/*--------------------
Sec02
--------------------*/
#sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

#sec02 li {
  margin-top: 20px; }

#sec02 li img {
  width: 100%;
  max-width: 210px; }

@media (max-width: 899px) {
  #sec02 li img {
    max-width: 190px; } }
@media (max-width: 800px) {
  #sec02 ul {
    width: 440px;
    margin: 0 auto; }

  #sec02 li img {
    max-width: 210px; } }
@media (max-width: 480px) {
  #sec02 ul {
    width: 380px;
    margin: 0 auto; }

  #sec02 li img {
    max-width: 180px; } }
@media (max-width: 420px) {
  #sec02 ul {
    width: 320px;
    margin: 0 auto; }

  #sec02 li img {
    max-width: 150px; } }
@media (max-width: 360px) {
  #sec02 ul {
    width: 260px;
    margin: 0 auto; }

  #sec02 li img {
    max-width: 120px; } }
/*--------------------
Sec03
--------------------*/
#sec03 figure {
  margin: 50px auto; }

#sec03 figure img {
  width: 100%;
  max-width: 100%; }

#sec03 p {
  text-align: center; }

#sec03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

#sec03 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

#sec03 dt h4 {
  width: 125px;
  margin-right: 30px;
  font-size: 38px; }

#sec03 dt p {
  width: 160px;
  margin-right: 30px;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: bold; }

#sec03 dt p span {
  font-size: 22px;
  font-weight: normal; }

#sec03 dt small {
  margin-right: 10px;
  font-size: 18px; }

#sec03 dt i {
  color: #f9e74a;
  font-size: 28px; }

#sec03 dd a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  text-align: center;
  color: #f9e74a;
  border: 1px solid #f9e74a;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 48px;
  text-decoration: none; }

#sec03 dl dd a.off {
  opacity: 0.5; }

#sec03 dl dd a:hover {
  background: #f9e74a;
  color: #000; }

#sec03 dl dd a.off:hover {
  background: none;
  color: #f9e74a;
  cursor: default; }

@media (max-width: 800px) {
  #sec03 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #sec03 dl dt {
    margin-bottom: 20px; } }
@media (max-width: 599px) {
  #sec03 dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  #sec03 dl dt h4 {
    width: auto;
    margin-right: 0; }

  #sec03 dl dt p {
    width: auto;
    margin-right: 0;
    text-align: center; }

  #sec03 dl dt small {
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 10px; } }
/*--------------------
sec04
--------------------*/
#sec04 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.7; }

#sec04 dt {
  margin-right: 30px;
  font-family: 'Oswald', sans-serif; }

#sec04 dd a {
  color: #f9e74a; }

/*--------------------
#sec05
--------------------*/
#sec05 p a {
  color: #f9e74a; }

#sec05 figure {
  margin: 50px 0;
  text-align: center; }

#sec05 h3 {
  margin: 50px 0; }

#sec05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 30px;
  list-style: none;
  border: 1px solid #f9e74a;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#sec05 li {
  width: 240px; }

#sec05 li:nth-last-of-type(1n+2) {
  margin-right: 59px; }

#sec05 li img {
  width: 100%; }

#sec05 li p {
  margin-top: 10px;
  font-size: 14px; }

@media (max-width: 800px) {
  #sec05 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #sec05 li:nth-last-of-type(1n+2) {
    margin-right: 0;
    margin-bottom: 50px; } }
/*--------------------
contact
--------------------*/
#contact {
  border-bottom: 0; }

#contact aside {
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px; }

#contact aside a {
  display: block;
  margin-bottom: 16px;
  color: #f9e74a; }

#contact aside .checks {
  float: none; }

#contact aside .checks span {
  margin: 0; }

#contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

#contact dt {
  margin-right: 16px;
  font-size: 14px;
  text-align: right;
  line-height: 1.3; }

#contact dd {
  width: 700px;
  overflow: visible; }

#contact dd select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  border: 0;
  background: #4d492a;
  color: #f9e74a;
  outline: none; }

#contact dd input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding-left: 8px;
  border: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  background: #4d492a;
  color: #fff; }

#contact dd input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  color: #f9e74a; }

#contact dd input[type="text"]::-ms-input-placeholder {
  font-size: 14px;
  color: #f9e74a; }

#contact dd input[type="text"]::-moz-placeholder {
  font-size: 14px;
  color: #f9e74a; }

#contact input:focus[type="text"] {
  color: #fff;
  background: #6d6736; }

#contact dd textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding-left: 8px;
  border: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  background: #4d492a;
  color: #fff; }

#contact textarea:focus {
  color: #fff;
  background: #6d6736; }

#contact .checks {
  display: block;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

#contact .checks input {
  display: none; }

#contact .checks span {
  position: relative;
  padding-left: 28px;
  margin-right: 20px; }

#contact .checks span::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #f9e74a;
  top: -2px;
  left: 0px; }

#contact .checks input:checked + span::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "\f00c";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f9e74a;
  color: #000;
  top: -2px;
  left: 0px;
  font-family: FontAwesome;
  font-size: 12px;
  padding-left: 2px;
  padding-top: 2px; }

#contact button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 50px auto 0 auto;
  color: #f9e74a;
  border: 1px solid #f9e74a;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  background: none; }

#contact button:hover {
  cursor: pointer;
  color: #000;
  background: #f9e74a; }

@media (max-width: 899px) {
  #contact {
    padding-bottom: 56px;
    width: calc(100% - 42px); }

  #contact h2 {
    padding-right: 20px;
    padding-left: 20px; }

  #contact dl {
    display: block; }

  #contact dl:last-of-type {
    display: block; }

  #contact dt {
    margin: 0 0 13px 0;
    text-align: left; }

  #contact dd {
    width: 100%; }

  #contact aside {
    width: 100%;
    margin-left: 0; }

  #contact .c-btn {
    width: 100%;
    margin-top: 32px; } }
@media (max-width: 600px) {
  #contact .checks {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px; }

  #contact .checks small {
    font-size: 11px; } }
/*--------------------
a:hover
--------------------*/
a:hover {
  text-decoration: none; }

/*--------------------
Clearfix
--------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

/* ========================================
Header
======================================== */
header {
  height: 50px;
  overflow: hidden;
  background-color: #262626;
  position: relative; }

header .inner {
  margin: 0 auto;
  width: 1050px;
  position: relative; }

header .logo img, header p img {
  margin-top: 8px;
  width: 140px; }

header a {
  color: #13b6c9;
  text-decoration: none;
  display: block; }

header ol, ul {
  list-style: none; }

header .logo {
  float: left;
  margin-left: 20px; }

header p {
  float: left;
  margin-left: 20px; }

header .subbox {
  float: right; }

header .subbox p {
  margin: 9px 0 10px 20px;
  float: right;
  overflow: hidden;
  width: 60px;
  height: 36px; }

header .subbox p a {
  padding: 0 0 0 10px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none; }

header .subbox p a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #fff; }

header .subbox ul {
  margin: 9px 0 10px 0;
  float: right;
  position: relative; }

header .subbox ul li {
  margin-right: 10px;
  float: left;
  width: 30px; }

header .subbox ul li:last-child {
  margin-right: 0; }

header .subbox ul li.apn {
  width: 70px; }

header .subbox ul li img {
  width: 100%; }

@media (max-width: 1049px) {
  header .inner {
    width: calc(100% - 40px);
    margin: 0 auto; }

  header .logo {
    margin-left: 0; } }
@media (max-width: 800px) {
  header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  header .logo img {
    width: 140px;
    margin-top: 8px; }

  header .subbox {
    display: none; } }
/* ========================================
Footer
======================================== */
footer {
  background: #000; }

footer .for_sp {
  display: none; }

footer .premierconsulting {
  padding: 15px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #fcbc4f;
  color: #000;
  font-size: 14px; }

footer .inner {
  margin: 0 auto;
  width: 1050px;
  position: relative; }

footer .premierconsulting ul li {
  display: inline-block;
  vertical-align: middle; }

footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none; }

footer .premierconsulting img {
  margin: 0 20px;
  height: 45px; }

footer .footermenu .box {
  margin: 50px auto;
  padding: 0;
  width: 1050px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

footer .footermenu > .box > ul {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 127px; }

footer .footermenu > .box > ul:last-child {
  margin-right: 0; }

footer .footermenu > .box > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.8em;
  width: 100%;
  height: 1px;
  border-top: #333 1px solid; }

footer .footermenu > .box > ul > li {
  font-size: 14px; }

footer .footermenu > .box > ul > li a {
  margin-bottom: 15px; }

footer .footermenu > .box > ul > li a + ul.sub-menu {
  padding-top: 39px; }

footer .footermenu ul li ul.sub-menu {
  padding: 10px 0 0; }

footer .footermenu ul li ul.sub-menu li {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400; }

footer .footermenu ul li ul.sub-menu li a {
  margin-bottom: 4px; }

footer .footermenu ul li ul.under-menu li {
  font-size: 10px; }

footer .footermenu ul li ul.under-menu li a {
  color: #ccc; }

footer .copylogo {
  padding: 25px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
  border-top: 2px solid #333; }

footer .copylogo .footer-subNav {
  float: left;
  text-align: left; }

footer .copylogo .footer-subNav li {
  display: inline-block;
  font-size: 12px;
  margin-right: 28px; }

footer .copylogo .copyright {
  float: right;
  color: #fff;
  font-size: 12px; }

@media (max-width: 1049px) {
  footer .inner {
    width: calc(100% - 40px); }

  footer .footermenu .box {
    width: calc(100% - 40px); } }
@media (max-width: 800px) {
  footer .premierconsulting {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  footer .premierconsulting ul li {
    display: block; }

  footer .premierconsulting ul li:first-of-type {
    margin-bottom: 10px; }

  footer .footermenu .box {
    display: none; }

  footer .footer-subNav {
    display: none; }

  footer .copylogo .copyright {
    float: none; } }
