@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Inter", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #000;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 31.25rem;
  }
}

.header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  height: 4.75rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  margin-top: 1.4375rem;
  width: 93%;
  margin-inline: auto;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.75rem;
    margin-top: 0;
    width: 100%;
  }
}

.header__inner {
  padding: 0 1.25rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}

.header__logo {
  max-width: 12.0625rem;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 4.625rem;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  height: 100%;
  object-fit: contain;
}

.header__nav {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--instagram {
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
  width: 4.75rem;
}

.header__nav-item a {
  padding: 0 0.625rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-family: "Shippori Mincho", serif;
}

.header__nav-item.header__nav-item--instagram a img {
  height: 100%;
  object-fit: contain;
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 2.5rem;
    height: inherit;
    cursor: pointer;
    transition: 0.3s;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.9375rem;
  height: 1px;
  background-color: #000;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  padding: 9.375rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #EEFFE9;
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.6s;
}

.header__drawer.is-open {
  right: 0;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  padding: 1.25rem 0;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.header__drawer-item.header__drawer-item--instagram {
  margin-inline: auto;
  width: 4.75rem;
}

.mv {
  position: relative;
  height: 49.5rem;
  min-height: 25rem;
  margin-top: 7.625rem;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 3.75rem;
    height: 31.25rem;
  }
}

.mv__inner {
  height: inherit;
  min-height: inherit;
}

.mv__title-wrap {
  width: initial;
  position: absolute;
  z-index: 2;
  top: 15.625rem;
  left: 12%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__title-wrap {
    top: 7.5rem;
  }
}

.mv__main-title {
  font-size: 4rem;
  text-shadow: 7px 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .mv__main-title {
    font-size: 2.25rem;
  }
}

.mv__sub-title {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-shadow: 5px 4px 100px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .mv__sub-title {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.mv__img {
  width: 93%;
  margin-left: auto;
}

.mv__img,
.mv__img img {
  height: inherit;
  min-height: inherit;
}

.mv__img img {
  width: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 5.625rem 0 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    object-position: 65%;
    border-radius: 3.125rem 0 0 3.125rem;
  }
}

.section-title {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-title--line {
  position: relative;
  padding-bottom: 0.625rem;
  width: fit-content;
  margin-inline: auto;
}

.section-title--line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.section-title__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9375rem;
}

.concept {
  padding-top: 12.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept {
    padding-top: 6.25rem;
  }
}

.concept::before,
.concept::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.concept::before {
  top: 1.625rem;
  left: 0;
  width: 31.5625rem;
  height: 33.125rem;
  background-image: url("../images/concept_huwa1.png");
}
@media screen and (max-width: 768px) {
  .concept::before {
    width: 12.5rem;
    height: 14.375rem;
  }
}

.concept::after {
  top: 5.4375rem;
  right: 0;
  width: 18.5625rem;
  height: 33.25rem;
  background-image: url("../images/concept_huwa2.png");
}
@media screen and (max-width: 768px) {
  .concept::after {
    width: 9.375rem;
    height: 17.5rem;
    top: 9.375rem;
  }
}

.concept__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .concept__title {
    margin-top: 1.75rem;
    font-size: 1.5rem;
  }
}

.concept__text {
  margin-top: 1.5625rem;
  font-weight: 400;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .concept__title,
  .concept__text {
    padding-inline: 1.25rem;
  }
}

.business {
  padding-top: 12.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business {
    padding-top: 6.25rem;
  }
}

.business::before,
.business::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.business::before {
  bottom: -4rem;
  left: 0;
  width: 19.4375rem;
  height: 25.0625rem;
  background-image: url("../images/business_huwa1.png");
}
@media screen and (max-width: 768px) {
  .business::before {
    bottom: initial;
    top: 18.75rem;
    width: 12.5rem;
    height: 16.25rem;
  }
}

.business::after {
  bottom: 4.4375rem;
  right: 0;
  width: 18.3125rem;
  height: 36.5625rem;
  background-image: url("../images/business_huwa2.png");
}
@media screen and (max-width: 768px) {
  .business::after {
    bottom: 0;
    width: 12.5rem;
    height: 25rem;
  }
}

.business__wrap,
.contact__wrap {
  text-align: center;
}

.business__read {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .business__read {
    padding-inline: 1.25rem;
    margin-top: 2.5rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.business__lists {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  max-width: 69.1875rem;
  width: 100%;
  margin-inline: auto;
  flex-wrap: wrap;
  column-gap: 4.375rem;
  row-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .business__lists {
    padding-inline: 1.25rem;
    margin-top: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.business__list {
  max-width: 20.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business__list {
    max-width: 100%;
  }
}

.business__content {
  position: relative;
}

.business__img {
  width: 100%;
  height: auto;
}

.business__img img {
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .business__img img {
    border-radius: 1.25rem;
  }
}

.business__head {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14rem;
  background-color: #fff;
  text-align: left;
  padding: 0.4375rem 0 0.4375rem;
}
@media screen and (max-width: 768px) {
  .business__head {
    font-size: 1.25rem;
    width: 12.5rem;
  }
}

.business__head::before,
.business__head::after {
  content: "";
  display: block;
  position: absolute;
}

.business__head::before {
  background-color: #929292;
  height: 0.1875rem;
  width: 102%;
  top: 0;
  left: -2%;
}
@media screen and (max-width: 768px) {
  .business__head::before {
    height: 0.125rem;
  }
}

.business__head::after {
  border-right: 3px solid #929292;
  width: 100%;
  height: 110%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .business__head::after {
    border-right: 2px solid #929292;
  }
}

.business__text {
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .business__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.about {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 6.25rem;
  }
}

.about::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -5.625rem;
  right: 0;
  width: 30.625rem;
  height: 35.4375rem;
  background-image: url("../images/about_huwa.png");
}
@media screen and (max-width: 768px) {
  .about::before {
    bottom: initial;
    top: 18.75rem;
    width: 12.5rem;
    height: 16.25rem;
  }
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 30rem;
  align-items: center;
  gap: 8.25rem;
  max-width: 83.125rem;
  width: 100%;
  margin-right: auto;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: flex;
    flex-direction: column-reverse;
    padding-inline: 1.25rem;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
    gap: 2.5rem;
  }
}

.about__img {
  aspect-ratio: 720/804;
  max-width: 45rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__img {
    max-width: 31.25rem;
  }
}

.about__img img {
  object-fit: cover;
  height: 100%;
  object-position: right;
  border-radius: 0 6.25rem 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .about__img img {
    border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
  }
}

.about__text {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

.message {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 6.25rem;
  }
}

.message::before,
.message::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.message::before {
  bottom: -6.4375rem;
  left: 0;
  width: 29.625rem;
  height: 26.5rem;
  background-image: url("../images/message_huwa1.png");
}
@media screen and (max-width: 768px) {
  .message::before {
    bottom: initial;
    top: 15.625rem;
    width: 12.5rem;
    height: 11.25rem;
  }
}

.message::after {
  bottom: -8.8125rem;
  right: max(5vw, 2%);
  width: 25.125rem;
  height: 19.25rem;
  background-image: url("../images/message_huwa2.png");
}
@media screen and (max-width: 768px) {
  .message::after {
    bottom: -5rem;
    width: 12.5rem;
    height: 9.375rem;
  }
}

.message__inner {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column; /* 縦並びに */
    gap: 0;
  }
}

.message__wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .message__wrap {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .message__wrap .section-title,
  .message__wrap .section-title__subtitle {
    order: 1; /* タイトルを一番上に */
  }
}

.message__text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message__text {
    text-align: left;
    font-size: 1.125rem;
    order: 3;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.message__img {
  flex: 1;
  max-width: 28rem;
  width: 100%;
  height: auto;
  aspect-ratio: 448/485;
}
@media screen and (max-width: 768px) {
  .message__img {
    order: 2;
    margin-top: 2.5rem;
  }
}

.message__img img {
  height: 100%;
  object-fit: cover;
}

.numbers {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .numbers {
    padding-top: 6.25rem;
  }
}

.numbers::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -11.9375rem;
  left: 0;
  width: 25.875rem;
  height: 26.4375rem;
  background-image: url("../images/numbers_huwa.png");
}
@media screen and (max-width: 768px) {
  .numbers::before {
    bottom: initial;
    top: 18.75rem;
    width: 12.5rem;
    height: 16.25rem;
  }
}

.numbers__lists {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .numbers__lists {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.numbers__list {
  text-align: center;
}

.numbers__img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.numbers__img img {
  height: auto;
  object-fit: cover;
}

.numbers__img1 {
  max-width: 28.5625rem;
  aspect-ratio: 457/244;
}

.numbers__img2 {
  max-width: 27.0625rem;
  aspect-ratio: 433/244;
}

.numbers__img3 {
  max-width: 16.0625rem;
  aspect-ratio: 257/244;
}

.numbers__head {
  margin-top: 1.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .numbers__head {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.numbers__text {
  flex-grow: 1;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .numbers__text {
    margin-top: 0.625rem;
  }
}

.information {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 6.25rem;
  }
}

.information::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: 0.875rem;
  right: clamp(31vw, 50.9375rem, 54%);
  width: 32.4375rem;
  height: 19.25rem;
  background-image: url("../images/information_huwa.png");
}
@media screen and (max-width: 768px) {
  .information::before {
    bottom: initial;
    top: 12.5rem;
    width: 18.75rem;
    height: 14.375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.information__inner {
  display: grid;
  grid-template-columns: 1fr 43.9375rem;
  align-items: center;
  gap: 5rem;
  max-width: 79.625rem;
  width: 100%;
  margin-left: auto;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .information__inner {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
    gap: 2.5rem;
  }
}

.information__wrap {
  margin-top: -1.25rem;
}

.information__img {
  aspect-ratio: 703/554;
  max-width: 43.9375rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .information__img {
    max-width: 31.25rem;
  }
}

.information__img img {
  object-fit: cover;
  height: 100%;
  object-position: left;
  border-radius: 2.5rem 0 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .information__img img {
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}

.information__text {
  margin-top: 3.75rem;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .information__text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}


.contact {
  padding-top: 12.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 6.25rem;
  }
}

.contact::before,
.contact::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.contact::before {
  bottom: 49.4375rem;
  right: -76px;
  width: 25.3125rem;
  height: 36.5625rem;
  background-image: url("../images/contact_huwa2.png");
}
@media screen and (max-width: 768px) {
  .contact::before {
    bottom: 69.4375rem;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 270px auto;
  }
}

.contact::after {
  bottom: 0;
  left: -24px;
  width: 24.3125rem;
  height: 36.5625rem;
  background-image: url("../images/contact_huwa1.png");
}
@media screen and (max-width: 768px) {
  .contact::after {
    bottom: 0;
    width: 12.5rem;
    height: 25rem;
  }
}

.contact .forms-field-container {
  padding: 30px;
  margin: 0 auto;
  width: 1000px;
}
.contact .forms-field-container input,
.contact .forms-field-container textarea {
  border-color: rgba( 0, 0, 0, 0.25 );
  border-radius: 30px !important;
  border: 1px solid;
  width: 50%;
  margin: 10px 0;
  padding: 7px 16px;
}
.contact .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.contact .forms-field-container textarea {
  height: 250px;
}
.contact .form-group label {
  width: 180px;
  margin-right: 10px;
  color: #444;
  font-weight: 550;
  text-align: left;
}
.contact .form-group#forms-message label {
  padding: 24px 0;
  align-self: flex-start;
}
.contact .form-group input,
.contact .form-group textarea {
  flex: 1;
  padding: 14px 10px;
  border: 1px solid #333;
  border-radius: 6px;
  font-size: 14px;
}
.contact .form-group textarea {
  resize: none;
}
.contact .forms-field {
  margin-top: 30px;
  text-align: left;
}
.contact .forms-field input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: auto;
  width: 100px;
  margin-left: 230px;
}
.contact .forms-field-text {
  width: 865px;
  text-align: center;
  margin: 30px auto;
  line-height: 1.8;
}
.contact .forms-field-text a {
  text-decoration: underline;
  color:#000
}
.contact button {
  background-color: rgba(145, 250, 116, 0.3);
  border-radius: 0;
  color: #333;
  padding: .25em .5em;
  border-radius: 50px !important;
  padding: 16px 142px !important;
}
.contact button:hover {
  background-color: rgba(145, 250, 116, 0.5);
}
.contact label.forms-error, 
.contact em.forms-error {
  line-height: 17px;
	font-style: normal;
  color:  #d63637;
  padding: 0 0px 10px 200px;
  position: relative;
  display: block;
  text-align: left;
}
.contact #forms-field-consent-error.forms-error {
  text-align: center;
  padding: 0 50px 10px 0px;
}
.contact .forms-container .forms-submit-container {
	text-align: center
}
.contact label.forms-error:before, 
.contact em.forms-error:before {
  -webkit-mask-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  mask-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2215%22%20viewBox%3D%220%200%2017%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.0264%2012.3086L9.46387%200.90625C8.97168%200.0585938%207.68652%200.03125%207.19434%200.90625L0.631836%2012.3086C0.139648%2013.1562%200.768555%2014.25%201.78027%2014.25H14.8779C15.8896%2014.25%2016.5186%2013.1836%2016.0264%2012.3086ZM8.34277%209.92969C9.02637%209.92969%209.60059%2010.5039%209.60059%2011.1875C9.60059%2011.8984%209.02637%2012.4453%208.34277%2012.4453C7.63184%2012.4453%207.08496%2011.8984%207.08496%2011.1875C7.08496%2010.5039%207.63184%209.92969%208.34277%209.92969ZM7.13965%205.41797C7.1123%205.22656%207.27637%205.0625%207.46777%205.0625H9.19043C9.38184%205.0625%209.5459%205.22656%209.51855%205.41797L9.32715%209.13672C9.2998%209.32812%209.16309%209.4375%208.99902%209.4375H7.65918C7.49512%209.4375%207.3584%209.32812%207.33105%209.13672L7.13965%205.41797Z%22%20fill%3D%22currentColor%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  content: '';
  position: relative;
  display: inline-block;
  right: 5px;
  top: 1.5px;
  width: 16px;
  height: 14px;
  background-color: #d63637;
}
.contact #forms-field-common-error {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contact .form-group {
    flex-direction: column;
    align-items: start;
  }
  .contact .forms-field-container {
    width: 100%;
  }
  .contact .forms-field-container input,
  .contact .forms-field-container textarea {
    width: 100%;
  }
  .contact .forms-field {
    text-align: center;
  }
  .contact .form-group#forms-message {
    height: 300px;
  }
  .contact .form-group#forms-message label {
    padding: 0;
  }
  .contact .forms-field-text {
    width: 100%;
  }
  .contact .forms-field input[type=checkbox] {
    width: 20px;
    margin-left: 0;
  }
  .contact em.forms-error {
    padding: 0 0px 20px 20px;
  }
}

