@charset "UTF-8";
/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
    font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
/* ヘッダーデザイン */
header {
    position: relative;
    max-width: 960px;
    height: 240px;
    margin: 0 auto;
}
@media (max-width: 1080px){
  header {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  header {
      max-width: 628px;
  }
}
header h1 {
    position: absolute;
    top: 85px;
    left: 0;
}
header h1 img {
    width: auto;
    height: 48px;
}
@media (max-width: 680px){
  header h1 {
      position: absolute;
      top: 18px;
      left: 10px;
  }
  header h1 img {
      height: 28px;
  }
}

nav {
    position: absolute;
    bottom: 30px;
    right: 0;
}
nav li {
    margin-left: 50px;
    display: inline;
    float: none;
    border-bottom: none;
    text-align: right;
}
nav ul li a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: .3s;
}
.cf li a:hover {
  color: #13c3ac;
}
.cf {
    zoom: 1;
}
/* header-sp */
@media (max-width: 680px){
  header {
    margin-bottom: 0px;
    height: 190px;
}
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }

  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .cf:after {
    clear: both;
}
}

/* メインヴィジュアル */
.mainVisual{
  width: auto;
height: 45vh;
margin-bottom: 80px;
background-image: url(../images/FV-top.png);
background-position: center center;
background-size: cover;
background-color: #464646;
}
.mainVisual-sp{
  display: none;
}
@media (max-width: 820px){
  .mainVisual{
    width: auto;
  height: 28vh;
  margin-bottom: 80px;
  background-image: url(../images/FV-top.png);
  background-position: center center;
  background-size: cover;
  background-color: #464646;
  }

}
@media (max-width: 680px){
  .mainVisual{
    display: none;
  }
  .mainVisual-sp{
    display: block;
  }
}
.mainVisual-sp{
  width: auto;
height: 66vh;
margin-bottom: 80px;
background-image: url(../images/FV-top-sp.png);
background-position: center center;
background-size: cover;
background-color: #FFF;
}
/* service */
#service {
    width: 920px;
    margin: 0 auto 130px auto;
    padding: 0;
}
@media (max-width: 1080px){
  #service {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  #service {
      max-width: 628px;
  }
}
@media (max-width: 620px){
  #service {
      max-width: 328px;
  }
}

.main h2.ttl {
  margin-bottom: 65px;
  font-size: 42px;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
}
@media (max-width: 680px){

}

#service .front{
    float: left;
    width: 280px;
    height: auto;
    margin-right: 40px;
    text-align: justify;
}
@media (max-width: 1080px){
  #service .front{
      width: 210px;
  }
}
@media (max-width: 820px){
  #service .front{
      width: 184px;
  }
  #service .front p{
      font-size: 12px;
  }
}
@media (max-width: 680px){
  #service .front{
      float: none;
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3em;
      padding: 0 0;
      text-align: justify;
  }
}

#service section .last {
    margin-right: 0;
    float: left;
    width: 280px;
    height: auto;
    margin-right: 40px;
    text-align: justify;
}
@media (max-width: 1080px){
  #service section .last{
      width: 210px;
  }
}
@media (max-width: 820px){
  #service section .last{
      width: 184px;
    }
    #service .last p{
        font-size: 12px;
    }
  }
  @media (max-width: 680px){
    #service .last{
        float: none;
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em;
        padding: 0 0;
        text-align: justify;
    }
  }


.main h3.ttl {
    font-size: 23px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.0;
    color: #505050;
    font-weight: 100;
}
.main p.ttl {
  margin-bottom: 45px;
font-size: 14px;
letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #a5a5a5;
}
#service section .icon {
    margin-bottom: 40px;
    text-align: center;
}
#service section .icon img {
    width: 90px;
    height: 92px;
}
@media (max-width: 760px){
  #sevice {
      max-width: 620px;
      margin: 0 5% 130px 5%;
      padding: 0;
  }
}

