﻿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}
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%
}
body {overflow-x: hidden}
body.active {
  height: 100%;
  overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block}

ol, ul {list-style: none; margin: 0; padding: 0}
ul li {list-style: none}
ul.follow-nav li img {width:90px}

table {border-collapse: collapse; border-spacing: 0}
th, td {text-align: left; font-weight: normal; vertical-align: middle}

a img {border: none}
a img.h-opacity{
opacity:1.0;
-moz-opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.h-opacity{
opacity:0.6;
-moz-opacity:0.6;
filter: alpha(opacity=60);
}

p {font-size: 16px; 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}
h2 span {display: block; font-size: 18px}
h3 {font-size: 20px; line-height: 32px; margin-bottom: 20px; color: #8a9097}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .fadeIn {
  visibility: visible
}

.bold-italic {font-weight: 600; font-style: italic}

.view-more {margin-top: 70px}

.has-padding-t {padding: 85px 0 0}
.has-padding-end {padding: 85px 0 170px}

.footer-bg {background-color: #000000}
.is-centered {text-align: center}
.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}

.character-spacing_s {margin-top: 40px}
.character-spacing_l {margin-top: 80px}
.character-spacing_bs {margin-bottom: 40px}
.character-spacing_stb {margin-top: 40px; margin-bottom: 40px}
.wide {width: auto; max-height: 100%}
.tall {max-width: 100%; height: auto}
.bold {font-weight: 600}

/*header*/
.header-nav-wrapper {
  position: relative;
  background-color: #fff
}

/* 2023.4.30更新 */
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 2023.4.30更新 */

/*header logo*/
.header-nav-wrapper .logo {
  display: inline-block;
  width: 210px;
  padding: 10px 0 10px 34px;
  text-align: center;
}
.header-nav-wrapper .logo img {
  width: 100%
}

/* 2023.4.30更新 */
.header-nav .logo {
  flex-basis: 15%;
  text-align: center;
}
/* 2023.4.30更新 */

/*header navi*/
.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: 18px 0
}
*/
.header-nav-wrapper nav ul {
  display: inline-block
}
.header-nav-wrapper nav ul li {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: none;
  /*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
}


/* 2023.4.30更新 */
.header-nav .primary-nav {
  flex-basis: 55%;
  text-align: center;
}
.header-nav .secondary-nav {
  flex-basis: 23%;
  text-align: center;
}
.header-nav .primary-nav ul, .header-nav .secondary-nav ul {
  display: flex;
  justify-content: space-between;
}
.header-nav ul.primary-nav li {
  flex-basis: calc(20% - 10px);
  text-align: center;
  padding: 10px;
}
ul.secondary-nav li.navi-reserve i {color: #63af43;}
ul.secondary-nav li.navi-mobile i {color: #f7ab00;}
ul.secondary-nav li.navi-inquiry i {color: #5212f8;}
ul.secondary-nav li.navi-phone i {color: #dc5555;}
.header-nav ul.secondary-nav li {
  flex-basis: calc(30% - 2px);
  text-align: center;
  padding: 10px;
}
ul.secondary-nav li a {
  color: #000;
}
ul.secondary-nav li a i {
  font-size: 34px;
}
ul.secondary-nav li a span {
  display: block;
  font-size: 13px;
  padding-top: 8px;
}
.footer-secondary-nav{display: none;}
/* 2023.4.30更新 */


/*header navi toggle*/
.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
}

/*header follow navi*/
.header-nav-wrapper .follow-nav {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
.header-nav-wrapper .follow-nav a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-nav-wrapper .follow-nav a:hover {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .7;
}
.header-nav-wrapper .follow-nav li {
  margin-bottom: 10px;
}
/*
.navi-reserve a, .navi-inquiry a, .navi-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 7px 14px;
}
.navi-reserve a span, .navi-inquiry a span, .navi-phone a span {
  padding: 0 10px;
}
.navi-reserve a {
  background: #63af43;
}

.navi-inquiry a {
  background: #5212f8;
}
.navi-phone a {
  background: #dc5555;
}
*/

.fixed {
  position: fixed;
  z-index: 999
}

/*header contents*/
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;
  margin-bottom: 90px
}
header.header-container h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px
}

#header-nav-wrapper.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
  z-index: 999;
  width: 100%;
  opacity: 0.8;
}

/*carousel*/
.carousel-cell {
  display: flex;
  width: 100%;
  height: calc(100vh - 73px);
  margin-right: 10px;
  background-size: cover;
  /*background-position: center center;*/
  background-image: url(../images/index/index_topimg_2.jpg);
  justify-content: center;
  align-items: end
}
/*.carousel_logo {padding-bottom: 160px;}*/
.carousel_logo img {width: 664px;}
.carousel_logo span {display: block; text-align: right; padding-top:9px; padding-right:190px; font-style: italic; font-size:18px; color: #fff}

/*scroller*/
.scroller {margin-bottom: 30px}
.scroller a {color: #fff}
.scroller img {padding-bottom: 5px;}

.concept{background: #a6ffe1}
.concept p{color: #000}


.business article {
  margin-bottom: 30px
}
.business h2 {
  margin-bottom: 75px
}
.business article h3 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0
}

/*related business*/
.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
}

/*service*/
.top-service {background: #000}
.top-service h3, .top-service p {color:#fff}
.top-service img {width: 100%}
.service_description {
  margin-top: 10px;
  padding: 12px 5%;
  font-size: 16px;
  line-height: 22px;
  min-height: 138px
}

.sg-logo {padding-top: 40px}

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: 20px
}
.footer-branding img {width: 60%;}
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)
}

.top_service_btn {
  display: block;
  position: relative;
  width: 160px;
  padding: 0.1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  border:1px solid #fff;
  border-radius: 30px;
  margin: 10px auto;
}
.top_service_btn:hover {
  background: #1B1B1B;
  color: #fff;
   cursor: pointer;
  text-decoration: none;
}

/*news*/
.newslist {
  width: 100%;
  margin-top: 10px;
}
.newslist li {
  border-bottom: 1px solid #000000;
  font-size: 14px;
}
.newslist li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 20px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.newslist li a:hover p.article_txt {
  text-decoration: none;
  color: #e0690d;
  font-weight: 500
}
.newslist li div {
  padding-bottom: 10px;
  width: 204px;
}
.newslist li p {
  vertical-align: middle;
  color: #000;
}
.newslist li time {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
}
.newslist li .cat01, .newslist li .cat02 {
  background-color: #e0690d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.newslist li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}

.carousel ul.list-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
}
.carousel ul.list-container .list-item {
  display: inline-block;
  margin-right: 10px;
}
.carousel ul.list-container .list-item img {
  width: 50px;
  height: 50px;
}

.pc_hidden {display: block;}
.mobile_hidden {display: none;}

@media screen and (max-width: 1419px) {
  .primary-nav-wrapper {
    width: 82%;
  }

/*
  .header-nav-wrapper nav {
    padding: 4px 0;
    padding: 18px 0
  }
*/

}
@media screen and (max-width: 1322px) {
  header.header-container h1 {
    margin-bottom: 25px
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-wrapper nav {
    margin-right: 10px
  }
  .header-nav-wrapper .logo {
    width: 174px
  }
  .service_description {min-height: 178px;}
}
@media screen and (max-width: 1024px) {

  .pc_hidden {display: none;}
  .mobile_hidden {display: block;}

  .carousel-cell {
    background: url(../images/index/index-topimg-tab.jpg) no-repeat;
    background-size: cover;
    /*background-position: center center;*/
  }
  .secondary-nav {display: none;}
  .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 {display: block;}
  .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
  }
  .header-nav .primary-nav ul {
    display: block !important;
  }
  /*.carousel_logo {padding: 100px 0 230px}*/
  .carousel_logo img {width: 60%;}
  .carousel_logo span {padding-top:0px; padding-right:20px; font-style: italic; font-size:13px; color: #fff}
  ul.follow-nav li img {width:80px}
}
@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: 1024px) {
  footer ul.footer-secondary-nav {
    margin-top: 80px
  }
  footer ul.footer-secondary-nav li a {
    margin-top: 10px
  }
  .footer-secondary-nav {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .footer-secondary-nav ul {
    display: flex;
    justify-content: space-between;
  }
  ul.footer-secondary-nav li {
    flex-basis: calc(33.333%);
    text-align: center;
    padding: 10px;
  }
  ul.footer-secondary-nav li a {
    color: #fff;
  }
  ul.footer-secondary-nav li a i {
    font-size: 34px;
  }
  ul.footer-secondary-nav li a span {
    display: block;
    font-size: 13px;
    padding-top: 8px;
  }
  ul.footer-secondary-nav li.navi-reserve {
    background: #63af43;
  }
  ul.footer-secondary-nav li.navi-mobile {
    background: #f7ab00;
  }
  ul.footer-secondary-nav li.navi-inquiry {
    background: #5212f8;
  }
  ul.footer-secondary-nav li.navi-phone {
    background: #dc5555;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.footer-secondary-nav li a span.mobile_navi{display:none;}
}
@media screen and (max-width: 767px) {
  ul.footer-secondary-nav li a span.tablet_navi{display:none;}
}

@media screen and (max-width: 768px) {
  /*.service_description {min-height: auto;}*/
  footer .footer-branding {
    margin-bottom: 20px
  }
  .footer-branding img {width: 35%; padding-top: 20px; margin-top: -150px}
  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 .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
  }
  ul.follow-nav li img {width:60px}
  .carousel_logo {padding: 100px 0 0}
  .carousel_logo img {width: 60%;}
  .carousel_logo span {padding-top:0px; padding-right:20px; font-style: italic; font-size:13px; color: #fff}
  .carousel-cell {
    background: url(../images/index/index-topimg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%
  }
  .concept p {font-size: 13px; line-height: 20px}
  header.header-container h1 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 100px;
  }
  .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
  }
  .service_description {min-height: auto;}
  .sg-logo {width: 80%; padding-top: 0}
  .footer-branding img {width: 50%; padding-top: 20px; margin-top: -50px}
  .has-padding {
    padding: 12px 0 0
  }
  .has-padding-t {
    padding: 50px 0 0
  }
  .has-padding-end {
    padding: 12px 0 24px
  }
  .has-padding-tall {
    padding: 80px 0
  }
  .business h2, .examples h2 {
    margin-bottom: 25px;
    font-size: 20px;
    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(../images/index/index_topimg_2.jpg)
  }
  .carousel_logo {padding: 100px 0 90px}
}
@media (orientation: landscape) and (max-width: 768px) {
  /* 横向きの場合のスタイル */
  .carousel-cell {
    background-image: url(../images/index/index_topimg_2.jpg)
  }
  .carousel_logo {padding: 100px 0 30px}
  .carousel_logo img {width: 60%;}
  .carousel_logo span {padding-top:0px; padding-right:20px; font-style: italic; font-size:13px; color: #fff}
  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
  }
}
