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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style: none;
  padding: 0;
}

.wrapper {
  width: 80%;
  max-width: 75rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pc-header {
  height: 6rem;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

.sp-header {
  display: none;
}

.header-wrapper {
  width: 80%;
  max-width: 75rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-left img {
  width: 17.5rem;
  height: auto;
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
}
.header-nav-list li {
  padding: 0 1.2rem;
}

#top {
  height: 100vh;
  background-image: url(image/top_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.top-bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(235, 215, 77, 0.7);
}

.top-wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-title-box {
  margin: 0 auto;
  z-index: 10;
  padding-top: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  color: black;
  line-height: 8.8rem;
  margin: 0 auto;
}

.top-h1 {
  line-height: 2.8rem;
  padding-top: 3.1em;
}
.top-h1 h1 {
  font-size: 1.6rem;
}

#concept {
  height: auto;
  background-color: #B0CB65;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.nav-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  border-bottom: 2px solid black;
  margin: 0 auto;
  z-index: 10;
}

.concept-heading h2 {
  font-size: 2.3rem;
  line-height: 3.9rem;
  padding-top: 3rem;
}

.concept-textbox-hp {
  padding-top: 2.9rem;
  font-weight: bold;
  line-height: 2.3rem;
}

.concept-textbox-sp, .service-heading-sp, .service-heading-tb {
  display: none;
}

.swiper {
  width: 100%;
  height: 18.75rem;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#service {
  height: auto;
  background-image: url(image/ricardo-gomez-angel-EqUFBrTIdeE-unsplash.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: white;
}

.service-bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(77, 77, 77, 0.8);
}

.service-nav-title {
  border-bottom: 2px solid white;
}

.service-heading-hp {
  z-index: 10;
}
.service-heading-hp h2 {
  font-size: 1.9rem;
  line-height: 3.4rem;
  padding-top: 3rem;
}
.service-heading-hp p {
  padding-top: 2.7rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.contact {
  padding-top: 2.5rem;
  z-index: 10;
}

.contact-title {
  border: 0.1rem solid white;
  display: inline;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.125rem 0.625rem;
}

.contact-message-hp {
  padding: 1rem 0;
  font-weight: bold;
}

.contact-message-sp {
  display: none;
}

.contact-info {
  font-weight: bold;
}
.contact-info p {
  padding: 0.3rem;
}
.contact-info a {
  color: white;
}

.mail {
  padding: 0.2rem 0.1rem;
  text-decoration: underline;
}

#about {
  height: auto;
  background-color: #EBD74D;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.company-info-sp {
  display: none;
}

.company-info-hp {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 3rem;
}
.company-info-hp p {
  padding-bottom: 1.7rem;
}

#recruit {
  min-height: 38.75rem;
  background-image: url(image/guilherme-cunha-0ZOtNzDVUZg-unsplash2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.recruit-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit-bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(225, 156, 177, 0.9);
}

.recruit-heading-sp {
  display: none;
}

.recruit-heading-hp {
  display: block;
  z-index: 10;
}
.recruit-heading-hp h2 {
  font-size: 1.9rem;
  line-height: 3.4rem;
  padding-top: 3rem;
}

.recruit-info {
  padding-top: 2.5rem;
}
.recruit-info a {
  color: black;
}

footer {
  height: auto;
  background-color: #333333;
}

.footer-wrapper {
  width: 70%;
  padding-top: 2rem;
  margin: 0 auto;
}

.footer-sp {
  display: none;
}

.footer-hp {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.footer-logo img {
  width: 17.5rem;
  height: auto;
  padding-right: 0.5rem;
}

.footer-nav {
  border-left: 1px solid white;
  padding-left: 2rem;
}

.footer-nav-list li a {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.copyright {
  color: white;
  font-size: 0.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 2rem;
  text-align: center;
}

@media screen and (max-height: 750px) {
  .top-title {
    font-size: 16vh;
    line-height: 15.5vh;
  }
  .top-h1 {
    font-size: 3vh;
    line-height: 5vh;
  }
}
@media screen and (max-width: 890px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
    height: 6rem;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
  }
  .header-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-logo img {
    height: 80%;
  }
  .btn {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 10;
  }
  .btn span {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 6px;
    background-color: black;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
  }
  .btn span:nth-of-type(1) {
    top: 10px;
  }
  .btn span:nth-of-type(2) {
    top: 20px;
  }
  .btn span:nth-of-type(3) {
    top: 30px;
  }
  .active span:nth-child(1) {
    top: 16px;
    background: white;
    transform: rotate(-45deg);
  }
  .active span:nth-child(2),
.active span:nth-child(3) {
    top: 16px;
    background: white;
    transform: rotate(45deg);
  }
  .header-sp-nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 750px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header-nav-list {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .header-nav-list li {
    text-align: center;
    padding: 10px 0;
  }
  .header-nav-list a {
    font-size: 1rem;
    color: white;
  }
  .service-heading-hp, .service-heading-sp {
    display: none;
  }
  .service-heading-tb {
    display: block;
    z-index: 10;
  }
  .service-heading-tb h2 {
    font-size: 1.9rem;
    line-height: 3.4rem;
  }
  .service-heading-tb p {
    padding-top: 2.7rem;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .recruit-heading-hp h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 650px) {
  .top-title {
    font-size: 19vw;
    line-height: 18vw;
  }
  .top-h1 h1 {
    font-size: 4vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 500px) {
  .header-logo img {
    width: 50%;
    margin-right: 20px;
    height: auto;
  }
  .btn span {
    width: 35px;
    left: 15px;
  }
  .top-h1 {
    letter-spacing: 2px;
  }
  .concept-heading h2, .service-heading-sp h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-top: 1.5rem;
  }
  .concept-textbox-hp, .service-heading-hp {
    display: none;
  }
  .concept-textbox-sp {
    display: block;
    padding-top: 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 2rem;
  }
  .servive-heading-hp, .service-heading-tb {
    display: none;
  }
  .service-heading-sp {
    display: block;
    z-index: 10;
  }
  .service-heading-sp h2 {
    font-size: 1.9rem;
    line-height: 3.4rem;
  }
  .service-heading-sp p {
    padding-top: 2.7rem;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .contact-message-sp {
    display: block;
    padding: 1rem 0 1.2rem 0;
    font-weight: bold;
  }
  .contact-message-hp {
    display: none;
  }
  .contact-info {
    font-size: 1rem;
  }
  .company-info-hp {
    display: none;
  }
  .company-info-sp {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 3rem;
  }
  .company-info-sp p {
    padding-bottom: 0.5rem;
  }
  .recruit-heading-hp {
    display: none;
  }
  .recruit-heading-sp {
    display: block;
    z-index: 10;
  }
  .recruit-heading-sp h2 {
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding-top: 1.5rem;
  }
  .footer-hp {
    display: none;
  }
  .footer-sp {
    display: block;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
  }
  .footer-logo img {
    width: 19rem;
    padding-right: 0;
  }
  .under-line {
    position: relative;
  }
  .under-line span {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
  }
  .footer-nav {
    border: none;
    padding-top: 1.2rem;
    padding-left: 0;
  }
  .footer-nav-list {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .footer-nav-list li {
    padding: 1rem;
  }
  .copyright {
    padding: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */