header {
  height: 110px;
  border-bottom: solid thin black; }
  header div {
    position: relative; }
    header div .headerLogo {
      display: block;
      width: 130px;
      position: absolute;
      bottom: 15px;
      left: 0px; }

header {
  border-bottom: none; }

#slideWrapperPC {
  width: 1300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative; }
  #slideWrapperPC .logo {
    position: absolute;
    top: 200px;
    left: -100px;
    width: 400px; }
  #slideWrapperPC p {
    position: absolute;
    top: 370px;
    left: -50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 2; }
  #slideWrapperPC .scroll {
    width: 80px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
  #slideWrapperPC .blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate; }
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#slideWrapperSP {
  display: none; }

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  width: 1220px !important;
  margin-left: auto !important; }

.bxslider li img {
  width: 1300px !important;
  height: auto !important; }

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 20px; }

#concept {
  height: auto;
  padding: 75px 0;
  background-color: rgba(201, 189, 166, 0.2);
  /*
  .detailBtn {
  	width: 140px;
  	height: 35px;
  	border: solid thin black;
  	font-size: 13px;
  	@include boxCenter;
  	margin-top: 50px;
  }
  
  	
  .detailBtn a {
  	display: block;
  	width: 100%;
  	height: 100%;
  	padding: 5px;
  	font-weight: bold;
  }
  
  .detailBtn a:hover {
  	background: $black;
  	color: white;
  }*/ }
  #concept h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #concept h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  #concept p {
    text-align: center;
    line-height: 2; }
  #concept .detailBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    margin-top: 50px; }
  #concept .detailBtn::before,
  #concept .detailBtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  #concept .detailBtn,
  #concept .detailBtn::before,
  #concept .detailBtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #concept .detailBtn {
    position: relative;
    z-index: 2;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    line-height: 50px; }
  #concept .detailBtn a {
    color: white; }
  #concept .detailBtn:hover {
    background-color: #fff;
    border-color: #333;
    color: #333; }
    #concept .detailBtn:hover a {
      color: #333; }
  #concept .detailBtn::before,
  #concept .detailBtn::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #333; }
  #concept .detailBtn::before {
    right: 0; }
  #concept .detailBtn::after {
    left: 0; }
  #concept .detailBtn:hover::before,
  #concept .detailBtn:hover::after {
    width: 0;
    background-color: #333; }

#news {
  height: auto;
  padding: 75px 0;
  text-align: center; }
  #news h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #news h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #e26396; }
  #news ul {
    display: inline-block; }
    #news ul li {
      margin-bottom: 10px;
      text-align: left; }
    #news ul a {
      display: block;
      width: 100%;
      height: auto;
      cursor: pointer; }
    #news ul a:hover {
      opacity: 0.5; }
    #news ul dt, #news ul dd {
      display: inline-block;
      font-size: 15px;
      vertical-align: top; }
    #news ul dt:after {
      content: "|";
      margin-left: 15px; }
    #news ul dd {
      margin-left: 10px; }

#service {
  height: auto;
  padding: 75px 0;
  background-color: rgba(201, 189, 166, 0.2); }
  #service h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #service h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  #service p.outline {
    text-align: center;
    margin-bottom: 80px;
    line-height: 2; }
  #service ul {
    width: 1020px;
    height: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #service li {
    position: absolute;
    height: auto;
    width: auto;
    height: auto;
    /*		a {
    			display: block;
    			color: white;
    			padding: 10px 0 10px 0;
    			text-align: center;
    			font-size: 18px;
    			font-weight: bold;
    			background: $black;
    			border-radius: 5px;
    
    		}
    		
    		a:hover {
    			opacity: 0.5;
    		}*/ }
    #service li img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 45px;
      mix-blend-mode: multiply; }
    #service li dt {
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 150px; }
    #service li .button {
      display: inline-block;
      width: 150px;
      height: 54px;
      text-align: center;
      text-decoration: none;
      line-height: 54px;
      outline: none;
      border-radius: 5px; }
    #service li .button::before,
    #service li .button::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: ''; }
    #service li .button,
    #service li .button::before,
    #service li .button::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s; }
    #service li .button {
      background-color: #333;
      border: 1px solid #333;
      color: #fff;
      line-height: 50px; }
    #service li .button:hover {
      background-color: #fff;
      border-color: #333;
      color: #333; }
    #service li dd {
      font-size: 15px;
      text-align: center; }
  #service li:nth-of-type(1) {
    left: 50px; }
    #service li:nth-of-type(1) img {
      width: 100px; }
  #service li:nth-of-type(2) {
    left: 550px;
    top: 5px; }
    #service li:nth-of-type(2) img {
      width: 120px; }
  #service li:nth-of-type(3) {
    left: 0px;
    top: 500px; }
    #service li:nth-of-type(3) img {
      width: 120px;
      padding-left: 20px;
      box-sizing: content-box; }
  #service li:nth-of-type(4) {
    left: 400px;
    top: 485px; }
    #service li:nth-of-type(4) img {
      width: 120px; }
  #service li:nth-of-type(5) {
    right: 100px;
    top: 520px; }
    #service li:nth-of-type(5) img {
      width: 130px;
      margin-bottom: 48px; }