.recruit-mv {
  height: 52rem;
}
@media screen and (max-width: 768px) {
  .recruit-mv {
    height: 31.25rem;
  }
}

.recruit-mv__title-wrap {
  bottom: 3.25rem;
  top: initial;
  left: 12%;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title-wrap {
    bottom: 1.875rem;
  }
}

.recruit-mv .mv__img img {
  object-position: 43%;
}

.recruit-welcome {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-welcome {
    padding-top: 6.25rem;
  }
}

.recruit-welcome::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -10.625rem;
  right: 0;
  width: 23.375rem;
  height: 49.3125rem;
  background-image: url("../images/recruit-welcome_huwa.png");
}
@media screen and (max-width: 768px) {
  .recruit-welcome::before {
    bottom: initial;
    top: 6.25rem;
    width: 12.5rem;
    height: 26.25rem;
  }
}

.recruit-welcome__inner {
  display: grid;
  grid-template-columns: 1fr 24.375rem;
  align-items: center;
  gap: 7.125rem;
  max-width: 80.625rem;
  width: 100%;
  margin-right: auto;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .recruit-welcome__inner {
    display: flex;
    flex-direction: column-reverse;
    padding-inline: 1.25rem;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
    gap: 2.5rem;
  }
}

.recruit-welcome__img {
  aspect-ratio: 796/615;
  max-width: 49.75rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruit-welcome__img {
    max-width: 31.25rem;
  }
}

