@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

:root {
  /* 1remを10pxに変換 */
  font-size: 62.5%;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #E9EFF3;
}

#wrapper {
  width: 100%;
  /* height: auto; */
  /* position:relative; */
}

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  /* min-width: 1060px; */
}

header,
main {
  float: left;
}


/* header start */

header {
  position: fixed;
  z-index: 1000;
  top: 45px;
  left: 50px;
}

header > div {
  margin: 0 0 3rem 0;
}

header > div > a > img {
  width: 120px;
}

nav {
  font-family: amiri;
  font-size: 1.5rem;
  border-left: solid 1.2px #484244;
}


#header > nav > ul {
  margin: 0 0 0 1.5rem; 
}

#header > nav > ul > li {
  margin: 0 0 2rem 0;
  letter-spacing: .3rem;
}

#header > nav > ul > li >a {
  color: #484244;
}

#header > nav > ul > li > a:hover {
  color: #8babbc;
}



/* header end */

/* main start */

main {
  width: 90%;
  text-align: center;
  padding-bottom: 100px;
  margin: 0 0 0 0%;
}

.topcontents,
.secondary {
  /* width: 93%; */
  margin: 0 0 0 23%;
}

.companyname > p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .15rem;
  text-align: right;
  margin: 4rem -.2rem .8rem 0;
}

/* .syamei > a > img {
  width: 170px;
} */

.icon {
  text-align: right;
}

main > .topcontents > .icon > a > i {
  color: #484244;
  font-size: 1.6rem;
  margin: 0 0 0 1rem;
}

main > .topcontents > .icon > a > i:hover {
  color: #8babbc;
}

main > .topcontents > .logo > img {
  width: 20%;
  margin: 10% 0% 8% 0%;
  max-width: 260px;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #484244;
  text-align: center;
  letter-spacing: 1.6rem;
  line-height: 4rem;
  padding: 0 0 3% 0%;
} 

.h1_2line {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 3.5rem;
  letter-spacing: .14rem;
}

main > .topcontents > .scroll {
  margin: 15% 0 15% 0;
}

main > .topcontents > .scroll > p {
  margin: 1rem 0 0 0.2rem;
  font-size: 1.2rem;
  letter-spacing: .3rem;
}

/* works */

#works {
  margin-bottom: 10%;
}

h2 {
  font-size: 3rem;
  letter-spacing: .3rem;
  color: #484244;
  border-bottom: solid 1px #484244;
  padding-bottom: 2px;
  display: inline-block;
  margin: 5% 0 5% 0%;
}

.shop,
.sc,
#news {
  text-align: center;
  margin: 0 0 0 0%;
}

#news {
  margin-bottom: 8%;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: .3rem;
  text-align: left;
  padding: 0 0 2% 0%;
}

h3 a {
  color: #8babbc;
}

.photo {
  display: flex;
  margin: 0 0 3% 0%;
}

.photobox {
  position: relative;
  overflow: hidden;
  text-align: left;
  width: 100%;
  margin: 0 2% 2% 0;
}

.photobox img {
  width: 100%;
}

figcaption {
  position: absolute;
  top: -2px;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  padding-top: 65px;
  text-align: center;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
}

.photobox:hover figcaption {
  opacity: 1;
}

figcaption {
  font-size: .8vw;
  letter-spacing: .05vw;
  line-height: 1.5vw;
}

.readmore a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .2rem;
  color: #8babbc;
}

.readmore {
  margin: 3% 0 10% 0;
}

/* worksページトップ　start */

.tableofworks1,
.tableofworks2,
.tableofworks3 {
  margin: 0 0% 5% 5%;
}

/* #works > h3 {
  margin: 0 0 0% 18%;
  font-size: 1.5rem;
  color: #8babbc;
} */

.tableofworks1 > .shop_works > a,
.tableofworks2 > .sc_works > a,
.tableofworks3 > .others_works > a {
  color: #484244;
  border-bottom: solid 1px #484244;
  padding-bottom: 2px;
  display: inline-block;
}

.h3_works > .shop_works,
.h4_works > .shop_works,
.h5_works > .shop_works {
  /* margin-top: 5%; */
}

.h3_works > h3,
.h4_works > h3,
.h5_works > h3 {
  margin: 0 0 0% 5%;
}

.photo2 {
  display: flex;
  text-align: center;
  /* width: 93%; */
  margin: 0 0 0 5%;
}

.photo2 > img {
  width: 100%;
}


/* worksページトップ　end */

/* works 個別ページ　start */

.individualcontents p {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  margin: 5% 0 5% 5%;
  text-align: left;
}

.individualcontents img {
  width: 90%;
  text-align: left;
  margin: 0 0 2% 0;
}

.space {
  padding: 0 2%;
}

