@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

#header {
  margin: 20px;
}

h1#logo {
  width: 200px;
  height: 37px;
  z-index: 10;
}

h1#logo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 200px;
  height: 37px;
  display: block;
  background: url(../img/logo.webp) no-repeat center center;
  background-size: contain;
}

.img-lbox img {
  margin-right: 0;
}

.wrap {
  width: 85% !important;
  margin: auto;
}

/*見出し*/
.ttl01 {
  display: block;
}
.ttl01 p {
  margin-left: 0;
}

/*メイン画像*/
#main-v {
  width: 96%;
  margin: auto;
  margin-bottom: 50px;
}

#s-main .wrap {
  width: 100% !important;
}

/*パンくず*/
#bread {
  margin: 40px 0 60px 0;
}
#bread ul li {
  display: inline-block;
  font-size: 13px;
}
#bread ul li a {
  font-size: 13px;
  text-decoration: underline;
}
#bread ul li:after {
  content: ">";
  margin-left: 10px;
  margin-right: 5px;
}
#bread ul li:last-child:after {
  content: none;
}

/*フッター*/
footer {
  position: relative;
  background-color: #E4E4E4;
  border-radius: 30px 30px 0 0;
  margin-top: -50px;
  z-index: 99;
}

#footer {
  padding: 60px 0;
}

.con > a {
  font-size: 7vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.con > a img {
  width: 34px;
  height: auto;
}
.con ul {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.con ul li {
  margin-bottom: 10px;
}

.shop {
  margin-bottom: 30px;
}

.tel {
  font-size: 8vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.tel img {
  width: 31.5px;
  height: 31px;
  margin-right: 15px;
}

.copyright {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/*TOP*/
.img-lbox img {
  margin-bottom: 20px;
}

#topBox02 {
  margin-bottom: 80px;
}
#topBox02 .wrap .works {
  display: block;
}
#topBox02 .wrap .works a > div {
  margin-bottom: 30px;
}
#topBox02 .wrap > div {
  padding: 30px;
}

#topBox03 .wrap > div {
  padding: 60px 20px;
}
#topBox03 .wrap > div > div {
  display: block;
}
#topBox03 .wrap > div > div img {
  width: 100%;
  margin-right: 0;
}
#topBox03 .wrap > div > div P {
  margin-bottom: 0;
}

.more_btn a img {
  margin-left: 10px;
}

/*事業内容*/
.serviceBox {
  display: block;
}
.serviceBox .textBox {
  width: 100%;
  margin: 20px 0;
}

.img_text01 {
  display: block;
  margin-bottom: 50px;
}
.img_text01 h4 img {
  width: 14% !important;
}
.img_text01 > div {
  width: 100%;
}

.g_bg {
  margin-bottom: 20px;
}
.g_bg ul {
  display: block;
}

.merit {
  margin-bottom: 50px;
}
.merit ul {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

#bisiness02 {
  margin-bottom: 80px;
}

.achievements ul {
  width: 75%;
  display: block;
}
.achievements ul li {
  margin-bottom: 15px;
}

#bisiness03 {
  margin-bottom: 80px;
}

#bisiness04 {
  margin-bottom: 140px;
}

/*TOP MESSAGE*/
#messsage01 {
  margin-bottom: 140px;
}

/*会社案内*/
#company02 table {
  margin-bottom: 140px;
}
#company02 table th, #company02 table td {
  display: block;
}
#company02 table th {
  border: none;
  padding-bottom: 0;
}
#company02 table td {
  padding: 0 0 20px 0;
}

/*問い合わせ*/
#contact01 .wrap .formTable td, #contact01 .wrap .formTable th {
  display: block;
}
#contact01 .wrap .formTable th {
  border: none;
  padding: 25px 0 0 0;
  width: 100%;
}
#contact01 .wrap .formTable td {
  padding: 10px 0 25px 0;
}

form input[type=text], form textarea {
  width: 90%;
}

#contact01 {
  margin-bottom: 140px;
}

/*404*/
#notfound{
  margin-bottom: 140px;
}

.not{
  margin-top: 30px !important;
}

/*Privacy policy*/
#privacy01{
  margin-bottom: 140px;
}

/*# sourceMappingURL=sp.css.map */