.recruit-welcome__img img {
  object-fit: cover;
  height: 100%;
  object-position: right;
  border-radius: 0 3.75rem 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .recruit-welcome__img img {
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}

.recruit-welcome__wrap {
  text-align: center;
}

.recruit-welcome__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-welcome__title {
    font-size: 1.75rem;
  }
}

.recruit-welcome__text {
  margin-top: 4.125rem;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-welcome__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.recruit-work {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-work {
    padding-top: 6.25rem;
  }
}

.recruit-work::before,
.recruit-work::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.recruit-work::before {
  top: -4rem;
  left: 0;
  width: 21rem;
  height: 45.25rem;
  background-image: url("../images/recruit-work_huwa1.png");
}
@media screen and (max-width: 768px) {
  .recruit-work::before {
    top: 0;
    width: 9.375rem;
    height: 20.25rem;
  }
}

.recruit-work::after {
  bottom: -9rem;
  right: 0;
  width: 10.375rem;
  height: 24.5625rem;
  background-image: url("../images/recruit-work_huwa2.png");
}
@media screen and (max-width: 768px) {
  .recruit-work::after {
    bottom: -3.75rem;
    width: 6.25rem;
    height: 14.75rem;
  }
}

.recruit-work__lists {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-work__lists {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}

.recruit-work__list-wrap {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-work__list-wrap {
    gap: 1.25rem;
  }
}

.recruit-work__list-number {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  width: 4.125rem;
  height: 4.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .recruit-work__list-number {
    font-size: 1.75rem;
    width: 2.5rem;
    height: 2.625rem;
  }
}

.recruit-work__list-title {
  font-size: 2.375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-work__list-title {
    font-size: 1.75rem;
  }
}

.recruit-work__list-text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-work__list-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.recruit-voice {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-voice {
    padding-top: 6.25rem;
  }
}

.recruit-voice::before,
.recruit-voice::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.recruit-voice::before {
  bottom: -12.5rem;
  left: 0;
  width: 20.875rem;
  height: 48.75rem;
  background-image: url("../images/recruit-voice_huwa1.png");
}
@media screen and (max-width: 768px) {
  .recruit-voice::before {
    bottom: -9.375rem;
    width: 9.375rem;
    height: 21.875rem;
  }
}

.recruit-voice::after {
  top: 40.625rem;
  right: 0;
  width: 22.75rem;
  height: 36.4375rem;
  background-image: url("../images/recruit-voice_huwa2.png");
}
@media screen and (max-width: 768px) {
  .recruit-voice::after {
    top: 12.5rem;
    width: 9.375rem;
    height: 15rem;
  }
}

.recruit-voice__inner {
  max-width: 68.75rem;
}

.recruit-voice__lists {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .recruit-voice__lists {
    margin-top: 2.5rem;
  }
}

.recruit-voice__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-voice__list {
    flex-direction: column;
  }
}

.recruit-voice__list + .recruit-voice__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recruit-voice__list + .recruit-voice__list {
    margin-top: 2.5rem;
  }
}

.recruit-voice__list:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-voice__list:nth-child(2) {
    flex-direction: column;
  }
}

.recruit-voice__img {
  width: 100%;
  height: auto;
  position: relative;
}

.recruit-voice__img1 {
  max-width: 27.6875rem;
  aspect-ratio: 443/502;
}

.recruit-voice__img1::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -2.75rem;
  left: -5rem;
  width: 25.125rem;
  height: 19.25rem;
  background-image: url("../images/recruit-voice_huwa3.png");
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-voice__img1::before {
    bottom: -3.125rem;
    width: 12.5rem;
    height: 9.375rem;
    left: -0.625rem;
  }
}

.recruit-voice__img2 {
  max-width: 28.5rem;
  aspect-ratio: 456/536;
}

.recruit-voice__img2::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -9rem;
  right: -5rem;
  width: 29.5625rem;
  height: 24.5rem;
  background-image: url("../images/recruit-voice_huwa4.png");
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-voice__img2::before {
    right: -0.625rem;
    bottom: -3.125rem;
    width: 12.5rem;
    height: 9.375rem;
  }
}

.recruit-voice__content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-voice__content {
    margin-top: 1.25rem;
  }
}

.recruit-voice__head {
  font-family: "Shippori Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-voice__head {
    font-size: 1.5rem;
  }
}

.recruit-voice__text {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruit-voice__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.recruit-faq {
  padding-top: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-faq {
    padding-top: 6.25rem;
  }
}

.recruit-faq::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  bottom: -22.1875rem;
  right: 0;
  width: 30rem;
  height: 49.1875rem;
  background-image: url("../images/recruit-faq_huwa.png");
}
@media screen and (max-width: 768px) {
  .recruit-faq::before {
    bottom: 0;
    width: 12.5rem;
    height: 25rem;
  }
}

.recruit-faq__inner {
  display: flex;
  gap: 8.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-faq__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.recruit-faq__items {
  margin-top: 6.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-faq__items {
    margin-top: 0;
  }
}

.recruit-faq__item {
  border-bottom: 1px solid #000;
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-faq__item {
    padding: 1.25rem 0.625rem;
  }
}

.recruit-faq__item:nth-child(1) {
  border-top: 1px solid #000;
}

.recruit-faq__title,
.recruit-faq__content {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-faq__title,
  .recruit-faq__content {
    font-size: 1rem;
  }
}

.recruit-faq__content {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit-faq__content {
    margin-top: 1rem;
  }
}