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

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

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

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  background: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 4rem;
  }
}

.l-header__group--left {
  padding-top: 0.5rem;
  padding-left: 0.75rem;
}

.l-header__catch {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 767px) {
  .l-header__catch {
    font-size: 0.625rem;
  }
}

.l-header__logo {
  margin-top: 0.25rem;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0.5rem;
  }
}

.l-header__logoLink {
  display: block;
  width: 25.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoLink {
    width: 13.125rem;
  }
}

.l-header__logoLink img {
  width: 100%;
  height: auto;
}

.l-header__group--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__group--right {
    display: none;
  }
}

.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__action {
  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: 10.125rem;
  height: 2.5rem;
  padding-top: 0.25rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header__action--recruit {
  background: #231815;
  letter-spacing: 0.08em;
}

.l-header__action--contact {
  background: #0B6134;
}

.l-header__nav {
  margin-top: 1.375rem;
  margin-right: 2.3125rem;
}

.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  list-style: none;
}

.l-header__navLink {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .l-header__logoLink:hover,
  .l-header__action:hover,
  .l-header__navLink:hover {
    opacity: 0.7;
  }
}
.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.l-footer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: #0B6134;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 64%);
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 22.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  }
}

.l-footer__cta {
  position: relative;
  z-index: 3;
  padding-top: 2.125rem;
  padding-bottom: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer__ctaTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaTitle {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.l-footer__ctaActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.375rem;
  margin-top: 2.25rem;
  padding-left: 21.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaActions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-left: 0;
  }
}

.l-footer__formBtn {
  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: 16.25rem;
  height: 3.875rem;
  background: #ffffff;
  border-radius: 0.625rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.l-footer__tel {
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    text-align: center;
  }
}

.l-footer__telLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.l-footer__telNum {
  display: block;
  color: #FFFFBB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__telNum {
    font-size: 2rem;
  }
}

.l-footer__telHours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.375rem;
}

.l-footer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -0.625rem;
  padding-top: 1.5rem;
  padding-left: 2.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    padding-inline: 0rem;
    padding-bottom: 0rem;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    text-align: left;
  }
}

.l-footer__logo a {
  display: block;
}

.l-footer__logo img {
  width: 8.875rem;
}

.l-footer__infoText {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__infoText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.l-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

.l-footer__addressLink {
  color: #4DC16B;
  text-decoration: underline;
  margin-left: 0.625rem;
}

.l-footer__sns {
  position: absolute;
  right: 21.25rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  margin-top: 0.875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    position: static;
    right: auto;
    bottom: auto;
    gap: 1.25rem;
    margin-top: 0;
  }
}

.l-footer__snsItem img {
  width: auto;
  height: 1.4375rem;
}

.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}

.l-footer__recruit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__recruit {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__recruit img {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .l-footer__formBtn:hover,
  .l-footer__telNum:hover,
  .l-footer__addressLink:hover,
  .l-footer__snsItem a:hover,
  .l-footer__logo a:hover,
  .l-footer__recruit:hover {
    opacity: 0.7;
  }
}
.c-head {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  background: #0B6134;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    padding: 0 1.5rem;
  }
}

.c-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #231815;
  clip-path: polygon(21% 100%, 100% 100%, 100% 31%);
}

.c-head__en {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-head__en {
    font-size: 1.5rem;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 6.25rem 0rem 6.25rem;
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 0.75rem;
    padding: 0.375rem 1.5rem 0rem 1.5rem;
  }
}

.c-breadcrumb__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9FA0A0;
}

.c-breadcrumb__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-breadcrumb__current {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-pagination {
  margin-top: 3.75rem;
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  list-style: none;
}

.c-pagination a.page-numbers,
.c-pagination span.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: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-pagination a.prev::before,
.c-pagination a.next::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #231815;
  border-right: 0.125rem solid #231815;
}

.c-pagination a.prev::before {
  margin-left: 0.25rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-pagination a.next::before {
  margin-right: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-pagination span.current {
  background: #0B6134;
  border-color: #0B6134;
  color: #ffffff;
}

@media (any-hover: hover) {
  .c-pagination a.page-numbers:hover {
    opacity: 0.6;
  }
}
.p-policy {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-policy__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.75rem;
  }
}

.p-policy__section {
  margin-top: 1.875rem;
}

.p-policy__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-policy__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0.375rem;
}

