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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

:root {
  --base-font-family: "Noto Sans JP", sans-serif;
  --en-font-family: "Poppins", sans-serif;
  --second-font-family: "Roboto", sans-serif;
  --recruit-font-family: "Zen Kaku Gothic New", sans-serif;
  --z-index-header: 1001;
  --z-index-drawer: 900;
  --z-index-hamburger: 999;
  --color-black: #1a1a1a;
  --color-black2: #2b2b2b;
  --color-black3: #353535;
  --color-black4: #333333;
  --color-black5: #000000;
  --color-white: #fff;
  --color-main: #be1217;
  --color-sub: #D87238;
  --color-gray: #e0e0e0;
  --color-border: #d9d9d9;
  --color-red: #EA3636;
  --color-navy: #253473;
  --header-height: 80px;
  --header-height: 5rem;
  --header-recruit-height: 108px;
  --header-recruit-height: 6.75rem;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-breadcrumb {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.l-footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-header {
  bottom: auto;
  height: 100px;
  height: 6.25rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  max-width: 71.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-sub-mv {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.c-arrow-button {
  background-color: #DE8430;
  border: 1px solid #DE8430;
  border-radius: 1.875rem;
  color: #fff;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1;
  max-width: 420px;
  max-width: 26.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 100%;
}

.c-arrow-button:after {
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-arrow-button:hover {
  opacity: 1;
}

.c-arrow-button:hover:after {
  right: 20px;
  right: 1.25rem;
}

.c-button {
  background-color: #DE8430;
  border: 1px solid #DE8430;
  border-radius: 1.875rem;
  color: #fff;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1;
  max-width: 420px;
  max-width: 26.25rem;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  width: 100%;
}

.c-pagination {
  bottom: -30px;
  bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page {
  background-color: #ffffff;
  display: block;
  height: 5px;
  height: 0.3125rem;
  padding: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 86px;
  width: 5.375rem;
}

.c-page.is-active {
  background-color: navy;
}

.c-table {
  border: 1px solid black;
  border-spacing: 0;
  width: 100%;
}

.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: 1px solid black;
}

.c-table th,
.c-table tr:not(:last-child) td {
  border-bottom: 1px solid black;
}

.c-table tr > * {
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.c-table tr:has(> th) {
  background-color: #aff9ff;
}

.c-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-404 {
  margin: 200px 0;
  margin: 12.5rem 0;
  text-align: center;
}

.p-404__button {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-about {
  padding-bottom: 0;
  padding-top: 80px;
  padding-top: 5rem;
}
.p-about__inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.p-about__message {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-about--philosophy .p-about__philosophy {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-about__philosophy-title {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-about__history-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-about__history-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}
.p-about__history-year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  width: 80px;
  width: 5rem;
}
.p-about__history-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-breadcrumb {
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-breadcrumb span {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  text-transform: capitalize;
}

.p-breadcrumb span.current-item {
  color: navy;
}

.p-breadcrumb__between {
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-company-overview {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-company-overview__list {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-company-overview__items {
  background-image: linear-gradient(to right, navy 0px, navy 18.75rem, rgba(0, 0, 128, 0.2) 18.75rem, rgba(0, 0, 128, 0.2) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-company-overview__heading.c-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 2.6875;
  text-align: center;
  width: 300px;
  width: 18.75rem;
}

.p-company-overview__text.c-text {
  font-weight: 500;
  line-height: 2.6875;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-company-overview__map {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1020px;
  max-width: 63.75rem;
  width: 100%;
}

.p-company-overview__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 1020/460;
  border: none;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-contact__status-list {
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-contact__status-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid navy;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  height: 100px;
  height: 6.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  width: 6.25rem;
}

.p-contact__status-item.p-contact__status-item--current {
  background-color: navy;
  color: white;
}

.p-contact__attention {
  border: 1px solid #111;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 1100px;
  max-width: 68.75rem;
  overflow: hidden;
}

.p-contact__attention-heading {
  cursor: pointer;
  font-size: max(25px, 10px);
  font-size: max(1.5625rem, 10px);
  list-style: none;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  position: relative;
  text-align: center;
}

.p-contact__attention-heading::before,
.p-contact__attention-heading::after {
  background: black;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 40px;
  top: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  width: 1.875rem;
}

.p-contact__attention-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-contact__attention[open] .p-contact__attention-heading::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-contact__attention-list {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  padding: 0 1.875rem;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.p-contact__attention[open] .p-contact__attention-list {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-height: 1000px;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.p-contact__attention-item {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.9;
  padding-left: 1em;
  position: relative;
}

.p-contact__attention-item::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.p-contact__form {
  margin-top: 50px;
  margin-top: 3.125rem;
}

/* 要素間の余白 */
.p-content h2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-content h3 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-content h4 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-content h5 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-content p {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-content figure,
.p-content > ul,
.p-content > ol,
.p-content .wp-block-table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-content .wp-block-button {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* font-size */
.p-content p,
.p-content li,
.p-content th,
.p-content td {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
}

.p-content h2 {
  background: var(--border-line);
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  line-height: 2;
}

.p-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  gap: 20px;
  gap: 1.25rem;
  line-height: 2;
  position: relative;
}

.p-content h3::before {
  background-color: #1a1a1a;
  background-color: var(--color-black);
  border-radius: 0.625rem;
  content: "";
  height: 1lh;
  width: 5px;
  width: 0.3125rem;
}

.p-content h4 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-content h5 {
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-content a:not(.wp-block-button *) {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: var(--color-green);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.p-content a[href^="tel:"] {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-content .wp-block-button__link {
  background-color: var(--color-green);
  border-radius: 0;
  color: #1a1a1a;
  color: var(--color-black);
  display: inline-block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  min-width: 200px;
  min-width: 12.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content ol,
.p-content ul {
  list-style: revert;
  padding-left: 1.5em;
}

/* table */
.p-content .wp-block-table {
  border: none;
}

.p-content .wp-block-table table {
  border: 1px solid #d9d9d9;
  border: 1px solid var(--color-border);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-content .wp-block-table th,
.p-content .wp-block-table td {
  border: 1px solid #d9d9d9;
  border: 1px solid var(--color-border);
}

.p-content .wp-block-table th:not(:last-child),
.p-content .wp-block-table td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
  border-right: 1px solid var(--color-border);
}

.p-content .wp-block-table th,
.p-content .wp-block-table tr:not(:last-child) td {
  border-bottom: 1px solid #d9d9d9;
  border-bottom: 1px solid var(--color-border);
}

.p-content .wp-block-table thead {
  border-bottom: 2px solid #d9d9d9;
  border-bottom: 2px solid var(--color-border);
}

.p-content .wp-block-table tr > * {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.p-content .wp-block-table tr:has(> th) {
  background-color: #e0e0e0;
  background-color: var(--color-gray);
}

.p-footer {
  background-color: #ccc;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 78.125rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__logo {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-footer__address {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-style: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__nav-items {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-footer__nav-item a {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

.p-footer__sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__sns-icon {
  display: block;
  max-width: 30px;
  max-width: 1.875rem;
  width: 100%;
}

.p-footer__sns-icon + .p-footer__sns-icon {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.p-footer__sns-icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-footer__bottom {
  background-color: navy;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.p-footer__bottom-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__copyright {
  color: #ffffff;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  text-align: center;
}

.p-footer__policy {
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  text-transform: uppercase;
}

.p-form__message.c-text {
  text-align: center;
}

.p-form__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: 50rem;
}

.p-form__wrap.p-form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__wrap + .p-form__wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__label {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.u-required {
  border: 1px solid #FF003D;
  color: #FF003D;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding: 5px;
  padding: 0.3125rem;
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p-form__submit {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-form__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-form__input input:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  height: 150px;
  height: 9.375rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-form__textarea textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
}

.p-form__select select::-ms-expand {
  display: none;
}

.p-form__select select:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__radio label {
  display: inline-block;
}

.p-form__radio label:not(:first-of-type) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.p-form__radio input {
  display: none;
}

.p-form__radio input + span {
  cursor: pointer;
  display: block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.p-form__radio input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.p-form__radio input + span::after {
  background: #000;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 7px;
  height: 0.4375rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 7px;
  width: 0.4375rem;
}

.p-form__radio input:checked + span::after {
  opacity: 1;
}

.p-form__checkbox label {
  display: inline-block;
}

.p-form__checkbox label:not(:first-of-type) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-form__checkbox input {
  display: none;
}

.p-form__checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.p-form__checkbox input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.p-form__checkbox input + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 0;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.p-form__checkbox input:checked + span::after {
  opacity: 1;
}

.p-contact__form-privacy {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-contact__form-checkbox-text.c-text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
}

.p-contact__form-checkbox-text.c-text a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #111;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.p-contact__form-privacy label {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-contact__form-privacy input + span {
  margin-left: 20px;
  margin-left: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.p-contact__form-privacy input + span::before {
  background-color: #fff;
  border: 1px solid #111;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-contact__form-privacy input + span::after {
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  content: "";
  display: block;
  height: 7px;
  height: 0.4375rem;
  left: 4px;
  left: 0.25rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-contact__form-submit {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-form__submit input {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #C5AE66;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  padding: 25px 125px;
  padding: 1.5625rem 7.8125rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-form__submit input:hover,
.p-form__submit input:focus {
  outline: none;
}

.p-form__submit input:hover {
  opacity: 0.8;
}

.p-form__submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FF003D;
  border-radius: 0.625rem;
}

.wpcf7 form .wpcf7-response-output {
  color: #FF003D;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1;
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
}

.p-header {
  background-color: #ccc;
  height: 100px;
  height: 6.25rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-header__logo {
  height: inherit;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-header__logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

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

.p-header__nav {
  display: block;
  height: inherit;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-header__nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  height: inherit;
  line-height: 1;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-transform: uppercase;
}

.p-header__nav-item:not(.p-header__nav-item--contact) a.is-current {
  color: #DE8430;
  cursor: default;
  pointer-events: none;
}

.p-header__nav-item.p-header__nav-item--contact a.c-button {
  height: auto;
  height: initial;
  padding: 20px;
  padding: 1.25rem;
}

.p-header__hamburger {
  background-color: #DE8430;
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80px;
  width: 5rem;
  z-index: 999;
}

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

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

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

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

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

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

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

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

.p-header__drawer {
  background-color: rgba(98, 58, 20, 0.95);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 228px 0;
  padding: 14.25rem 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

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

.p-header__drawer-item a {
  color: #fff;
  display: block;
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after {
  background-image: url(./../images/common/contact-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
}

.p-mv {
  position: relative;
}

.p-mv__slider-item img {
  -o-object-fit: cover;
  height: 100vh;
  min-height: 400px;
  min-height: 25rem;
     object-fit: cover;
}

.p-mv__copy {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.p-mv__main-copy {
  color: #2f4aa1;
}

.p-mv__sub-copy {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-news-list {
  border-top: 1px solid #d3d3d3;
  margin-top: 200px;
  margin-top: 12.5rem;
}

.p-news-list__item a {
  border-bottom: 1px solid #d3d3d3;
  display: block;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-right: 70px;
  padding-right: 4.375rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  position: relative;
}

.p-news-list__item a::after {
  border-right: solid 1px #232323;
  border-top: solid 1px #232323;
  content: "";
  height: 12px;
  height: 0.75rem;
  opacity: 0.5;
  position: absolute;
  right: 43px;
  right: 2.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  width: 0.75rem;
}

.p-news-list__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-news-list__date {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-news-list__cat-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.p-news-list__cat {
  background-color: #1a1a1a;
  background-color: var(--color-black);
  color: #fff;
  color: var(--color-white);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-news-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
}

.p-news-list__pagenavi {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-sub-mv {
  background-color: #ccc;
  background-image: url(../images/common/sub-mv-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  height: 18.125rem;
  width: 100%;
}

.p-sub-mv__inner.l-inner {
  height: inherit;
}

.p-sub-mv__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: navy;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 1150px){
  html {
    font-size: 1.3913043478vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  :root {
    --header-height: 60px;
    --header-height: 3.75rem;
    --header-recruit-height: 96px;
    --header-recruit-height: 6rem;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-breadcrumb {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .l-header {
    height: 60px;
    height: 3.75rem;
  }
  .l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .l-sub-mv {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .c-arrow-button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: 330px;
    max-width: 20.625rem;
    padding: 22px;
    padding: 1.375rem;
  }
  .c-button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: 330px;
    max-width: 20.625rem;
    padding: 22px;
    padding: 1.375rem;
  }
  .c-pagination {
    bottom: -15px;
    bottom: -0.9375rem;
  }
  .c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-404 {
    margin: 100px 0;
    margin: 6.25rem 0;
  }
  .p-404__button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about {
    padding-bottom: 0;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .p-about__inner {
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
  .p-about__message {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-about--philosophy .p-about__philosophy {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-about__history-list {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-about__history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .p-company-overview__list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company-overview__items {
    background-image: linear-gradient(to right, navy 0px, navy 6.25rem, rgba(0, 0, 128, 0.2) 6.25rem, rgba(0, 0, 128, 0.2) 100%);
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-company-overview__heading.c-text {
    line-height: 1.8;
    width: 100px;
    width: 6.25rem;
  }
  .p-company-overview__text.c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.8;
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  .p-company-overview__map {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-company-overview__map iframe {
    aspect-ratio: 3/2;
  }
  .p-contact__status-list {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-contact__status-item {
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 5rem;
  }
  .p-contact__attention {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__attention-heading {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding: 15px;
    padding: 0.9375rem;
  }
  .p-contact__attention-heading::before,
  .p-contact__attention-heading::after {
    top: 30px;
    top: 1.875rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-contact__attention-list {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  .p-contact__attention[open] .p-contact__attention-list {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 10px;
    padding: 0.625rem;
  }
  .p-contact__attention-item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-content h2 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-content h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-content h4 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-content h5 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-content p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-content figure,
  .p-content > ul,
  .p-content > ol,
  .p-content .wp-block-table {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-content .wp-block-button {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-content p,
  .p-content li,
  .p-content th,
  .p-content td {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-content h2 {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-content h3 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-content h4 {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-content h5 {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-content a[href^="tel:"] {
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  .p-content .wp-block-button__link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: 330px;
    max-width: 20.625rem;
    padding: 22px;
    padding: 1.375rem;
  }
  .p-content .wp-block-table tr > * {
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
  }
  .p-footer {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-footer__inner {
    max-width: 630px;
    max-width: 39.375rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-footer__left {
    text-align: center;
  }
  .p-footer__logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    max-width: 6.25rem;
  }
  .p-footer__right {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-footer__nav-items {
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-footer__nav-item a {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer__bottom {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-footer__bottom-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-form__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-form__input,
  .p-form__select,
  .p-form__radio,
  .p-form__checkbox,
  .p-form__textarea {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__radio label {
    display: block;
  }
  .p-form__radio label:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__radio input + span {
    display: inline-block;
  }
  .p-form__checkbox label {
    display: block;
  }
  .p-form__checkbox label:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact__form-checkbox-text.c-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    max-width: 25.625rem;
  }
  .p-contact__form-privacy label {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact__form-privacy input + span {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    margin-left: 10px;
    margin-left: 0.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
  .p-contact__form-privacy input + span::before {
    top: 55%;
  }
  .p-contact__form-submit {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-header {
    height: 70px;
    height: 4.375rem;
  }
  .p-header__inner {
    padding: 0 0 0 15px;
    padding: 0 0 0 0.9375rem;
  }
  .p-header__logo {
    max-width: 60px;
    max-width: 3.75rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-news-list__item a {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-news-list__item a::after {
    content: none;
  }
  .p-news-list__date {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-news-list__title {
    -webkit-line-clamp: 4;
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    font-weight: var(--font-weight-regular);
    line-height: 1.6666666667;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-sub-mv {
    height: 150px;
    height: 9.375rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 599px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover){
  .p-content .wp-block-button__link:hover {
    background-color: #fff;
    background-color: var(--color-white);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