/* works */
#works {
    width: 920px;
    margin: 0 auto 84px auto;
    padding: 0;
}
@media (max-width: 1080px){
  #works {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  #works {
      max-width: 600px;
  }
}
@media (max-width: 680px){
  #works {
    max-width: 300px;
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
@media (max-width: 620px){
  #works {
      max-width: 300px;
  }
}

#works .front {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    margin-right: 35px;
    margin-bottom: 60px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
@media (max-width: 1080px){
  #works .front {
      width: 205px;
  }
}
@media (max-width: 820px){
  #works .front {
      width: 174px;
  }
}
@media (max-width: 680px){
  #works .front {
      box-sizing: border-box;
      display: inline-block;
      width: 300px;
      margin-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      vertical-align: top;
  }
}

#works .last {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    /* margin-right: 40px; */
    margin-bottom: 60px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
@media (max-width: 1080px){
  #works .last  {
      width: 205px;
  }
}
@media (max-width: 820px){
  #works .last {
      width: 174px;
  }
}
@media (max-width: 680px){
  #works .last {
    box-sizing: border-box;
    display: inline-block;
    width: 300px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }
}
/* blog */
#blog {
    width: 920px;
    margin: 0 auto 20px auto;
    padding: 0;
}
@media (max-width: 1080px){
  #blog  {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  #blog  {
      max-width: 600px;
  }
}
@media (max-width: 680px){
  #blog {
      max-width: 300px;
      margin-bottom: 60px;
      padding: 0 30px;
  }
}
#blog .front {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    margin-right: 35px;
    margin-bottom: 60px;
    vertical-align: top;
}

@media (max-width: 1080px){
  #blog .front {
      width: 205px;
  }
}
@media (max-width: 820px){
  #blog .front  {
      width: 174px;
  }
}
@media (max-width: 680px){
  #blog .front  {
    box-sizing: border-box;
  display: inline-block;
  width: 300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  }
}
#blog .last {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    /* margin-right: 40px; */
    margin-bottom: 60px;
    vertical-align: top;
}
@media (max-width: 1080px){
  #blog .last  {
      width: 205px;
  }
}
@media (max-width: 820px){
  #blog .last  {
      width: 174px;
  }
}
@media (max-width: 680px){
  #blog .last  {
    box-sizing: border-box;
  display: inline-block;
  width: 300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  }
}

.blog-text{
  margin-top: 1em;
}
@media (max-width: 820px){
  .blog-text{
      font-size: 12px;
  }
}
/* copyright */
.copyright{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  .copyright{
    width: 700px;
  }
}
@media (max-width: 820px){
  .copyright{
    width: 600px;
  }
}
#copyright {
  font-size: 12px;
    float: right;
    width: 40%;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: right;
}
#copyright-sp {
  display: none;
}
@media (max-width: 680px){
  #copyright-sp {
    display: block;
    font-size: 12px;
      width: auto;
      margin-top: 22px;
      margin-bottom: 20px;
      text-align: center;
  }
  #copyright{
    display: none;
  }
}

/* scroll */
.scroll a {
  display: block;
  width: 24px;
  margin: 0 auto 20px auto;
  padding: 8px 20px;
    scroll-behavior: smooth;
    transition: all 0.3s;
    text-transform: uppercase;
}
.scroll{
  text-align: center;
}
html { scroll-behavior: smooth;}


/* footer */
#footer{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  #footer{
    width: 700px;
  }
}
@media (max-width: 820px){
  #footer{
    width: 600px;
  }
}
.footer {
    position: relative;
    float: left;
    width: 60%;
    margin: 60px 0 0 0px;
    zoom: 1;
}
nav.footer a {
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
nav.footer li a:hover {
  color: #13c3ac;
}
nav.footer li {
    margin: 0 40px 0 0;
}
/* footer-sp */
@media (max-width: 680px){
  .footer {
      position: relative;
      float: none;
      width: auto;
      margin: auto;
      zoom: 1;
      margin-top: 4em;
  }
  #footer{
    width: auto;
  }
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }
  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav.footer li {
      margin: 0;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .footer:after {
    clear: both;
  }
}
