@charset "UTF-8";
/* ===================================================================
Theme Name:
Theme URI:
Description:
Author: FURAZOA inc
Author URI: https://furazoa.com
Version: 1.0.1
=================================================================== */
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* Noto Sansを使わない場合
$font-sans: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
*/
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: clip;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: clamp(14px, 16 / 1180 * 100vw, 16px);
  line-height: 1.6;
  color: #000000;
  text-align: left;
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-template-page-contact .grecaptcha-badge,
.page-template-page-entry .grecaptcha-badge {
  z-index: 2;
  visibility: visible;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

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

table {
  border-collapse: collapse;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul,
li {
  list-style-type: none;
}

::-moz-selection {
  color: #000000;
  text-shadow: none;
  background-color: #DDD;
  /* Required when declaring ::selection */
}

::selection {
  color: #000000;
  text-shadow: none;
  background-color: #DDD;
  /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #F6F4EE;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
.l-main {
  background: #F6F4EE;
}

.l-page {
  padding-top: 80px;
}
.l-page__header {
  position: relative;
  z-index: 0;
  padding: clamp(52px, 100 / 1180 * 100vw, 100px) 0 clamp(48px, 60 / 1180 * 100vw, 60px);
}
.l-page__header::before {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: clamp(495px, 690 / 1180 * 100vw, 690px);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#F6F4EE));
  background: linear-gradient(180deg, #fff 40%, #F6F4EE 100%);
}
.l-page__title {
  position: relative;
}
.l-page__title .en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #008D75;
}
.l-page__title .ja {
  display: block;
  margin-top: clamp(4px, 20 / 1180 * 100vw, 20px);
  font-size: clamp(32px, 40 / 1180 * 100vw, 40px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header.is-scroll {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-scroll.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-open .l-header__nav {
  z-index: 100;
  overflow-y: scroll;
  visibility: visible;
  opacity: 1;
}
.l-header.is-open .l-header__bg {
  visibility: visible;
  opacity: 1;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 0 5.4726368159vw;
  margin: 0 auto;
}
.l-header__logo {
  position: relative;
  z-index: 105;
  width: clamp(162px, 224 / 1440 * 100vw, 224px);
  height: clamp(45.5625px, 63 / 1440 * 100vw, 63px);
  font-size: 0;
}
.l-header__logo > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 110px 5.4726368159vw 36px;
  visibility: hidden;
  background: #F6F4EE;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__navList .nav__item {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-header__navList .nav__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-right: 40px;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__navList .nav__item a .c-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__button {
  margin-top: 28px;
}
.l-header__button a {
  width: 100%;
  height: 56px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.l-header__subNavList {
  margin-top: 32px;
}
.l-header__subNavList .subNav__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.l-header__subNavList .subNav__item:not(:last-child) {
  margin-bottom: 10px;
}
.l-header__subNavList .subNav__item > a {
  color: #888;
}
.l-header__subNavList .subNav__item > a[target=_blank]::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header__bg {
  position: absolute;
  inset: 0;
  z-index: 95;
  display: block;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 105 / 1180 * 100vw, 105px) 0 clamp(54px, 115 / 1180 * 100vw, 115px);
  color: #fff;
  background-color: #222;
}
.l-footer a {
  color: #fff;
}
.l-footer__info .info__logo {
  position: relative;
  display: block;
  width: clamp(229px, 281 / 1180 * 100vw, 281px);
  height: clamp(64.38px, 79 / 1180 * 100vw, 79px);
  margin: 0 auto;
}
.l-footer__info .info__address {
  margin-top: 4px;
  font-size: 13px;
  font-style: normal;
  line-height: 2.3076923077;
  text-align: center;
}
.l-footer__info .info__address .u-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.l-footer__info .info__address .u-tel::before {
  display: block;
  width: clamp(12px, 14 / 1180 * 100vw, 14px);
  height: clamp(12px, 14 / 1180 * 100vw, 14px);
  content: "";
  background: url("assets/img/common/icon-phone.svg") no-repeat 50%/contain;
}
.l-footer__nav {
  display: none;
}
.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.l-footer .nav__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.l-footer__subNavList {
  margin-bottom: 40px;
}
.l-footer__subNavList .subNav__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.l-footer__subNavList .subNav__item:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__subNavList .subNav__item > a[target=_blank]::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-footer__end {
  margin-top: clamp(28px, 54 / 1180 * 100vw, 54px);
  text-align: center;
}
.l-footer__end .end__copyright {
  font-size: 15px;
}
.l-footer--form.l-footer {
  background: url("assets/img/common/dot.png") repeat;
  background-color: #fff;
}
.l-footer--form.l-footer::before {
  height: 100%;
}
.l-footer--form.l-footer .l-footer__inner {
  margin-top: 0;
}
.l-footer-adress {
  margin-top: 24px;
}
.l-footer-adress p, .l-footer-adress a {
  font-size: 13px;
  line-height: 1.8461538462;
}
.l-footer-adress__item + .l-footer-adress__item {
  margin-top: 24px;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-form .error {
  display: block;
  margin-top: 0.5em;
  font-size: 85%;
  color: #b70000;
}
.p-form .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: clamp(16px, 18 / 1180 * 100vw, 18px);
  font-weight: 400;
}
.p-form .wpcf7-spinner {
  display: none;
}

.p-form__group {
  margin-bottom: clamp(20px, 40 / 1180 * 100vw, 40px);
}

.p-form__row > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(6px, 15 / 1180 * 100vw, 15px);
}
.p-form__row > dt > label {
  padding-right: clamp(8px, 12 / 1180 * 100vw, 12px);
  font-size: clamp(16px, 20 / 1180 * 100vw, 20px);
  font-weight: bold;
}
.p-form__row > dt > label > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #DDD;
}
.p-form__row > dt > .tag {
  display: inline-block;
  padding: 0.4em 0.85em;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #E94B36;
  border-radius: 2px;
}
.p-form__row > dd {
  margin-top: 6px;
}

.p-form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.p-form-controls .p-form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
}
.p-form-controls .p-form-control + .p-form-control {
  margin-top: 0;
}

.p-form-control {
  position: relative;
}
.p-form-control + .p-form-control {
  margin-top: 10px;
}
.p-form-control .c-input.--multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.p-form-control .c-input.--multi input {
  max-width: 105px;
  padding-right: 0;
}
.p-form-control .c-input.--multi .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.6em;
  white-space: nowrap;
}
.p-form-control input[type=text],
.p-form-control input[type=number],
.p-form-control input[type=email],
.p-form-control input[type=tel] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control input[type=text]::-webkit-input-placeholder, .p-form-control input[type=number]::-webkit-input-placeholder, .p-form-control input[type=email]::-webkit-input-placeholder, .p-form-control input[type=tel]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control input[type=text]::-moz-placeholder, .p-form-control input[type=number]::-moz-placeholder, .p-form-control input[type=email]::-moz-placeholder, .p-form-control input[type=tel]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control input[type=text]:-ms-input-placeholder, .p-form-control input[type=number]:-ms-input-placeholder, .p-form-control input[type=email]:-ms-input-placeholder, .p-form-control input[type=tel]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control input[type=text]::-ms-input-placeholder, .p-form-control input[type=number]::-ms-input-placeholder, .p-form-control input[type=email]::-ms-input-placeholder, .p-form-control input[type=tel]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control input[type=text]::placeholder,
.p-form-control input[type=number]::placeholder,
.p-form-control input[type=email]::placeholder,
.p-form-control input[type=tel]::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control input[type=text]:focus,
.p-form-control input[type=number]:focus,
.p-form-control input[type=email]:focus,
.p-form-control input[type=tel]:focus {
  border-color: #82CD3E;
  outline: 0;
  -webkit-box-shadow: rgba(130, 205, 62, 0.5) 0 0 5px 2px;
          box-shadow: rgba(130, 205, 62, 0.5) 0 0 5px 2px;
}
.p-form-control textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.p-form-control textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.p-form-control textarea:focus {
  border-color: #82CD3E;
  outline: 0;
  -webkit-box-shadow: rgba(130, 205, 62, 0.5) 0 0 5px 2px;
          box-shadow: rgba(130, 205, 62, 0.5) 0 0 5px 2px;
}
.p-form-control > p {
  margin-top: 4px;
  color: #DDD;
}
.p-form-control--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form-control--zip .c-input {
  position: relative;
  min-width: 120px;
}
.p-form-control--zip .c-input + .c-input {
  margin-left: 20px;
}
.p-form-control--zip .c-input + .c-input::before {
  position: absolute;
  top: calc(50% + 12px);
  left: -13px;
  line-height: 0;
  content: "-";
}

.p-form__agree {
  margin-top: clamp(30px, 50 / 1180 * 100vw, 50px);
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  text-align: center;
}
.p-form__agree a {
  text-decoration: underline;
}

.p-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 60 / 1180 * 100vw, 60px);
  text-align: center;
}
.p-form__actions input:disabled {
  color: #fff;
  background-color: #DDD;
  border-color: #DDD;
}
.p-form__actions .c-button {
  width: min(100%, 360px);
}
.p-form__actions .back-btn {
  display: block;
  margin: 24px auto;
}
.p-form__actions .back-btn:hover {
  text-decoration: underline;
}

