@charset "UTF-8";
html {
  font-size: 63%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.7vw;
  }
}
body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  color: #5E5D5D;
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  body {
    max-width: 50rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

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

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

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

#wpadminbar a {
  color: #fff !important;
}

.c-btn {
  background: #A67B48;
  color: #fff !important;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-btn__orange {
  width: 100%;
  padding: 1.8rem 0;
  margin: 0 auto 1.5rem;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: linear-gradient(88deg, #FFAD14 0.48%, #FF6A14 100%);
  font-size: 2rem;
}
.c-btn__green {
  width: 100%;
  padding: 1.8rem 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: linear-gradient(88deg, #29CC3C 0%, #21992F 100%);
  font-size: 2rem;
}
.c-btn__kengaku {
  background: #81706A;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__ham {
  width: 3rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 3rem;
  height: 2rem;
  margin-left: auto;
  margin-right: 2rem;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #D9D9D9;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 0.9rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 0.9rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 0.9rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #A67B48;
  background: rgba(166, 123, 72, 0.9);
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 37.5rem;
  height: 100vh;
  z-index: 1;
}
.l-header__ham--inner a {
  color: #fff !important;
  font-size: 2rem;
  text-decoration: underline;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.l-section {
  padding: 5rem 2rem;
}
.l-section__title {
  font-size: 2.8rem;
  color: #A67B48;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.24px;
}
.l-section__title span {
  font-size: 1.4rem;
}

.p-front__mv {
  position: relative;
}
.p-front__mv--bg {
  padding: 0;
}
.p-front__mv--img img {
  width: 100%;
}
.p-front__mv--btns {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}
.p-front__kengaku {
  font-size: 2rem;
  margin-bottom: 0;
  padding: 2rem 1rem;
  background: url(../img/bg-kengaku.png) center center;
}
.p-front__kengaku--inner {
  background: #fff;
  padding: 3rem 2rem;
}
.p-front__kengaku h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  letter-spacing: 1.6px;
}
.p-front__kengaku p {
  font-size: 1.4rem;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
}
.p-front__kengaku--btn {
  text-align: center;
  margin-top: 3rem;
}
.p-front__kengaku--btn .c-btn {
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.6rem;
}
.p-front__taiken img {
  width: 100%;
}
.p-front__area--bg {
  background: #FBF9F4;
}
.p-front__area--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.p-front__area--list::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 100%;
}
.p-front__area--list-item {
  text-align: center;
  background: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  background: #EBEAE9;
  font-size: 1.4rem;
  width: 31%;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
}
.p-front__area--list-item:hover {
  cursor: pointer;
}
.p-front__area--list-item:first-of-type {
  background: #D66858;
}
.p-front__area--list-item:nth-of-type(2) {
  background: #369A3D;
}
.p-front__area--list-item:nth-of-type(3) {
  background: #09A5D0;
}
.p-front__area--list-item:nth-of-type(4) {
  background: #FF8F3B;
}
.p-front__area--list-item:nth-of-type(5) {
  background: #E88888;
}
.p-front__area--list-item:nth-of-type(6) {
  background: #C984D1;
}
.p-front__area--card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(173, 165, 141, 0.25);
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  display: none;
}
.p-front__area--card:last-of-type {
  margin-bottom: 0;
}
.p-front__area--card img {
  display: block;
  margin: 0 auto;
  height: 20rem;
}
.p-front__area--card img, .p-front__area--card h3, .p-front__area--card p {
  margin-bottom: 1.2rem;
}
.p-front__area--card h3 {
  letter-spacing: 1.44px;
  color: #4E4C4D;
}
.p-front__area--card p {
  color: #636363;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}
.p-front__area--card p:last-of-type {
  margin-bottom: 0;
}
.p-front__area--card--name {
  font-weight: bold;
  font-size: 1.4rem;
  color: #636363;
}
.p-front__area--card h3 {
  font-size: 1.8rem;
}
.p-front__work--bg {
  padding-top: 6.5rem;
}
.p-front__work--top {
  margin-top: 4.5rem;
  margin-bottom: 4rem;
}
.p-front__work--top p {
  font-size: 1.6rem;
  line-height: 164%; /* 26.24px */
  letter-spacing: 0.64px;
}
.p-front__work--card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(173, 165, 141, 0.25);
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
}
.p-front__work--card img, .p-front__work--card h3, .p-front__work--card p {
  margin-bottom: 1rem;
}
.p-front__work--card img {
  display: block;
  margin: 0 auto 1rem;
  width: 70%;
}
.p-front__work--card h3 {
  font-size: 2rem;
  line-height: 160%; /* 32px */
  letter-spacing: 1.6px;
}
.p-front__work--card p {
  font-size: 1.6rem;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
.p-front__work--card--point {
  font-weight: bold;
  font-size: 1.4rem;
  color: #BA9D78;
  font-family: Futura;
  font-weight: 500;
  letter-spacing: 1.28px;
}
.p-front__work--card:first-of-type img, .p-front__work--card:nth-of-type(2) img {
  width: 100%;
}
.p-front__work--card--wrap {
  margin-bottom: 3rem;
}
.p-front__work--btns {
  margin-bottom: 2rem;
}
.p-front__voice {
  margin-top: 5rem;
}
.p-front__voice--bg {
  background: #FBF9F4;
  padding-bottom: 9rem;
}
.p-front__voice--top h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 160%; /* 32px */
  letter-spacing: 1.6px;
  color: #4E4C4D;
}
.p-front__voice--top p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.p-front__voice--card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(173, 165, 141, 0.25);
  padding: 3rem 1rem;
  margin-bottom: 1rem;
}
.p-front__voice--card img, .p-front__voice--card h3, .p-front__voice--card p {
  margin-bottom: 1.5rem;
}
.p-front__voice--card--point {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-front__voice--card h3 {
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 1.6px;
}
.p-front__voice--card p {
  font-size: 1.6rem;
}
.p-front__voice--card p:last-of-type {
  margin-bottom: 0;
}
.p-front__voice--card img {
  width: 100%;
}
.p-front__voice--card--wrap {
  margin-top: 6rem;
}
.p-front__recruit--bg {
  padding-bottom: 6rem;
  background: linear-gradient(180deg, #FFEEE3 0%, #FFF 100%);
}
.p-front__recruit--bg .l-section__title {
  color: #FFAD14;
}
.p-front__recruit--bg .l-section__title span {
  color: #807D7D;
}
.p-front__recruit--img {
  margin-top: 5rem;
}
.p-front__recruit--img img {
  width: 100%;
}
.p-front__recruit--card {
  border-radius: 8px;
  background: #FFF;
  padding: 3rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border: 1px solid #FFAD14;
  background: #FFF;
}
.p-front__recruit--card h3, .p-front__recruit--card p {
  margin-bottom: 1rem;
}
.p-front__recruit--card--point {
  font-weight: bold;
  font-size: 1.4rem;
  color: #BA9D78;
}
.p-front__recruit--card h3 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.44px;
}
.p-front__recruit--card img {
  margin-right: 1rem;
}
.p-front__recruit--card p {
  font-size: 1.5rem;
  letter-spacing: 0.1px;
}
.p-front__recruit--card--wrap {
  margin-top: 5rem;
}
.p-front__recruit--block {
  border-bottom: 1px solid #F1E9DF;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-front__recruit--block:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-front__recruit--block p:first-of-type {
  font-weight: 700;
  line-height: 164%; /* 26.24px */
  letter-spacing: 0.64px;
}
.p-front__recruit--btns--top {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.p-front__faq--bg {
  background: #FBF9F4;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.p-front__faq--bg .l-section__title span {
  color: #4E4C4D;
}
.p-front__faq--wrap {
  margin-top: 5rem;
}
.p-front__faq--block {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(173, 165, 141, 0.25);
  margin-bottom: 2rem;
}
.p-front__faq--block p {
  margin-bottom: 0;
}
.p-front__faq--q {
  display: flex;
  font-weight: bold;
  padding: 2rem;
}
.p-front__faq--q p:first-of-type {
  color: #A37C48;
  margin-right: 1rem;
  font-family: Futura;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
.p-front__faq--q p:nth-of-type(2) {
  width: 24rem;
}
.p-front__faq--a {
  display: flex;
  padding: 2rem;
  position: relative;
}
.p-front__faq--a p:first-of-type {
  color: #A37C48;
  margin-right: 1rem;
  font-family: Futura;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
.p-front__faq--a::before {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #F1E9DF;
}
.p-front__faq--icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.p-front__faq--icon span {
  position: absolute;
  display: block;
  background-color: #A37C48;
  transition: transform 0.3s ease;
}
.p-front__faq--icon span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.p-front__faq--icon span:last-child {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.p-front__faq--icon.active {
  transition: all 0.3s;
}
.p-front__faq--icon.active span:last-child {
  opacity: 0;
}
.p-front__contact {
  margin-top: 4rem;
}
.p-front__contact label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-front__contact--require {
  font-size: 1rem;
  color: #E18700;
  border-radius: 10px;
  border: 1px solid #E18700;
  padding: 0 0.5rem;
  margin-right: 1rem;
}
.p-front__contact .wpcf7-list-item {
  margin-left: 0.5rem;
}
.p-front__contact input[type=text],
.p-front__contact input[type=email],
.p-front__contact textarea {
  border-radius: 8px;
  background: #F3F3F3;
  border: unset;
  padding: 1rem;
}
.p-front__contact input[type=text],
.p-front__contact input[type=email] {
  height: 4rem;
}
.p-front__contact input[type=radio] {
  margin-right: 0.5rem;
}
.p-front__contact .wpcf7 input::-moz-placeholder {
  color: #B2AEAE !important;
}
.p-front__contact .wpcf7 input::placeholder {
  color: #B2AEAE !important;
}
.p-front__contact--block {
  margin-bottom: 4rem;
}
.p-front__contact--block:first-of-type .wpcf7-list-item {
  display: block;
  margin-bottom: 1.5rem;
}
.p-front__contact--block:nth-of-type(2) .wpcf7-list-item, .p-front__contact--block:nth-of-type(6) .wpcf7-list-item, .p-front__contact--block:nth-of-type(7) .wpcf7-list-item {
  margin-right: 3rem;
}
.p-front__fixed {
  position: relative;
}
.p-front__fixed--btns {
  max-width: 37.5rem;
  margin: 0 auto;
  position: fixed; /* ← fixed ではなく */
  left: 0;
  right: 0;
  bottom: 0;
  transform: unset;
  padding: 0.5rem;
  background: #fff;
}
.p-front__fixed--btn {
  display: flex;
  gap: 12px; /* space-around はやめて gap を使う */
}
.p-front__fixed .c-btn__orange,
.p-front__fixed .c-btn__green {
  flex: 1 1 0; /* 45%固定幅をやめる */
  margin: 0;
  font-size: 1.2rem;
  padding: 2rem 0;
}

.wpcf7-submit {
  border: unset !important;
  border-radius: 36px !important;
  background: #E18700 !important;
  text-align: center !important;
  color: #fff !important;
  width: 24rem !important;
  display: block;
  margin: 0 auto;
  padding: 1.5rem !important;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */