@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;
}

/* 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", sans-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: 12px;
  margin-top: 0.75rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

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

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

.l-main {
  margin-top: 90px;
  margin-top: 5.625rem;
}

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

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  height: auto;
  position: relative;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button span {
  background-color: #111;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #111;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-section-heading1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-section-heading1[data-english]::before {
  content: attr(data-english);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.c-section-heading1::after {
  content: "";
  height: 4px;
  height: 0.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 39px;
  width: 2.4375rem;
}

.c-section-heading2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-section-heading2[data-english]::before {
  content: attr(data-english);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.c-section-heading2--small {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0;
}

.c-section-heading2--small[data-english]::before {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: justify;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.is-show {
  -webkit-animation: fadeUp 1.3s ease-out forwards;
          animation: fadeUp 1.3s ease-out forwards;
  opacity: 1;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInScroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.fadeInScroll.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact-privacy {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.contact-privacy__contents {
  margin-top: 48px;
  margin-top: 3rem;
}

.contact-privacy__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.contact {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.contact__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
}

.form-checkbox label {
  display: inline-block;
}

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

.form-checkbox input {
  display: none;
}

.form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.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;
}

.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;
}

.form-checkbox input:checked + span::after {
  opacity: 1;
}

.form-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #C2C2C2;
  background-image: none;
  border: 1px solid #C2C2C2;
  border-radius: 0.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.form-input input[type=number] {
  width: 100px;
  width: 6.25rem;
}

.form-input input[type=date] {
  width: 300px;
  width: 18.75rem;
}

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

.form-input__text {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.form-policy {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.form-policy input {
  display: none;
}

.form-policy input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
  position: relative;
}

.form-policy input + span::before {
  background: #fff;
  border: 1px solid #808080;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 20px;
  width: 1.25rem;
}

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

.form-policy input + span a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form-policy input:checked + span::after {
  opacity: 1;
}

.form-radio label {
  display: inline-block;
}

.form-radio input {
  display: none;
}

.form-radio input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

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

.form-radio input + span::after {
  background: #00497f;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  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: 12px;
  width: 0.75rem;
}

.form-radio input:checked + span::after {
  opacity: 1;
}

.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(./../images/common/arrow.svg);
  background-position: right 15px top 15px;
  background-position: right 0.9375rem top 0.9375rem;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
}

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

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

.form-submit {
  text-align: center;
}

.form-submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #003DA5;
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 18px 48px;
  padding: 1.125rem 3rem;
  padding-right: 64px;
  padding-right: 4rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-submit input[type=submit]::after {
  content: "▶";
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-submit input[type=submit]:hover {
  opacity: 0.8;
}

.form-submit input[type=submit]:focus {
  opacity: 0.8;
  outline: none;
}

.form-submit input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.form-submit .wpcf7-previous {
  display: inline-block !important;
}

.form-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #C2C2C2;
  background-image: none;
  border: 1px solid #C2C2C2;
  border-radius: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 150px;
  height: 9.375rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

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

.form__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.form__wrap.form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.08em;
  line-height: 1.5;
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
}

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

.form__label span {
  background-color: #d00000;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
}

.form__radio {
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}

.form__radio .wpcf7-radio {
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}

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

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

.form__select--unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}
.form__select--unit select {
  background: #C2C2C2;
  border: 1px solid #C2C2C2;
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__unit {
  font-size: 14px;
  font-size: 0.875rem;
}

.form__btn-search {
  background-color: #00497f;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__btn-search:hover {
  opacity: 0.8;
}

.form__address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__sub-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.form__sub-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-width: 120px;
  min-width: 7.5rem;
}

.form__sub-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
  gap: 0.75rem;
}
.form__sub-input input {
  background: #C2C2C2;
  border: 1px solid #C2C2C2;
  border-radius: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.form__sub-select select {
  background: #C2C2C2;
  border: 1px solid #C2C2C2;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.form__date,
.form__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px;
  gap: 0.5rem;
}
.form__date select,
.form__time select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #C2C2C2;
  border: 1px solid #C2C2C2;
  border-radius: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 80px;
  min-width: 5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.form__privacy {
  border-radius: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}

.form__privacy-title {
  color: #00497f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.form__privacy-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.form__privacy-text a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #003399;
  text-decoration: underline;
}

.form__policy {
  text-align: center;
}

.main-post {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.main-post__date {
  color: #00497f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.main-post__title {
  border-bottom: 1px solid #C2C2C2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.main-post__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.main-post__content {
  margin-top: 48px;
  margin-top: 3rem;
}
.main-post__content h2 {
  border-bottom: 1px solid #00497f;
  border-bottom: 0.0625rem solid #00497f;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.main-post__content h3 {
  border-bottom: 1px solid #00497f;
  border-top: 1px solid #00497f;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.main-post__content h4 {
  background-color: #F3F5F5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px;
  padding: 1rem;
}
.main-post__content h5 {
  border-left: 4px solid #00497f;
  border-left: 0.25rem solid #00497f;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 8px 0 8px 16px;
  padding: 0.5rem 0 0.5rem 1rem;
}
.main-post__content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.main-post__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.main-post__content p a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline #00497f;
  color: #00497f;
  text-decoration: underline;
          text-decoration: underline;
          text-decoration: underline #00497f;
}
.main-post__content p a[target=_blank]::after {
  background-image: url(./../images/common/link-icon_blue.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 16px;
  width: 1rem;
}
.main-post__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
.main-post__content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.main-post__content ul li:not(:first-of-type),
.main-post__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.main-post__content ul li::before {
  background-color: #00497f;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
}
.main-post__content ol {
  counter-reset: number;
  margin-top: 32px;
  margin-top: 2rem;
}
.main-post__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.main-post__content ol li::before {
  color: #00497f;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.main-post__content figure {
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
}
.main-post__content figure img {
  -o-object-fit: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
     object-fit: cover;
  width: 100%;
}

.news {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.news__pagenavi {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.post__item {
  border-top: 1px solid #C2C2C2;
}

.post__item:last-child {
  border-bottom: 1px solid #C2C2C2;
}

.post__item a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  padding: 1.875rem 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.post__date {
  color: #00497f;
  font-size: 16px;
  font-size: 1rem;
  min-width: 90px;
  min-width: 5.625rem;
}

.post__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 30em;
  overflow: hidden;
  padding: 0 16px;
  padding: 0 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post__icon {
  background-image: url("../images/common/vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  height: 0.75rem;
  width: 9px;
  width: 0.5625rem;
}

.news .post__item a {
  gap: 60px;
  gap: 3.75rem;
}

.sub-fv {
  aspect-ratio: 1920/400;
  background-image: url("../images/common/mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.sub-fv__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  max-width: 101.25rem;
  min-height: 300px;
  min-height: 18.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.sub-fv__content {
  color: #fff;
  text-align: left;
  z-index: 1;
}

.sub-fv__en {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.sub-fv__en span {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 16px;
  width: 1rem;
}

.sub-fv__ja {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.sub-fv__category {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.sub-head {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.sub-head.sub-head--no-margin {
  margin-top: 0;
}

.sub-head__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2222222222;
}

.sub-head__big-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.sub-head__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 503px;
  max-width: 31.4375rem;
  width: 100%;
}

.sub-head__logo img {
  -o-object-fit: contain;
  aspect-ratio: 503/32;
     object-fit: contain;
  width: 100%;
}

.sub-head__measure {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.sub-head__small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.sub-head__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00497f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 44px;
  padding-top: 2.75rem;
  position: relative;
}

.sub-head__title::before {
  color: rgba(55, 140, 206, 0.08);
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.sub-head__title span {
  border-bottom: 1px solid #00497f;
  border-bottom: 0.0625rem solid #00497f;
  border-top: 1px solid #00497f;
  border-top: 0.0625rem solid #00497f;
  display: inline-block;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}

.sub-head.sub-head--booking {
  margin-top: 0;
}

/* =========================
   Benefit Section（PCファースト）
   ========================= */