.page-contact-confirm .p-form__row--labeled dt,
.page-contact-confirm .p-form__row--top dt {
  padding-top: 0;
}
.page-contact-confirm .p-form-controls .p-form-control {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.page-contact-confirm .p-form-control .c-input label {
  display: none;
}
.page-contact-confirm .p-form-control .c-select::before {
  display: none;
}
.page-contact-confirm .p-form-control--zip .c-input {
  min-width: 0;
}
.page-contact-confirm .p-form-control--zip .c-input + .c-input::before {
  top: 50%;
}
.page-contact-confirm .p-form-radios--horizontal {
  margin: 0;
}

/* Base
   ----------------------------------------------------------------- */
.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}
.p-editor-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
     -moz-column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
          column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 15px;
  font-size: clamp(16px, 24 / 1180 * 100vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-editor-content h2::before {
  display: block;
  width: clamp(10px, 14 / 1180 * 100vw, 14px);
  height: clamp(10px, 14 / 1180 * 100vw, 14px);
  content: "";
  background: url("assets/img/common/icon-polygon.svg") no-repeat 50%/contain;
}
.p-editor-content h3 {
  margin: 24px 0 16px;
  font-size: clamp(14px, 20 / 1180 * 100vw, 20px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-editor-content h4 {
  position: relative;
  padding-bottom: 4px;
  margin: 24px 0 15px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 2px solid #008D75;
}
.p-editor-content h5 {
  margin: 15px 0 10px;
  font-size: 15px;
}
.p-editor-content h6 {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.p-editor-content p {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 16 / 1180 * 100vw, 16px);
  line-height: 1.7;
  letter-spacing: normal;
}
.p-editor-content p a {
  color: #008D75;
}
.p-editor-content p + p {
  margin-top: 0.5em;
}
.p-editor-content img {
  width: 100%;
  max-width: 764px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 10px;
}
.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.p-editor-content ul {
  margin: 2.5em 0 1em;
  list-style: none;
}
.p-editor-content ul > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "・";
}
.p-editor-content ul > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content ol {
  margin: 2.5em 0 1em;
  counter-reset: number 0;
}
.p-editor-content ol > li {
  position: relative;
  padding-left: 1.2em;
}
.p-editor-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  content: counter(number) ".";
  counter-increment: number 1;
}
.p-editor-content ol > li:nth-child(n+2) {
  margin-top: 0.25em;
}
.p-editor-content blockquote {
  padding: 16px;
  margin: 15px 0;
  background: #F2F2F2;
}
.p-editor-content blockquote p {
  margin-bottom: 0;
  letter-spacing: 0;
}
.p-editor-content hr {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto;
  border: 0;
  border-top: 1px solid #ccc;
}
.p-editor-content table {
  margin: 15px 0;
}
.p-editor-content table thead {
  background: #F6F4EE;
  border-bottom: solid 1px #DDD;
}
.p-editor-content table th {
  background-color: #F6F4EE;
}
.p-editor-content table th,
.p-editor-content table td {
  padding: 15px 10px;
  word-break: break-all;
  vertical-align: top;
  border: solid 1px #DDD;
}
.p-editor-content iframe {
  max-width: 100%;
}

/* Base
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: clamp(32px, 40 / 1180 * 100vw, 40px);
}
.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination .p-pagination__item .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  color: #008D75;
  background-color: #fff;
  border: 1px solid #008D75;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-pagination .p-pagination__item .page-numbers.current {
  color: #fff;
  background-color: #008D75;
}
.p-pagination .p-pagination__item .page-numbers.dots {
  background-color: transparent;
  border: none;
}
.p-pagination .p-pagination__item .page-numbers.prev, .p-pagination .p-pagination__item .page-numbers.next {
  position: relative;
  width: auto;
  padding: 10px 32px 10px 20px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: #F2F2F2;
}
.p-pagination .p-pagination__item .page-numbers.prev::after, .p-pagination .p-pagination__item .page-numbers.next::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #008D75;
  border-bottom: 2px solid #008D75;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-pagination .p-pagination__item .page-numbers.prev {
  padding: 10px 20px 10px 32px;
}
.p-pagination .p-pagination__item .page-numbers.prev::after {
  left: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Base
   ----------------------------------------------------------------- */
.p-contact {
  max-width: 1100px;
  margin: 0 auto;
}
.p-contact__list {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px #F2F2F2;
          box-shadow: 0 3px #F2F2F2;
}
.p-contact__item {
  border-bottom: 1px solid #DDD;
}
.p-contact__item:last-child {
  border-bottom: unset;
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(90px, 110 / 767 * 100vw, 110px);
  color: #000000;
  background-color: #fff;
}
.p-contact__icon.icon01 {
  width: clamp(40px, 96 / 1180 * 100vw, 96px);
}
.p-contact__icon.icon02 {
  width: clamp(44px, 106 / 1180 * 100vw, 106px);
}
.p-contact__icon.icon03 {
  width: clamp(47px, 121 / 1180 * 100vw, 121px);
}
.p-contact__text {
  font-size: clamp(18px, 28 / 1440 * 100vw, 28px);
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.1em;
}

/* Base
   ----------------------------------------------------------------- */
.p-work-card .favorite {
  position: relative;
  z-index: 2;
  display: block;
  width: 110px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #008D75;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #008D75;
  border-radius: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-work-card .favorite.is-favorited {
  color: #fff;
  background-color: #008D75;
}
.p-work-card__list {
  container-type: inline-size;
  position: relative;
}
.p-work-card__link {
  position: absolute;
  inset: 0;
}
.p-work-card__item {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 16px 24px;
  background-color: #fff;
  border: 1px solid #BBB;
  border-radius: 4px;
}
.p-work-card__head {
  display: grid;
  grid-template-columns: 1fr 110px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.p-work-card__id {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.05em;
}
.p-work-card__image {
  aspect-ratio: 327/207;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.p-work-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work-card__action {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-top: 24px;
}
.p-work-card__action .c-button {
  height: 54px;
  margin: 0;
  font-size: 15px;
}
.p-work-card__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.p-work-card__feature p {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #82CD3E;
  background: #fff;
  border: 1px solid #82CD3E;
  border-radius: 3px;
}
.p-work-card__subTitle {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
}
.p-work-card__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.p-work-card__info .info__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 13px;
  font-weight: 500;
}
.p-work-card__info .info__item:not(:last-child) {
  margin-bottom: 8px;
}
.p-work-card__info .info__item dt {
  padding: 3px 2px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #008D75;
  border-radius: 4px;
}
.p-work-card__info .info__item dd {
  font-size: 15px;
  font-weight: 500;
}
.p-work-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.p-work-card__tag .tag__item {
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #555;
  background: #fff;
  border: 1px solid #555;
  border-radius: 2px;
}
.p-work-card__delete {
  position: absolute;
  top: -23px;
  right: calc(clamp(12px, 23 / 1180 * 100vw, 23px) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #008D75;
  border: 2px solid #008D75;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-work-card__delete .icon {
  font-size: 0;
}
.p-work-card__delete .icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Base
   ----------------------------------------------------------------- */
.p-jobs-form {
  position: relative;
}
.p-jobs-form .js-accordion {
  border: 2px solid #008D75;
  border-radius: 4px;
}
.p-jobs-form .js-accordion__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  font-size: 15px;
  font-weight: bold;
  color: #008D75;
  cursor: pointer;
  background-color: #F6F4EE;
}
.p-jobs-form .js-accordion__button::before, .p-jobs-form .js-accordion__button::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #008D75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-jobs-form .js-accordion__button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-jobs-form .js-accordion__button.is-open::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-jobs-form .js-accordion__button.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-jobs-form .js-accordion__contents {
  position: relative;
  display: none;
  padding: 30px 20px;
  background-color: #fff;
}
.p-jobs-form__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  margin-bottom: clamp(24px, 40 / 1180 * 100vw, 40px);
  color: #fff;
  background-color: #008D75;
  border: 2px solid #008D75;
  border-radius: clamp(4px, 8 / 1180 * 100vw, 8px);
}
.p-jobs-form__pickup .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(15px, 16 / 1180 * 100vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-jobs-form__pickup .title::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  background-image: url("assets/img/common/icon_pickup.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.p-jobs-form__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}
.p-jobs-form__title::before {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  content: "";
  background: #000000;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.006,0c-1.277,0-2.535.306-3.67.891-1.135.585-2.113,1.433-2.853,2.474C.743,4.405.262,5.607.081,6.871c-.181,1.264-.057,2.553.361,3.759.418,1.206,1.119,2.295,2.044,3.176.925.88,2.046,1.527,3.272,1.886,1.225.359,2.519.419,3.772.177,1.253-.243,2.431-.782,3.434-1.572l3.44,3.44c.178.172.416.267.663.264.247-.002.483-.101.658-.276s.274-.411.276-.658c.002-.247-.093-.485-.264-.663l-3.44-3.44c.931-1.181,1.51-2.599,1.672-4.094.162-1.495-.1-3.005-.756-4.357-.656-1.353-1.68-2.493-2.954-3.291C10.983.423,9.51,0,8.006,0ZM1.883,8.007c0-1.624.645-3.181,1.793-4.33,1.148-1.148,2.706-1.793,4.33-1.793s3.181.645,4.33,1.793c1.148,1.148,1.793,2.706,1.793,4.33s-.645,3.181-1.793,4.329c-1.148,1.148-2.706,1.793-4.33,1.793s-3.181-.645-4.33-1.793c-1.148-1.148-1.793-2.706-1.793-4.329Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.006,0c-1.277,0-2.535.306-3.67.891-1.135.585-2.113,1.433-2.853,2.474C.743,4.405.262,5.607.081,6.871c-.181,1.264-.057,2.553.361,3.759.418,1.206,1.119,2.295,2.044,3.176.925.88,2.046,1.527,3.272,1.886,1.225.359,2.519.419,3.772.177,1.253-.243,2.431-.782,3.434-1.572l3.44,3.44c.178.172.416.267.663.264.247-.002.483-.101.658-.276s.274-.411.276-.658c.002-.247-.093-.485-.264-.663l-3.44-3.44c.931-1.181,1.51-2.599,1.672-4.094.162-1.495-.1-3.005-.756-4.357-.656-1.353-1.68-2.493-2.954-3.291C10.983.423,9.51,0,8.006,0ZM1.883,8.007c0-1.624.645-3.181,1.793-4.33,1.148-1.148,2.706-1.793,4.33-1.793s3.181.645,4.33,1.793c1.148,1.148,1.793,2.706,1.793,4.33s-.645,3.181-1.793,4.329c-1.148,1.148-2.706,1.793-4.33,1.793s-3.181-.645-4.33-1.793c-1.148-1.148-1.793-2.706-1.793-4.329Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-jobs-form__modal-button {
  display: grid;
  grid-template-columns: 82px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #008D75;
  border-radius: 6px;
}
.p-jobs-form__modal-button dt {
  position: relative;
  line-height: 54px;
  color: #fff;
  text-align: center;
  background: #008D75;
}
.p-jobs-form__modal-button dd {
  position: relative;
  padding: 0 30px 0 15px;
  line-height: 54px;
}
.p-jobs-form__modal-button dd::before, .p-jobs-form__modal-button dd::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 1px;
  content: "";
  background-color: #008D75;
}
.p-jobs-form__modal-button dd::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-jobs-form__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.p-jobs-form__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  padding: 30px;
  background-color: white;
  border-radius: clamp(8px, 12 / 1180 * 100vw, 12px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-jobs-form__modal-content .content-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-jobs-form__modal-content .head {
  position: relative;
  display: grid;
  grid-template-columns: auto 22px;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.p-jobs-form__modal-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #008D75;
}
.p-jobs-form__modal-content .close {
  font-size: 22px;
  font-weight: 400;
  color: #008D75;
  cursor: pointer;
}
.p-jobs-form__modal-content .save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 318px;
  height: 54px;
  margin: 12px auto 0;
  font-size: clamp(14px, 15 / 1180 * 100vw, 15px);
  font-weight: 500;
  line-height: normal;
  color: #fff;
  cursor: pointer;
  background: #82CD3E;
  border: 2px solid #82CD3E;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-jobs-form__modal-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-jobs-form__block {
  margin-bottom: clamp(16px, 26 / 1180 * 100vw, 26px);
}
.p-jobs-form__block .block__title {
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  font-weight: bold;
}
.p-jobs-form__block .block__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 6px;
}
.p-jobs-form__block .block__checkbox.--keyword {
  gap: 10px 10px;
  margin-top: 36px;
}
.p-jobs-form__block .block__checkbox.--keyword > li {
  min-width: unset;
}
.p-jobs-form__block .block__checkbox > li {
  min-width: calc(50% - 3px);
}
.p-jobs-form__block .block__checkbox .checkbox-button input {
  display: none;
}
.p-jobs-form__block .block__checkbox .checkbox-button input:checked + .text {
  color: #fff;
  background-color: #82CD3E;
  border-color: #82CD3E;
}
.p-jobs-form__block .block__checkbox .checkbox-button .text {
  display: inline-block;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 2px;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox] + .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox] + .text::before {
  position: relative;
  top: 1px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  cursor: pointer;
  content: "";
  background: #fff;
  border: 1px solid #333;
  border-radius: 1px;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox]:checked + .text {
  border-color: #82CD3E;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox]:checked + .text::before {
  background: #82CD3E;
  border-color: #82CD3E;
}
.p-jobs-form__block .block__checkbox .checkbox-label input[type=checkbox]:checked + .text::after {
  position: absolute;
  top: calc(50% - 0.3em);
  left: 15px;
  width: 0.3em;
  height: 0.5em;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-jobs-form__block .block__selectbox {
  margin-top: 8px;
}
.p-jobs-form__block .block__selectbox select {
  width: 100%;
  height: 46px;
  padding: 0 24px;
  font-size: clamp(13px, 14 / 1180 * 100vw, 14px);
  font-weight: 500;
  line-height: 46px;
  color: #555;
  background-color: #F6F4EE;
  border-radius: 23px;
}
.p-jobs-form__block .block__selectbox select:focus {
  outline: none;
}
.p-jobs-form__block .block__selectbox select + select {
  margin-top: clamp(7px, 10 / 1180 * 100vw, 10px);
}
.p-jobs-form__block .block__textinput {
  margin-top: 8px;
}
.p-jobs-form__block .block__textinput input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  background-color: #fff;
  border: 1px solid #008D75;
  border-radius: 6px;
}
.p-jobs-form__block .block__textinput input::-webkit-input-placeholder {
  font-size: 16px;
  color: #BBB;
}
.p-jobs-form__block .block__textinput input::-moz-placeholder {
  font-size: 16px;
  color: #BBB;
}
.p-jobs-form__block .block__textinput input:-ms-input-placeholder {
  font-size: 16px;
  color: #BBB;
}
.p-jobs-form__block .block__textinput input::-ms-input-placeholder {
  font-size: 16px;
  color: #BBB;
}
.p-jobs-form__block .block__textinput input::placeholder {
  font-size: 16px;
  color: #BBB;
}
.p-jobs-form__block .block__textinput input:focus {
  outline: none;
}
.p-jobs-form__submit {
  position: relative;
  width: auto;
  margin-top: 32px;
}
.p-jobs-form__submit .c-button {
  font-size: 15px;
}
.p-jobs-form__reset {
  margin-top: clamp(10px, 20 / 1180 * 100vw, 20px);
}
.p-jobs-form__reset .c-button {
  font-size: 15px;
}

