@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ul {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br700 {
  display: contents;
}

.mvWrapper {
  background-image: url("../img/mv.jpg");
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: top;
}

.mv {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.mv nav {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
}
.mv nav h1 img {
  width: 130px;
}
.mv nav ul {
  display: flex;
}
.mv nav ul li {
  margin-right: 60px;
}
.mv nav ul li:last-child {
  margin: 0px;
}
.mv nav ul li a {
  font-size: 13px;
  color: #2D2D2D;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.mv nav ul li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.mv h2 {
  color: #2D2D2D;
  font-size: 46px;
  max-width: 1000px;
  margin: 120px auto 0px;
}
.mv #hamburger {
  display: none;
}

.content {
  max-width: 1000px;
  width: 96%;
  margin: 120px auto 0px;
  display: flex;
  justify-content: space-between;
}
.contentLeft {
  width: calc(100% - 580px);
}
.contentRight {
  width: 580px;
}
.content h2 {
  font-size: 40px;
}
.content p {
  font-size: 14px;
}

.concept {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.concept h3 {
  color: #2B343B;
  letter-spacing: 1px;
  line-height: 26px;
  font-size: 14px;
  background-color: #fff;
  padding: 20px 80px 20px 20px;
  position: absolute;
  top: -140px;
  display: inline-block;
}

.about {
  background-color: #0F0F0F;
  padding: 210px 0px 180px;
}
.aboutWrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.about h3 {
  color: #ABABAB;
  font-size: 16px;
  display: block;
  padding-left: 80px;
  position: relative;
}
.about h3:before {
  position: absolute;
  bottom: 14px;
  left: 0px;
  width: 60px;
  height: 1px;
  content: "";
  background: #ABABAB;
}
.aboutImg {
  width: 100%;
  margin-top: 80px;
}
.aboutImg img {
  width: 100%;
}

.serviceItem {
  text-align: center;
  width: 260px;
}
.serviceImg {
  width: 100%;
  height: 240px;
  border: 1px solid #2D2D2D;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.serviceImg img {
  height: 125px;
  margin: 0px auto;
}
.service .contentRight {
  width: 580px;
  display: flex;
  gap: 60px;
}
.service .contentRight h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.service .contentRight p {
  font-size: 14px;
}

.news ul {
  border-top: 1px solid #2D2D2D;
}
.news ul li {
  list-style: none;
  font-size: 12px;
  padding: 20px 0px;
  border-bottom: 1px solid #2D2D2D;
  width: 100%;
}
.news ul li .newsTitle {
  display: flex;
}
.news ul li .newsTitle span {
  width: 100px;
}
.news ul li .newsDetail {
  margin-left: 100px;
  margin-top: 8px;
}

.company {
  margin-bottom: 120px;
}
.company dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.company dl dt {
  width: 100px;
  margin-bottom: 30px;
}
.company dl dt.nomargin {
  margin-bottom: 0px;
}
.company dl dd {
  width: calc(100% - 100px);
  margin-bottom: 30px;
}
.company dl dd:last-child {
  margin-bottom: 0px;
}
.company dl .tell {
  color: #2d2d2d;
  text-decoration: none;
}

.contact {
  background-color: #D9D9D9;
  padding: 60px 0px;
}
.contact .content {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  max-width: 1000px;
  align-items: center;
}
.contact a {
  text-decoration: none;
}
.contact a .btn {
  background-color: #2D2D2D;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  width: 280px;
  padding: 12px 30px;
  transition: 0.3s;
}
.contact a:hover .btn {
  background-color: #505050;
  transition: 0.3s;
}

footer {
  background-color: #2D2D2D;
  margin: 0px auto;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
}

@media screen and (min-width: 0px) and (max-width: 900px) {
  .mvWrapper {
    height: 520px;
  }
  .mvWrapper .mv h2 {
    font-size: 37px;
    margin: 110px auto 0px;
  }
  .about {
    padding: 170px 0px 120px;
  }
  .concept h3 {
    top: -130px;
  }
  .content {
    margin: 80px auto 0px;
  }
  .contentLeft {
    width: calc(100% - 480px);
  }
  .contentRight {
    width: 480px;
  }
  .content h2 {
    font-size: 30px;
  }
  .service .contentRight {
    width: 500px;
  }
  .serviceImg {
    height: 200px;
  }
  .serviceImg img {
    height: 125px;
  }
  .company {
    margin-bottom: 80px;
  }
  .contact {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .br700 {
    display: block;
  }
  .mv nav ul li {
    margin-right: 24px;
  }
  .about h3 {
    padding-left: 0px;
  }
  .about h3:before {
    content: none;
  }
  .aboutImg {
    margin-top: 50px;
  }
  .service .contentRight {
    width: 370px;
    gap: 20px;
  }
  .contentRight {
    width: 400px;
  }
  .company dl dd,
  .company dl dt {
    margin-bottom: 10px;
  }
  .contentLeft {
    width: calc(100% - 370px);
  }
  .content h2 {
    font-size: 24px;
  }
  .about {
    padding: 150px 0px 90px;
  }
  .contact .btn {
    width: 200px;
  }
  .contact .content .contactLeft {
    margin-right: 20px;
  }
  .serviceImg {
    height: 180px;
  }
  .serviceImg img {
    height: 100px;
  }
  .serviceImg img.service02 {
    height: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /**   ハンバーガーメニュー ****/
  .mv #hamburger {
    display: block;
  }
  #hamburger .btn-gNav {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
  #gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #303030;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: 0.3s;
    margin: 0px;
  }
  #gNav.open {
    right: 0px;
  }
  #gNav .gNav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #gNav .gNav-menu li {
    display: block;
    margin-right: 0px;
    padding: 20px 30px;
  }
  #gNav .gNav-menu li a {
    color: #ddd;
    text-decoration: none;
  }
  #hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2d2d2d;
    border-radius: 10px;
    transition: all 400ms;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top: 0;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
  }
  #hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 6px;
    transform: rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),
  #hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #fff;
    transform: rotate(45deg);
  }
  .mv {
    width: 90%;
  }
  .mv nav {
    padding-top: 16px;
  }
  .mv nav h1 img {
    width: 90px;
  }
  .mv nav ul.pc {
    display: none;
  }
  .mvWrapper {
    height: 350px;
  }
  .concept {
    width: 90%;
  }
  .concept h3 {
    line-height: 17px;
    font-size: 12px;
    padding: 14px;
    top: -90px;
  }
  .mvWrapper .mv h2 {
    font-size: 25px;
    margin: 62px auto 0px;
  }
  .aboutWrapper {
    width: 90%;
  }
  .about {
    padding: 100px 0px 60px;
  }
  .about h3 {
    color: #ABABAB;
    font-size: 14px;
    padding: 0px;
  }
  .about h3::before {
    content: none;
  }
  .aboutImg {
    width: 100%;
    margin-top: 40px;
  }
  .content {
    margin: 40px auto;
    display: block;
    width: 100%;
  }
  .content p {
    font-size: 14px;
    text-align: center;
  }
  .content h2 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .contentRight {
    width: calc(100% - 40px);
    margin: 0px 20px;
  }
  .content .serviceItem {
    width: 50%;
  }
  .service .contentRight {
    width: calc(100% - 40px);
    margin: 0px 20px;
    gap: 10px;
  }
  .company dl {
    width: 300px;
    margin: 0 auto;
  }
  .company dl dd,
  .company dl dt {
    margin-bottom: 16px;
  }
  .contact .btn {
    width: 100%;
    margin: 30px auto 0px;
    max-width: 280px;
  }
  .contact .content {
    display: block;
  }
  .contact .content h2 {
    margin-bottom: 0px;
  }
  .news {
    background-color: #f9f9f9;
    padding: 40px 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 430px) {
  .serviceImg {
    height: 140px;
  }
  .serviceImg img {
    height: 80px;
  }
  .serviceImg img.service02 {
    height: 80px;
  }
  .news ul li {
    padding: 16px 0px;
  }
  .contact .content {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */