@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

@font-face {
  font-family: hamburgHand;
  font-weight: bold;
  src: url(../assets/fonts/HamburgHand-Bold.otf) format("opentype");
}
@font-face {
  font-family: hamburgHandReg;
  font-weight: 400;
  src: url(../assets/fonts/HamburgHand-Regular.otf) format("opentype");
}
.f-hamb-reg {
  font-family: hamburgHandReg !important;
  font-weight: 400;
}

.f-hamb {
  font-family: hamburgHand !important;
  font-weight: bold;
}

.f-source-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.f-source-reg {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.f-source-med {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
}

.f-yumin-exb {
  font-family: YuMincho, "YuMincho", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 900;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
}

h2,
.h2-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 7vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h4,
.h4-like {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.p-36 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
}

.p-small {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.p-bold {
  font-weight: bold;
}

h2 {
  color: #3A9366;
}

@media screen and (min-width: 801px) {
  .section-spacer {
    display: block;
    width: clamp(50px, 10vw, 184px);
    height: clamp(50px, 10vw, 184px);
    margin-top: clamp(60px, 6vw, 100px);
    background-color: #3A9366;
  }
  .section-spacer.ss-left {
    margin-right: auto;
  }
}

section.landing .landing-img {
  height: 600px;
  max-height: 90vh;
  background: url(../img/top/landing-banner-sp.webp);
  background-size: cover;
  background-position: top right;
}
section.landing .landing-img .title-catch {
  text-align: center;
  color: #121212;
  font-size: clamp(33px, 5vw, 69px);
  line-height: 120%;
  letter-spacing: 0.2em;
}
section.landing .footnote {
  text-align: end;
}
section.landing .footnote p {
  margin: 1em 1em auto auto;
  color: #9F9F9F;
}
section.landing .mobile-landing-elements {
  box-sizing: border-box;
  padding: 0 clamp(25px, 8vw, 50px) 30px clamp(20px, 7vw, 40px);
  width: 100%;
  align-items: end;
}
section.landing .mobile-landing-elements img {
  width: 1.6rem;
}
section.landing .mobile-landing-elements p {
  margin: 2em 0 0.5em auto;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "YuGothic", sans-serif;
  color: #585858;
  line-height: 280%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 801px) {
  section.landing .landing-img {
    grid-row: 1/3;
    grid-column: 2/4;
    background: url(../img/top/landing-banner.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
    max-height: unset;
  }
  section.landing .footnote {
    grid-row: 3/4;
    grid-column: 2/4;
  }
  section.landing .footnote p {
    margin: 2em 2em auto auto;
    color: #121212;
  }
}

section.about {
  width: 100%;
  max-width: 100%;
  background-color: rgba(204, 204, 204, 0.16);
  margin: clamp(100px, 10vw, 160px) auto 0 auto;
  padding-bottom: 40px;
}
section.about h2.mobile-h2 {
  margin: 0 0.5em 0 0.5em;
  transform: translateY(-0.5em);
}
section.about .two-col {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
section.about .two-col .img-container {
  display: block;
  width: 100%;
  height: clamp(260px, 50vw, 700px);
  max-width: 600px;
  background: url(../img/top/top-sp-1.webp) center no-repeat;
  background-size: cover;
}
section.about .two-col .text-container {
  width: 88%;
  max-width: 800px;
}
section.about .two-col .text-container h3 {
  width: 86%;
  margin: 1em auto;
}
section.about .two-col .text-container p {
  line-height: 170%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 801px) {
  section.about {
    padding-bottom: 0;
  }
  section.about .two-col {
    flex-direction: row;
    justify-content: flex-end;
  }
  section.about .two-col .text-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 43%;
    padding-bottom: clamp(40px, 5vw, 60px);
  }
  section.about .two-col .text-container h2 {
    width: 100%;
    align-self: flex-start;
    transform: translateY(-50%);
  }
  section.about .two-col .text-container h3 {
    margin: 0 0 auto 0;
    max-width: 600px;
  }
  section.about .two-col .text-container p {
    box-sizing: border-box;
    max-width: 600px;
    padding-right: 15%;
    line-height: 190%;
    margin-bottom: 2em;
    margin-top: 1em;
  }
  section.about .two-col .img-container {
    width: 55%;
    max-width: 1040px;
    background: url(../img/top/top-1.webp) center no-repeat;
    background-size: cover;
  }
}

section.services {
  width: 86%;
  max-width: 1815px;
  margin: 100px auto 0 auto;
}
section.services .service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section.services .service-content h4.content-title {
  margin-bottom: 0.5em;
  align-self: flex-start;
}
section.services .service-content .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: clamp(310px, 80%, 520px);
  height: clamp(280px, 33vw, 610px);
  max-width: 100%;
  margin: 0 auto 40px auto;
  color: #ffffff;
}
section.services .service-content .service-card h4 {
  color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.2em 0.5em;
  background-color: rgba(18, 18, 18, 0.52);
}
section.services .service-content .service-card p {
  box-sizing: border-box;
  padding: 0.5em 1em;
  width: 100%;
  background-color: #121212;
}
section.services .service-content .service-card#service-1 {
  background: url(../img/top/top-sp-2.webp) center top no-repeat;
  background-size: cover;
}
section.services .service-content .service-card#service-2 {
  background: url(../img/top/top-sp-3.webp) center top no-repeat;
  background-size: cover;
}
section.services .service-content .service-card#service-3 {
  background: url(../img/top/top-sp-4.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.services {
    width: 96%;
  }
  section.services h2 {
    margin-left: 0.8em;
  }
  section.services .service-content {
    position: relative;
    border: 10px solid #3A9366;
    padding: 40px 0;
    margin-top: 40px;
    z-index: 1;
  }
  section.services .service-content h4.content-title {
    position: absolute;
    line-height: 100%;
    top: calc((0.5em + 7px) * -1);
    padding: 0 0.3em;
    left: 2em;
    margin: 0;
    z-index: 2;
    background-color: #ffffff;
  }
  section.services .service-content .service-card h4 {
    padding: 0.5em 1em 0.2em 1em;
  }
  section.services .service-content .service-card p {
    padding: 0.5em 1.5em 2em 1.5em;
  }
  section.services .service-content .service-card#service-1 {
    background: url(../img/top/top-2.webp) center top no-repeat;
    background-size: cover;
  }
  section.services .service-content .service-card#service-2 {
    background: url(../img/top/top-3.webp) center top no-repeat;
    background-size: cover;
  }
  section.services .service-content .service-card#service-3 {
    background: url(../img/top/top-4.webp) center top no-repeat;
    background-size: cover;
  }
  section.services .vm-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1001px) {
  section.services .service-content {
    flex-direction: row;
    justify-content: space-evenly;
  }
  section.services .service-content .service-card {
    margin-bottom: 0;
    max-width: 30%;
  }
}