/* Base
   ----------------------------------------------------------------- */
.p-faq__list {
  margin-top: 30px;
  margin-bottom: clamp(30px, 60 / 1180 * 100vw, 60px);
}
.p-faq__item {
  padding-bottom: clamp(15px, 25 / 1180 * 100vw, 25px);
  margin-bottom: clamp(15px, 25 / 1180 * 100vw, 25px);
  border-bottom: 1px solid #DDD;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__item .item__row {
  display: grid;
  grid-template-columns: clamp(26px, 35 / 1180 * 100vw, 35px) 1fr;
  -webkit-column-gap: clamp(7px, 15 / 1180 * 100vw, 15px);
     -moz-column-gap: clamp(7px, 15 / 1180 * 100vw, 15px);
          column-gap: clamp(7px, 15 / 1180 * 100vw, 15px);
  margin-bottom: clamp(5px, 10 / 1180 * 100vw, 10px);
}
.p-faq__item .item__row::before {
  display: block;
  width: clamp(26px, 35 / 1180 * 100vw, 35px);
  height: clamp(26px, 35 / 1180 * 100vw, 35px);
  content: "";
}
.p-faq__item .item__row--q::before {
  background: url("assets/img/common/icon-q.svg") no-repeat 50%/contain;
}
.p-faq__item .item__row--a::before {
  background: url("assets/img/common/icon-a.svg") no-repeat 50%/contain;
}
.p-faq__item .item__question,
.p-faq__item .item__answer {
  margin-top: 0.2em;
}
.p-faq__item .item__question {
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  font-weight: bold;
}
.p-faq__item .item__answer {
  font-size: clamp(13px, 16 / 1180 * 100vw, 16px);
  line-height: 1.75;
}

/* Base
   ----------------------------------------------------------------- */
.p-tab__button {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(6px, 10 / 1180 * 100vw, 10px);
     -moz-column-gap: clamp(6px, 10 / 1180 * 100vw, 10px);
          column-gap: clamp(6px, 10 / 1180 * 100vw, 10px);
}
.p-tab__button .button__item {
  padding: 1.15em 8px;
  margin-bottom: clamp(6px, 10 / 1180 * 100vw, 10px);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #DDD;
  border: 2px solid #DDD;
  border-radius: 10px;
}
.p-tab__button .button__item.is-active {
  padding-bottom: clamp(8px, 12 / 1180 * 100vw, 12px);
  margin-bottom: 0;
  cursor: initial;
  background-color: #82CD3E;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.p-tab__content {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.p-tab__content .content__item {
  display: none;
  padding: 25px 20px;
  background-color: #fff;
  border: 2px solid #DDD;
  border-radius: 10px;
}
.p-tab__content .content__item.is-show {
  display: block;
}
.p-tab__content .content__item:nth-child(1).is-show {
  border-radius: 0 10px 10px;
}
.p-tab__content .content__item:nth-child(2).is-show {
  border-radius: 10px 0 10px 10px;
}