#works {
  height: auto;
  padding: 75px 0; }
  #works h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0; }
  #works h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  #works ul {
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between; }
    #works ul li {
      width: 230px; }
      #works ul li a {
        margin: 0 auto;
        overflow: hidden;
        width: 230px;
        display: block; }
      #works ul li img {
        width: 230px;
        transition: 0.3s all; }
      #works ul li img:hover {
        transform: scale(1.2, 1.2);
        transition: 0.3s all; }
      #works ul li .caption {
        width: 125px;
        border: solid thin black;
        text-align: center;
        padding: 3px 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; }

#blog {
  height: auto;
  padding: 75px 0;
  background-color: rgba(201, 189, 166, 0.2); }
  #blog h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0; }
  #blog h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  #blog li {
    	/*
    	a {
    		display: block;
    		width: 275px;
    		height: auto;
    		@include boxCenter;
    	}
    	
    	a:hover {
    	opacity: 0.5;
    }*/ }
  #blog a {
    margin: 0 auto;
    overflow: hidden;
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #blog img {
    width: 350px;
    margin-bottom: 30px;
    transition: 0.3s all; }
  #blog img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.3s all; }
  #blog p {
    text-align: center; }

br.sp {
  display: none; }

@media (max-width: 768px) {
  #slideWrapperPC {
    display: none; }

  #slideWrapperSP {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    position: relative;
    margin-top: 0px; }
    #slideWrapperSP .logo {
      position: static;
      width: 60%;
      margin: 50px 0 0 30px; }
    #slideWrapperSP p {
      position: static;
      display: block;
      margin-left: 30px;
      font-weight: bold;
      width: 90%;
      margin-top: 30px;
      font-size: 14px;
      line-height: 2; }
    #slideWrapperSP .scroll {
      display: none;
      width: 80px;
      position: static;
      bottom: 30px;
      left: 50%;
      transform: translate(0); }
    #slideWrapperSP .bxslider img {
      width: 100% !important;
      height: auto !important; }

  .bx-wrapper {
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin-left: auto !important; }

  .bx-wrapper .bx-controls-auto,
  .bx-wrapper .bx-pager {
    display: none;
    bottom: 20px; }

  #concept {
    height: auto;
    padding: 50px 0;
    background-color: rgba(201, 189, 166, 0.2); }
    #concept h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    #concept h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    #concept p {
      text-align: center;
      line-height: 2;
      font-size: 13px; }
    #concept .detailBtn {
      width: 140px;
      height: 50px;
      border: solid thin black;
      font-size: 13px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px; }

  #news {
    height: auto;
    padding: 75px 0;
    text-align: center; }
    #news h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    #news h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      color: #e26396; }
    #news ul {
      display: inline-block; }
      #news ul li {
        margin-bottom: 10px; }
      #news ul a {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer; }
      #news ul a:hover {
        opacity: 0.5; }
      #news ul dt, #news ul dd {
        display: inline-block;
        font-size: 13px; }
      #news ul dt:after {
        content: "|";
        margin-left: 15px; }
      #news ul dd {
        margin-left: 10px; }
      #news ul dd.topic {
        width: 200px;
        overflow: hidden; }

  #service {
    height: auto;
    padding: 50px 0; }
    #service h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    #service h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
    #service p.outline {
      text-align: center;
      margin-bottom: 80px;
      line-height: 2;
      font-size: 13px; }
    #service ul {
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    #service li {
      position: static;
      height: auto;
      width: auto;
      height: auto;
      margin-bottom: 70px; }
      #service li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; }
      #service li dt {
        font-size: 18px;
        margin-bottom: 20px;
        color: white; }
      #service li dd {
        font-size: 13px;
        text-align: center; }
    #service li:nth-of-type(1) {
      left: 50px; }
      #service li:nth-of-type(1) img {
        width: 100px; }
    #service li:nth-of-type(2) {
      left: 550px;
      top: 5px; }
      #service li:nth-of-type(2) img {
        width: 120px; }
    #service li:nth-of-type(3) {
      left: 0px;
      top: 500px; }
      #service li:nth-of-type(3) img {
        width: 120px;
        padding-left: 20px;
        box-sizing: content-box; }
    #service li:nth-of-type(4) {
      left: 400px;
      top: 485px; }
      #service li:nth-of-type(4) img {
        width: 120px; }
    #service li:nth-of-type(5) {
      right: 100px;
      top: 520px; }
      #service li:nth-of-type(5) img {
        width: 130px;
        margin-bottom: 48px; }

  #works {
    height: auto;
    padding: 50px 0; }
    #works h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      letter-spacing: 0; }
    #works h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
    #works ul {
      display: block;
      width: 100%; }
      #works ul li {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px; }
        #works ul li img {
          width: 230px;
          background: yellow;
          margin-bottom: 20px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
        #works ul li img:hover {
          opacity: 0.5; }
        #works ul li .caption {
          width: 125px;
          border: solid thin black;
          text-align: center;
          padding: 3px 0;
          display: block;
          margin-left: auto;
          margin-right: auto; }

  #blog {
    height: auto;
    padding: 50px 0; }
    #blog h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      letter-spacing: 0; }
    #blog h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
    #blog img {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
    #blog img:hover {
      opacity: 0.5; }
    #blog p {
      text-align: center;
      font-size: 13px; }

  br.sp {
    display: block; } }
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }

.fade_on {
  opacity: 1; }