section.proposal {
  width: 100%;
  max-width: 100%;
  margin: clamp(100px, 10vw, 160px) auto 0 auto;
}
section.proposal h2 {
  margin: 0 0.5em 0.5em;
}
section.proposal .two-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.proposal .two-col .img-container {
  display: block;
  width: 100%;
  height: clamp(260px, 40vw, 670px);
  max-width: 600px;
  background: url(../img/top/top-sp-5.webp) center no-repeat;
  background-size: cover;
}
section.proposal .two-col .text-container {
  width: 88%;
  max-width: 800px;
}
section.proposal .two-col .text-container h3 {
  width: 86%;
  margin: 1em auto;
}
section.proposal .two-col .text-container p {
  line-height: 170%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 801px) {
  section.proposal h2 {
    position: relative;
    z-index: 2;
    margin: 0 auto -0.6em auto;
    text-align: center;
  }
  section.proposal .two-col {
    flex-direction: row;
    justify-content: flex-start;
  }
  section.proposal .two-col .text-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    max-width: 870px;
    margin: clamp(40px, 6vw, 60px) 0 0 clamp(-40px, -5vw, -70px);
    box-sizing: border-box;
    padding: clamp(40px, 5vw, 70px) clamp(40px, 5vw, 100px) clamp(40px, 5vw, 100px);
    background-color: #ffffff;
  }
  section.proposal .two-col .text-container h3 {
    margin: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  section.proposal .two-col .text-container p {
    box-sizing: border-box;
    max-width: 600px;
    padding-right: 15%;
    line-height: 190%;
    margin-bottom: 2em;
    margin-top: 1em;
  }
  section.proposal .two-col .img-container {
    align-self: start;
    width: 55%;
    max-width: 1000px;
    background: url(../img/top/top-5.webp) center no-repeat;
    background-size: cover;
  }
}

