﻿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
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
p {
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 15px;
  color: #414A52
}
h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 68px
}
h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 40px
}
h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #8A9097
}
h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 7px 0 65px 60px;
  text-transform: uppercase
}
h4:after {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  content: '';
  background-color: #7AE2DE
}
h5 {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  color: #414A52
}
.bold-italic {
  font-weight: 600;
  font-style: italic
}
.btn.primary {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #7AE2DE;
  padding: 20px;
  text-decoration: none;
  line-height: 1
}
.btn.primary:hover {
  background-color: #71D5D2
}
.btn.secondary {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7AE2DE;
  border: 2px solid #7AE2DE;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 1
}
.btn.secondary:hover {
  color: #fff;
  background-color: #71D5D2;
  border-color: #71D5D2
}
.btn.secondary:focus {
  color: #fff;
  background-color: #7AE2DE;
  border-color: #7AE2DE
}
.btn.secondary-white {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  border: 2px solid #fff;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 1
}
.btn.secondary-white:hover {
  color: #7AE2DE;
  background-color: #fff;
  border-color: #fff
}
.btn.secondary-white:focus {
  color: #7AE2DE;
  background-color: #fff;
  border-color: #fff
}
.view-more {
  margin-top: 70px
}
a.text-link {
  color: #fff;
  margin-left: 30px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase
}
a.text-link:focus {
  color: #fff
}
a.text-link:after {
  font-family: FontAwesome;
  content: "\f105";
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms
}
a.text-link:hover {
  color: #fff
}
a.text-link:hover:after {
  opacity: 1;
  margin-left: 10px
}
.has-padding {
  padding: 85px 0
}
.has-padding-t {
  padding: 85px 0 0
}
.has-padding-end {
  padding: 85px 0 170px
}
.has-padding-tall {
  padding: 160px 0
}
.footer-bg {
  background-color: #000000
}
.is-centered {
  text-align: center
}
body {
  overflow-x: hidden
}
html, body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #414A52;
  -webkit-text-size-adjust: 100%
}
.group:after {
  display: table;
  clear: both;
  content: ''
}
.no-padding {
  padding: 0
}
.no-margin {
  margin: 0
}
a {
  color: #7AE2DE
}
a:hover {
  text-decoration: none;
  color: #71D5D2
}
ul, ol {
  margin: 0;
  padding: 0
}
ul li {
  list-style: none
}
input, textarea {
  outline: none
}
.wide {
  width: auto;
  max-height: 100%
}
.tall {
  max-width: 100%;
  height: auto
}
.bold {
  font-weight: 600
}
.italic {
  font-style: italic
}
.has-top-margin {
  margin-top: 50px
}
.carousel-cell {
  display: table;
  width: 100%;
  height: calc(100vh - 73px);
  margin-right: 10px;
  background-size: cover;
  background-image: url(../img/main-img.jpg)
}
.flickity-prev-next-button {
  display: none
}
.flickity-page-dots {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
  text-align: center
}
.flickity-page-dots .dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px 20px;
  opacity: 1;
  border: 2px solid white;
  background: transparent
}
.flickity-page-dots .dot.is-selected {
  background: white
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .fadeIn {
  visibility: visible
}
.header-nav-wrapper {
  position: relative;
  background-color: #fff
}
.header-nav-wrapper .logo {
  display: inline-block;
  width: 174px;
  padding: 10px 0 10px 34px;
  text-align: center;
}
.header-nav-wrapper .logo img {
  width: 100%
}
.header-nav-wrapper .primary-nav-wrapper {
  float: right;
  -webkit-transition: all 300ms;
  transition: all 300ms
}
.header-nav-wrapper nav {
  display: inline-block;
  margin-right: 3px;
  padding: 20px 0
}
.header-nav-wrapper nav ul {
  display: inline-block
}
.header-nav-wrapper nav ul li {
  font-size: 13px;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: solid 1px #E5E7E9
}
.header-nav-wrapper nav ul li:last-child {
  border-right: none
}
.header-nav-wrapper nav ul li a {
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  color: #414A52
}
.header-nav-wrapper nav ul li a:hover {
  color: #7AE2DE
}
.header-nav-wrapper nav ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7AE2DE
}
.header-nav-wrapper nav ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
.header-nav-wrapper .is-visible {
  visibility: visible;
  opacity: 1
}
.primary-nav-wrapper.open {
  visibility: visible;
  opacity: 1
}
.nav-toggle {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  padding: 21px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.nav-toggle:focus {
  outline: none
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  background: #7b797a; /*#595758;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}
.nav-toggle span:before {
  top: -10px
}
.nav-toggle span:after {
  bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.nav-toggle.active span {
  background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg)
}
.navicon {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 24px;
  height: 26px;
  padding: 37px 37px 36px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.fixed {
  position: fixed;
  z-index: 999
}
header.header-container {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 73px);
  max-height: 760px
}
header.header-container .header-txt {
  display: table-cell;
  vertical-align: bottom
}
header.header-container h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px
}
header.header-container h1 span {
  display: block;
  font-size: 21px
}
.scroller {
  margin-bottom: 10px
}
.scroller a {
  color: #fff
}
.scroller img {
  padding-bottom: 5px;
}
.business h2, .examples h2 {
  margin-bottom: 75px
}
h2 span {
  display: block;
  font-size: 20px
}
.business article {
  margin-bottom: 30px
}
.business-navi {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer
}
.business-navi-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
.business-navi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.business-navi-title {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15.6% 7%
}
.business-navi-title h3 {
  color: #fff;
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-weight: 600;
  margin-top: 4.5px
}
.rows {
  padding-top: 12.25px
}
.business-navi-btn {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  padding-bottom: 0;
  margin: 9.5px 0 0
}
.resetting {
  padding: 6.3% 5%
}
.resetting-rb {
  padding: 28.6% 7% 2.6%
}
.resetting h3 {
  min-height: 25px;
}
.resetting .business-navi-btn {
  line-height: 25px;
  padding-bottom: 0;
  margin: 0
}
.business-navi-btn a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff
}
.business-navi-btn a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.business-navi-btn a:hover::after {
  width: 100%
}
.upscale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.business article h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0
}
footer p {
  font-size: 14px;
  color: #fff
}
footer ul li {
  font-size: 14px;
  color: #fff
}
footer ul li i {
  margin-right: 5px
}
footer ul li a {
  color: #fff
}
footer ul li a:hover {
  color: #7AE2DE
}
footer .footer-branding {
  margin-bottom: 40px
}
footer .footer-branding p {
  line-height: 15px;
  padding-bottom: 0
}
footer .footer-branding ul {
  margin-top: 7px;
  line-height: 35px
}
.footer-branding img {width: 30%;}
footer .footer-branding .footer-branding-logo {
  margin-bottom: 10px
}
footer .footer-nav {
  padding-top: 40px;
  /*border-top: solid 1px rgba(255, 255, 255, 0.15)*/
}
footer .footer-nav ul.footer-primary-nav {
  /*display: inline-block;*/
  margin-bottom: 30px
}
footer .footer-nav ul.footer-primary-nav li {
  display: inline-block;
  margin-right: 50px
}
footer .footer-nav ul.footer-primary-nav li:last-child {
  margin-right: 0
}
footer .footer-nav ul.footer-share {
  display: inline-block;
  float: right
}
footer .footer-nav ul.footer-share>li {
  display: inline-block;
  margin-right: 50px
}
footer .footer-nav ul.footer-share>li:last-child {
  margin-right: 0
}
footer ul.footer-secondary-nav {
  margin-top: 80px
}
footer .footer-nav ul.footer-secondary-nav li {
  color: #8A9097
}
.share-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(50, 57, 74, 0.31);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.share-dropdown:after {
  position: absolute;
  top: 100%;
  left: 75%;
  width: 0;
  height: 0;
  margin-left: -5px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  box-shadow: 0 0 20px 0 rgba(50, 57, 74, 0.31)
}
.share-dropdown ul li {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-right: solid 1px #E5E7E9
}
.share-dropdown ul li:last-child {
  padding: none;
  border-right: none
}
.share-dropdown ul li a {
  color: #8A9097
}
.share-dropdown ul li a.share-twitter:hover {
  color: #00aced
}
.share-dropdown ul li a.share-facebook:hover {
  color: #4a6ea9
}
.share-dropdown ul li a.share-linkedin:hover {
  color: #007ab9
}
.share-dropdown ul li i {
  margin: 0
}
.is-open {
  top: -20px;
  opacity: 1
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none
}
.arrow_u:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg)
}
@media screen and (max-width: 1419px) {
  .primary-nav-wrapper {
    width: 82%
  }
  .header-nav-wrapper nav {
    padding: 4px 0
  }
}
@media screen and (max-width: 1322px) {
  header.header-container h1 {
    margin-bottom: 5px
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-wrapper nav {
    margin-right: 10px
  }
  .header-nav-wrapper .logo {
    width: 174px
  }
}
@media screen and (max-width: 1024px) {
  .carousel-cell {
    background: url(../img/main-img-tab.jpg) no-repeat;
    background-size: cover
  }
  .has-padding {
    padding: 85px 0 0
  }
  .primary-nav-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #414A52
  }
  .navicon {
    visibility: visible
  }
  .header-nav-wrapper nav {
    width: 100%;
    padding: 100px 0 0;
    text-align: center
  }
  .header-nav-wrapper nav ul {
    display: block
  }
  .header-nav-wrapper nav ul li {
    font-size: 21px;
    display: block;
    padding: 10px 20px;
    border-right: none
  }
  .header-nav-wrapper nav ul li a {
    display: block;
    padding-bottom: 30px;
    color: #fff
  }
  .header-nav-wrapper nav ul li a:before {
    display: none
  }
}
@media screen and (max-width: 991px) {
  .business article.crew-member {
    width: 100%;
    margin-bottom: 30px
  }
  .latest-articles article.standard-article {
    margin-top: 20px
  }
  h4 {
    margin-left: 0
  }
  footer .footer-nav ul.footer-primary-nav li {
    margin-right: 40px
  }
  .latest-articles article {
    margin-top: 50px
  }
}
@media screen and (max-width: 768px) {
  footer .footer-branding {
    margin-bottom: 20px
  }
  .footer-branding img {width: 50%;}
  footer .footer-nav {
    padding-top: 0;
    /*border-top: solid 1px rgba(255, 255, 255, 0.15)*/
  }
  footer .footer-nav ul.footer-primary-nav {
    display: block;
    margin-bottom: 0
  }
  footer .footer-nav ul.footer-primary-nav li {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
  }
  footer ul li a {
    display: block
  }
  footer .footer-nav ul.footer-share {
    display: block;
    float: none
  }
  footer ul.footer-secondary-nav {
    margin-top: 80px
  }
  footer ul.footer-secondary-nav li a {
    margin-top: 10px
  }
  footer .footer-nav ul.footer-share>li {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
  }
  .share-dropdown {
    top: auto;
    right: auto;
    bottom: 120px;
    left: 15px
  }
  .share-dropdown:after {
    left: 20%
  }
  .flickity-page-dots {
    line-height: 1;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
    text-align: center
  }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    opacity: 1;
    border: 2px solid white;
    background: transparent
  }
}
@media screen and (max-width: 640px) {
  header.header-container {
    height: auto
  }
  .carousel-cell {
    background: url(../img/main-img-sp.jpg) no-repeat;
    background-size: cover;
    height: 100%
  }
  header.header-container h1 {
    font-size: 18px;
    line-height: 25px;
    padding-top: 65%
  }
  header.header-container h1 span {
    font-size: 13px
  }
  .scroller {
    display: none
  }
  .header-nav-wrapper nav ul li {
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    border-right: none
  }
  .header-nav-wrapper nav ul li a {
    display: block;
    padding-bottom: 10px;
    color: #fff
  }
  .footer-branding img {width: 70%; padding-top: 20px;}
  .has-padding {
    padding: 12px 0 0
  }
  .has-padding-t {
    padding: 12px 0 0
  }
  .has-padding-end {
    padding: 12px 0 24px
  }
  .has-padding-tall {
    padding: 80px 0
  }
  .business h2, .examples h2 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 25px
  }
  .business h2 span, .examples h2 sapn {
    font-size: 13px
  }
  .view-more {
    margin: 40px 0
  }
  .no-display{display:none}
}
@media (orientation: landscape) and (max-width: 1024px) {
  /* 横向きの場合のスタイル */
  .carousel-cell {
    background-image: url(../img/main-img.jpg)
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  /* 横向きの場合のスタイル */
  .carousel-cell {
    background-image: url(../img/main-img.jpg)
  }
  header.header-container h1 {
    font-size: 18px;
    line-height: 25px;
    /*padding-top: 65%*/
  }
  header.header-container h1 span {
    font-size: 13px
  }
  .scroller {
    display: none;
  }
  .column-xs-2 {
    width: 50%
  }
  .column-xs-3 {
    width: 33.33333333%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .header-nav-wrapper .logo {
    padding-left:10px
  }
  .sort h5 {
    display: block
  }
}