.p-policy__list {
  list-style: none;
}

.p-policy__listItem {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.5rem;
}

.p-policy__contact {
  margin-top: 2.5rem;
}

.p-policy__contactText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

.p-404 {
  width: 100%;
  padding: 7.5rem 6.25rem 12.5rem 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-404__error {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-404__error {
    font-size: 1.125rem;
  }
}

.p-404__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.875rem;
  }
}

.p-404__body {
  display: inline-block;
  text-align: left;
  padding-right: 5rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-404__body {
    margin-top: 1.875rem;
    padding-right: 0rem;
  }
}

.p-404__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2.1875;
}

.p-404__text--redirect {
  margin-top: 2.1875rem;
}

.p-sitemap {
  padding: 7.5rem 6.25rem 12.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-sitemap__item {
  padding-left: 2.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    padding-left: 0rem;
    margin-top: 0.875rem;
  }
}

.p-sitemap__item:first-child {
  margin-top: 0;
}

.p-sitemap__link {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.p-sitemap__link:hover {
  opacity: 0.7;
}

.p-contact {
  padding: 4.375rem 6.25rem 6.25rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-contact__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-contact__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 40rem;
  margin-inline: auto;
  list-style: none;
}

.p-contact__steps::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 0.125rem;
  background: #DCDCDC;
}

.p-contact__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__stepIcon {
  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: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

.p-contact__stepIcon svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #231815;
}

.p-contact__step.is-active .p-contact__stepIcon {
  background: #4A90E2;
}

.p-contact__step.is-active .p-contact__stepIcon svg {
  fill: #ffffff;
}

.p-contact__stepNum {
  margin-top: 0.5rem;
  color: #595757;
  font-size: 0.6875rem;
  font-weight: 700;
}

.p-contact__stepText {
  margin-top: 0.125rem;
  color: #231815;
  font-size: 0.8125rem;
}

.p-contact__fields {
  margin-top: 3.125rem;
  border-top: 0.0625rem solid #DCDCDC;
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  width: 14.375rem;
  padding: 1.5rem 1.25rem;
  background: #EFEFEF;
  color: #231815;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem;
  }
}

.p-contact__req {
  padding: 0.125rem 0.5rem;
  background: #DB5461;
  border-radius: 0.1875rem;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 500;
}

.p-contact__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    padding: 1.125rem 0rem;
  }
}

.p-contact__field input,
.p-contact__field textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.25rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}

.p-contact__field textarea {
  min-height: 7.5rem;
}

.p-contact__note {
  display: block;
  margin-top: 0.375rem;
  color: #595757;
  font-size: 0.8125rem;
}

.p-contact__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact__tel input {
  width: 5.625rem;
}

.p-contact__telSep {
  color: #595757;
}

.p-contact__tel .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1.5rem;
  white-space: nowrap;
}

.p-contact__tel .wpcf7-form-control-wrap:not(:first-of-type) .wpcf7-not-valid-tip {
  display: none;
}

.p-contact__policy {
  margin-top: 3.125rem;
}

.p-contact__policyTitle {
  color: #231815;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.p-contact__policyBox {
  max-height: 10.625rem;
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 0.0625rem solid #DCDCDC;
  overflow-y: auto;
  color: #231815;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}

.p-contact__policyBox p {
  margin-top: 0.5rem;
}

.p-contact__policyHeading {
  color: #231815;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-contact__policyHeading:not(:first-child) {
  margin-top: 1.25rem;
}

.p-contact__policyList {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.p-contact__agree {
  margin-top: 1.5rem;
  color: #231815;
  font-size: 0.9375rem;
  text-align: center;
}

.p-contact__agree input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #9FA0A0;
  border-radius: 0.25rem;
  vertical-align: -0.25rem;
  cursor: pointer;
}

.p-contact__agree input[type=checkbox]:checked {
  background: #0B6134;
  border-color: #0B6134;
}

.p-contact__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.375rem;
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact__submit {
  position: relative;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 2.5rem;
  }
}

