@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html {
 height:100%;
 font-size:62.5%;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
}
body {
 color:#333;
 font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 font-size:16px;
 line-height: 1.625;
 text-align: center;
 padding: 110px 0 0;
 /* min-width: 1140px; */
}
a:link { color: #333; text-decoration: underline;;}
a:visited { color: #333; text-decoration: underline;}
a:hover { color: #333; text-decoration: none;}
a:active { color: #333; text-decoration: none;}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
dd,
dl,
dt,
ol,
ul {
 margin: 0;
 padding:0;
 list-style:none;
}
img {
 border:0;
 vertical-align: top;
}


h1 {
  margin: 0 0 60px;
}
h1 + p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 90px;
  font-weight: bold;
}

/* service
----------------------- */
#service {
  background: #f6f5f4;
  margin: 0 0 80px;
  padding: 70px 0 85px;
  font-size: 0;
}
#service .item {
  position: relative;
  display: inline-block;
  width: 380px;
  font-size: 13px;
  vertical-align: top;
}
#service .item:before,
#service .item:last-child:after {
  content: "";
  position: absolute;
  top: 104px;
  left: -26px;
  width: 51px;
  height: 120px;
  background: url("../img/line.png") no-repeat 0 0;
  background-size: 51px 120px;
}
#service .item:last-child:after {
  left: inherit;
  right: -26px;
}
#service .item h2 {
  margin: 5px 0 25px;
  font-size: 26px;
  font-family: "Lato";
  font-feature-settings: "pwid";
  line-height: 1.5;
}
#service .item h2 span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #f62968;
  letter-spacing: 0.1em
}
#service .item ul {
  margin: 0 0 0 50px;
  text-align: left;
}
#service .item ul li {
  position: relative;
  padding-left: 12px;
  margin: 0 0 7px;
}
#service .item ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #000;
}

/* company
----------------------- */
#company {
  margin: 0 0 80px;
}
#company h2 {
  font-size: 16px;
  padding: 20px 0 0;
  margin: 0 0 55px;
  position: relative;
  letter-spacing: 0.1em
}
#company h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 6px;
  width: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #000;
}
#company dl {
  width: 520px;
  margin: 0 auto;
  font-size: 13px;
  text-align: left;
}
#company dl dt {
  position: relative;
  padding: 0;
  width: 120px;
  float: left;
  font-weight: bold;
}
#company dl dd {
  width: 400px;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px 5px;
  border-bottom: solid 1px #e5e5e5;
}
#company dl:after{
  display: block;
  content: "";
  clear: both;
}



#footer {
  margin: 0;
  background: #f6f5f4;
  font-family: "Lato";
  font-feature-settings: "palt";
}
#footer .inner {
  position: relative;
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 20px 50px;
  text-align: left;
}

.contact {
  position: relative;
}
.contact h2 {
  padding: 0 0 0 20px;
  font-size: 20px;
  position: relative;
  line-height: 1.1;
}
.contact h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000;
}
.contact ul {
  position: absolute;
  top: 0;
  left: 135px;
  font-size: 0;
}
.contact li {
  font-size: 15px;
  display: inline-block;
  margin: 0 25px 0 0;
  letter-spacing: 0.05em;
}

.snslink {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 0;
}
 .snslink li {
  display: inline-block;
  margin: 0 20px;
}
 .snslink li img {
  width: 27px;
  height: auto;
  transition: 0.4s;
}
 .snslink li a:hover img {
  transform: rotateY( 360deg ) ;
}


@media (max-width:767px) {
body {
 padding: 50px 0 15px;
 min-width: inherit;
}

h1 {
  margin-bottom: 50px;
}
h1 img {
  width: 40vw;
  height: auto;
}
h1 + p {
  margin: 0 30px 60px;
  font-size: 13px;
  text-align: left;
  font-weight: normal;
}
h1 + p br {
  display: none;
}

#service {
  padding: 70px 0 35px;
}
#service .item {
  position: relative;
  display: block;
  width: auto;
  margin: 0 30px 60px;
}
#service .item:before,
#service .item:last-child:after {
  display: none;
}
#service .item ul {
  margin: 0 auto;
  max-width: 280px;
}
#service .item h2 {
  margin-top: 0px;
  letter-spacing: -0.01em;
}

#company {
  margin: 0 25px 70px;
}
#company dl {
  width: auto;
  font-size: 12px;
}
#company dl dt {
  width: 75px;
}
#company dl dd {
  width: calc(100% - 75px);
}

#footer  {
  margin: 0 20px;
  border-radius: 12px;
}
#footer .inner {
  width: 100%;
  padding: 50px 0 80px;
  text-align: center;
}
.contact h2 {
  padding: 26px 0 30px;
  font-size: 20px;
  position: relative;
}
.contact h2:before {
  left: 50%;
  margin-left: -2.5px;
}
.contact ul {
  margin: 0 0 60px;
  font-size: 15px;
  position: relative;
  top: inherit;
  left: inherit;
}
.contact li {
  display: block;
  margin: 0;
}

.snslink {
  position: relative;
  top: inherit;
  right: inherit;
}



}