.individualcontents {
  margin: 0 0 10% 0;
}


/* works 個別ページ　end */



/* work end */

.top_h2 {
  padding: 7.5% 0 0 0;
}


/* news start */

/* #news > * {
  float: left;
  text-align: left;
} */

.date {
  float: left;
  width: 30%;
  text-align: left;
  margin: 0 3% 0 0;
  box-sizing: border-box;
}

.date img {
  width: 100%;
}

.date p {
  font-size: 1.2rem;
  padding: 3% 0 0 0;
}

.newscontents {
  float: right;
  text-align: left;
  width: 65%;
  box-sizing: border-box;
}

#newstop > #news > .newscontents img {
  width: 25%;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 3% 0 0;
}

#newstop > #news > .newscontents img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

h4 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #8babbc;
  padding: 1% 0 2% 0;
}

.newscontents > a {
  font-size: 1.3rem;
  letter-spacing: .1rem;
  line-height: 2.2rem;
  color: #484244;
}

.newscontents p {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
  margin: 0 0 2% 0;
}
/* 
.newscontents {
  margin: 0 0 3.5% 0;
} */

/* news end */

/* access start */

#accesstop {
  margin: 0 0 8% 0;
}

.accesscontents {
  font-size: 1.2rem;
  margin: 0 0 5% 0;
}

.accesscontents > address {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  margin: 0 0 1.5% 0;
}

.accesscontents > p {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  line-height: 2rem;
  margin: 0 0 1.5% 0;
}

.accesscontents > a {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  color: #484244;
}

.accesscontents > a:hover {
  color: #8babbc;
}

.accesscontents > img {
  margin: 3.5% 0;
} 

/* access end */

/* profile start */

#profile > * {
  float: left;
}

#profile {
  margin: 5% 0 10% 5%;
  /* min-width: 740px; */
}

#profiletop > p {
  font-size: 1.5rem;
  letter-spacing: .12rem;
  line-height: 3.2rem;;
  margin-bottom: 10%;
}

.companyoutline,
.businessoutline {
  width: 45%;
  text-align: left;
  /* min-width: 350px; */
}

/* .companyoutline {
  margin: 0 5% 0 0%;
} */

h5 {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  margin: 3% 0 8% 0;
  font-weight: bold;
}

.prof dt {
  float: left;
  display: block;
  width: 25%;
}

.prof dd {
  float: right;
  width: 75%;
}

dt,
dd {
  margin: 0 0 4% 0;
  line-height: 2.5rem;
  letter-spacing: .05rem;
  font-size: 1.3rem;
}

.businessoutline > dl > dt {
  font-weight: bold;
  margin-bottom: 2%;
}

.businessoutline > dl > dd {
  margin-bottom: 8%;
  letter-spacing: 0;
}

/* profile end*/

/* recruit start */

#recruit {
  margin: 5% 0 10% 0;
}

#recruit h5 {
  margin: 1.5% 0 4% 0;
}

.recruitinfo {
  margin: 0 0 5% 0;
}

#recruittop > p {
  font-size: 1.5rem;
  letter-spacing: .12rem;
  line-height: 3.2rem;;
  margin-bottom: 10%;
}

.recruit dt {
  float: left;
  display: block;
  text-align: right;
  width: 30%;
}

.recruit dd {
  float: right;
  text-align: left;
  width: 65%;
}

.application_method {
  clear: both;
}

.bold {
  font-weight: bold;
}

.application_destination .application_destination1 {
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: .1rem;
  font-weight: normal;
  margin-bottom: 2rem; 
}

.application_destination .application_destination2 {
  /* font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic; */
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: .2rem;
  /* font-weight: bold; */
  margin-bottom: 2rem; 
}

.here {
  color: #8babbc;
  font-weight: bold;
  border-bottom: dotted .5px #8babbc;
  padding: 0 .2%;
}




/* recruit end */

/* contact start */

.contactform P {
  font-size: 1.5rem;
  letter-spacing: .12rem;
  line-height: 3.2rem;
  margin: 0% 0 3% 0;
}

.contactform a {
  color: #8babbc;
  margin: 0 2% 0 2%;
}

.contactform a > first-of-child {
  margin: 0 0% 0 0;
}

.contactform > .tel,
.contactform > .mail {
  display: inline;
  font-size: 1.8rem;
}

.item {
  margin: 0 3% 0 0;
}

.form {
  margin: 5% 0 0 12%;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
  font-size: 1.5rem;
  color: #484244;
}

.form dt {
  float: left;
  display: block;
  width: 25%;
  text-align: right;
  margin: 0 3% 0% 0;
}

#yourname,
#yourtel,
#youremail {
  width: 50%;
}

.form dd {
  width: 100%;
}