section.works {
  margin: clamp(80px, 10vw, 180px) auto 0 auto;
  width: 100%;
  max-width: 100%;
}
section.works h2 {
  text-align: center;
}
section.works .work-contents {
  width: 100%;
  background-color: rgba(204, 204, 204, 0.16);
  padding-bottom: 32px;
}
section.works .work-contents h3 {
  margin: 0.4em auto 1.5em auto;
  text-align: center;
}
section.works .work-contents .work-card-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 92%;
  max-width: 1544px;
  margin: 0 auto clamp(20px, 2.5vw, 50px) auto;
}
section.works .work-contents .work-card-container .work-card {
  width: clamp(284px, 30%, 584px);
  margin: 0 auto 30px;
  max-width: 100%;
}
section.works .work-contents .work-card-container .work-card .card-img {
  width: 100%;
  height: clamp(160px, 20vw, 280px);
}
section.works .work-contents .work-card-container .work-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.works .work-contents .work-card-container .work-card p.card-time {
  font-size: 16px;
  margin: 1em 0 0.5em 0;
}
section.works .work-contents .work-card-container .work-card h4.card-title {
  font-size: 20px;
  color: #565656;
}
@media screen and (min-width: 801px) {
  section.works h2 {
    width: 92%;
    max-width: 1544px;
    text-align: start;
    margin: 0 auto;
  }
  section.works .work-contents {
    position: relative;
    margin-top: clamp(50px, 7vw, 70px);
    padding: clamp(40px, 5vw, 60px) 0;
  }
  section.works .work-contents h3 {
    position: absolute;
    z-index: 2;
    left: 9%;
    top: -0.9em;
    margin: 0;
  }
  section.works .work-contents .work-card h4.card-title {
    padding-bottom: 1em;
  }
}

section.news {
  width: 100%;
  max-width: 100%;
  align-items: center;
  background-color: #EFEFEF;
  padding: clamp(32px, 10vw, 140px) 0 clamp(32px, 5vw, 50px);
  margin: 100px 0 0 0;
}
section.news .content-container {
  width: 92%;
  max-width: 890px;
}
section.news .content-container .title-container {
  width: 100%;
  text-align: center;
}
section.news .content-container .title-container h2 {
  font-family: YuGothic, "YuGothic", "Noto Sans JP", Noto Sans JP, Meiryo, sans-serif !important;
  font-size: clamp(24px, 4vw, 50px);
  color: #121212;
}
section.news .content-container .title-container h3.subtitle {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 30px);
  color: #3A9366;
}
@media screen and (min-width: 801px) {
  section.news .content-container {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 36px;
    padding: clamp(40px, 8vw, 80px) 0 50px 0;
  }
  section.news .content-container .title-container {
    position: absolute;
    top: calc(clamp(24px, 4vw, 50px) * -0.5);
    z-index: 2;
  }
}

section.recruit {
  width: 100%;
  max-width: 100%;
  background: url(../img/top/recruit-sp-banner.webp) center no-repeat;
  background-size: cover;
  padding: 50px 0 0 0;
  margin: clamp(100px, 15vw, 200px) auto 0 auto;
  align-items: center;
}
section.recruit .title-container {
  text-align: center;
}
section.recruit .title-container > * {
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0.1em;
}
section.recruit .title-container h2 {
  font-size: clamp(40px, 8vw, 116px);
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
section.recruit .title-container h3.jp-subtitle {
  font-size: clamp(20px, 3vw, 40px);
}
section.recruit .title-container h3.rj-subtitle {
  font-size: clamp(16px, 2vw, 31px);
}
section.recruit .info-container {
  width: 100%;
  margin: 100px 0 0 0;
  padding: 60px 0 50px 0;
  background-color: rgba(255, 255, 255, 0.72);
}
section.recruit .info-container h3 {
  font-size: clamp(24px, 3vw, 50px);
  text-align: center;
  letter-spacing: 0.05em;
}
section.recruit .info-container p {
  width: 84%;
  max-width: 600px;
  margin: 1.5em auto 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
section.recruit .info-container .vm-yellow {
  max-width: 84%;
  margin: 2em auto 0 auto;
}
@media screen and (min-width: 801px) {
  section.recruit {
    padding: clamp(50px, 7vw, 120px) 0 0 0;
    background: url(../img/top/recruit-banner.webp) center no-repeat;
    background-size: cover;
  }
  section.recruit .info-container {
    width: 70%;
    max-width: 550px;
    align-self: flex-end;
    margin-top: clamp(120px, 15vw, 260px);
    box-sizing: border-box;
    padding: clamp(60px, 6vw, 100px) 2% clamp(50px, 5vw, 70px);
  }
  section.recruit .info-container p {
    text-align: center;
    font-size: 16px;
    width: 100%;
  }
}

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