.p-benefit {
  background: #fff;
  overflow: hidden;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  position: relative;
}

.p-benefit__bg {
  color: rgba(0, 73, 127, 0.06);
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}

.p-benefit__inner {
  position: relative;
  z-index: 1;
}

/* ---------- Head ---------- */
.p-benefit__head {
  position: relative;
}

.p-benefit__title {
  color: #2e5f85;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.p-benefit__eyebrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-benefit__eyebrow-line {
  background-color: #8db4d3;
  height: 1px;
  width: 64px;
  width: 4rem;
}

.p-benefit__eyebrow-label {
  color: #335a77;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.p-benefit__desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 50%;
}

/* ---------- Grid ---------- */
.p-benefit__items {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  justify-items: center;
  margin-top: 48px;
  margin-top: 3rem;
  place-items: center;
  row-gap: 40px;
  row-gap: 2.5rem;
}

/* 円は .p-benefit__item で作る */
.p-benefit__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6eef6;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(40, 80, 120, 0.05) inset;
          box-shadow: 0 0 0 1px rgba(40, 80, 120, 0.05) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
  height: 13.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  width: 220px;
  width: 13.75rem;
}

/* アイコンは中に置くだけ（サイズ管理） */
.p-benefit__icon {
  width: 96px;
  width: 6rem;
}