#comment {
  width: 50%;
  height: 100px;
}

.btn {
  text-align: center;
  margin-left: 2%;
}

.btn input {
  border: solid .8px #b4b1b2;
  background-color: #fff;
  padding: .5rem 1.5rem;
  margin: 0 2% 10% 0%;
  color: #484244;
}

.btn button {
  border: solid .8px #b4b1b2;
  background-color: #fff;
  padding: .5rem 1.5rem;
  margin: 0 2% 10% 0%;
  color: #484244;
}

.confirm {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
  font-size: 1.5rem;
  color: #484244;
}

.form dd textarea {
  padding: 1% 1%;

}


/* contact end */


/* section end */

/* go top */

.gotop {
  transform: rotate(90deg);
  position: fixed;
  bottom : 20rem;
  right : -2rem;
  z-index: 1;
}

.gotopspace a {
  font-size: 1.3rem;
  letter-spacing: .3rem;
  color: #484244;
  margin: 0 2.5rem;
}

.gotopspace a:hover {
  color: #8babbc;
}


/* footer start */

footer {
  background: #484244;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

footer > p {
  font-size: 1.2rem;
  letter-spacing: .3rem;
  color: #fff;
  padding: 3rem 0 3rem 13rem;
}

footer > p > a {
  color: #fff;
}

footer > p > a:hover {
  color: #8babbc;
}

footer > .arr {
  font-size: 1rem;
  margin: -3% 0 0 0;
}

/* reponsiv start */

.pc {
  display: block;
}

.sp,
.brsp,
.gotopsp,
.iconsp {
  display: none;
}

@media screen and (max-width:768px){

  /* モバイル　トップ */

  :root {
    /* 1remを10pxに変換 */
    font-size: 87.5%;
  }

  body {
    width: 100%;
  }

  #wrapper {
    width: 100%;
  }

  header,
  main,
  #news > * {
    float: none;
    width: 100%;
  }

  header {
    position: static;
  }

  header div {
    margin: 0 0 0% 0%;
  }

  .pc {
    display: none;
  }

  .sp,
  .iconsp {
    display: block;
  }

  .logosp {
    float: left;
  }

  .logosp img {
    width: 75%;
    margin: 10% 0 10% 10%;
    text-align: left;
  }

  .iconsp {
    float: right;
    width: 40%;
    margin: 6% 0% 10% 0;
    text-align: right;
  }

  nav {
    clear: both;
  }

  .iconsp a {
    font-size: 1.5rem;
    padding: 0 12% 0 0;
    color: #484244;
  }

  .iconsp a:hover {
    color: #8babbc;
  }


  nav {
    font-size: 100%;
    border: none;
    width: 100%;
    text-align: center;
  }

  nav {
    margin: 0 0 15% 3%;
  }

  nav > .sp > li {
    display: inline;
    padding: 0% 3%;
    text-align: center;
    border-right: 1px solid #b4b1b2;
  }

  nav > .sp > li > a {
    font-size: .9rem;
    letter-spacing: .23rem;
  }

  nav > .sp > li:last-of-type {
    border-right: none;
  }

  /* main > section .icon {
    display: inline;
    position: relative;
    /* text-align: right; */
    /* top: -120px;
    right: -120px;
    padding: 0 4% 0 0;
    z-index: -100px;
  } */ 

  .companyname {
    display: none;
  }

  .icon a {
    display: none;
  }

  main > .topcontents > .logo > img {
    width: 35%;
    margin: 0% 0% 8% 0%;
  }

  h1 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .5rem;
    padding: 0 0 2% 2%;
  } 
  
  .h1_2line {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.3rem;
    letter-spacing: .05rem;
    margin: 0 0 25% 0%;
  }

  .scroll {
    display: none;
  }

  
  #header > nav > ul {
    margin: 0 0 0 -5%; 
    text-align: center;
  }

  #contet {
    width: 100%;
  }

  .topcontents,
  .secondary {
    margin: 0 3%;
  }

  section > .secondary {
    width: 80%;
    text-align: center;
    margin: 0 2%;
  }

  #works {
    margin-bottom: 0%;
  }

  main {
    padding-bottom: 0%;
    margin-bottom: 20%;
  }

  h2 {
    font-size: 1.8rem;
    margin: 0 0 10% 0;
  }

  h3 > a,
  .readmore > a {
    font-size: 1.2rem;
  }

  h4,
  .newscontents > a {
    font-size: 1rem;
  }

  .photo {
    display: block;
  }

  figcaption {
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    padding-top: 28%;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
  }
  
  .photobox:hover figcaption {
    opacity: 1;
  }
  
  figcaption {
    font-size: 1.1rem;
    letter-spacing: .05rem;
    line-height: 2.3rem;
  }

  .shop,
  .sc {
    margin: 0 0 10% 0;
  }

  .readmore {
    margin: 0 0 25% 0;
  }

  .date > img {
    width: 45%;
  }

  .date {
    margin: 0 0 5% 0;
  }

  .date > p {
    font-size: .8rem;
  }

  #newstop > #news > .newscontents img {
    width: 100%;
    opacity: 1;
    filter:none;
  }

  #newstop {
    margin: 0 0 25% 0;
  }

  .brsp {
    display: block;
  }

  .accesscontents > address,
  .accesscontents > a {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 0 0 5% 0;
  }

  .accesscontents > img {
    margin: 5% 0;
  }

  .accesscontents p {
    font-size: 1rem;
    letter-spacing: .08rem;
    margin: 0 0 5% 0;
  }

  .pc2,
  .gotop {
    display: none;
  }

  #googlemap {
    position: relative;
    padding-bottom: 250px; /*高さは250pxで固定*/
    height: 0;
    overflow: hidden;
  }
  
  #googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .gotopsp {
    display: block;
    font-size: 1.5rem;
    opacity: .7;
    position: fixed;
    bottom : 1rem;
    right : 1rem;
    z-index: 100;
  }

  .gotopsp a {
    text-decoration: none;
    color: #8babbc;
  }

  footer {
    background: #484244;
    text-align: center;
    position: static;
    /* bottom: 0; */
    width: 100%;
    height: 50px;
    /* z-index: 1000; */
  }

  footer > p {
    text-align: center;
    padding: 5% 0 0 1%;
  }

  .arr {
    text-align: center;
    letter-spacing: .1rem;
    margin: 0 0;
  }

  /* ワーク */

  h3 {
    padding-bottom: 4%; 
  }

  .tableofworks1, .tableofworks2, .tableofworks3 {
    margin: 0 0% 10% 5%;
  }

  .photo2 {
    display: block;
    text-align: center;
    width: 90%;
    /* margin: 0 0% 0 0% ; */
  }

  .worksphnonesp {
    display: none;
  }

  .individualcontents p {
    font-size: .75rem;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    margin: 3% 0 3% 5%;
    text-align: left;
  }
  


  /* プロフィール */
  
  #profiletop > p,
  #recruittop > p,
  .contactform > p {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .02rem;
    margin-bottom: 15%;
  }

  #profile {
    width: 100%;
    /* text-align: center; */
    /* margin: 0% 0 0% 0%; */
  }

  .companyoutline {
    margin: 0 0 10% 0;
  }

  h5 {
    text-align: center;
    font-size: 1.2rem;
  }

  dl > dt,
  dl > dd {
    font-size: .9rem;
    letter-spacing: normal;
  }

  .prof dt {
    float: left;
    display: block;
    width: 25%;
    letter-spacing: normal;
  }
  
  .prof dd {
    float: right;
    width: 70%;
  }

  .companyoutline,
  .businessoutline {
    width: 90%;
    text-align: center;
  }

  .companyoutline > dl > dt {
    text-align: right;
  }

  .companyoutline > dl > dd {
    text-align: left;
  }

  .businessoutline > dl > dt {
    text-align: left;
  }

  .businessoutline > dl > dd {
    text-align: left;
  }

  dt,
  dd {
    margin: 0 0 4% 0;
    line-height: 2rem;
    letter-spacing: .03rem;
    font-size: 1.2rem;
  }

  /* リクルート */

  .recruit dt {
    float: left;
    display: block;
    text-align: right;
    width: 20%;
  }
  
  .recruit dd {
    float: right;
    text-align: left;
    width: 73%;
  }

  #recruit h5 {
    margin: 3% 0 8% 0;
  }

  .recruitinfo {
    margin-bottom: 10%;
  }

  .application_destination .application_destination1 {
    font-size: .9rem;
    line-height: 1.5rem;
    letter-spacing: .05rem;
    font-weight: normal;
    margin-bottom: 2rem; 
  }

  .application_destination .application_destination2 {
    font-size: 0.8rem;
    line-height: 1.6rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem; 
  }
  

  /* コンタクト */

  .contactform > .tel,
  .contactform > .mail {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 4%;
  }

  .form {
    margin: 8% 0 0 0%;
    text-align: left;
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifyugothic;
    color: #484244;
  }
  
  .form dt {
    float: none;
    display: block;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    margin: 0 0% -1% 0;
  }

  .form dd {
    font-size: 1.1rem;
    text-align: center;
    margin: 0 0% 5% 0;
  }

  #yourname, #yourtel, #youremail, #comment {
    width: 90%;
  }

  
  /* .cf::after {
    clear: both;
    content: "";
    display: block;
  } */


}


.cf::after {
  clear: both;
  content: "";
  display: block;
}