.p-container {
  /* stylelint-disable-next-line scss/no-global-function-names */
  padding-right: 5.4726368159vw;
  padding-left: 5.4726368159vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-container--lg {
  /* stylelint-disable-next-line scss/no-global-function-names */
  padding-right: 5.4726368159vw;
  padding-left: 5.4726368159vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-container--sm {
  /* stylelint-disable-next-line scss/no-global-function-names */
  padding-right: 5.4726368159vw;
  padding-left: 5.4726368159vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(6px, 12 / 1180 * 100vw, 12px);
     -moz-column-gap: clamp(6px, 12 / 1180 * 100vw, 12px);
          column-gap: clamp(6px, 12 / 1180 * 100vw, 12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(15px, 24 / 1180 * 100vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-block-title::before {
  display: block;
  width: clamp(7px, 10 / 1180 * 100vw, 10px);
  height: clamp(2px, 4 / 1180 * 100vw, 4px);
  content: "";
  background-color: #DDD;
}

.p-front-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(10px, 15 / 1180 * 100vw, 15px);
     -moz-column-gap: clamp(10px, 15 / 1180 * 100vw, 15px);
          column-gap: clamp(10px, 15 / 1180 * 100vw, 15px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.p-front-title .icon img {
  width: 100%;
}

.p-definition-list {
  border-top: 1px solid #DDD;
}
.p-definition-list__row {
  padding: 16px 0 24px;
  border-bottom: 1px solid #DDD;
}
.p-definition-list__head {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}
.p-definition-list__text {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
.p-definition-list__text.--features span:not(:last-child)::after {
  content: "、";
}
.p-definition-list__text a {
  text-decoration: underline;
}
.p-definition-list__text a[target=_blank]::after {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 13"><path d="M14,0v10h-2.5V2.5H3V0h11ZM0,13h11V3H0v10Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background: #008D75;
  border: 1px solid #008D75;
  border-radius: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button.--white {
  color: #008D75;
  background-color: #fff;
}
.c-button.--white.--arw::after {
  background-color: #008D75;
}
.c-button.--orange:not(:disabled) {
  background-color: #FF820E;
  border-color: #FF820E;
}
.c-button.--arw::after {
  position: absolute;
  right: 24px;
  display: block;
  margin: auto 0;
  width: 6px;
  height: 10px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-button.--back::after {
  position: absolute;
  inset: 0 0 0 24px;
  display: block;
  margin: auto 0;
  width: 6px;
  height: 10px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-button.--search::before {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.006,0c-1.277,0-2.535.306-3.67.891-1.135.585-2.113,1.433-2.853,2.474C.743,4.405.262,5.607.081,6.871c-.181,1.264-.057,2.553.361,3.759.418,1.206,1.119,2.295,2.044,3.176.925.88,2.046,1.527,3.272,1.886,1.225.359,2.519.419,3.772.177,1.253-.243,2.431-.782,3.434-1.572l3.44,3.44c.178.172.416.267.663.264.247-.002.483-.101.658-.276s.274-.411.276-.658c.002-.247-.093-.485-.264-.663l-3.44-3.44c.931-1.181,1.51-2.599,1.672-4.094.162-1.495-.1-3.005-.756-4.357-.656-1.353-1.68-2.493-2.954-3.291C10.983.423,9.51,0,8.006,0ZM1.883,8.007c0-1.624.645-3.181,1.793-4.33,1.148-1.148,2.706-1.793,4.33-1.793s3.181.645,4.33,1.793c1.148,1.148,1.793,2.706,1.793,4.33s-.645,3.181-1.793,4.329c-1.148,1.148-2.706,1.793-4.33,1.793s-3.181-.645-4.33-1.793c-1.148-1.148-1.793-2.706-1.793-4.329Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.006,0c-1.277,0-2.535.306-3.67.891-1.135.585-2.113,1.433-2.853,2.474C.743,4.405.262,5.607.081,6.871c-.181,1.264-.057,2.553.361,3.759.418,1.206,1.119,2.295,2.044,3.176.925.88,2.046,1.527,3.272,1.886,1.225.359,2.519.419,3.772.177,1.253-.243,2.431-.782,3.434-1.572l3.44,3.44c.178.172.416.267.663.264.247-.002.483-.101.658-.276s.274-.411.276-.658c.002-.247-.093-.485-.264-.663l-3.44-3.44c.931-1.181,1.51-2.599,1.672-4.094.162-1.495-.1-3.005-.756-4.357-.656-1.353-1.68-2.493-2.954-3.291C10.983.423,9.51,0,8.006,0ZM1.883,8.007c0-1.624.645-3.181,1.793-4.33,1.148-1.148,2.706-1.793,4.33-1.793s3.181.645,4.33,1.793c1.148,1.148,1.793,2.706,1.793,4.33s-.645,3.181-1.793,4.329c-1.148,1.148-2.706,1.793-4.33,1.793s-3.181-.645-4.33-1.793c-1.148-1.148-1.793-2.706-1.793-4.329Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-arrow {
  position: relative;
  width: 25px;
  height: 25px;
  background: #008D75;
  border-radius: 50%;
}
.c-arrow::after {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  width: 4.8px;
  height: 8px;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: scale(-1, 1) translateX(-1px);
          transform: scale(-1, 1) translateX(-1px);
}

.c-menu-icon {
  position: relative;
  z-index: 300;
  display: grid;
  place-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  background: #008D75;
  border-radius: 50%;
  cursor: pointer;
}
.c-menu-icon__wrap {
  position: relative;
  width: 17px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
}
.c-menu-icon__wrap > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-menu-icon__wrap > span:nth-child(1) {
  top: 0;
}
.c-menu-icon__wrap > span:nth-child(2) {
  top: 4px;
}
.c-menu-icon__wrap > span:nth-child(3) {
  top: 8px;
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(-38deg);
          transform: translateY(4px) rotate(-38deg);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-menu-icon.is-open .c-menu-icon__wrap > span:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(38deg);
          transform: translateY(-4px) rotate(38deg);
}

.c-input label {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: #DDD;
}

.c-select {
  position: relative;
}
.c-select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  border-top: solid 1px #008D75;
  border-right: solid 1px #008D75;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mw_wp_form_confirm .c-select::before {
  display: none;
}
.c-select select {
  position: relative;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F6F4EE;
  border-radius: 4px;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  -webkit-box-shadow: rgba(0, 141, 117, 0.5) 0 0 5px 2px;
          box-shadow: rgba(0, 141, 117, 0.5) 0 0 5px 2px;
}

.c-radio,
.mwform-radio-field label {
  display: block;
  padding: 8px 0;
}
.c-radio input[type=radio],
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio] + .text,
.c-radio input[type=radio] + .mwform-radio-field-text,
.mwform-radio-field label input[type=radio] + .text,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] + .text::before,
.c-radio input[type=radio] + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio] + .text::before,
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  position: relative;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
  background: #F6F4EE;
  border: 1px solid #F6F4EE;
  border-radius: 100%;
}
.c-radio input[type=radio]:focus + .text::before,
.c-radio input[type=radio]:focus + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:focus + .text::before,
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text::before {
  border-color: #F6F4EE;
  outline: none;
}
.c-radio input[type=radio]:disabled + .text::before,
.c-radio input[type=radio]:disabled + .mwform-radio-field-text::before,
.mwform-radio-field label input[type=radio]:disabled + .text::before,
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text::before {
  background: #DDD;
  border-color: #DDD;
}
.c-radio input[type=radio]:checked + .text::after,
.c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.mwform-radio-field label input[type=radio]:checked + .text::after,
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #000000;
  border-radius: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

/* Base
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */
.u-color-primary {
  color: #008D75;
}

.u-bg-dots {
  background: url("assets/img/common/dot.png") repeat;
  background-color: #fff;
}

.u-icon-polygon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
     -moz-column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
          column-gap: clamp(8px, 15 / 1180 * 100vw, 15px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-icon-polygon::before {
  display: block;
  width: clamp(10px, 14 / 1180 * 100vw, 14px);
  height: clamp(10px, 14 / 1180 * 100vw, 14px);
  content: "";
  background: url("assets/img/common/icon-polygon.svg") no-repeat 50%/contain;
}

.u-inline-block {
  display: inline-block;
}

.u-tel {
  text-decoration: none !important;
}

.u-gradient-shadow {
  position: relative;
}
.u-gradient-shadow::before {
  position: absolute;
  bottom: calc(clamp(5px, 7 / 1180 * 100vw, 7px) * -1);
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#DAF2E9), to(#2DC0A1));
  background: linear-gradient(to right, #DAF2E9 0%, #2DC0A1 100%);
  border-radius: 10px;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.front {
  background-color: #F6F4EE;
}
.front .l-page {
  overflow: hidden;
}
.front .mainview {
  position: relative;
  z-index: 0;
  padding-bottom: clamp(64px, 80 / 1180 * 100vw, 80px);
}
.front .mainview::before {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - clamp(64px, 80 / 1180 * 100vw, 80px) + 80px);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#F6F4EE));
  background: linear-gradient(180deg, #fff 55%, #F6F4EE 100%);
}
.front .mainview__inner {
  position: relative;
  background: linear-gradient(155.17deg, #F6F4EE 3.71%, #ADE2A6 96.29%);
}
.front .mainview__desc {
  position: relative;
  z-index: 1;
  padding: 8.9552238806vw 5.4726368159vw 4.4776119403vw;
}
.front .mainview__subTitle {
  margin-bottom: 0.2em;
  font-size: min(4.4776119403vw, 24px);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.front .mainview__title {
  margin-right: -0.5em;
  font-size: min(8.9552238806vw, 54px);
  font-weight: 500;
  color: #008D75;
  letter-spacing: 0.02em;
}
.front .mainview__title .small {
  font-size: min(4.9751243781vw, 34px);
}
.front .mainview__title .large {
  font-size: min(8.9552238806vw, 58px);
}
.front .mainview__action {
  display: none;
}
.front .mainview__image img {
  width: 100%;
}
.front .section-title .en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: normal;
  color: #008D75;
  letter-spacing: 0.05em;
}
.front .section-title .ja {
  display: block;
  margin-top: clamp(5px, 10 / 1180 * 100vw, 10px);
  font-size: clamp(28px, 38 / 1180 * 100vw, 38px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
}
.front .section-lead {
  font-size: clamp(15px, 16 / 1180 * 100vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.front .intro-search {
  position: relative;
  z-index: 1;
}
.front .intro-search__container {
  padding-bottom: 80px;
}
.front .intro-search__head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px 0;
  margin-bottom: clamp(24px, 30 / 1180 * 100vw, 30px);
}
.front .intro-search__body {
  position: relative;
  z-index: 2;
  padding: 24px 20px 30px;
  background: #fff;
  border-radius: 2px;
}
.front .intro-search__body .p-jobs-form__reset {
  display: block;
}
.front .intro-search__sub-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #008D75;
  text-align: center;
}
.front .intro-search__block-title {
  display: none;
}
.front .intro-search__block-title .icon {
  margin-bottom: 8px;
}
.front .intro-search__block-title .title {
  font-size: 15px;
  font-weight: 500;
}
.front .pickup {
  position: relative;
  z-index: 0;
}
.front .pickup::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 80px);
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #fff), to(#F6F4EE));
  background: linear-gradient(0deg, #fff 75%, #F6F4EE 100%);
}
.front .pickup__container {
  max-width: none;
  padding-bottom: clamp(76px, 112 / 1180 * 100vw, 112px);
}
.front .pickup__inner {
  position: relative;
}
.front .pickup__head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px 0;
  margin-bottom: 24px;
}
.front .pickup__body {
  position: relative;
  z-index: 2;
}
.front .pickup__slider {
  position: relative;
}
.front .pickup__slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin-bottom: 70px;
}
.front .pickup__slider .swiper-button-prev,
.front .pickup__slider .swiper-button-next {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  margin-top: 0;
  background-color: #008D75;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.front .pickup__slider .swiper-button-prev::after,
.front .pickup__slider .swiper-button-next::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 7.2px;
  height: 12px;
  margin: auto;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path d="M5.771,9.78c.147-.141.229-.332.229-.532s-.083-.391-.229-.532l-3.879-3.721,3.879-3.721c.143-.142.222-.332.22-.529-.002-.197-.084-.386-.229-.525C5.616.081,5.419.002,5.214,0c-.205-.002-.403.074-.551.211L.229,4.464C.083,4.605,0,4.796,0,4.995s.083.391.229.532l4.433,4.253c.147.141.346.22.554.22s.407-.079.554-.22Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.front .pickup__slider .swiper-button-prev {
  left: 0;
}
.front .pickup__slider .swiper-button-next {
  right: 0;
}
.front .pickup__slider .swiper-button-next::after {
  -webkit-transform: scale(-1, 1) translateX(-1px);
          transform: scale(-1, 1) translateX(-1px);
}
.front .pickup__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  display: none;
  font-size: 0;
}
.front .pickup__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.front .pickup__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.front .pickup__slider .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #D5D5D5;
  opacity: 1;
}
.front .pickup__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008D75;
}
.front .pickup__slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
  width: 22px;
  height: 22px;
  content: "";
  background: rgba(0, 141, 117, 0.2);
  border-radius: 50%;
}
.front .pickup__buttons {
  position: absolute;
  top: auto;
  bottom: 0;
  left: calc(50% - 64px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.front .pickup__nopost {
  margin-top: clamp(30px, 60 / 1180 * 100vw, 60px);
  text-align: center;
}
.front .pickup__nopost .nopost__title {
  font-size: clamp(16px, 20 / 1180 * 100vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.front .seekers {
  position: relative;
  z-index: 1;
  background: #fff;
}
.front .seekers__container {
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.front .seekers__head {
  margin-bottom: clamp(24px, 30 / 1180 * 100vw, 30px);
}
.front .seekers__images {
  margin-bottom: 20px;
}
.front .seekers__images .image01 {
  overflow: hidden;
  border-radius: 8px;
}
.front .seekers__images .image01 img {
  width: 100%;
}
.front .seekers__images .image02 {
  display: none;
}
.front .seekers__text {
  margin-bottom: 20px;
  font-size: clamp(15px, 16 / 1180 * 100vw, 16px);
  font-weight: 500;
  line-height: clamp(25px, 28 / 1180 * 100vw, 28px);
  letter-spacing: 0.05em;
}
.front .seekers__list {
  display: grid;
}
.front .seekers__item {
  border-bottom: 1px solid #DDD;
}
.front .seekers__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(60px, 76 / 1180 * 100vw, 76px);
  padding-right: 40px;
  font-size: clamp(16px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.front .seekers__item > a .c-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(32px, 40 / 1180 * 100vw, 40px);
  height: clamp(32px, 40 / 1180 * 100vw, 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Base
   ----------------------------------------------------------------- */
.page-notfound .l-page__title .ja {
  display: block;
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #008D75;
}
.page-notfound .l-page__title .en {
  display: block;
  margin-top: clamp(4px, 20 / 1180 * 100vw, 20px);
  font-size: clamp(28px, 44 / 1180 * 100vw, 44px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.page-reaction.page-notfound .l-page__title .ja {
  margin-top: 0;
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
  letter-spacing: 0.05em;
  color: #008D75;
}
.page-reaction.page-notfound .l-page__title .en {
  margin-top: clamp(4px, 8 / 1180 * 100vw, 8px);
  font-size: clamp(28px, 44 / 1180 * 100vw, 44px);
  letter-spacing: 0;
  color: #000000;
}
.page-reaction .l-page__header {
  padding: clamp(60px, 150 / 1180 * 100vw, 150px) 0 clamp(20px, 35 / 1180 * 100vw, 35px);
}
.page-reaction .l-page__title {
  text-align: center;
}
.page-reaction .l-page__title .en {
  font-size: clamp(14px, 18 / 1180 * 100vw, 18px);
}
.page-reaction .l-page__title .ja {
  margin-top: clamp(4px, 12 / 1180 * 100vw, 12px);
  font-size: clamp(28px, 44 / 1180 * 100vw, 44px);
  line-height: clamp(34px, 64 / 1180 * 100vw, 64px);
}
.page-reaction .section {
  position: relative;
}
.page-reaction .section__inner {
  padding-bottom: clamp(80px, 180 / 1180 * 100vw, 180px);
}
.page-reaction .section__description {
  text-align: center;
}
.page-reaction .section__description p {
  font-size: clamp(15px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: clamp(26px, 34 / 1180 * 100vw, 34px);
}
.page-reaction .section__action {
  margin-top: clamp(40px, 68 / 1180 * 100vw, 68px);
}
.page-reaction .section__action .c-button {
  width: min(100%, 276px);
}

/* Base
   ----------------------------------------------------------------- */
.page-seekers .anchor {
  position: relative;
  margin-bottom: clamp(80px, 120 / 1180 * 100vw, 120px);
}
.page-seekers .anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
.page-seekers .anchor__item {
  width: calc(50% - 10px);
  border-bottom: 1px solid #DDD;
}
.page-seekers .anchor__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  height: 52px;
  font-size: clamp(14px, 16 / 1180 * 100vw, 16px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-seekers .anchor__item > a .c-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.page-seekers .p-section-head {
  margin-bottom: clamp(24px, 36 / 1180 * 100vw, 36px);
}
.page-seekers .p-section-head__title {
  padding-bottom: clamp(8px, 16 / 1180 * 100vw, 16px);
  font-size: clamp(22px, 32 / 1180 * 100vw, 32px);
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.page-seekers .dispatch {
  position: relative;
  padding-bottom: clamp(80px, 120 / 1180 * 100vw, 120px);
}
.page-seekers .dispatch__body {
  display: grid;
  gap: 36px 0;
}
.page-seekers .dispatch__image {
  text-align: center;
}
.page-seekers .dispatch__desc .text {
  font-size: clamp(14px, 16 / 1180 * 100vw, 16px);
  font-weight: 500;
  line-height: clamp(24px, 28 / 1180 * 100vw, 28px);
}
.page-seekers .dispatch__desc .note {
  margin-top: clamp(12px, 24 / 1180 * 100vw, 24px);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7692307692;
}
.page-seekers .merit {
  position: relative;
  padding-bottom: clamp(80px, 120 / 1180 * 100vw, 120px);
}
.page-seekers .merit__list {
  display: grid;
  gap: 12px 0;
}
.page-seekers .merit__item {
  display: grid;
  grid-template: "number title" auto "text text" 1fr/70px auto;
  gap: 12px 16px;
  padding: clamp(28px, 46 / 1180 * 100vw, 46px) clamp(18px, 28 / 1180 * 100vw, 28px) 24px;
  background: #fff;
  border-radius: 8px;
}
.page-seekers .merit__item .num {
  display: grid;
  place-content: center;
  grid-area: number;
  width: clamp(70px, 116 / 1180 * 100vw, 116px);
  height: clamp(70px, 116 / 1180 * 100vw, 116px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  background: #008D75;
  border-radius: 50%;
}
.page-seekers .merit__item .title {
  grid-area: title;
  align-self: center;
  font-size: clamp(20px, 24 / 1180 * 100vw, 24px);
  font-weight: 500;
  line-height: clamp(30px, 38 / 1180 * 100vw, 38px);
  letter-spacing: 0.05em;
}
.page-seekers .merit__item .text {
  grid-area: text;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.05em;
}
.page-seekers .flow {
  position: relative;
  padding-bottom: clamp(80px, 120 / 1180 * 100vw, 120px);
}
.page-seekers .flow__item {
  position: relative;
  padding: clamp(10px, 30 / 1180 * 100vw, 30px) 0 clamp(10px, 30 / 1180 * 100vw, 30px) clamp(100px, 190 / 1180 * 100vw, 190px);
}
.page-seekers .flow__item:nth-child(even) .icon {
  background: #39A592;
}
.page-seekers .flow__item:first-child .icon {
  border-radius: clamp(4px, 8 / 1180 * 100vw, 8px) clamp(4px, 8 / 1180 * 100vw, 8px) 0 0;
}
.page-seekers .flow__item:last-child .icon {
  padding-top: clamp(8px, 15 / 1180 * 100vw, 15px);
  border-radius: 0 0 clamp(4px, 8 / 1180 * 100vw, 8px) clamp(4px, 8 / 1180 * 100vw, 8px);
}
.page-seekers .flow__item:not(:first-child) .icon {
  -webkit-clip-path: polygon(0 0, 50% clamp(16px, 30 / 1180 * 100vw, 30px), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% clamp(16px, 30 / 1180 * 100vw, 30px), 100% 0, 100% 100%, 0 100%);
}
.page-seekers .flow__item:not(:last-child) .icon {
  height: calc(100% + clamp(16px, 30 / 1180 * 100vw, 30px));
}
.page-seekers .flow__item .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  gap: clamp(4px, 8 / 1180 * 100vw, 8px) 0;
  width: clamp(80px, 142 / 1180 * 100vw, 142px);
  height: 100%;
  text-align: center;
  background: #008D75;
}
.page-seekers .flow__item .icon img {
  margin: 0 auto;
  width: clamp(36px, 50 / 1180 * 100vw, 50px);
}
.page-seekers .flow__item .icon span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(14px, 15 / 1180 * 100vw, 15px);
  font-weight: 500;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
}
.page-seekers .flow__item .title {
  margin-bottom: clamp(5px, 10 / 1180 * 100vw, 10px);
  font-size: clamp(18px, 24 / 1180 * 100vw, 24px);
  font-weight: 500;
  line-height: clamp(30px, 38 / 1180 * 100vw, 38px);
  letter-spacing: 0.05em;
}
.page-seekers .flow__item .text {
  font-size: clamp(14px, 15 / 1180 * 100vw, 15px);
  line-height: clamp(22px, 27 / 1180 * 100vw, 27px);
  letter-spacing: 0.05em;
}
.page-seekers .benefit {
  position: relative;
  padding-bottom: clamp(80px, 120 / 1180 * 100vw, 120px);
}
.page-seekers .benefit__list {
  display: grid;
  gap: clamp(12px, 18 / 1180 * 100vw, 18px) 0;
}
.page-seekers .benefit__item {
  padding: clamp(16px, 30 / 1180 * 100vw, 30px) clamp(18px, 36 / 1180 * 100vw, 36px) clamp(24px, 30 / 1180 * 100vw, 30px);
  background: #fff;
  border-radius: 8px;
}
.page-seekers .benefit__item .title {
  margin-bottom: 6px;
  font-size: clamp(18px, 20 / 1180 * 100vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #008D75;
}
.page-seekers .benefit__item .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.page-seekers .faq {
  position: relative;
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.page-seekers .faq__item {
  padding: clamp(32px, 48 / 1180 * 100vw, 48px) 0 clamp(24px, 40 / 1180 * 100vw, 40px);
  border-bottom: 1px solid #fff;
}
.page-seekers .faq__item .question {
  position: relative;
  margin-bottom: clamp(20px, 30 / 1180 * 100vw, 30px);
  padding-left: clamp(48px, 64 / 1180 * 100vw, 64px);
  font-size: clamp(15px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
  line-height: clamp(22px, 32 / 1180 * 100vw, 32px);
  color: #008D75;
}
.page-seekers .faq__item .question::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: clamp(36px, 44 / 1180 * 100vw, 44px);
  height: clamp(36px, 44 / 1180 * 100vw, 44px);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  content: "Q";
  background: #008D75;
  border: 2px solid #008D75;
  border-radius: clamp(5px, 8 / 1180 * 100vw, 8px);
}
.page-seekers .faq__item .answer {
  position: relative;
  padding-left: clamp(48px, 64 / 1180 * 100vw, 64px);
}
.page-seekers .faq__item .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: clamp(36px, 44 / 1180 * 100vw, 44px);
  height: clamp(36px, 44 / 1180 * 100vw, 44px);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #008D75;
  content: "A";
  background: #fff;
  border: 2px solid #008D75;
  border-radius: clamp(5px, 8 / 1180 * 100vw, 8px);
}
.page-seekers .faq__item .answer p {
  font-size: clamp(14px, 15 / 1180 * 100vw, 15px);
  font-weight: 500;
  line-height: clamp(26px, 30 / 1180 * 100vw, 30px);
}

/* Base
   ----------------------------------------------------------------- */
.archive-jobs .l-page__title .icon {
  width: clamp(34px, 44 / 1180 * 100vw, 44px);
}
.archive-jobs .jobs {
  background-color: #F6F4EE;
}
.archive-jobs .jobs__container {
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.archive-jobs .jobs-search {
  margin-bottom: 40px;
}
.archive-jobs .jobs-list__counter {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.archive-jobs .jobs-list .p-work-card__list:not(:last-child) {
  margin-bottom: 24px;
}
.archive-jobs .jobs-list__nopost {
  padding-top: clamp(48px, 100 / 1180 * 100vw, 100px);
}
.archive-jobs .jobs-list__nopost .nopost__title {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(60px, 140 / 1180 * 100vw, 140px);
  font-size: clamp(16px, 20 / 1180 * 100vw, 20px);
  font-weight: 500;
  text-align: center;
}
.archive-jobs .jobs-list__nopost .c-button {
  width: min(100%, 276px);
}

/* Base
   ----------------------------------------------------------------- */
.single-jobs.l-main {
  background: #fff;
}
.single-jobs .l-page__header::before {
  display: none;
}
.single-jobs .jobs {
  position: relative;
}
.single-jobs .jobs__container {
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.single-jobs .jobs-article .p-work-card__id {
  margin-bottom: 10px;
  font-size: clamp(13px, 15 / 1180 * 100vw, 15px);
  text-align: right;
}
.single-jobs .jobs-article .p-work-card__subTitle {
  font-size: clamp(16px, 18 / 1180 * 100vw, 18px);
}
.single-jobs .jobs-article .p-work-card__title {
  margin-bottom: clamp(20px, 24 / 1180 * 100vw, 24px);
  font-size: clamp(22px, 28 / 1180 * 100vw, 28px);
  line-height: clamp(32px, 42 / 1180 * 100vw, 42px);
}
.single-jobs .jobs-article__head {
  position: relative;
  margin-bottom: 64px;
}
.single-jobs .jobs-article__body {
  position: relative;
  z-index: 1;
}
.single-jobs .jobs-article .article__title {
  margin-bottom: clamp(15px, 20 / 1180 * 100vw, 20px);
  font-size: clamp(20px, 22 / 1180 * 100vw, 22px);
  font-weight: bold;
  line-height: normal;
  color: #008D75;
  letter-spacing: 0.05em;
}
.single-jobs .jobs-article__appeal {
  display: grid;
  gap: 20px 0;
  margin-bottom: clamp(32px, 48 / 1180 * 100vw, 48px);
}
.single-jobs .jobs-article__appeal .p-work-card__image {
  aspect-ratio: 358/254;
  margin-bottom: 0;
  border-radius: 6px;
}
.single-jobs .jobs-article__description p {
  font-size: clamp(14px, 15 / 1180 * 100vw, 15px);
  font-weight: 400;
  line-height: clamp(22px, 24 / 1180 * 100vw, 24px);
}
.single-jobs .jobs-article__action {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin-top: clamp(24px, 48 / 1180 * 100vw, 48px);
}
.single-jobs .jobs-article__action .c-button {
  height: clamp(54px, 68 / 1180 * 100vw, 68px);
  margin: 0;
  font-size: clamp(15px, 17 / 1180 * 100vw, 17px);
}
.single-jobs .jobs-article__action .c-button.is-favorited {
  color: #fff !important;
  background-color: #008D75 !important;
}
.single-jobs .jobs-article__button {
  margin-top: 36px;
  text-align: center;
}
.single-jobs .jobs-article__button > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-jobs .jobs-article__button > a .c-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* Base
   ----------------------------------------------------------------- */
.page-favorite .l-page__title .icon {
  width: clamp(34px, 44 / 1180 * 100vw, 44px);
}
.page-favorite .favorite__container {
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.page-favorite .favorite .p-work-card__list {
  margin-bottom: 40px;
}
.page-favorite .favorite .jobs-list__nopost {
  position: relative;
  padding-top: clamp(60px, 100 / 1180 * 100vw, 100px);
  padding-bottom: clamp(60px, 100 / 1180 * 100vw, 100px);
}
.page-favorite .favorite .jobs-list__nopost .nopost__title {
  margin-bottom: clamp(30px, 60 / 1180 * 100vw, 60px);
  font-size: clamp(16px, 20 / 1180 * 100vw, 20px);
  font-weight: 500;
  text-align: center;
}
.page-favorite .favorite .jobs-list__nopost .nopost__action {
  margin-top: clamp(40px, 68 / 1180 * 100vw, 68px);
}
.page-favorite .favorite .jobs-list__nopost .nopost__action .c-button {
  width: min(100%, 276px);
}

/* Base
   ----------------------------------------------------------------- */
.form-input .form {
  position: relative;
}
.form-input .form__container {
  padding-bottom: clamp(80px, 140 / 1180 * 100vw, 140px);
}
.form-input .form__head {
  margin-bottom: 60px;
  padding: 24px 20px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}
.form-input .form__head.contact__head {
  text-align: center;
}
.form-input .form__head.contact__head .text {
  margin-bottom: 10px;
  font-size: clamp(16px, 18 / 1180 * 100vw, 18px);
  font-weight: 500;
}
.form-input .form__head.contact__head .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(28px, 32 / 1180 * 100vw, 32px);
  font-weight: 500;
  color: #008D75;
  letter-spacing: 0.15em;
}
.form-input .form__head.contact__head .tel .icon {
  display: inline-block;
  font-size: 0;
}
.form-input .form__head.contact__head .tel .icon svg {
  width: clamp(20px, 23 / 1180 * 100vw, 23px);
  height: clamp(20px, 23 / 1180 * 100vw, 23px);
}
.form-input .form__head.entry__head {
  text-align: left;
}
.form-input .form__head.entry__head .p-work-card__head {
  margin-bottom: 12px;
}
.form-input .form__head.entry__head .p-work-card__id {
  font-size: 14px;
}
.form-input .form__head.entry__head .p-work-card__title {
  font-size: 18px;
}
.form-input.page-contact .form__head {
  padding: 32px 12px;
}

/* Base
   ----------------------------------------------------------------- */

@media screen and (min-width: 390px) {
  .p-tab__button .button__item {
    font-size: clamp(14px, 22 / 1180 * 100vw, 22px);
  }
  .p-front-title {
    font-size: clamp(23px, 32 / 1180 * 100vw, 32px);
  }
  .u-hide-up-xxs {
    display: none !important;
  }
}

@media screen and (min-width: 425px) {
  .u-hide-up-xs {
    display: none !important;
  }
}

@media screen and (min-width: 554px) {
  .l-footer-adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .l-footer-adress__item + .l-footer-adress__item {
    margin-top: 0;
  }
  .u-hide-up-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    display: block;
  }
  .p-form__row > dt > .tag {
    padding: 0.5em 1em;
  }
  .p-form__row > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-form-controls {
    margin: 0 -12px;
  }
  .p-form-controls .p-form-control {
    padding: 0 12px;
  }
  .p-form-control + .p-form-control {
    margin-top: 16px;
  }
  .p-form-control input[type=text],
  .p-form-control input[type=number],
  .p-form-control input[type=email],
  .p-form-control input[type=tel] {
    height: 64px;
    padding: 0 36px;
    line-height: 64px;
  }
  .p-form-control textarea {
    padding: 20px 40px;
  }
  .p-form-control--zip .c-input {
    min-width: 140px;
  }
  .p-form-control--zip .c-input + .c-input {
    margin-left: 22px;
  }
  .p-form-radios--horizontal,
  .mwform-radio-field--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .p-form__actions .c-button {
    width: 310px;
  }
  .p-form__actions .back-btn {
    margin: 40px auto;
  }
  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }
  .p-editor-content h2 {
    margin: 48px 0 25px;
  }
  .p-editor-content h3 {
    margin: 48px 0 16px;
  }
  .p-editor-content h4 {
    margin: 48px 0 16px;
    font-size: 18px;
  }
  .p-editor-content h5 {
    font-size: 16px;
  }
  .p-editor-content img {
    margin-bottom: 20px;
  }
  .p-editor-content .alignright {
    float: right;
    margin-left: 15px;
  }
  .p-editor-content .alignleft {
    float: left;
    margin-right: 15px;
  }
  .p-editor-content blockquote {
    padding: 48px 64px;
    margin: 25px 0;
  }
  .p-editor-content table {
    margin: 25px 0;
  }
  .p-contact__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.636%;
       -moz-column-gap: 3.636%;
            column-gap: 3.636%;
    overflow: initial;
    border-radius: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .p-contact__item {
    border-bottom: unset;
  }
  .p-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    width: 100%;
    height: auto;
    aspect-ratio: 340/289;
    border: 3px solid #F2F2F2;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px #F2F2F2;
            box-shadow: 0 7px #F2F2F2;
  }
  .p-work-card__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 1/span 2;
    gap: 0 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .p-work-card__action .c-button {
    max-width: 230px;
    font-size: 14px;
  }
  .p-work-card__info .info__item dt {
    font-size: 14px;
  }
  .p-work-card__info .info__item dd {
    font-size: 17px;
  }
  .p-jobs-form__modal-content {
    width: calc(100% - 60px);
    padding: 80px 40px;
  }
  .p-jobs-form__modal-content .save {
    margin: clamp(36px, 72 / 1180 * 100vw, 72px) auto 0;
  }
  .p-jobs-form__block .block__checkbox > li {
    min-width: 218px;
  }
  .p-faq__list {
    margin-top: 0;
  }
  .p-tab__content .content__item {
    padding: clamp(25px, 80 / 1180 * 100vw, 80px) clamp(20px, 100 / 1180 * 100vw, 100px);
  }
  .p-container {
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    max-width: 1180px;
  }
  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    max-width: 1280px;
  }
  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    max-width: 1080px;
  }
  .p-definition-list__row {
    display: grid;
    grid-template-columns: 17.5556% 1fr;
    padding: clamp(16px, 24 / 1180 * 100vw, 24px) 0 clamp(24px, 32 / 1180 * 100vw, 32px);
  }
  .p-definition-list__head {
    margin-bottom: 0;
  }
  .c-button {
    height: 68px;
  }
  .c-input label {
    font-size: 14px;
  }
  .c-select {
    max-width: 220px;
  }
  .c-select::before {
    right: 24px;
  }
  .c-select select {
    padding: 16px;
  }
  .c-radio,
  .mwform-radio-field label {
    padding: 12px;
    font-size: 16px;
  }
  .u-hide-up-md {
    display: none !important;
  }
  .front .mainview__container {
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .front .mainview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: linear-gradient(77.86deg, #F7F2E1 0%, #ADE2A6 100%);
    border-radius: 12px;
  }
  .front .mainview__desc {
    padding: 0;
    margin: 0 -19.5652173913% 0 5.7971014493%;
  }
  .front .mainview__subTitle {
    font-size: clamp(18px, 24 / 1180 * 100vw, 24px);
  }
  .front .mainview__title {
    font-size: clamp(36px, 54 / 1180 * 100vw, 54px);
  }
  .front .mainview__title .small {
    font-size: clamp(22px, 34 / 1180 * 100vw, 34px);
  }
  .front .mainview__title .large {
    font-size: clamp(38px, 58 / 1180 * 100vw, 58px);
  }
  .front .mainview__action {
    display: block;
    margin-top: min(3.1944444444vw, 46px);
  }
  .front .mainview__action .c-button {
    max-width: 320px;
    margin: 0;
    font-size: 18px;
  }
  .front .mainview__image {
    width: 61.6666666667%;
  }
  .front .intro-search__container {
    max-width: 1360px;
    padding-bottom: 0;
  }
  .front .intro-search__inner {
    padding: clamp(50px, 90 / 1180 * 100vw, 90px) 40px clamp(80px, 140 / 1180 * 100vw, 140px);
    background: #fff;
    border-radius: 24px 24px 0 0;
  }
  .front .intro-search__inner > div {
    max-width: 1100px;
    margin-inline: auto;
  }
  .front .intro-search__head {
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    gap: 0 18px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .front .intro-search__body {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .front .intro-search__body .p-jobs-form__submit .c-button {
    max-width: 584px;
  }
  .front .intro-search__body .p-jobs-form__reset {
    display: none;
  }
  .front .intro-search__sub-title {
    display: none;
  }
  .front .intro-search__block {
    display: grid;
    grid-template-columns: 206px 1fr;
    gap: 0 12px;
    margin-bottom: 12px;
  }
  .front .intro-search__block .p-jobs-form__modal-button {
    display: none;
  }
  .front .intro-search__block .p-jobs-form__modal {
    position: static;
    display: contents;
  }
  .front .intro-search__block .p-jobs-form__modal .block__checkbox > li {
    min-width: calc(25% - 4.5px);
  }
  .front .intro-search__block .p-jobs-form__modal-content {
    position: static;
    display: contents;
  }
  .front .intro-search__block .p-jobs-form__modal-content .content-inner {
    margin: 0;
  }
  .front .intro-search__block .p-jobs-form__modal-content .head,
  .front .intro-search__block .p-jobs-form__modal-content .save {
    display: none;
  }
  .front .intro-search__block .p-jobs-form__modal-text {
    display: none;
  }
  .front .intro-search__block .block__textinput {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
  }
  .front .intro-search__block .block__textinput input {
    border-color: #DDD;
  }
  .front .intro-search__block .block__checkbox {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
  }
  .front .intro-search__block .block__checkbox .checkbox-button .text {
    border-color: #DDD;
  }
  .front .intro-search__block-title {
    display: grid;
    place-content: center;
    color: #fff;
    text-align: center;
    background: #008D75;
    border-radius: 4px;
  }
  .front .intro-search__block-title:not(.--freeword) {
    min-height: 80px;
  }
  .front .pickup::before {
    height: calc(100% + clamp(80px, 140 / 1180 * 100vw, 140px) + 210px);
  }
  .front .pickup__head {
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    gap: 0 18px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    max-width: 1100px;
    margin-inline: auto;
    margin-bottom: clamp(27px, 54 / 1180 * 100vw, 54px);
  }
  .front .pickup__slider .swiper {
    overflow: visible;
  }
  .front .pickup__slider .swiper-slide {
    margin-bottom: 42px;
  }
  .front .pickup__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }
  .front .pickup__buttons {
    top: calc((58px + clamp(27px, 54 / 1180 * 100vw, 54px)) * -1);
    right: 0;
    bottom: auto;
    left: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  .front .seekers__inner {
    display: grid;
    grid-template: "image title" auto "image text" auto/43.5779816514% auto;
    gap: 0 5.871559633%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1090px;
    margin: 0 auto;
  }
  .front .seekers__head {
    grid-area: title;
    align-self: self-end;
  }
  .front .seekers__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: image;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .front .seekers__images .image01 {
    width: 82.3157894737%;
    margin-bottom: 34.7368421053%;
  }
  .front .seekers__images .image02 {
    position: relative;
    z-index: 1;
    display: block;
    width: 42.9473684211%;
    margin-left: -25.2631578947%;
    overflow: hidden;
    border-radius: 8px;
  }
  .front .seekers__desc {
    grid-area: text;
    align-self: self-start;
  }
  .front .seekers__text {
    margin-bottom: clamp(20px, 30 / 1180 * 100vw, 30px);
  }
  .front .seekers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px clamp(24px, 32 / 1180 * 100vw, 32px);
  }
  .page-seekers .anchor {
    padding-top: 20px;
  }
  .page-seekers .anchor__list {
    gap: 20px clamp(20px, 40 / 1180 * 100vw, 40px);
  }
  .page-seekers .anchor__item {
    width: auto;
    border-bottom: none;
  }
  .page-seekers .anchor__item > a {
    height: auto;
  }
  .page-seekers .dispatch__body {
    grid-template-columns: 44.1818181818% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 clamp(40px, 65 / 1180 * 100vw, 65px);
  }
  .page-seekers .merit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(16px, 24 / 1180 * 100vw, 24px);
  }
  .page-seekers .merit__item {
    grid-template: "number" auto "title" auto "text" 1fr/auto;
    gap: 0 0;
  }
  .page-seekers .merit__item .num {
    margin: 0 auto 24px;
  }
  .page-seekers .merit__item .title {
    -ms-flex-item-align: start;
        align-self: start;
    margin-bottom: 18px;
    text-align: center;
  }
  .page-seekers .benefit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 18 / 1180 * 100vw, 18px) clamp(16px, 22 / 1180 * 100vw, 22px);
  }
  .archive-jobs .jobs-list .p-work-card__item {
    display: grid;
    grid-template-columns: 37.5% 1fr;
    -webkit-column-gap: 4.6%;
       -moz-column-gap: 4.6%;
            column-gap: 4.6%;
    padding: 24px 20px 40px;
  }
  .archive-jobs .jobs-list .p-work-card__head {
    display: contents;
  }
  .archive-jobs .jobs-list .p-work-card__id {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .archive-jobs .jobs-list .p-work-card__image {
    aspect-ratio: 280/256;
    margin-bottom: 0;
    border-radius: 6px;
  }
  .archive-jobs .jobs-list .p-work-card__favorite {
    position: absolute;
    top: 24px;
    right: 20px;
  }
  .archive-jobs .jobs-list .p-work-card__feature {
    padding-right: 118px;
    margin-top: 2px;
  }
  .single-jobs.l-main {
    background: #F6F4EE;
  }
  .single-jobs .l-page__header::before {
    display: block;
  }
  .single-jobs .jobs-article .p-work-card__id {
    position: absolute;
    top: 0.3em;
    right: 0;
    margin-bottom: 0;
  }
  .single-jobs .jobs-article .p-work-card__subTitle {
    padding-right: 10em;
  }
  .single-jobs .jobs-article .p-work-card__tag {
    margin-top: clamp(20px, 24 / 1180 * 100vw, 24px);
  }
  .single-jobs .jobs-article__head {
    margin-bottom: 48px;
  }
  .single-jobs .jobs-article__body {
    padding: 50px clamp(25px, 50 / 1180 * 100vw, 50px) 90px;
    background: #fff;
    border-radius: 12px;
  }
  .single-jobs .jobs-article__appeal {
    grid-template-columns: 31.1111111111% auto;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .single-jobs .jobs-article__appeal .p-work-card__image {
    aspect-ratio: 280/220;
  }
  .single-jobs .jobs-article__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 1/span 2;
    gap: 0 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-jobs .jobs-article__action .c-button {
    max-width: 340px;
  }
  .page-favorite .favorite .p-work-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(32px, 63 / 1180 * 100vw, 63px) 2.7%;
  }
  .form-input .form__head {
    padding: 36px 40px;
  }
  .form-input .form__head.contact__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-input .form__head.contact__head .text {
    margin-bottom: 0;
  }
  .form-input .form__head.entry__head .p-work-card__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .form-input.page-contact .form__head {
    padding: 24px 36px;
  }
}

@media screen and (min-width: 992px) {
  .l-page {
    padding-top: 100px;
  }
  .l-page__header::before {
    top: -100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.5%, #fff), to(#F6F4EE));
    background: linear-gradient(180deg, #fff 20.5%, #F6F4EE 100%);
  }
  .l-header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100px;
    padding: 20px 2.4305555556vw;
  }
  .l-header__logo > a {
    margin-left: 0;
  }
  .l-header__nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin-left: auto;
    visibility: visible;
    background: none;
    opacity: 1;
  }
  .l-header__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__navList .nav__item {
    font-size: 16px;
    border-bottom: none;
  }
  .l-header__navList .nav__item a {
    display: inline;
    height: auto;
    padding-right: 0;
  }
  .l-header__navList .nav__item a .c-arrow {
    display: none;
  }
  .l-header__button {
    margin: 0 0 0 0.4166666667vw;
  }
  .l-header__button a {
    width: 178px;
    height: 60px;
  }
  .l-header__subNavList {
    display: none;
  }
  .l-header__subNavList .subNav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .l-header__bg {
    display: none;
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__info .info__logo {
    margin-left: 0;
  }
  .l-footer__info .info__address {
    margin-top: clamp(20px, 32 / 1180 * 100vw, 32px);
    text-align: left;
  }
  .l-footer__info .info__address .u-tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__navList {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 0;
  }
  .l-footer__subNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    margin-bottom: 0;
  }
  .l-footer__subNavList .subNav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .l-footer__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer--form.l-footer .l-footer__inner {
    padding-top: 100px;
  }
  .l-footer-adress {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .l-footer-adress a {
    pointer-events: none;
  }
  .p-form__row > dt > label > small {
    font-size: 13px;
  }
  .p-editor-content p a:hover {
    text-decoration: underline;
  }
  .p-editor-content blockquote {
    padding: 48px 64px;
  }
  .p-jobs-form .js-accordion {
    border: none;
    border-radius: unset;
  }
  .p-jobs-form .js-accordion__button {
    display: none;
  }
  .p-jobs-form .js-accordion__contents {
    display: block;
    padding: 0;
    background-color: unset;
  }
  .p-jobs-form__pickup {
    height: 86px;
  }
  .p-jobs-form__pickup .title::before {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  .p-jobs-form__block .block__selectbox select {
    max-width: 258px;
    background-color: #fff;
  }
  .p-jobs-form__submit .c-button {
    font-size: 16px;
  }
  .p-jobs-form__reset .c-button {
    font-size: 16px;
    border-color: #fff;
  }
  .c-menu-icon {
    display: none;
  }
  .u-tel {
    pointer-events: none;
  }
  .u-hide-up-lg {
    display: none !important;
  }
  .front .mainview::before {
    top: -100px;
    height: calc(100% - clamp(64px, 80 / 1180 * 100vw, 80px) + 100px);
  }
  .archive-jobs .jobs__container {
    display: grid;
    grid-template-columns: 275px 1fr;
    -webkit-column-gap: 5.9090909091%;
       -moz-column-gap: 5.9090909091%;
            column-gap: 5.9090909091%;
  }
  .archive-jobs .jobs-search {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .page-favorite .favorite .p-work-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-favorite .favorite .p-work-card__list {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .u-hide-up-xl {
    display: none !important;
  }
}

@media (hover) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-header__navList .nav__item a:hover {
    color: #008D75;
    opacity: 1;
  }
  .l-footer a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .p-form__agree a:hover {
    text-decoration: none;
  }
  .p-pagination .p-pagination__item .page-numbers:hover {
    color: #fff;
    background-color: #008D75;
    opacity: 1;
  }
  .p-pagination .p-pagination__item .page-numbers.current:hover {
    color: #008D75;
    background-color: #fff;
  }
  .p-pagination .p-pagination__item .page-numbers.prev:hover, .p-pagination .p-pagination__item .page-numbers.next:hover {
    color: #fff;
    background-color: #008D75;
  }
  .p-pagination .p-pagination__item .page-numbers.prev:hover::after, .p-pagination .p-pagination__item .page-numbers.next:hover::after {
    border-color: #fff;
  }
  .p-contact__inner:hover {
    text-decoration: none !important;
    background-color: #82CD3E;
    border-color: #82CD3E;
    -webkit-box-shadow: 0 7px #82CD3E;
            box-shadow: 0 7px #82CD3E;
    opacity: 1;
  }
  .p-work-card .favorite:hover {
    color: #fff;
    background-color: #008D75;
  }
  .p-work-card__item:hover {
    border-color: #008D75;
    opacity: 1;
  }
  .p-work-card__delete:hover {
    background-color: #82CD3E;
  }
  .p-work-card__delete:hover .icon path {
    stroke: #008D75;
  }
  .p-jobs-form__pickup:hover {
    background-color: #0DAD91;
    border-color: #0DAD91;
    opacity: 1;
  }
  .p-jobs-form__modal-content .save:hover {
    background: #8FE740;
    border-color: #8FE740;
  }
  .p-jobs-form__block .block__checkbox .checkbox-button .text:hover {
    opacity: 0.8;
  }
  .p-jobs-form__reset .c-button:hover {
    border-color: #008D75;
  }
  .p-definition-list__text a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .c-button:hover {
    background: #0DAD91;
    border-color: #0DAD91;
    opacity: 1;
  }
  .c-button.--white:hover {
    color: #fff;
    background-color: #008D75;
  }
  .c-button.--white.--arw:hover::after {
    background-color: #fff;
  }
  .c-button.--orange:not(:disabled):hover {
    background-color: #FF9837;
    border-color: #FF9837;
  }
  .front .seekers__item > a:hover {
    color: #008D75;
    opacity: 1;
  }
  .page-seekers .anchor__item > a:hover {
    color: #008D75;
    opacity: 1;
  }
  .archive-jobs .jobs-list .p-work-card__item:hover {
    border-color: #BBB;
  }
  .single-jobs .jobs-article__button > a:hover {
    color: #008D75;
    opacity: 1;
  }
}

@media screen and (max-width: 389px) {
  .u-hide-down-xxs {
    display: none !important;
  }
}

@media screen and (max-width: 424px) {
  .u-hide-down-xs {
    display: none !important;
  }
}

@media screen and (max-width: 553px) {
  .u-hide-down-sm {
    display: none !important;
  }
}

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

@media screen and (max-width: 991px) {
  .u-hide-down-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide-down-xl {
    display: none !important;
  }
}