.p-contact__submit input {
  min-width: 18.75rem;
  padding: 1rem 2.5rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.375rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input {
    min-width: 0;
    width: 100%;
  }
}

.p-contact__submit .wpcf7-spinner {
  position: absolute;
}

.p-confirmation__lead {
  margin-top: 2.5rem;
  text-align: center;
}

.p-confirmation__leadTitle {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-confirmation__leadText {
  margin-top: 0.75rem;
  color: #231815;
  font-size: 0.9375rem;
}

.p-confirmation .p-contact__fields {
  margin-top: 2.5rem;
}

.p-confirmation .p-contact__field {
  color: #231815;
  font-weight: 700;
}

.p-confirmation .p-contact__field input,
.p-confirmation .p-contact__field textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
}

.p-confirmation .p-contact__field textarea {
  min-height: auto;
  resize: none;
}

.p-confirmation__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-confirmation__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.125rem;
  }
}

.p-confirmation__btns input,
.p-confirmation__btns button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.625rem;
  height: 3.125rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-confirmation__btns input,
  .p-confirmation__btns button {
    min-width: 0;
    width: 100%;
  }
}

.p-confirmation__btns input.wpcf7-submit {
  background: #4DC16B;
  border: none;
  color: #ffffff;
}

.p-confirmation__btns .wpcf7-spinner {
  position: absolute;
}

.p-thanks {
  padding: 4.375rem 6.25rem 6.25rem 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-thanks__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.625rem;
  }
}

.p-thanks__body {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__body {
    margin-top: 1.875rem;
  }
}

.p-thanks__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
  }
}

.p-thanks__btnWrap {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__btnWrap {
    margin-top: 1.875rem;
  }
}

.p-thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.625rem;
  height: 3.125rem;
  margin: 0 auto;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-thanks__btn:hover {
    opacity: 0.7;
  }
}
.p-news {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-news__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__heading {
    font-size: 1.75rem;
  }
}

.p-news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  border: 0.0625rem solid #DCDCDC;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-news__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: none;
    border-top: 0.0625rem solid #DCDCDC;
    border-left: 0.0625rem solid #DCDCDC;
  }
}

.p-news__cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    border-right: 0.0625rem solid #DCDCDC;
    border-bottom: 0.0625rem solid #DCDCDC;
  }
}

.p-news__cat + .p-news__cat {
  border-left: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-news__cat + .p-news__cat {
    border-left: none;
  }
}

.p-news__cat a {
  display: block;
  padding: 0.875rem 0.5rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__cat a {
    padding: 0.875rem 0.25rem;
    font-size: 0.8125rem;
  }
}

.p-news__cat.is-active a {
  background: #0B6134;
  color: #ffffff;
}

.p-news__list {
  border-top: 0.0625rem solid #DCDCDC;
  list-style: none;
}

.p-news__list--borderTop-not {
  border-top: none;
}

.p-news__item {
  border-bottom: 0.0625rem solid #DCDCDC;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  padding: 1rem 0.625rem;
  color: #231815;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem 0.25rem;
  }
}

.p-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}

.p-news__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

@media (any-hover: hover) {
  .p-news__link:hover {
    opacity: 0.6;
  }
}
.p-single {
  width: 100%;
  padding: 1.875rem 6.25rem 8.75rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 1.875rem 1.5rem 5rem 1.5rem;
  }
}

