@charset "UTF-8";

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  color: #333; 
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
  vertical-align: top;
  transition: all .3s ease;
  -ms-interpolation-mode: bicubic;
}
button {
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
a {
  transition: all .3s ease;
}
a:link {
  color: #;
  text-decoration: none;
}
a:visited {
  color: #;
  text-decoration: none;
}
a:hover {
  color: #;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* --------------------------------------------------
  汎用クラス
-------------------------------------------------- */

.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.ls4 {
  letter-spacing: .04em;
}

/* --------------------------------------------------
  カスタムプロパティ
-------------------------------------------------- */

:root {
  --primary: #009943;
  --secondary: #fff;
}

/* --------------------------------------------------
  ヘッダ
-------------------------------------------------- */

#header .inner {
  padding: 5.5px 30px 10.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .menu {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}
#header .upper {
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .recruit {
  padding: 10px 15px;
  background: #E8F4EE;
  border-radius: 5px;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .recruit::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-recruit.svg) no-repeat center/cover;
  flex-shrink: 0;
}
#header .tel {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .tel strong {
  color: var(--primary);
  font-size: 1.45rem;
}
#header .tel p {
  font-family: "Open Sans";
  font-size: 3rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
#header .tel p::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-tel.svg) no-repeat center/cover;
  flex-shrink: 0;
}
#header nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
#header nav ul {
  font-size: 1.7rem;
  font-weight: 700;
  list-style: none;
  display: flex;
  gap: 32px;
}
#header nav li a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 4px;
}
#header nav li a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-bottom.svg) no-repeat center/auto 10px;
}
#header nav .search a {
  padding: 0 20px 0 4px;
  border-bottom: solid 2px #929292;
  color: #929292;
  display: flex;
  align-items: center;
  gap: 3px;
}
#header nav .search a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-search.svg) no-repeat center/cover;
}

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

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


/* --------------------------------------------------
  お問い合わせ
-------------------------------------------------- */

#contact {
  padding: 100px 0;
  background: #333;
  color: #fff;
  position: relative;
}
#contact::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#contact * {
  position: relative;
  z-index: 2;
}
#contact h2 {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact h2::before {
  content: attr(data-title);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: -.04em;
}
#contact ul {
  margin: 0 auto 35px;
  width: 926px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
#contact li {
  width: 308px;
  background: #fff;
}
#contact li a {
  padding: 26px 10px;
  color: #333;
}
#contact li a:hover {
  text-decoration: none;
}
#contact li p {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact li p::before {
  content: '';
  margin-bottom: 8px;
  width: 54px;
  height: 54px;
}
#contact li p::after {
  content: '';
  margin-top: 6px;
  width: 8px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
  display: inline-block;
}
#contact li strong {
  font-size: 2rem;
}
#contact li span {
  font-size: 1.6rem;
}
#contact li:nth-child(1) p::before {
  background: url(../img/common/icon-mail.svg) no-repeat center/cover;
}
#contact li:nth-child(2) p::before {
  background: url(../img/common/icon-yen.svg) no-repeat center/cover;
}
#contact li:nth-child(3) p::before {
  background: url(../img/common/icon-cart.svg) no-repeat center/cover;
}
#contact .tel {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .tel strong {
  font-size: 2rem;
  display: flex;
}
#contact .tel strong::after {
  content: '';
  margin: 0 24px;
  width: 3px;
  background: #555;
}
#contact .tel div {
  display: flex;
  align-items: center;
  gap: 18px;
}
#contact .tel .tel-number {
  font-family: "Open Sans";
  font-size: 3rem;
  display: flex;
  gap: 6px;
}
#contact .tel .tel-number::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-tel.svg) no-repeat center/cover;
}

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

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

/* --------------------------------------------------
  フッタ
-------------------------------------------------- */

#footer {
  background: #f7f7f7;
}
#footer .inner {
  margin: 0 auto;
  width: 1200px;
}
#footer .sitemap {
  padding: 80px 0;
  border-bottom: solid 1px #b7b7b7;
  display: flex;
  justify-content: space-between;
}
#footer .sitemap div {
  width: 360px;
}
#footer .sitemap ul {
  padding-top: 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#footer .sitemap li {
  font-size: 1.7rem;
  font-weight: 700;
}
#footer .sitemap li ul {
  margin-top: 10px;
  border-top: solid 1px #e0e0e0;
  gap: 9px;
}
#footer .sitemap li li {
  font-size: 1.4rem;
  font-weight: 400;
}
#footer .sitemap a {
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#footer .sitemap a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-right.svg) no-repeat center/6.17px 10px;
}
#footer .contact {
  padding: 30px 0 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#footer .contact .banner ul {
  list-style: none;
  display: flex;
  gap: 16px;
}
#footer .contact address {
  font-size: 1.4rem;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 17px;
}
#footer #copyright {
  padding: 14px 0;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

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

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