@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #765050;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #f6f7f2;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  width: 100%;
  padding: 0.8125rem 0.9375rem 0.4375rem 0.9375rem;
}

.l-header__logo a {
  display: block;
  width: 13.3125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

.l-content {
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  padding: 13px;
}

.l-footer__small {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.c-button {
  position: relative;
  top: 0rem;
  z-index: 1;
  width: 100%;
  height: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8D2F;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 1.875rem;
  background: #fff;
  border: 2px solid #FF8D2F;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.3125rem 0 #FF8D2F;
          box-shadow: 0 0.3125rem 0 #FF8D2F;
}
.c-button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 5.5rem;
  height: 2.9375rem;
  background: #FF8D2F;
  border-radius: 5rem;
}
.c-button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.1875rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.4375rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    top: 0.3125rem;
    -webkit-box-shadow: 0 0rem 0 #FF8D2F;
            box-shadow: 0 0rem 0 #FF8D2F;
  }
  .c-button:hover span::after {
    left: calc(50% + 0.8125rem);
  }
}

.p-lp {
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
}

.p-lp__img {
  width: 100%;
}

.p-lp__box {
  position: relative;
}

.p-lp__btn {
  position: fixed;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.25rem;
  display: block;
  width: 43rem;
  -webkit-animation: zoomInOut 1.5s ease-in-out infinite;
          animation: zoomInOut 1.5s ease-in-out infinite;
}
.p-lp__btn:hover {
  opacity: 0.7;
}

.p-lp__btn--bottom {
  position: absolute;
  bottom: 3.75rem;
}

.p-lp__btn {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.p-lp__btn.is-hidden {
  opacity: 0;
  pointer-events: none; /* クリック防止 */
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.95);
            transform: translateX(-50%) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.95);
            transform: translateX(-50%) scale(0.95);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.p-lp-recruit {
  padding: 4.375rem 2.125rem 6.25rem 2.125rem;
}
.p-lp-recruit .wp-block-group {
  margin-top: 2.5rem;
}
.p-lp-recruit .wp-block-group__inner-container {
  padding-bottom: 1.5rem;
  border-bottom: 3px dashed #765050;
}
.p-lp-recruit h2 {
  position: relative;
  font-size: 3.875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.75rem;
}
.p-lp-recruit h2::after {
  content: "";
  display: block;
  width: 7.875rem;
  height: 0.5rem;
  background: #765050;
  margin: 1.75rem auto 0 auto;
}
.p-lp-recruit h3 {
  color: #fff;
  font-size: 2.3125rem;
  line-height: 1;
}
.p-lp-recruit h3 strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 16.5625rem;
  font-weight: 500;
  background: #765050;
  padding: 0.75rem 0.5rem;
}
.p-lp-recruit p {
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0 0.625rem;
  margin-top: 1rem;
}
.p-lp-recruit p.has-small-font-size {
  font-size: 1.5625rem !important;
  margin-top: 1rem;
}

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

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */