body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #333;
  line-height: 1.3;
  font-family: sans-serif;
  font-size: 14px;
}

a {
  color: #0000f0;
  text-decoration: underline;
}

a:hover {
  color: #06f;
}

button {
  transition: opacity 0.2s ease;
}
button:hover {
  opacity: 0.8;
}

.term {
  display: inline-block;
}

#googleMap {
  height: 330px;
}
@media screen and (max-width: 767px) {
  #page-top #googleMap {
    height: 260px;
  }
}

.content-inner {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 900px) {
  #page-top .page-header .nav-list > li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  #page-top .page-header {
    overflow: visible;
    height: 40px;
  }
  #page-top .page-header > .content-inner {
    padding: 0 10px;
  }
  #page-top .page-header .site-logo {
    height: 40px;
  }
  #page-top .page-header .site-logo img {
    width: 111px;
    height: 21px;
  }
  #page-top .page-header .menu-group {
    pointer-events: none;
    display: block;
    z-index: 8;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
  }
  #page-top .page-header .menu-group .menu-content {
    pointer-events: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #ddd;
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  #page-top .page-header .menu-group .menu-heading {
    pointer-events: auto;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 40px;
    height: 40px;
  }
  #page-top .page-header .menu-group .menu-heading::before, #page-top .page-header .menu-group .menu-heading::after,
  #page-top .page-header .menu-group .menu-heading .label::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transition: all 0.3s ease;
  }
  #page-top .page-header .menu-group .menu-heading::before {
    top: 8px;
  }
  #page-top .page-header .menu-group .menu-heading::after {
    top: 20px;
  }
  #page-top .page-header .menu-group .menu-heading .label::before {
    top: 14px;
  }
  #page-top .page-header .menu-group .menu-heading .label::after {
    content: "Menu";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    color: #333;
    text-indent: 0;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
  }
  #page-top .page-header .menu-group.open .menu-content {
    pointer-events: auto;
    opacity: 1;
  }
  #page-top .page-header .menu-group.open .menu-heading::before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  #page-top .page-header .menu-group.open .menu-heading::after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #page-top .page-header .menu-group.open .menu-heading .label::before {
    opacity: 0;
  }
  #page-top .page-header .menu-group .nav-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  #page-top .page-header .menu-group .nav-list > li {
    min-width: 96px;
    margin-left: 0;
    font-size: 13px;
  }
  #page-top .page-header .menu-group .nav-list > li a {
    padding-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  #page-top .page-header .menu-group .nav-list > li {
    width: 33%;
  }
}
.page-header a {
  color: inherit;
  text-decoration: none;
}
.page-header > .content-inner {
  table-layout: fixed;
  display: table;
  position: relative;
  width: 100%;
}
.page-header .site-logo {
  display: table-cell;
  width: 185px;
  height: 80px;
  vertical-align: middle;
}
.page-header .site-logo a {
  display: inline-block;
  vertical-align: top;
}
.page-header .site-logo img {
  width: 185px;
  height: 35px;
}
.page-header .menu-group {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  text-align: right;
}
.page-header .menu-group .menu-heading {
  display: none;
}
.page-header .menu-group .menu-heading .label {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  font-size: 0;
}
.page-header .menu-group .nav-list {
  font-size: 0;
}
.page-header .menu-group .nav-list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 28px;
  text-align: center;
  font-size: 16px;
}
.page-header .menu-group .nav-list > li a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 62px;
  padding: 10px 8px;
}
.page-header .menu-group .nav-list > li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 3px solid #00569a;
  transition: width 0.2s ease;
}
.page-header .menu-group .nav-list > li a:hover::before {
  width: 100%;
}
.page-header .menu-group .nav-list > li a::after {
  content: attr(data-label);
  display: block;
  margin-top: 2px;
  color: #00569a;
  font-size: 12px;
}