.p-benefit__icon-img {
  display: block;
  height: auto;
  width: 100%;
}

/* ラベルは円の中でアイコンの下に表示 */
.p-benefit__label {
  color: #334155;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* hover可能環境のみふわっと */
/* タッチ環境 */
.p-bg {
  background-image: url(../images/common/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  aspect-ratio: 5/7;
  background: url(../images/common/breadcrumb-arrow.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 6px;
  width: 0.375rem;
}

/* =========================
   Company Section（PCファースト）
   ========================= */
.p-company {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}

.p-company__head {
  position: relative;
}

.p-company__title {
  color: #2e5f85;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.p-company__eyebrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-company__eyebrow-line {
  background-color: #8db4d3;
  height: 1px;
  width: 64px;
  width: 4rem;
}

.p-company__eyebrow-label {
  color: #335a77;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

/* ========== 上段：会社情報 × 写真 ========== */
.p-company__grid {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-company__info {
  border-radius: 0.375rem;
  padding: 16px 16px 8px;
  padding: 1rem 1rem 0.5rem;
}

.p-company__table {
  /* dl自体はブロック要素として持つだけ */
}

.p-company__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(60, 100, 140, 0.18);
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  padding: 16px 0;
  padding: 1rem 0;
}

.p-company__row:last-child {
  border-bottom: 1px solid rgba(60, 100, 140, 0.18);
}

.p-company__th {
  color: #335a77;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-company__td {
  color: #334155;
  font-size: 18px;
  font-size: 1.125rem;
}

/* 写真（右上） */
.p-company__photo {
  background-color: #dfeaf4;
  border-radius: 0.375rem;
  display: block; /* for Safari overflow clip */
  overflow: hidden;
}

.p-company__photo-img {
  -o-object-fit: cover;
  aspect-ratio: 16/10;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-company__map {
  /* 16:9 の箱を用意（iframeは絶対配置でフィット） */
  aspect-ratio: 1200/360;
  background-color: #e6eef6;
  border-radius: 0.375rem;
  margin-top: 48px;
  margin-top: 3rem;
  overflow: hidden;
}

.p-company__map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

/* hover可能環境：写真に軽い浮き */
/* =========================
   Contact Section（PCファースト）
   ========================= */
.p-contact {
  /* 背景は横方向グラデーション（デザイン寄せ） */
  background: -webkit-gradient(linear, left top, right top, from(#0798db), color-stop(50%, #0a6fb5), to(#0e4f88));
  background: linear-gradient(90deg, #0798db 0%, #0a6fb5 50%, #0e4f88 100%);
  color: #fff;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  text-align: center;
}

.p-contact__inner {
  /* l-innerに依存。追加調整があればここに */
}

.p-contact__title {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.p-contact__lead {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  opacity: 0.95;
}

.p-contact__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-contact__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
  color: #163a59; /* 濃い青（背景に対して可読） */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  min-width: 420px;
  min-width: 26.25rem;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-contact__btn-text {
  /* テキスト用のラッパー。必要ならアイコン追加もここに */
}

/* hover可能環境：色反転（白→透明、文字→白） */
/* キーボード操作時の可視アウトライン */
.p-contact__btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

/* タッチ環境の押下感 */
/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-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 {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

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

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

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-drawer {
  background-color: #00497f;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
/* =========================
   Footer（PCファースト）
   ========================= */
.p-footer {
  background-color: #262e42;
  color: #fff;
  padding: 28px 0 40px;
  padding: 1.75rem 0 2.5rem;
}

.p-footer__inner {
  /* 必要なら max-width は .l-inner 側で管理 */
}

/* ------- 上段：左ブランド / 右ナビ ------- */
.p-footer__top {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 2rem;
               column-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
}

/* ブランド塊（ロゴ＋社名＋住所） */
.p-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__logo {
  display: block;
  height: 70px;
  height: 4.375rem;
  width: 340px;
  width: 21.25rem;
}

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

.p-footer__brand-text {
  /* テキスト側のラッパー */
}

.p-footer__company {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-footer__address {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}

/* ナビ */

.p-footer__nav-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.p-footer__nav-item {
  /* 余白や区切りが必要ならここに */
}

.p-footer__nav-item a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  padding: 6px 0;
  padding: 0.375rem 0;
  text-decoration: none;
}

/* ------- 下段：コピーライト ------- */
.p-footer__copyright {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 132px;
  margin-top: 8.25rem;
  text-align: center;
}

/* hover可能環境のみ：リンクのフェード */
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.1875rem;
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-form__item:first-of-type {
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
}

.p-form__item:first-of-type .p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-form__dd .wpcf7-checkbox,
.p-form__dd .wpcf7-radio {
  grid-gap: 0.4375rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__dd label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
.p-form__dd input:not([type=radio]):not([type=checkbox]),
.p-form__dd textarea {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.375rem;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #8f8f8f;
}

.p-form__dd input[type=checkbox] + span,
.p-form__dd input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__dd input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}
.p-form__dd input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #111;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__dd input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #111;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__dd input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__dd textarea {
  height: 146px;
  height: 9.125rem;
}

.p-form__acceptance {
  font-style: normal;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #111;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #111;
  text-decoration: underline;
}

.p-form__send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  max-width: 216px;
  max-width: 13.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input {
  background-color: #111;
  border-radius: 100vh;
  color: #fff;
  display: block;
  letter-spacing: 0.06em;
  min-height: 41px;
  min-height: 2.5625rem;
  padding: 0 35px 0 27px;
  padding: 0 2.1875rem 0 1.6875rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-header {
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 370px;
  width: 23.125rem;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  display: none;
}

.p-header__pc-nav {
  display: block;
  height: 100%;
  margin-left: auto;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item,
.p-header__link {
  font-size: 18px;
  font-size: 1.125rem;
  height: 100%;
}

.p-header__pc-nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem;
}
.p-header__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009de1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-header__link.p-header__link--blue a {
  background-color: #00497f;
}

.p-header__link-img {
  height: 44px;
  height: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 46px;
  width: 2.875rem;
}

.p-header__link-img img {
  -o-object-fit: contain;
  aspect-ratio: 46/44;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.p-header__drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
/* =========================
   Job Section（PCファースト）
   ========================= */
/* ---- ヒーロー（背景画像 + 大きな英字） ---- */
.p-job__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  aspect-ratio: 1920/880;
  background-image: url("./../images/common/job.jpg");
  background-position: center;
  background-size: cover;
  display: grid;
  justify-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* 読ませない装飾テキスト */
.p-job__hero-bgtext {
  -webkit-user-select: none;
     -moz-user-select: none;
  bottom: 240px;
  bottom: 15rem;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
          -ms-user-select: none;
              user-select: none;
  width: 100%;
}

/* 見出し（中央） */
.p-job__heading {
  bottom: 300px;
  bottom: 18.75rem;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 1;
}

/* 画像の上に薄いオーバーレイ（彩度落とし） */
/* ---- カード（表） ---- */
.p-job__inner {
  /* l-inner任せ */
  position: relative;
  z-index: 10;
}

.p-job__card {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1.75rem rgba(26, 54, 85, 0.12);
          box-shadow: 0 0.5rem 1.75rem rgba(26, 54, 85, 0.12);
  margin-top: -64px;
  margin-top: -4rem; /* ヒーローに食い込ませる */
  padding: 52px 68px 70px;
  padding: 3.25rem 4.25rem 4.375rem;
}

.p-job__table {
  /* dl本体 */
}

.p-job__row {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-top: 1px solid rgba(60, 100, 140, 0.18);
       -webkit-column-gap: 1.5rem;
               column-gap: 1.5rem;
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  padding: 16px 0;
  padding: 1rem 0;
}

.p-job__row:first-child {
  border-top: none;
  padding-top: 0;
}

.p-job__row:last-child {
  border-bottom: 1px solid rgba(60, 100, 140, 0.18);
}

.p-job__th {
  color: #335a77;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-job__td {
  color: #334155;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9;
}

/* ---- CTA ボタン ---- */
.p-job__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-job__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #1f6fb0;
  color: #1f4a68;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  min-width: 340px;
  min-width: 21.25rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-job__btn:focus-visible {
  outline: 3px solid rgba(31, 111, 176, 0.6);
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.p-mv {
  max-height: 1240px;
  max-height: 77.5rem;
  overflow: hidden;
  position: relative;
}

.p-mv__img {
  height: 100%;
  width: 100%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1420/740;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

.p-mv__text {
  bottom: 100px;
  bottom: 6.25rem;
  left: 60px;
  left: 3.75rem;
  position: absolute;
}

.p-mv__text p {
  color: #fff;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.328125;
}

/* =========================
   News Section（PCファースト）
   ========================= */
.p-news {
  background-color: #fff;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}

/* 2カラム：左 見出し / 右 リスト */
.p-news__grid {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       -webkit-column-gap: 3rem;
          column-gap: 3rem;
  display: grid;
  grid-template-columns: 18.75rem 1fr;
}

/* ---------- Head ---------- */
.p-news__head {
  /* 左カラムで縦位置は上揃え */
}

.p-news__title {
  color: #1f4a68;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.p-news__eyebrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-news__eyebrow-line {
  background-color: #7da7c7;
  height: 2px;
  width: 80px;
  width: 5rem;
}

.p-news__eyebrow-label {
  color: #334155;
  font-size: 18px;
  font-size: 1.125rem;
}

/* ---------- List ---------- */
.p-news__items {
  /* 右カラム */
  min-width: 0;
}

.p-news__item {
  border-bottom: 1px solid rgba(51, 65, 85, 0.25);
  padding: 16px 0 20px;
  padding: 1rem 0 1.25rem;
}

/* 1行全体をクリック可能に */
.p-news__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  display: block;
  text-decoration: none;
}

/* 1段目：日付＋カテゴリ */
.p-news__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-news__date {
  color: #6b7b88;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-news__cat {
  background-color: #009de1;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 14px;
  padding: 0.375rem 0.875rem;
}

/* 2段目：タイトル */
.p-news__text {
  color: #334155;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* hoverできる環境のみ */
.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-policy {
  overflow: hidden;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.p-policy__inner {
  position: relative;
}

.p-policy__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-policy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: auto;
  margin-top: auto;
  max-width: 50%;
}

.p-policy__subtitle {
  color: #111;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}

.p-policy__subtitle::after {
  color: #fff;
  content: "POLICY";
  font-family: "Oswald", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  top: -100px;
  top: -6.25rem;
  z-index: -1;
}

.p-policy__title {
  color: #00497f;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.p-policy__desc {
  color: #111;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  position: relative;
  z-index: 10;
}

.p-policy__images {
  grid-gap: 1rem;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 50%;
  position: relative;
  z-index: 10;
}

.p-policy__image--large {
  grid-column: 1/3;
  grid-row: 1/2;
  margin-right: calc(50% - 50vw);
  padding-left: 40px;
  padding-left: 2.5rem;
  width: 50vw;
}

.p-policy__image--small {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: -60px;
  margin-top: -3.75rem;
}

.p-policy__image img {
  -o-object-fit: cover;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* =========================
   Recruit Section（PCファースト）
   ========================= */
.p-recruit {
  /* 背景はページのトーンに合わせて必要なら指定 */
}

/* ---- ヒーロー（背景画像 + 大きな英字） ---- */
.p-recruit__hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  aspect-ratio: 1920/880;
  background-image: url("./../images/common/recruit.jpg");
  background-position: center;
  background-size: cover;
  display: grid;
  justify-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* 読ませない装飾テキスト */
.p-recruit__hero-bgtext {
  -webkit-user-select: none;
     -moz-user-select: none;
  bottom: 240px;
  bottom: 15rem;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
          -ms-user-select: none;
              user-select: none;
  width: 100%;
}

/* 見出し（中央） */
.p-recruit__heading {
  bottom: 300px;
  bottom: 18.75rem;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 1;
}

/* 画像の上に薄いオーバーレイ（必要なら使用） */
/* ---- カード ---- */
.p-recruit__inner {
  position: relative;
  z-index: 10;
}

.p-recruit__card {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1.75rem rgba(26, 54, 85, 0.12);
          box-shadow: 0 0.5rem 1.75rem rgba(26, 54, 85, 0.12);
  margin-top: -64px;
  margin-top: -4rem; /* ヒーローに食い込ませる */
  padding: 52px 68px 70px;
  padding: 3.25rem 4.25rem 4.375rem;
}

/* 見出し（カード内） */
.p-recruit__subhead {
  color: #1f4a68;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  text-align: center;
}

/* テキスト本文 */
.p-recruit__text {
  color: #334155;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}
.p-recruit__text p + p {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-recruit__text + .p-recruit__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-recruit__recommend {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-recruit__recommend-title {
  color: #00497f;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-recruit__recommend-items {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-row-gap: 1.75rem;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
  row-gap: 28px;
  row-gap: 1.75rem;
}

.p-recruit__recommend-item {
  text-align: center;
}

.p-recruit__recommend-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background-color: #00497f;
  border-radius: 50%;
  display: grid;
  height: 260px;
  height: 16.25rem;
  justify-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  place-items: center;
  width: 260px;
  width: 16.25rem;
}

.p-recruit__recommend-icon {
  display: block;
  height: auto;
  width: 130px;
  width: 8.125rem;
}

.p-recruit__recommend-text {
  color: #00497f;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 12px;
  margin-top: 0.75rem;
}

/* セクション全体 */
.p-service {
  padding: 100px 0;
  padding: 6.25rem 0;
}

.p-service__inner {
  position: relative;
}

/* 見出しブロック（左上に大きくSERVICE、上部に補助ラベル） */
.p-service__head {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 0;
  position: relative;
}

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

.p-service__head-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-service__head-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-service__text {
  position: relative;
  z-index: 10;
}

.p-service__label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.p-service__title {
  color: #00497f;
  font-family: "Oswald", sans-serif;
  font-size: max(40px, min(6vw, 72px));
  font-size: max(2.5rem, min(6vw, 4.5rem)); /* 大きめ見出し */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  opacity: 1;
}

/* カードリスト（PC：2カラム / SP：1カラム） */
.p-service__list {
  grid-gap: 2rem;
  display: grid;
  gap: 32px;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}

/* 各カード */
.p-service__item {
  background-color: #fff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* タイトル帯（白帯） */
.p-service__cap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 73, 127, 0.2);
  border-bottom: 0.125rem solid rgba(0, 73, 127, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

/* 先頭の連番 */
.p-service__no {
  color: #00497f;
  font-family: "Oswald", sans-serif; /* 英数字用フォントがあれば */
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  min-width: 44px;
  min-width: 2.75rem;
}

/* タイトルテキスト */
.p-service__cap-title {
  color: #00497f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 画像 */
.p-service__img {
  position: relative;
  width: 100%;
}

.p-service__img img {
  -o-object-fit: cover;
  aspect-ratio: 600/480;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* 説明文 */
.p-service__desc {
  color: #111;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  padding: 16px 20px 20px;
  padding: 1rem 1.25rem 1.25rem;
}

/* ホバー（PCのみ） */
/* =========================
   Voice Section（PCファースト）
   ========================= */
.p-voice {
  overflow: hidden;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  position: relative;
}

.p-voice__bg {
  bottom: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: auto;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}

.p-voice__inner {
  position: relative;
  z-index: 1;
}

/* ---------- Head ---------- */
.p-voice__head {
  position: relative;
}

.p-voice__title {
  color: #2e5f85;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.p-voice__desc {
  color: #6b7b88;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
}

.p-voice__eyebrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-voice__eyebrow-line {
  background-color: #8db4d3;
  height: 1px;
  width: 64px;
  width: 4rem;
}

.p-voice__eyebrow-label {
  color: #335a77;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

/* ---------- List ---------- */
.p-voice__items {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-voice__item {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(26, 54, 85, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(26, 54, 85, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  padding: 30px 54px 30px 30px;
  padding: 1.875rem 3.375rem 1.875rem 1.875rem;
}

.p-voice__item + .p-voice__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-voice__media {
  aspect-ratio: 360/296;
  width: 360px;
  width: 22.5rem;
}

.p-voice__media-img {
  -o-object-fit: cover;
  border-radius: 0.375rem;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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-voice__item-title {
  color: #00497f;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.p-voice__meta {
  border-bottom: 1px solid #6b7b88;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-voice__text {
  color: #334155;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

/* hover可能デバイス */
/* タッチデバイス */
.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

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

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

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

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

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .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-main {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-section-heading1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-section-heading1[data-english]::before {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .c-section-heading1::after {
    height: 7px;
    height: 0.4375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    width: 60px;
    width: 3.75rem;
  }
  .c-section-heading2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .c-section-heading2[data-english]::before {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .contact-privacy {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .contact-privacy__contents {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contact {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .form-checkbox label {
    display: block;
  }
  .form-checkbox label:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .form-input__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form-policy input + span {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .form-radio label {
    display: block;
  }
  .form-radio input + span {
    display: block;
  }
  .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;
    gap: 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .form__label {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: none;
    max-width: initial;
  }
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0;
  }
  .form__label span {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
  }
  .form__input,
  .form__select,
  .form__radio,
  .form__checkbox,
  .form__textarea {
    margin-top: 12px;
    margin-top: 0.75rem;
    width: 100%;
  }
  .form__btn-search {
    margin-left: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 100%;
  }
  .form__address-group {
    gap: 16px;
    gap: 1rem;
  }
  .form__sub-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;
    gap: 10px;
    gap: 0.625rem;
  }
  .form__sub-label {
    min-width: 0;
    min-width: initial;
  }
  .form__date select,
  .form__time select {
    width: 100%;
  }
  .form__privacy {
    padding: 16px;
    padding: 1rem;
  }
  .form__privacy-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form__privacy-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .main-post {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .main-post__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .main-post__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .main-post__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .main-post__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .main-post__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 32px;
    margin-top: 2rem;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  .main-post__content h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content h5 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 4px 0 4px 16px;
    padding: 0.25rem 0 0.25rem 1rem;
  }
  .main-post__content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .main-post__content p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .main-post__content ul {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .main-post__content ol {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content ol li {
    font-size: rem814;
    font-size: rem814;
  }
  .main-post__content figure {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .news {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .post__item {
    position: relative;
  }
  .post__item a {
    -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;
    gap: 8px;
    gap: 0.5rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 28px;
    padding-right: 1.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .post__date {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: auto;
  }
  .post__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .post__icon {
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .news .post__item a {
    gap: 8px;
    gap: 0.5rem;
  }
  .sub-fv {
    aspect-ratio: 375/260;
  }
  .sub-fv__inner {
    min-height: auto;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    text-align: center;
  }
  .sub-fv__en {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .sub-fv__ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .sub-fv__category {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .sub-head__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .sub-head__big-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .sub-head__logo img {
    aspect-ratio: 283/18;
  }
  .sub-head__measure {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .sub-head__small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .sub-head__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    text-align: center;
  }
  .sub-head__title::before {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    white-space: wrap;
  }
  .p-benefit {
    padding: 48px 0 64px;
    padding: 3rem 0 4rem;
  }
  .p-benefit__bg {
    display: none;
    font-size: 110px;
    font-size: 6.875rem;
    right: -6vw;
    top: 0;
  }
  .p-benefit__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-benefit__desc {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    position: static;
  }
  .p-benefit__items {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    margin-top: 1.25rem;
    row-gap: 24px;
    row-gap: 1.5rem;
  }
  .p-benefit__item {
    height: 168px;
    height: 10.5rem;
    width: 168px;
    width: 10.5rem;
  }
  .p-benefit__icon {
    width: 72px;
    width: 4.5rem;
  }
  .p-benefit__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-company {
    padding: 48px 0 64px;
    padding: 3rem 0 4rem;
  }
  .p-company__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-company__eyebrow-label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-company__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-company__info {
    padding: 12px;
    padding: 0.75rem;
  }
  .p-company__row {
    grid-template-columns: 6rem 1fr;
    padding: 12px 0;
    padding: 0.75rem 0;
  }
  .p-company__th {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-company__td {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-company__map {
    aspect-ratio: 16/9;
  }
  .p-contact {
    padding: 56px 0 72px;
    padding: 3.5rem 0 4.5rem;
  }
  .p-contact__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-contact__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
  }
  .p-contact__btn {
    font-size: 16px;
    font-size: 1rem;
    min-width: 100%;
    padding: 18px 24px;
    padding: 1.125rem 1.5rem;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-footer {
    padding: 24px 0 32px;
    padding: 1.5rem 0 2rem;
  }
  .p-footer__top {
    grid-template-columns: 1fr;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-footer__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer__logo {
    height: 40px;
    height: 2.5rem;
    width: 240px;
    width: 15rem;
  }
  .p-footer__company {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-footer__address {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-footer__nav {
    margin-top: 48px;
    margin-top: 3rem;
    /* SPで中央寄せ */
    text-align: left;
  }
  .p-footer__nav-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    gap: 1rem;
  }
  .p-footer__nav-item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-footer__copyright {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-form__items {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-form__item:first-of-type {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }
  .p-form__dt {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .p-form__dd input:not([type=radio]):not([type=checkbox]),
  .p-form__dd textarea {
    border-radius: 0.75rem;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
  .p-form__dd input[type=checkbox] + span,
  .p-form__dd input[type=radio] + span {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-form__dd input[type=checkbox] + span::before {
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__dd textarea {
    height: 188px;
    height: 11.75rem;
  }
  .p-form__acceptance {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__acceptance input + span::before {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send {
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 332px;
    max-width: 20.75rem;
  }
  .p-form__send input {
    min-height: 63px;
    min-height: 3.9375rem;
    padding: 0 54px 0 42px;
    padding: 0 3.375rem 0 2.625rem;
  }
  .p-header__inner {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-header__logo {
    width: 200px;
    width: 12.5rem;
  }
  .p-header__menu-button {
    display: block;
    margin-left: auto;
  }
  .p-header__pc-nav {
    display: none;
  }
  .p-header__pc-nav-item,
  .p-header__link {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
  .p-job__hero {
    height: 300px;
    height: 18.75rem;
  }
  .p-job__hero-bgtext {
    bottom: 100px;
    bottom: 6.25rem;
    font-size: 62px;
    font-size: 3.875rem;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
  .p-job__heading {
    bottom: 200px;
    bottom: 12.5rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-job__card {
    margin-top: -40px;
    margin-top: -2.5rem;
    padding: 16px 16px;
    padding: 1rem 1rem;
  }
  .p-job__row {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
    padding: 0.75rem 0;
  }
  .p-job__th {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-job__td {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-job__cta {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-job__btn {
    min-width: 100%;
    padding: 14px 16px;
    padding: 0.875rem 1rem;
  }
  .p-mv__img img {
    aspect-ratio: 600/400;
  }
  .p-mv__text {
    bottom: 40px;
    bottom: 2.5rem;
    left: 32px;
    left: 2rem;
  }
  .p-mv__text p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-news {
    padding: 48px 0 64px;
    padding: 3rem 0 4rem;
  }
  .p-news__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-news__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-news__eyebrow-label {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-news__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 15px;
    font-size: 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .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-policy {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-policy__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-policy__text {
    max-width: 100%;
  }
  .p-policy__subtitle::after {
    font-size: 60px;
    font-size: 3.75rem;
    top: 0;
  }
  .p-policy__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-policy__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-policy__images {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
  }
  .p-policy__image--large {
    grid-column: auto;
    grid-row: auto;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .p-policy__image--small {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
  .p-recruit__hero {
    aspect-ratio: auto;
    height: 300px;
    height: 18.75rem;
  }
  .p-recruit__hero-bgtext {
    font-size: 62px;
    font-size: 3.875rem;
    -webkit-transform: translateY(3.75rem);
            transform: translateY(3.75rem);
  }
  .p-recruit__heading {
    bottom: auto;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-recruit__card {
    margin-top: -40px;
    margin-top: -2.5rem;
    padding: 20px 16px 24px;
    padding: 1.25rem 1rem 1.5rem;
  }
  .p-recruit__subhead {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-recruit__text {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .p-recruit__text + .p-recruit__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-recruit__recommend {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-recruit__recommend-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-recruit__recommend-items {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    grid-template-columns: 1fr;
    margin-top: 28px;
    margin-top: 1.75rem;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-recruit__recommend-circle {
    height: 200px;
    height: 12.5rem;
    width: 200px;
    width: 12.5rem;
  }
  .p-recruit__recommend-icon {
    width: 100px;
    width: 6.25rem;
  }
  .p-recruit__recommend-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-service {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-service__head-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service__head-title {
    display: none;
  }
  .p-service__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-service__cap {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
  .p-service__cap-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-service__desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    padding: 12px 16px 16px;
    padding: 0.75rem 1rem 1rem;
  }
  .p-voice {
    padding: 48px 0 64px;
    padding: 3rem 0 4rem;
  }
  .p-voice__bg {
    display: none;
    font-size: 96px;
    font-size: 6rem;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .p-voice__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-voice__desc {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
  }
  .p-voice__eyebrow {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-voice__items {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
    padding: 16px;
    padding: 1rem;
  }
  .p-voice__media {
    width: 100%;
  }
  .p-voice__item-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-voice__meta {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-voice__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

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

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .p-benefit__item:hover {
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(26, 54, 85, 0.12), 0 0 0 1px rgba(40, 80, 120, 0.06) inset;
            box-shadow: 0 0.5rem 1.5rem rgba(26, 54, 85, 0.12), 0 0 0 1px rgba(40, 80, 120, 0.06) inset;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .p-company__photo:hover {
    -webkit-filter: saturate(1.02);
            filter: saturate(1.02);
  }
  .p-contact__btn:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .p-footer__nav-item a:hover {
    opacity: 0.8;
  }
  .p-job__btn:hover {
    background-color: #1f6fb0;
    color: #fff;
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  .p-service__item:hover {
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  }
  .p-voice__item:hover {
    -webkit-box-shadow: 0 0.375rem 1.25rem rgba(26, 54, 85, 0.12);
            box-shadow: 0 0.375rem 1.25rem rgba(26, 54, 85, 0.12);
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
  .p-benefit__item:active {
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
  }
  .p-contact__btn:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  .p-form__send input:active {
    opacity: 0.7;
  }
  .p-form__send:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  .p-voice__item:active {
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(26, 54, 85, 0.12);
            box-shadow: 0 0.125rem 0.625rem rgba(26, 54, 85, 0.12);
  }
}

@media screen and (min-width: 1440px){
  .p-job__hero-bgtext {
    bottom: 380px;
    bottom: 23.75rem;
    font-size: 182px;
    font-size: 11.375rem;
  }
  .p-job__card {
    margin-top: -200px;
    margin-top: -12.5rem;
  }
  .p-policy__subtitle::after {
    font-size: 220px;
    font-size: 13.75rem;
  }
  .p-recruit__hero-bgtext {
    bottom: 380px;
    bottom: 23.75rem;
    font-size: 182px;
    font-size: 11.375rem;
  }
  .p-recruit__card {
    margin-top: -200px;
    margin-top: -12.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