.p-single--con {
  padding-top: 3.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single--con {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-single__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-single__blogContent {
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-single__date {
  display: block;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}

.p-single__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.375rem;
    text-align: left;
    margin-top: 1.5rem;
  }
}

.p-single__title--blog {
  margin-top: 1.5rem;
}

.p-single__title--con {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__title--con {
    text-align: center;
  }
}

.p-single__thumb {
  width: 100%;
  margin-top: 2.25rem;
}
.p-single__thumb img {
  width: 100%;
}

.p-single__thumb--con {
  margin-top: 0;
}

.p-single__body {
  margin-top: 2rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

.p-single__body h2 {
  margin-top: 3rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5454545455;
}

.p-single__body--con h2 {
  margin-top: 1.5rem;
}
.p-single__body--con h2::before {
  content: "■";
  margin-right: 0.5rem;
  color: #0B6134;
}

.p-single__body h3 {
  margin-top: 2rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}

.p-single__body strong {
  font-weight: 700;
}

.p-single__body p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body p {
    text-align: left !important;
  }
}

.p-single__body--con p {
  margin-top: 0.5rem;
}

.p-single__body p:first-child {
  margin-top: 0;
}

.p-single__body a {
  color: #0B6134;
  text-decoration: underline;
}

.p-single__body img {
  height: auto;
}

.p-single__body table {
  border-top: 1px solid #595757;
}
.p-single__body table td {
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px solid #595757;
  padding: 0.4375rem 0.875rem;
  vertical-align: middle;
}
.p-single__body table td:first-of-type {
  white-space: nowrap;
  background: rgba(11, 97, 52, 0.12);
}

.p-single__body .wp-block-gallery {
  margin-top: 2.5rem;
}

.p-single__body .wp-block-columns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-single__btnWrap {
  margin-top: 3.5rem;
  text-align: center;
}

.p-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.625rem;
  height: 3.125rem;
  margin: 0 auto;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__btn {
    min-width: 0;
    width: 100%;
  }
}

.p-single__conCat {
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0rem;
}

.p-single__conTags {
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  text-align: center;
  margin-top: 0.625rem;
}

.p-single__conTags--under {
  text-align: left;
}

.p-single__specWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__specWrap {
    grid-template-columns: 1fr;
  }
}

.p-single__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 3.125rem;
  }
}

.p-single__ctaBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.375rem;
  height: 4.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__ctaBtn {
    width: 100%;
    max-width: 24.375rem;
    font-size: 1rem;
  }
}

.p-single__ctaBtn--outline {
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
}

.p-single__ctaBtn--green {
  background: #0B6134;
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-single__btn:hover {
    opacity: 0.7;
  }
  .p-single__ctaBtn:hover {
    opacity: 0.7;
  }
}
.p-blog {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-blog__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog__heading {
    font-size: 1.75rem;
  }
}

.p-blog__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  border: 0.0625rem solid #DCDCDC;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-blog__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: none;
    border-top: 0.0625rem solid #DCDCDC;
    border-left: 0.0625rem solid #DCDCDC;
  }
}

.p-blog__cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-blog__cat {
    border-right: 0.0625rem solid #DCDCDC;
    border-bottom: 0.0625rem solid #DCDCDC;
  }
}

.p-blog__cat + .p-blog__cat {
  border-left: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-blog__cat + .p-blog__cat {
    border-left: none;
  }
}

.p-blog__cat a {
  display: block;
  padding: 0.875rem 0.5rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-blog__cat a {
    padding: 0.875rem 0.25rem;
    font-size: 0.8125rem;
  }
}

.p-blog__cat.is-active a {
  background: #0B6134;
  color: #ffffff;
}

.p-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.375rem 1.625rem;
  margin-top: 2.875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1rem;
  }
}

.p-blog__list--mt {
  margin-top: 1.5rem;
}

.p-blog__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

.p-blog__card {
  display: block;
  color: #231815;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-blog__thumb {
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #EFEFEF;
}

.p-blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog__title {
  display: -webkit-box;
  margin-top: 0.875rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-blog__more {
  display: inline-block;
  margin-top: 0.25rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-blog__card:hover {
    opacity: 0.7;
  }
}
.p-construction {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-construction {
    padding-bottom: 3.75rem;
  }
}

.p-construction__intro {
  padding: 3.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-construction__intro {
    padding: 2.5rem 1.5rem 1.875rem;
  }
}

.p-construction__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-construction__heading {
    font-size: 1.375rem;
  }
}

.p-construction__lead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-construction__lead {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-construction__filter {
  padding: 2.125rem 6.25rem;
  background: #E1ECE6;
}
@media screen and (max-width: 767px) {
  .p-construction__filter {
    padding: 1.875rem 1.5rem;
  }
}

.p-construction__filterList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-construction__filterList {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
  }
}

.p-construction__filterList::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0.0625rem;
  background: #CDD1CF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-construction__filterList::after {
    display: none;
  }
}

.p-construction__filterItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0.0625rem solid #CDD1CF;
}
@media screen and (max-width: 767px) {
  .p-construction__filterItem {
    border-left: none;
    border-bottom: 0.0625rem solid #CDD1CF;
  }
}

.p-construction__filterItem:nth-child(3n) {
  border-right: 0.0625rem solid #CDD1CF;
}
@media screen and (max-width: 767px) {
  .p-construction__filterItem:nth-child(3n) {
    border-right: none;
  }
}

.p-construction__filterLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.875rem 1rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-construction__filterLabel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.875rem;
  }
}

.p-construction__filterLabel input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: #0B6134;
  cursor: pointer;
}

.p-construction__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.625rem;
  height: 3.125rem;
  margin: 1.75rem auto 0;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-construction__main {
  padding: 3.125rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-construction__main {
    padding: 2.5rem 1.5rem 0;
  }
}

.p-construction__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-construction__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-construction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-construction__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #231815;
  border: 0.0625rem solid #595757;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-construction__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #EFEFEF;
}

.p-construction__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-construction__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
}

.p-construction__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.p-construction__cat {
  margin-top: 0.375rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5384615385;
}

.p-construction__tags {
  margin-top: 0.5rem;
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.p-construction__more {
  margin-top: auto;
  padding-top: 0.75rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: right;
}

.p-construction__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

@media (any-hover: hover) {
  .p-construction__card:hover {
    opacity: 0.7;
  }
  .p-construction__filterLabel:hover {
    opacity: 0.7;
  }
  .p-construction__submit:hover {
    opacity: 0.7;
  }
}
.p-facilities {
  width: 100%;
  padding: 3.5rem 6.25rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities {
    padding: 2.5rem 1.5rem 3.75rem;
  }
}

.p-facilities__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__heading {
    font-size: 1.375rem;
  }
}

.p-facilities__lead {
  margin-top: 1.5rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .p-facilities__lead {
    font-size: 0.875rem;
  }
}

.p-facilities__introImgs {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__introImgs {
    grid-template-columns: 1fr 1fr;
  }
}

.p-facilities__introImg {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-facilities__introImg--main {
    grid-column: 1/-1;
  }
}

.p-facilities__introImg img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-facilities__introCaption {
  margin-top: 0.375rem;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}

.p-facilities__section {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__section {
    margin-top: 2.75rem;
  }
}

.p-facilities__secTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__secTitle {
    font-size: 1.25rem;
  }
}

.p-facilities__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.625rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__profile {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-facilities__profilePhoto img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-facilities__profilePhoto img {
    height: auto;
  }
}

.p-facilities__profileRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}

.p-facilities__info {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}

.p-facilities__info th {
  width: 6.875rem;
  padding: 0.75rem 0.875rem;
  background: #E1ECE6;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.p-facilities__info td {
  padding: 0.75rem 0.875rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  vertical-align: top;
}

.p-facilities__profileThumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.p-facilities__profileThumbs img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-facilities__listTitle {
  margin-top: 2.25rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facilities__listTitle {
    font-size: 1.125rem;
  }
}

.p-facilities__equip {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip {
    font-size: 0.8125rem;
  }
}

.p-facilities__equip th {
  width: 42%;
  padding: 0.5rem 1rem;
  background: #E1ECE6;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip th {
    padding: 0.5rem;
  }
}

.p-facilities__equip td {
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip td {
    padding: 0.5rem;
  }
}

.p-facilities__mapBlock {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__mapBlock {
    margin-top: 2.75rem;
  }
}

.p-facilities__mapTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facilities__mapTitle {
    font-size: 1.125rem;
  }
}

.p-facilities__map {
  margin-top: 1.25rem;
}

.p-facilities__map img {
  width: 100%;
  border: 0.0625rem solid #DCDCDC;
}

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

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

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

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