:root {
  --light-grey: rgb(231, 231, 231);
  --green: #f1ff95;
  --brown: #403632;
  --grey: #5d5d5d;
  --white: #fff;
  --lighter-grey: #f1f1f1;
  --text: "Inter";
}

body {
  font-family: var(--text);
  top: 0;
  left: 0;
}

.header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--light-grey);
}
@media screen and (min-width: 768px) {
  .header {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header h1 img {
  margin: 0 auto;
}
.header nav li {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .nav {
    visibility: hidden;
    display: none;
  }
}

.nav__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .nav__pc {
    visibility: hidden;
    display: none;
  }
}
.nav__pc :hover {
  color: coral;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav__list--pc {
  list-style: none;
}
.nav__list--pc a {
  text-decoration: none;
  color: black;
  font-size: 1.4rem;
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  padding: 0.3rem 1rem;
  border: 1px solid var(--grey);
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    z-index: -1;
  }
}

.btn-menu svg {
  fill: var(--brown);
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  top: 4px;
  left: 8px;
  height: 2rem;
  width: 2rem;
  position: absolute;
}

#menu-close {
  border: 1px solid var(--gley);
}

#menu-close svg {
  fill: var(--gley);
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 8rem 2rem 2rem;
  width: 60vw;
  height: 100vh;
  background-color: var(--light-grey);
  -webkit-box-shadow: 0 0 2rem var(--brown);
          box-shadow: 0 0 2rem var(--brown);
  translate: 100vw;
}

.nav__list {
  list-style: none;
  font-family: var(--text);
  font-size: 1em;
  line-height: 1.7;
  padding: 5px;
  opacity: 0;
}

.nav__list {
  margin: 1.5rem 0;
  padding: 0;
}

.nav__link {
  display: block;
  text-decoration: none;
  color: black;
}
.nav__link:hover {
  color: coral;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top__btn {
  border-radius: 50% 50%;
  border: 0.5px solid var(--grey);
  padding: 10px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 0.8em;
  position: fixed;
  bottom: 5vh;
  right: 1rem;
  display: none;
  background-color: rgb(108, 108, 163);
}
@media screen and (min-width: 768px) {
  .top__btn {
    width: 70px;
    height: 70px;
    font-size: 1rem;
    color: white;
  }
}

.business__wrapper {
  text-align: center;
  margin-top: 40px;
}

.b__text {
  padding: 0 20px;
}
.b__text h1 {
  font-size: 2.4rem;
  color: crimson;
}
@media screen and (min-width: 768px) {
  .b__text h1 {
    font-size: 6rem;
    margin-top: 40px;
  }
}
.b__text h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .b__text h2 {
    font-size: 3rem;
    margin-top: 20px;
  }
}
.b__text .img-box {
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.b__text .img-box img {
  width: 100%;
}

.greetings {
  padding-top: 100px;
}
.greetings-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.greetings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.greetings-wrap__head h2 {
  font-size: 2rem;
}
.greetings-wrap__description span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.greetings-wrap__description span + span {
  margin-top: 10px;
}
.greetings-wrap__description p {
  font-size: 16px;
  margin-top: 20px;
}

.business {
  text-align: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.business h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .business h2 {
    font-size: 3rem;
    margin-top: 20px;
  }
}
.business span {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .business span {
    font-size: 1.4rem;
    margin-top: 60px;
    font-weight: 700;
    line-height: 2;
  }
}
.business .list_box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .business .list_box {
    margin-top: 60px;
  }
}
.business .list_box h3 {
  font-size: 1rem;
  margin-top: 20px;
  color: crimson;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .business .list_box h3 {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .business .list_box {
    max-width: 700px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business .list_box p {
  font-size: 0.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .business .list_box p {
    font-size: 1.2rem;
    text-align: left;
  }
}
.business ul li {
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .business ul li {
    font-size: 1.2rem;
  }
}

.recruit__wrapper {
  text-align: center;
  margin-top: 40px;
  background-color: var(--lighter-grey);
  padding: 60px 0;
}

.recruit__text--container {
  padding: 0 20px;
}
.recruit__text--container p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .recruit__text--container p {
    font-size: 1.4rem;
  }
}

.btn {
  border: 1px solid var(--grey);
  border-radius: 4px;
  padding: 10px 20px;
  display: block;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .btn {
    margin: 80px auto;
  }
}
.btn a {
  text-decoration: none;
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 1.2rem;
  }
}

.btn--v {
  background-color: var(--brown);
}
.btn--v :hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.a__name {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}
.a__name h2 {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .a__name h2 {
    font-size: 3rem;
    margin-top: 20px;
  }
}

.a__text {
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .a__text {
    margin: 0 auto;
  }
}

.lists {
  list-style-position: inside;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    max-width: 600px;
  }
}
.lists li h4 {
  display: inline-block;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lists li h4 {
    font-size: 1.4rem;
  }
}
.lists li p {
  line-height: 1.7;
  margin-top: 0px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lists li p {
    font-size: 1.2rem;
  }
}
.lists li p span {
  color: rgba(0, 0, 0, 0);
}

.lists__list {
  list-style: none;
  text-align: left;
  margin-top: 0px;
}
.lists__list li p {
  line-height: 1.7;
  margin-top: 0px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lists__list li p {
    font-size: 1.2rem;
  }
}
.lists__list li span {
  color: rgba(0, 0, 0, 0);
}

.footer-container {
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  background-color: var(--lighter-grey);
}
.footer-container small {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .footer-container small {
    font-size: 1rem;
  }
}