.page-footer {
  z-index: 2;
  position: relative;
  padding: 20px 0;
  background: #2b2b2b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page-top .page-footer .global-nav {
    display: block;
  }
  #page-top .page-footer .global-nav .nav-list > li {
    margin-right: 12px;
    margin-bottom: 6px;
    font-size: 12px;
  }
  #page-top .page-footer .links {
    display: block;
    width: auto;
    margin-top: 10px;
    vertical-align: top;
    text-align: right;
  }
  #page-top .page-footer .links > li {
    margin-right: 0;
    margin-left: 15px;
  }
  #page-top .page-footer .site-name {
    margin-top: 20px;
  }
  #page-top .page-footer .copyright {
    margin-top: 10px;
    font-size: 11px;
  }
}
.page-footer a {
  color: inherit;
  text-decoration: none;
}
.page-footer .nav-group {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.page-footer .global-nav {
  display: table-cell;
  vertical-align: middle;
}
.page-footer .global-nav .nav-list {
  font-size: 0;
}
.page-footer .global-nav .nav-list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 30px;
  font-size: 16px;
}
.page-footer .global-nav .nav-list > li a:hover {
  text-decoration: underline;
}
.page-footer .links {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  font-size: 0;
}
.page-footer .links > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-right: 30px;
}
.page-footer .links > li a {
  transition: opacity 0.2s ease;
}
.page-footer .links > li a:hover {
  opacity: 0.6;
}
.page-footer .site-name {
  margin-top: 40px;
  text-align: center;
}
.page-footer .copyright {
  margin-top: 20px;
  color: #999;
  text-align: center;
  letter-spacing: 1px;
  font-family: Verdana, Arial, sans-serif;
}

.page-main {
  z-index: 0;
  position: relative;
}

#main-visual {
  position: relative;
  background: url('../img/main/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
#main-visual .main-phrase {
  overflow: hidden;
  position: relative;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}
#main-visual .main-phrase::before {
  content: "";
  display: block;
  box-sizing: border-box;
  padding-top: 45%;
}
@media screen and (min-width: 1000px) {
  #page-top #main-visual .main-phrase::before {
    padding-top: 450px;
  }
}
#main-visual .main-phrase::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 663px;
  height: 51px;
  max-width: 90%;
  margin: -25px auto 0;
  background: url('../img/main/phrase.png') no-repeat 50% 50%;
  background-size: 100%;
}

.main-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #page-top .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-section .sect-heading {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #page-top .main-section .sect-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.main-section .sect-heading::after {
  content: attr(data-label);
  display: block;
  margin-top: 4px;
  color: #00569a;
  font-size: 18px;
}

#mission {
  background: #f5f7fa;
}
#mission .block {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #page-top #mission .block {
    font-size: 15px;
  }
}
#mission .block p {
  margin: 4px 0;
}
#mission .block .classic {
  margin: 20px 0;
}
#mission .block .classic small {
  font-size: 14px;
}
#mission .block .chic {
  margin: 20px 0;
}
#mission .block .make-the-clachic {
  margin: 20px 0;
}
#mission .block .phrase {
  text-transform: uppercase;
}
#mission .block .phrase .cname {
  text-transform: none;
}

#service .item-list {
  font-size: 0;
}
#service .item-list .item-section {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  #page-top #service .item-list .item-section {
    display: block;
    width: auto;
    margin-top: 30px;
  }
  #page-top #service .item-list .item-section .item-heading {
    margin-top: 15px;
  }
  #page-top #service .item-list .item-section .block {
    margin-top: 10px;
  }
}
#service .item-list .item-section.development {
  background: url('../img/service/icon_development.png') no-repeat 50% 0;
  padding-top: 121px;
}
#service .item-list .item-section.learning {
  background: url('../img/service/icon_learning.png') no-repeat 50% 0;
  padding-top: 121px;
}
#service .item-list .item-section.support {
  background: url('../img/service/icon_support.png') no-repeat 50% 0;
  padding-top: 121px;
}
#service .item-list .item-section .item-heading {
  margin-top: 30px;
  color: #00569a;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#service .item-list .item-section .block {
  margin-top: 20px;
  line-height: 1.7;
}

#works {
  background: #00569a;
}
#works .sect-heading {
  color: #fff;
}
#works .sect-heading::after {
  color: #b5b5b5;
}
#works .item-list {
  font-size: 0;
}
#works .item-list .item-section {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
  overflow: auto;
  width: 48%;
  min-height: 360px;
  margin: 0 1% 2%;
  padding: 80px 20px 0;
  border: 20px solid #fff;
  background: no-repeat 100% 0 #f5f7fa;
}
@media screen and (max-width: 640px) {
  #page-top #works .item-list .item-section {
    display: block;
    width: auto;
    min-height: 0;
    margin: 0 0 20px;
    padding: 20px 10px 10px;
    border-width: 10px;
    background-position: 0 100%;
    background-size: 160px;
  }
  #page-top #works .item-list .item-section .item-heading {
    margin-bottom: 15px;
  }
  #page-top #works .item-list .item-section .block {
    line-height: 1.7;
    font-size: 13px;
  }
}
#works .item-list .item-section.development {
  background-image: url('../img/works/bg_development.png');
}
#works .item-list .item-section.support {
  background-image: url('../img/works/bg_support.png');
}
#works .item-list .item-section .item-heading {
  margin-bottom: 10px;
  color: #00569a;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#works .item-list .item-section .block {
  line-height: 2;
}
#works .item-list .item-section .block p {
  margin: 8px 0;
}

#company .item-table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-top #company .item-table {
    display: block;
  }
  #page-top #company .item-table tbody, #page-top #company .item-table tr, #page-top #company .item-table th, #page-top #company .item-table td {
    display: block;
  }
  #page-top #company .item-table tr {
    margin-bottom: 15px;
    border: none;
    background: none;
  }
  #page-top #company .item-table th {
    width: auto;
    padding: 2px 8px;
    border-bottom: 1px dotted #00569a;
    font-weight: bold;
    font-size: 16px;
  }
  #page-top #company .item-table td {
    padding: 8px 12px;
    font-size: 13px;
  }
  #page-top #company .item-table td ul {
    margin-left: 20px;
  }
  #page-top #company .item-table td ul li {
    list-style: disc;
    margin: 2px 0;
    line-height: 1.5;
  }
  #page-top #company .item-table td img {
    width: 260px;
  }
}
#company .item-table tr:nth-child(2n + 1) {
  background: #f5f7fa;
}
#company .item-table tr:nth-child(2n):last-child {
  border-bottom: 15px solid #f5f7fa;
}
#company .item-table th, #company .item-table td {
  padding: 15px;
  line-height: 1.8;
}
#company .item-table th {
  width: 140px;
  padding-left: 140px;
  letter-spacing: 2px;
  white-space: nowrap;
}

#contact {
  box-sizing: border-box;
  min-height: 640px;
  padding-left: 20px;
  padding-right: 20px;
  background: url('../img/contact/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page-top #contact .header-block {
    line-height: 1.5;
    letter-spacing: 0;
  }
  #page-top #contact .form-contact .control-list {
    padding: 0;
  }
  #page-top #contact .form-contact .control-list .control.inline {
    width: 100%;
  }
  #page-top #contact .form-contact .control-list .control input[type="text"],
  #page-top #contact .form-contact .control-list .control textarea {
    padding: 4px;
    font-size: 16px;
  }
}
#contact > .content-inner {
  box-sizing: border-box;
  min-height: 520px;
  padding: 50px 15px 20px;
  background: #fff;
}
#contact .sect-heading {
  margin-bottom: 20px;
}
#contact .header-block {
  text-align: center;
  letter-spacing: 1px;
}
#contact .form-contact {
  margin-top: 30px;
}
#contact .form-contact .control-list {
  margin-left: -20px;
  margin-bottom: -20px;
  padding: 0 80px;
  font-size: 0;
}
#contact .form-contact .control-list .control {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
#contact .form-contact .control-list .control.inline {
  width: 50%;
}
#contact .form-contact .control-list .control label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  vertical-align: top;
}
#contact .form-contact .control-list .control input[type="text"],
#contact .form-contact .control-list .control textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #eee;
  background: #f5f7fa;
  font-size: 14px;
}
#contact .form-contact .control-list .control textarea {
  resize: vertical;
}
#contact .form-contact .submit {
  margin-top: 30px;
  text-align: center;
}
#contact .form-contact #form-submit {
  box-sizing: border-box;
  width: 240px;
  max-width: 100%;
  padding: 10px;
  border: none;
  border-radius: 50px;
  background: #00569a;
  color: #fff;
  font-size: 18px;
}
