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

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
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;
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  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;
}

iframe {
  display: block;
  max-width: 100%;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  color: inherit;
}

@font-face {
  font-family: "Noto Sans JP VF";
  src: url("../../fonts/NotoSansJP-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP VF";
  src: url("../../fonts/NotoSerifJP-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  scrollbar-gutter: stable;
}
@media (max-width: 1215px) {
  html {
    font-size: 1.316872428vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

:root {
  --wp-admin-bar-height: 0px;
  --base-font-family: "Noto Sans JP VF", sans-serif;
  --second-font-family: "Noto Serif JP VF", sans-serif;
  --en-font-family: "Futura Std", sans-serif;
  --color-black: #000000;
  --color-white: #fff;
  --color-blue: #6557dd;
  --color-navy: #352d70;
  --color-yellow: #ffcc01;
  --color-light-navy: #f1edf5;
  --color-gray: #848484;
  --color-navy-gradation: linear-gradient(to bottom, #6757de 0%, #352d70 100%);
  --color-mv-gradation: linear-gradient(
    to bottom right,
    rgba(79, 118, 247, 0.5) 0%,
    rgba(114, 32, 127, 0.3) 50%,
    rgba(114, 32, 127, 0.5) 100%
  );
  --color-mv-gradation2: linear-gradient(
    to right,
    rgba(79, 118, 247, 0.6) 0%,
    rgba(114, 32, 127, 0.4) 70%,
    rgba(114, 32, 127, 0.6) 100%
  );
  --header-height: 5rem;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

:root:has(.admin-bar) {
  --wp-admin-bar-height: 32px;
}

@media (max-width: 782px) {
  :root:has(.admin-bar) {
    --wp-admin-bar-height: 46px;
  }
}
/* 小さい画面では #wpadminbar を固定 */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(
    var(--header-height) + var(--wp-admin-bar-height)
  ) !important;
  -webkit-text-size-adjust: 100%;
}

body {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--wp-admin-bar-height)) !important;
  min-height: calc(100dvh - var(--wp-admin-bar-height)) !important;
  text-rendering: optimizeSpeed;
  color: var(--color-black);
  font-family: var(--base-font-family);
  line-height: 1.5;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

main {
  flex: 1;
}

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

  @include mq() {
    pointer-events: initial;
  }
}*/
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:focus-visible {
  opacity: 0.7;
}

.l-404 {
  margin-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-404 {
    margin-top: 3.125rem;
  }
}

.l-about-discover {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .l-about-discover {
    margin-top: 3.125rem;
  }
}

.l-about-message {
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-about-message {
    margin-top: 3.125rem;
  }
}

.l-about-philosophy {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-about-philosophy {
    margin-top: 3.125rem;
  }
}

.l-archive-news {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-archive-news {
    margin-top: 3.75rem;
  }
}

.l-attempt {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-attempt {
    margin-top: 3.125rem;
  }
}

.l-breadcrumb {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-top: 1.0625rem;
  }
}

.l-business-faq {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-business-faq {
    margin-top: 3.125rem;
  }
}

.l-business-list {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-business-list {
    margin-top: 3.125rem;
  }
}

.l-business-warranty {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-business-warranty {
    margin-top: 3.75rem;
  }
}

.l-company-access {
  margin-block: 4.6875rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-company-access {
    margin-block: 3.125rem;
  }
}

.l-company-info {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-company-info {
    margin-top: 3.125rem;
  }
}

.l-company-license {
  margin-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .l-company-license {
    margin-top: 3.125rem;
  }
}

.l-company-partners {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .l-company-partners {
    margin-top: 3.125rem;
  }
}

.l-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: auto;
}

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

.l-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1001;
  width: 100%;
  height: var(--header-height);
}

.l-history-intro {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-history-intro {
    margin-top: 3.125rem;
  }
}

.l-inner-l {
  margin-inline: auto;
  width: 100%;
  padding-inline: 3.125rem;
  max-width: 81.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner-l {
    max-width: 37.5rem;
    padding-inline: 1.875rem;
  }
}

.l-inner-s {
  margin-inline: auto;
  width: 100%;
  padding-inline: 3.125rem;
  max-width: 71.125rem;
}
@media screen and (max-width: 767px) {
  .l-inner-s {
    max-width: 37.5rem;
    padding-inline: 1.875rem;
  }
}

.l-inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 3.125rem;
  max-width: 75.9375rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 37.5rem;
    padding-inline: 1.875rem;
  }
}

.l-link-banner {
  margin-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-link-banner {
    margin-block: 3.125rem;
  }
}

.l-link-service {
  margin-block: 5.3125rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-link-service {
    margin-block: 3.125rem;
  }
}

.l-paint-feature {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .l-paint-feature {
    margin-top: 3.125rem;
  }
}

.l-paint-flow {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .l-paint-flow {
    margin-top: 3.125rem;
  }
}

.l-paint-intro {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-paint-intro {
    margin-top: 3.125rem;
  }
}

.l-policy {
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-policy {
    margin-top: 3.125rem;
  }
}

.l-recruit-funs {
  margin-top: 2.8125rem;
}

.l-recruit-link {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit-link {
    margin-top: 3.125rem;
  }
}

.l-recruit-work {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .l-recruit-work {
    margin-top: 3.125rem;
  }
}

.l-requirement-faq {
  margin-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-requirement-faq {
    margin-top: 3.125rem;
  }
}

.l-requirement-flow {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-requirement-flow {
    margin-top: 3.125rem;
  }
}

.l-requirement {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-requirement {
    margin-top: 3.125rem;
  }
}

.l-single-case {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-single-case {
    margin-bottom: 3.75rem;
  }
}

.l-single-case .l-inner-s {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-single-case .l-inner-s {
    margin-top: 2.5rem;
  }
}

.l-single-news {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-single-news {
    margin-bottom: 3.75rem;
  }
}

.l-single-news .l-inner-s {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-single-news .l-inner-s {
    margin-top: 2.5rem;
  }
}

.l-special-coating-intro {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-special-coating-intro {
    padding-top: 3.75rem;
  }
}

.l-special-coating-category {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-special-coating-category {
    padding-top: 3.75rem;
  }
}

.l-special-coating-partner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-special-coating-partner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-strength-experience {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-strength-experience {
    margin-top: 3.125rem;
  }
}

.l-strength-feature {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .l-strength-feature {
    margin-top: 3.125rem;
  }
}

.l-strength-intro {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-strength-intro {
    margin-top: 3.125rem;
  }
}

.l-strength-smile {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-strength-smile {
    margin-top: 3.125rem;
  }
}

.l-strength-techniques {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-strength-techniques {
    margin-top: 3.125rem;
  }
}

.l-sub-mv {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv {
    margin-top: 5.625rem;
  }
}

.l-top-business {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-top-business {
    margin-top: 3.75rem;
  }
}

.l-top-case {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-case {
    margin-top: 3.75rem;
  }
}

.l-top-links {
  margin-top: -7rem;
}
@media screen and (max-width: 767px) {
  .l-top-links {
    margin-top: -16.25rem;
  }
}

.l-top-mv {
  margin-top: var(--header-height);
}

.l-top-news {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 3.75rem;
  }
}

.l-top-recruit {
  margin-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-top-recruit {
    margin-block: 3.75rem;
  }
}

.l-top-strength {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-top-strength {
    margin-top: 2.5625rem;
  }
}

.l-warranty-intro {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-warranty-intro {
    margin-top: 6.25rem;
  }
}

.c-button {
  max-width: 15rem;
  width: 100%;
  padding: 1.1875rem;
  display: inline-block;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-navy);
  background-color: var(--color-white);
  border: 1px solid var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 15rem;
  }
}

.c-button::after {
  flex-shrink: 0;
  content: "";
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .c-button:hover {
    opacity: 1;
    background-color: var(--color-navy);
    color: var(--color-white);
  }
  .c-button:hover::after {
    background-image: url(../images/common/arrow-navy.svg);
  }
}
/***** サイズちがい var *****/
.c-button[data-width] {
  padding: min(1.3909224012vw, 19px);
  padding: min(1.3909224012cqi, 19px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width] {
    padding: 1.1875rem;
  }
}

.c-button[data-width="160"] {
  width: min(11.7130307467vw, 160px);
  width: min(11.7130307467cqi, 160px);
  min-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c-button[data-width="160"] {
    width: 10rem;
    min-width: initial;
  }
}

.c-button[data-width="140"] {
  width: min(10.2489019034vw, 140px);
  width: min(10.2489019034cqi, 140px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width="140"] {
    width: 8.75rem;
  }
}

.c-button[data-width="167"] {
  width: min(12.2254758419vw, 167px);
  width: min(12.2254758419cqi, 167px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width="167"] {
    width: 10.4375rem;
  }
}

.c-button[data-width="123"] {
  width: min(9.0043923865vw, 123px);
  width: min(9.0043923865cqi, 123px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width="123"] {
    width: 7.6875rem;
  }
}

.c-button[data-width="210"] {
  width: min(15.3733528551vw, 210px);
  width: min(15.3733528551cqi, 210px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width="210"] {
    width: 13.125rem;
  }
}

.c-button[data-width]::after {
  width: min(1.4641288433vw, 20px);
  width: min(1.4641288433cqi, 20px);
}
@media screen and (max-width: 767px) {
  .c-button[data-width]::after {
    width: 1.25rem;
  }
}

/***** 背景透明 var *****/
.c-button[data-color="transparent"] {
  background-color: transparent;
}

@media (any-hover: hover) {
  .c-button[data-color="transparent"]:hover {
    background-color: var(--color-navy);
  }
}
/***** 背景navy var *****/
.c-button[data-color="navy"] {
  color: var(--color-white);
  background-color: var(--color-navy);
}

.c-button[data-color="navy"]::after {
  background-image: url(../images/common/arrow-navy.svg);
}

@media (any-hover: hover) {
  .c-button[data-color="navy"]:hover {
    background-color: var(--color-white);
    color: var(--color-navy);
  }
  .c-button[data-color="navy"]:hover::after {
    background-image: url(../images/common/arrow-bg-navy.svg);
  }
}
/***** 背景blue var *****/
.c-button[data-color="blue"] {
  color: var(--color-white);
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.c-button[data-color="blue"]::after {
  background-image: url(../images/common/arrow-blue.svg);
}

@media (any-hover: hover) {
  .c-button[data-color="blue"]:hover {
    background-color: var(--color-white);
    color: var(--color-blue);
  }
  .c-button[data-color="blue"]:hover::after {
    background-image: url(../images/common/arrow-bg-blue.svg);
  }
}
/***** 背景black var *****/
.c-button[data-color="black"] {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: var(--color-black);
}

.c-button[data-color="black"]::after {
  background-image: url(../images/common/arrow-bg-black.svg);
}

@media (any-hover: hover) {
  .c-button[data-color="black"]:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }
  .c-button[data-color="black"]:hover::after {
    background-image: url(../images/common/arrow-black.svg);
  }
}
/***** 背景white textblue var *****/
.c-button[data-color="white"] {
  color: var(--color-blue);
  background-color: var(--color-white);
  border-color: var(--color-blue);
}

.c-button[data-color="white"]::after {
  background-image: url(../images/common/arrow-bg-blue.svg);
}

@media (any-hover: hover) {
  .c-button[data-color="white"]:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-white);
  }
  .c-button[data-color="white"]:hover::after {
    background-image: url(../images/common/arrow-blue.svg);
  }
}
.c-case-card {
  position: relative;
}

.c-case-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  border-radius: 0 0 0.625rem 0;
  padding: 0.4375rem 0.8125rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--base-font-family);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-case-card__tag {
    font-size: max(0.875rem, 10px);
  }
}

.c-case-card__img {
  aspect-ratio: 345/200;
  overflow: hidden;
}

.c-case-card__img img {
  height: 100%;
  transition: 0.3s ease-in-out all;
}

.c-case-card__body {
  margin-top: 0.9375rem;
  width: 100%;
}

.c-case-card__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-case-card__header {
    margin-bottom: 0.5rem;
  }
}

.c-case-card__structure {
  padding: 0.1875rem 0.375rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f1edf5;
  color: var(--color-navy);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  text-align: center;
  font-family: var(--base-font-family);
}

.c-case-card__title {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-navy);
  font-family: var(--base-font-family);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-case-card__title {
    font-size: max(0.875rem, 10px);
    line-height: 2.2857142857;
  }
}

@media (any-hover: hover) {
  .c-case-card__link:hover {
    opacity: 0.8;
  }
  .c-case-card__link:hover .c-case-card__title {
    color: var(--color-navy);
  }
  .c-case-card__link:hover .c-case-card__img img {
    transform: scale(1.05);
  }
}
.c-complete {
  padding-top: 4.6875rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-complete {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.c-complete__inner {
  max-width: 70rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-complete__inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

.c-complete__message {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-complete__message {
    margin-bottom: 2.5rem;
  }
}

.c-complete__title-en {
  font-size: 2.875rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  font-style: oblique;
  line-height: 1.1304347826;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-complete__title-en {
    font-size: 2rem;
  }
}

.c-complete__title-ja {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-complete__title-ja {
    font-size: 1rem;
  }
}

.c-complete__box {
  max-width: 51.875rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-complete__box {
    margin-bottom: 2.5rem;
  }
}

.c-complete__button {
  text-align: center;
}

.c-complete__button .c-button {
  margin-inline: auto;
}

.c-content-block h2 {
  background-color: var(--color-black);
  padding: 0.4375rem 0.3125rem;
  font-size: max(1.5rem, 10px);
  font-weight: var(--font-weight-bold);
  line-height: 1.4583333333;
  color: var(--color-white);
  font-family: var(--base-font-family);
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-content-block h2 {
    font-size: max(1.25rem, 10px);
    padding: 0.3125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.c-content-block h2:first-child {
  margin-top: 0;
}
.c-content-block h3 {
  font-size: max(1.125rem, 10px);
  font-weight: var(--font-weight-bold);
  line-height: 1.4444444444;
  color: var(--color-black);
  font-family: var(--base-font-family);
  margin-top: 1.875rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-block h3 {
    font-size: max(1rem, 10px);
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    padding-left: 0.9375rem;
  }
}
.c-content-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-content-block h3::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-content-block p {
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
  font-family: var(--base-font-family);
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-content-block p {
    font-size: max(0.875rem, 10px);
    line-height: 2;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.c-content-block ul {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-content-block ul {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.c-content-block ul li {
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
  font-family: var(--base-font-family);
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-block ul li {
    font-size: max(0.875rem, 10px);
    line-height: 2;
    padding-left: 0.75rem;
  }
}
.c-content-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .c-content-block ul li::before {
    width: 0.3125rem;
  }
}
.c-content-block blockquote,
.c-content-block .wp-block-quote {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
  border-left: 0.3125rem solid #a8a8a8;
}
@media screen and (max-width: 767px) {
  .c-content-block blockquote,
  .c-content-block .wp-block-quote {
    padding: 0.5rem 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.c-content-block blockquote p,
.c-content-block .wp-block-quote p {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  color: var(--color-black);
  font-family: var(--base-font-family);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-content-block blockquote p,
  .c-content-block .wp-block-quote p {
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
}
.c-content-block ol {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  counter-reset: list-counter;
}
@media screen and (max-width: 767px) {
  .c-content-block ol {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.c-content-block ol li {
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
  font-family: var(--base-font-family);
  padding-left: 1.5rem;
  position: relative;
  counter-increment: list-counter;
}
@media screen and (max-width: 767px) {
  .c-content-block ol li {
    font-size: max(0.875rem, 10px);
    line-height: 2;
    padding-left: 1.25rem;
  }
}
.c-content-block ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-content-block ol li::before {
    font-size: max(0.875rem, 10px);
  }
}
.c-content-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-content-block table {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-content-block table th,
.c-content-block table td {
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.75;
  color: var(--color-black);
  font-family: var(--base-font-family);
  padding: 0.75rem 1rem;
  border: 1px solid #d0d0d0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-content-block table th,
  .c-content-block table td {
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
    padding: 0.625rem 0.75rem;
  }
}
.c-content-block table th {
  font-weight: var(--font-weight-medium);
  background-color: #f5f5f5;
}
.c-content-block table thead th {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
}
.c-content-block a {
  color: #009dff;
  text-decoration: underline;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-content-block a:hover {
    opacity: 0.7;
  }
}

.c-form .wpcf7-spinner {
  display: none;
}

.c-form .wpcf7-list-item {
  margin: 0;
}

.c-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-form {
    gap: 1.375rem;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    gap: 0.5rem;
  }
}

.c-form__item label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  color: #2b154d;
}
@media screen and (max-width: 767px) {
  .c-form__item label {
    font-size: 0.875rem;
    gap: 0.3125rem;
  }
}

.c-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1.375rem;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .c-form__required {
    width: 2rem;
    height: 1.25rem;
    font-size: 0.6875rem;
  }
}

.c-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1.375rem;
  background-color: var(--color-white);
  color: var(--color-blue);
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .c-form__optional {
    width: 2rem;
    height: 1.25rem;
    font-size: 0.6875rem;
  }
}

.c-form__item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.c-form__item
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.c-form__item textarea {
  width: 100%;
  padding: 0.75rem 1.25rem;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  color: var(--color-black);
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .c-form__item
    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .c-form__item textarea {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
}

.c-form__item input::-moz-placeholder,
.c-form__item textarea::-moz-placeholder {
  color: #6f706f;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}

.c-form__item input::placeholder,
.c-form__item textarea::placeholder {
  color: #6f706f;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 767px) {
  .c-form__item input::-moz-placeholder,
  .c-form__item textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .c-form__item input::placeholder,
  .c-form__item textarea::placeholder {
    font-size: 0.875rem;
  }
}

.c-form__item textarea {
  height: 18.75rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-form__item textarea {
    height: 12.5rem;
  }
}

.c-form__item--radio .wpcf7-radio {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-form__item--radio .wpcf7-radio {
    gap: 1.25rem;
  }
}

.c-form__item--radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.c-form__item--radio input[type="radio"] {
  display: none;
}

.c-form__item--radio input[type="radio"] + span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  color: var(--color-black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__item--radio input[type="radio"] + span {
    font-size: 0.875rem;
  }
}

.c-form__item--radio input[type="radio"] + span::before {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--color-white);
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-form__item--radio input[type="radio"] + span::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.c-form__item--radio input[type="radio"] + span::after {
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: var(--color-black);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-form__item--radio input[type="radio"] + span::after {
    left: 0.1875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-form__item--radio input[type="radio"]:checked + span::after {
  opacity: 1;
}

.c-form__item--file .c-form__file-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-form__item--file .c-form__file-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.c-form__item--file .wpcf7-form-control-wrap {
  position: relative;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-form__item--file .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.c-form__item--file .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #000000;
  -webkit-mask-image: url("../images/common/file.svg");
  mask-image: url("../images/common/file.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form__item--file .wpcf7-form-control-wrap::after {
    right: 0.75rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-form__item--file input[type="file"] {
  width: 100%;
  height: 3.125rem;
  padding: 0.75rem 3.125rem 0.75rem 1.25rem;
  background-color: var(--color-white);
  border: none;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  color: #6f706f;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__item--file input[type="file"] {
    height: 3rem;
    padding: 0.625rem 2.8125rem 0.625rem 1rem;
    font-size: 0.875rem;
  }
}

.c-form__item--file input[type="file"]::file-selector-button {
  display: none;
}

.c-form__file-note {
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  color: #6f706f;
}
@media screen and (max-width: 767px) {
  .c-form__file-note {
    font-size: 0.875rem;
  }
}

.c-form__acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--color-black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__acceptance label {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}

.c-form__acceptance input[type="checkbox"] {
  display: none;
}

.c-form__acceptance input[type="checkbox"] + span {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-form__acceptance input[type="checkbox"] + span {
    gap: 0.5rem;
  }
}

.c-form__acceptance input[type="checkbox"] + span::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  content: "";
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-form__acceptance input[type="checkbox"] + span::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-form__acceptance input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-form__acceptance input[type="checkbox"]:checked + span::after {
    top: 0.3125rem;
    left: 0.375rem;
    width: 0.3125rem;
    height: 0.625rem;
  }
}

.c-form__acceptance a {
  color: var(--color-black);
  text-decoration: underline;
}

.c-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    margin-top: 0.625rem;
  }
}

.c-form__submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  width: 15rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  padding-right: 3.125rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.4;
  border: none;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__submit-btn {
    width: 100%;
    max-width: 15rem;
    height: 3.125rem;
    font-size: 0.875rem;
    padding-right: 2.8125rem;
  }
}

.c-form__submit-btn::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-form__submit-btn::after {
    right: 1rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-form__submit-btn::before {
  content: "";
  position: absolute;
  right: 1.4375rem;
  width: 0.5625rem;
  clip-path: polygon(0 0, 60% 50%, 0 100%);
  aspect-ratio: 1;
  background-color: var(--color-navy);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-form__submit-btn::before {
    right: 1.125rem;
  }
}

@media (any-hover: hover) {
  .c-form__submit-btn:hover {
    opacity: 0.8;
  }
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #dc3232;
  margin-top: 0.3125rem;
}

.c-form .wpcf7-validation-errors,
.c-form .wpcf7-mail-sent-ok {
  margin-top: 1.25rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  text-align: center;
}

.c-form .wpcf7-validation-errors {
  background-color: #ffebee;
  color: #dc3232;
}

.c-form .wpcf7-mail-sent-ok {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.c-form .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.9375rem;
  border-radius: 0.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form input[type="file"] {
    padding-top: 0.8125rem !important;
  }
}

.c-menu-button {
  position: relative;
  width: min(5.8565153734vw, 80px);
  width: min(5.8565153734cqi, 80px);
  height: 100%;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    width: 5rem;
  }
}

.c-menu-button span {
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1;
  display: block;
  transition: color 0.3s ease-in-out;
}

.c-menu-button span:before,
.c-menu-button span::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 62.5%;
  height: 1px;
  background-color: var(--color-black);
  content: "";
  transition: transform 0.3s ease-in-out;
}

.c-menu-button span::before {
  transform: translate(-50%, -0.625rem);
}

.c-menu-button span::after {
  transform: translate(-50%, 0.625rem);
}

.c-menu-button[aria-expanded="true"] span::before {
  transform: translate(-50%, -0.9375rem) rotate(12deg);
}

.c-menu-button[aria-expanded="true"] span::after {
  transform: translate(-50%, -1.6875rem) rotate(-12deg);
}

.c-menu-button[aria-expanded="true"] span {
  margin-top: 1.4375rem;
}

.c-news-card__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.c-news-card__body {
  position: relative;
  z-index: 1;
  margin-bottom: 0.625rem;
}

.c-news-card__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.c-news-card__date {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  color: var(--color-black);
  font-family: var(--base-font-family);
}
@media screen and (max-width: 767px) {
  .c-news-card__date {
    font-size: max(0.9375rem, 10px);
  }
}

.c-news-card__cat {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.3333333333;
  display: inline-block;
  padding: 0.1875rem 0.375rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--base-font-family);
}

.c-news-card__title {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-navy);
  font-family: var(--base-font-family);
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-news-card__title {
    font-size: max(1.0625rem, 10px);
    line-height: 1.8823529412;
  }
}

.c-news-card__img {
  aspect-ratio: 480/240;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-card__img {
    border-radius: 0.625rem;
  }
}

.c-news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out all;
}

@media (any-hover: hover) {
  .c-news-card__link:hover {
    opacity: 0.8;
  }
  .c-news-card__link:hover .c-news-card__title {
    color: var(--color-navy);
  }
  .c-news-card__link:hover .c-news-card__img img {
    transform: scale(1.05);
  }
}
.c-scroll-down {
  position: relative;
  font-size: max(0.75rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-white);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.c-scroll-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1875rem;
  width: 1px;
  height: 5.625rem;
  background: currentColor;
  animation: scroll-down 2s infinite;
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-section-title-label {
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  background-color: var(--color-light-navy);
  border-radius: 1.25rem;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title-label {
    font-size: max(1.25rem, 10px);
    line-height: 1;
    padding: 1.5625rem;
  }
}

.c-section-title__en {
  font-size: max(2.875rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: max(2.25rem, 10px);
    line-height: 1;
  }
}

.c-section-title__ja {
  margin-top: 0.625rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    margin-top: 0.3125rem;
    font-size: max(0.9375rem, 10px);
  }
}

.c-section-title.c-section-title--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-section-title.c-section-title--sp-center {
    text-align: center;
  }
}

.c-section-title.c-section-title--white .c-section-title__en,
.c-section-title.c-section-title--white .c-section-title__ja {
  color: var(--color-white);
}

.c-section-title__en.c-section-title__en--oblique {
  font-weight: 600;
  font-style: oblique;
}

@media screen and (max-width: 767px) {
  .c-section-title:has(span) {
    container-type: inline-size;
  }
}

.c-section-title__en span {
  display: inline-block;
}

@container (max-width: 400px) {
  .c-section-title__en span {
    padding-left: 3.125rem;
    line-height: 1.2;
    display: block;
  }
}
/* スプライド矢印 */
.splide__arrow {
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--next::after,
.splide__arrow--prev::after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8125rem;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}

.splide__arrow--next::after {
  background-image: url(../images/common/arrow-bg-navy.svg);
}

.splide__arrow--prev::after {
  background-image: url(../images/common/arrow-prev.svg);
}

/* 採用情報 */
.p-recruit-work__slider .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.p-recruit-work__slider .splide__arrow {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .splide__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-recruit-work__slider .splide__arrow--next {
  left: 0.625rem;
}

.p-recruit-work__slider .splide__arrow--prev {
  left: -0.625rem;
}

.p-recruit-work__slider .splide__arrow--next::after,
.p-recruit-work__slider .splide__arrow--prev::after {
  width: 3.125rem;
  background-image: url(../images/common/arrow-navy.svg);
  border: 2px solid var(--color-navy);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__slider .splide__arrow--next::after,
  .p-recruit-work__slider .splide__arrow--prev::after {
    width: 1.875rem;
  }
}

.p-recruit-work__slider .splide__arrow--prev::after {
  transform: rotate(180deg);
  left: 0;
}

@media (any-hover: hover) {
  .splide__arrow:hover.splide__arrow--next::after,
  .splide__arrow:hover.splide__arrow--prev::after {
    transform: scale(1.1);
  }
  .p-recruit-work__slider .splide__arrow:hover.splide__arrow--prev::after {
    transform: scale(1.1) rotate(180deg);
  }
}
/* ページネーションのスタイル */
.splide__pagination {
  justify-content: center;
  bottom: 1.5625rem;
  position: relative;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -1rem;
    gap: 0.75rem;
  }
}

.splide__pagination__page {
  background-color: var(--color-white);
  border-radius: 50%;
  transition:
    background-color 0.3s,
    width 0.3s,
    height 0.3s;
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  padding: 0;
}

.splide__pagination__page.is-active {
  background-color: var(--color-blue);
  border-radius: 50%;
  transition:
    background-color 0.3s,
    width 0.3s,
    height 0.3s;
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  padding: 0;
  border: 1px solid var(--color-white);
}

/* 採用情報 */
.p-recruit-work__slider .splide__pagination {
  bottom: 2.5rem;
}

.p-recruit-work__slider .splide__pagination__page.is-active {
  background-color: var(--color-yellow);
}

.c-tel-box {
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--color-blue);
  border-radius: 1.25rem;
  padding: 2.5rem 3.125rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  .c-tel-box {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.c-tel-box__text {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-tel-box__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 0.9375rem;
  }
}

.c-tel-box__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-tel-box__tel {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.c-tel-box__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 1.5rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-tel-box__badge {
    width: 4rem;
    height: 1.375rem;
    font-size: 0.875rem;
  }
}

.c-tel-box__number {
  font-size: 2.5rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--color-navy);
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-tel-box__number {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

@media (any-hover: hover) {
  .c-tel-box__number:hover {
    opacity: 0.7;
  }
}
.c-tel-box__note {
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-tel-box__note {
    font-size: 0.6875rem;
  }
}

.p-404__title {
  text-align: center;
}

.p-404__text {
  margin-top: -0.3125rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 0.3125rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-404__button {
  margin-top: 3.4375rem;
  display: flex;
  justify-content: center;
}

.p-about-discover__list-wrap {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-discover__list-wrap {
    margin-top: 2.5rem;
  }
}

.p-about-discover__list {
  max-width: 60rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-about-discover__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-about-discover__item {
  position: relative;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-discover__item {
    border-radius: 0.625rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-about-discover__item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    #5073f2 21%,
    #72207f 70%,
    #72207f 90%
  );
  opacity: 0.4;
  z-index: 1;
  border-radius: 1.25rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-about-discover__item a::after {
    border-radius: 0.625rem;
  }
}

.p-about-discover__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(1.3125rem, 10px);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  z-index: 10;
  width: 71%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about-discover__label {
    font-size: max(1.125rem, 10px);
    width: 76%;
  }
}

.p-about-discover__label::after {
  content: "";
  background-image: url(../images/common/arrow-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.875rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-about-discover__label::after {
    width: 2.1875rem;
  }
}

.p-about-discover__img {
  width: 100%;
  height: auto;
}

.p-about-discover__img img {
  aspect-ratio: 460/180;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-discover__img img {
    aspect-ratio: 333/150;
    border-radius: 0.625rem;
  }
}

.p-about-discover__button {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

@media (any-hover: hover) {
  .p-about-discover__item a:hover {
    opacity: 1;
  }
  .p-about-discover__item a:hover::after {
    opacity: 0.6;
  }
}
.p-about-message {
  position: relative;
}

.p-about-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46.8521229868%;
  height: 30rem;
  background-color: var(--color-light-navy);
  border-radius: 15rem 0 0 15rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-message::after {
    width: 100%;
    bottom: 1.875rem;
  }
}

.p-about-message__inner {
  display: flex;
  align-items: flex-start;
  gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-about-message__content {
  padding-left: 2.3125rem;
  padding-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__content {
    padding-left: 0;
    padding-top: 0;
  }
}

.p-about-message__text-wrap {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__text-wrap {
    margin-top: 2.5rem;
  }
}

.p-about-message__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-message__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-message__list {
  margin-block: 2.75rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__list {
    margin-block: 1.25rem;
  }
}

.p-about-message__item {
  font-size: max(1.25rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-message__item {
    font-size: max(1.125rem, 10px);
  }
}

.p-about-message__item span {
  color: var(--color-blue);
}

.p-about-message__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}

.p-about-message__item + .p-about-message__item {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__item + .p-about-message__item {
    margin-top: 0.625rem;
  }
}

.p-about-message__img-wrap {
  flex-shrink: 0;
  width: 46.8521229868%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__img-wrap {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    padding-bottom: 2.5rem;
  }
}

.p-about-message__img-bg {
  position: absolute;
  right: -3.125rem;
  top: 54%;
  height: 100%;
  text-align: center;
  font-size: max(4.375rem, 10px);
  font-weight: 600;
  font-style: oblique;
  letter-spacing: 0.08em;
  font-family: var(--en-font-family);
  color: rgba(101, 87, 221, 0.2);
  line-height: 1.1428571429;
  writing-mode: vertical-lr;
  text-transform: capitalize;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-about-message__img-bg {
    top: 35%;
    right: -1.25rem;
  }
}

.p-about-message__img {
  width: 54.6875%;
  width: 21.875rem;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-message__img {
    width: 80%;
    max-width: 18.75rem;
  }
}

.p-about-message__img img {
  aspect-ratio: 350/525;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-about-message__img::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.875rem;
  border-radius: 50%;
  background-color: var(--color-light-navy);
}

.p-about-message__author {
  margin-right: -0.375rem;
  padding-bottom: 2.125rem;
  color: var(--color-blue);
  font-family: var(--second-font-family);
  line-height: 1;
}

.p-about-message__author-role {
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
}

.p-about-message__author-name {
  margin-top: 0.6875rem;
  font-size: max(1.3125rem, 10px);
  font-weight: 600;
}

.p-about-philosophy {
  background-color: var(--color-light-navy);
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy {
    padding-block: 3.125rem;
  }
}

.p-about-philosophy__lead {
  margin-top: 3.5625rem;
  text-align: center;
  font-size: max(1.5rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__lead {
    margin-top: 2.5rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-about-philosophy__lead span {
  color: var(--color-blue);
}

.p-about-philosophy__text {
  margin-top: 1.875rem;
  max-width: 42.5rem;
  margin-inline: auto;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__text {
    margin-top: 1.25rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-about-vision {
  background-image: url(../images/about/vision-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision {
    padding-block: 3.125rem;
  }
}

.p-about-vision__content {
  margin-top: 3.625rem;
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-about-vision__content {
    margin-top: 2.5rem;
    max-width: 19.375rem;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-about-vision__item {
  position: relative;
}

.p-about-vision__item:first-child {
  padding-left: 4rem;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision__item:first-child {
    padding: 0;
  }
}

.p-about-vision__item::before {
  position: absolute;
  content: "";
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 95%;
  background-color: var(--color-blue);
}

.p-about-vision__item:first-child::before {
  left: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision__item:first-child::before {
    left: -0.75rem;
  }
}

.p-about-vision__text {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-vision__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-about-vision__text span {
  display: inline-block;
  font-size: max(1.5rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 2;
  color: var(--color-blue);
  padding-inline: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision__text span {
    font-size: max(1.25rem, 10px);
    padding-inline: 0.125rem;
  }
}

.p-about-vision__item:last-child .p-about-vision__text span {
  line-height: 1.7;
  letter-spacing: 0;
}

.p-archive-case {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive-case {
    padding-bottom: 3.75rem;
  }
}

.p-archive-case__inner {
  max-width: 73.4375rem;
  padding: 2.5rem 3.125rem 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-case__inner {
    max-width: 37.5rem;
    padding: 1.875rem 1.875rem 0;
  }
}

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

.p-archive-case__filter-list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-archive-case__filter-list {
    gap: 0.5rem;
  }
}

.p-archive-case__filter-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 1.875rem;
  min-width: 7.5rem;
  border-radius: 1.5625rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  font-family: var(--base-font-family);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-archive-case__filter-button {
    padding: 0.5rem 0.875rem;
    min-width: 5.9375rem;
  }
}
.p-archive-case__filter-button:hover {
  opacity: 0.8;
}

.p-archive-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-archive-case__list {
    grid-template-columns: 100%;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-archive-case__item {
  list-style: none;
}

.p-archive-case__pagenavi {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive-case__pagenavi {
    margin-top: 3.75rem;
  }
}

.p-archive-case__no-post {
  margin-top: 3.75rem;
  text-align: center;
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-archive-case__no-post {
    margin-top: 2.5rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-archive-news {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news {
    padding-bottom: 3.75rem;
  }
}

.p-archive-news__inner {
  max-width: 68.75rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-news__inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

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

.p-archive-news__filter-list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-archive-news__filter-list {
    gap: 0.5rem;
  }
}

.p-archive-news__filter-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 1.875rem;
  min-width: 7.5rem;
  border-radius: 1.5625rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-navy);
  color: var(--color-navy);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  font-family: var(--base-font-family);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-archive-news__filter-button {
    padding: 0.5rem 0.875rem;
    min-width: 5.9375rem;
  }
}

.p-archive-news__filter-button.is-active {
  background-color: var(--color-navy);
  color: var(--color-white);
}

@media (any-hover: hover) {
  .p-archive-news__filter-button:hover {
    background-color: var(--color-navy);
    color: var(--color-white);
  }
}
.p-archive-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__list {
    grid-template-columns: 100%;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-archive-news__item {
  list-style: none;
}

.p-archive-news__pagenavi {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagenavi {
    margin-top: 3.75rem;
  }
}

.p-archive-news__no-post {
  margin-top: 3.75rem;
  text-align: center;
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-archive-news__no-post {
    margin-top: 2.5rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-attempt__article {
  max-width: 55rem;
  margin-inline: auto;
}

.p-attempt__article + .p-attempt__article {
  margin-top: 3.75rem;
}

.p-attempt__list {
  margin-top: 2.625rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-attempt__list {
    margin-top: 1.875rem;
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-attempt__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-attempt__item {
    gap: 1.25rem;
  }
}

.p-attempt__item-title {
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-attempt__item-title {
    font-size: max(1.125rem, 10px);
  }
}

.p-attempt__text {
  margin-top: 0.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-attempt__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-attempt__img {
  width: 100%;
  height: auto;
}

.p-attempt__img img {
  aspect-ratio: 420/280;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-attempt__img img {
    border-radius: 0.625rem;
  }
}

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

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

.p-business-link-wrap {
  position: relative;
  height: 0;
  z-index: 100;
}

.p-business-link {
  opacity: 0;
  position: fixed;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 200;
  top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-link {
    width: 100%;
    top: initial;
    bottom: 0;
  }
}

.p-business-link.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.p-business-link__items {
  display: grid;
  gap: 0.125rem;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .p-business-link__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}

.p-business-link__item a {
  width: min(15.3733528551vw, 210px);
  width: min(15.3733528551cqi, 210px);
  max-height: 3.125rem;
  padding-inline: min(0.7320644217vw, 10px);
  padding-inline: min(0.7320644217cqi, 10px);
  padding-block: 0.9375rem;
  display: inline-block;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-navy);
  background-color: var(--color-white);
  border: 1px solid var(--color-navy);
  border-left: none;
  border-radius: 0 0.625rem 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-business-link__item a {
    flex-direction: column;
    width: 100%;
    font-size: max(0.8125rem, 10px);
    line-height: 1.2;
    min-height: 4.375rem;
    max-height: revert;
    padding: 0.5rem 0.3125rem;
    border-radius: 0;
    text-align: center;
  }
}

.p-business-link__item a::after {
  flex-shrink: 0;
  content: "";
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(90deg);
  transition: background-image 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-business-link__item a:hover {
    opacity: 1;
    color: var(--color-white);
    background-color: var(--color-navy);
  }
  .p-business-link__item a:hover::after {
    background-image: url(../images/common/arrow-navy.svg);
  }
}
.p-special-coating-category-link .p-business-link__items {
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category-link .p-business-link__items {
    gap: 0;
  }
}

.p-special-coating-category-link .p-business-link__item a {
  width: 11.6875rem;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category-link .p-business-link__item a {
    width: 100%;
  }
}

.p-special-coating-category-link .p-business-link__item:last-child a {
  font-size: max(0.75rem, 10px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category-link .p-business-link__item:last-child a {
    font-size: max(0.8125rem, 10px);
    line-height: 1;
  }
}

.p-business-list__inner {
  max-width: 63.75rem;
  margin-inline: auto;
  padding: 0 50;
}
.p-business-list__inner .p-link-banner__inner {
  padding: 0;
}

.p-business-list__title {
  text-align: center;
}

.p-business-list__lead {
  margin-top: 3.75rem;
  font-size: max(1.25rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.8;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-business-list__lead {
    margin-top: 1.875rem;
    font-size: max(1rem, 10px);
    line-height: 1.75;
  }
}

.p-business-list .l-link-banner {
  margin-top: 2.3125rem;
}

.p-business-warranty {
  padding: 4.6875rem 0 7.5rem;
  background-image: url("../images/business/warranty-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-business-warranty__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-business-warranty__lead {
  margin-top: 2.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.8571428571;
  text-align: center;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-business-warranty__lead {
    margin-top: 1.875rem;
    font-size: max(0.8125rem, 10px);
    line-height: 1.8461538462;
  }
}

.p-business-warranty__content {
  margin-top: 2.5rem;
  max-width: 39.375rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-warranty__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-business-warranty__img {
  width: 100%;
  height: auto;
}

.p-business-warranty__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 300/425;
}

.p-business-warranty__button {
  margin-top: 2.625rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-business-warranty__button {
    margin-top: 2.5rem;
  }
}

.p-case-card {
  position: relative;
}

.p-case-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  z-index: 10;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  border-radius: 0 0 0.625rem 0;
  padding: 0.4375rem 0.8125rem;
}

.p-case-card__img {
  width: 28.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-case-card__img {
    width: 20.8125rem;
  }
}

.p-case-card__img img {
  aspect-ratio: 450/300;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case-card__img img {
    aspect-ratio: 333/250;
  }
}

.p-case-card__heading {
  margin-top: 0.375rem;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-case-card__heading {
    margin-top: 0;
    font-size: max(0.8125rem, 10px);
    line-height: 2.3076923077;
  }
}

.p-company-access {
  padding-block: 3.75rem;
  background-image: url(../images/company/company-access-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding-block: 3.125rem;
  }
}

.p-company-access__info {
  margin-top: 4.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-access__info {
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-company-access__head {
  font-size: max(1rem, 10px);
  line-height: 1;
  font-weight: 500;
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-company-access__head {
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-access__text {
  margin-top: 0.25rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-company-access__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-access__head:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__head:not(:first-child) {
    margin-top: 1.25rem;
  }
}

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

.p-company-access__button {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company-access__button {
    margin-top: 1.875rem;
  }
}

.p-company-affiliated {
  background-color: var(--color-light-navy);
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-affiliated {
    padding-block: 1.875rem;
  }
}

.p-company-affiliated__inner.l-inner {
  max-width: 55rem;
}

.p-company-affiliated__text {
  margin-top: 3.75rem;
  max-width: 42.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
  color: var(--color-black);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-affiliated__text {
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
  }
}

.p-company-affiliated__list {
  margin-top: 3.75rem;
  max-width: 32.5rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-company-affiliated__list {
    max-width: 20rem;
    gap: 1.25rem 0.625rem;
  }
}

.p-company-affiliated__head {
  width: 100%;
  height: auto;
}

.p-company-affiliated__head img {
  aspect-ratio: 250/65;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-company-affiliated__link {
  margin-top: 0.625rem;
}

.p-company-affiliated__link + .p-company-affiliated__link {
  margin-top: 0.3125rem;
}

.p-company-affiliated__link a {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.8571428571;
  color: var(--color-black);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company-affiliated__link a {
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
  }
}

.p-company-affiliated__link a::after {
  content: "";
  flex-shrink: 0;
  background-image: url(../images/common/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company-affiliated__link a::after {
    margin-top: 0.1875rem;
  }
}

.p-company-info__inner {
  display: flex;
  align-items: flex-start;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__inner {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.p-company-info__title {
  position: sticky;
  top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__title {
    position: static;
  }
}

.p-company-info__title .c-section-title__en {
  line-height: 1.1304347826;
}

.p-company-info__list {
  background-image: linear-gradient(
    to right,
    var(--color-navy) 0px,
    var(--color-navy) 8.75rem,
    #f0f0f0 8.75rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top;
}

.p-company-info__item {
  display: flex;
  gap: 5.125rem;
  padding-block: 1rem 1.0625rem;
  background-image: linear-gradient(
    to right,
    var(--color-navy) 0px,
    var(--color-navy) 8.75rem,
    #f0f0f0 8.75rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-company-info__item {
    flex-direction: column;
    gap: 0.625rem;
    padding-block: 1.5625rem;
  }
}

.p-company-info__head {
  width: 8.75rem;
  flex-shrink: 0;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-company-info__head {
    width: 100%;
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-info__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-company-info__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-info__img {
  margin-top: 1rem;
  max-width: 31.25rem;
  width: 100%;
  height: auto;
}

.p-company-info__img img {
  aspect-ratio: 500/280;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-company-license__list {
  margin-top: 3.75rem;
  max-width: 55.625rem;
  margin-inline: auto;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-company-license__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-company-license__item {
  padding-left: 1.0625rem;
  border-bottom: 1px solid #cecece;
  padding-block: 0.125rem 0.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.p-company-license__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3125rem;
  height: 90%;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-company-license__item::before {
    width: 0.1875rem;
  }
}

.p-company-license__head {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.25;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-company-license__head {
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-license__text + .p-company-license__text {
  margin-top: 0.375rem;
}

.p-company-license__text {
  margin-top: 0.875rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-company-license__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-company-license__text span {
  font-family: var(--en-font-family);
  font-size: max(1.875rem, 10px);
  font-weight: 400;
  line-height: 1;
  color: var(--color-blue);
  display: inline-block;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-license__text span {
    font-size: max(1.5625rem, 10px);
  }
}

.p-company-partners {
  background-color: var(--color-light-navy);
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-partners {
    padding-block: 1.875rem;
  }
}

.p-company-partners__movie {
  margin-top: 2.5rem;
  max-width: 55.625rem;
  margin-inline: auto;
  width: 100%;
  height: auto;
}

.p-company-partners__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1040/563;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-contact-complete {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.p-contact-complete__inner {
  max-width: 70rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

.p-contact-complete__message {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__message {
    margin-bottom: 2.5rem;
  }
}

.p-contact-complete__title-en {
  font-size: 2.875rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  font-style: oblique;
  line-height: 1.1304347826;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__title-en {
    font-size: 2rem;
  }
}

.p-contact-complete__title-ja {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-contact-complete__title-ja {
    font-size: 1rem;
  }
}

.p-contact-complete__box {
  max-width: 51.875rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__box {
    margin-bottom: 2.5rem;
  }
}

.p-contact-complete__button {
  text-align: center;
}

.p-contact-complete__button .c-button {
  margin-inline: auto;
}

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

.p-contact__inner {
  max-width: 70rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 37.5rem;
    padding: 0 1.125rem;
  }
}

.p-contact__head {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    margin-bottom: 1.875rem;
  }
}

.p-contact__head-en {
  font-size: 2.875rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  font-style: oblique;
  line-height: 1.1304347826;
  letter-spacing: 0.08em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-contact__head-en {
    font-size: 2rem;
  }
}

.p-contact__head-ja {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-contact__head-ja {
    font-size: 0.9375rem;
  }
}

.p-contact__lead {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-bottom: 1.875rem;
  }
}

.p-contact__lead-text {
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.4166666667;
  letter-spacing: 0.05em;
  color: var(--color-blue);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lead-text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-contact__lead-note {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-contact__lead-note {
    font-size: 0.875rem;
  }
}

.p-contact__tel {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    margin-bottom: 1.875rem;
  }
}

.p-contact__tel-title {
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.4166666667;
  letter-spacing: 0.05em;
  color: var(--color-navy);
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-title {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 0.625rem;
  }
}

.p-contact__tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-wrap {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-contact__tel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 1.5rem;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-badge {
    width: 4rem;
    height: 1.375rem;
    font-size: 0.875rem;
  }
}

.p-contact__tel-number {
  font-size: 2.5rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: var(--color-navy);
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

@media (any-hover: hover) {
  .p-contact__tel-number:hover {
    opacity: 0.7;
  }
}
.p-contact__tel-note {
  font-size: 0.75rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-contact__tel-note {
    font-size: 0.6875rem;
  }
}

.p-contact__form-wrapper {
  background-color: var(--color-light-navy);
  padding: 3.75rem 3.125rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrapper {
    padding: 2.5rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-contact__form {
  max-width: 42.5rem;
  margin-inline: auto;
}

.p-contact__back {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__back {
    margin-top: 2.5rem;
  }
}

/* （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: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-content h2:nth-of-type(1) {
    margin-top: 2.125rem;
  }
}

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

.p-content figure:nth-child(n + 2) {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-content figure:nth-child(n + 2) {
    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: 1.375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .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: 2.5rem;
  }
}

.p-content img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

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

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

.p-content .wp-block-group {
  padding: 1.5rem;
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-content .wp-block-group {
    padding: 1.5rem 1.875rem;
  }
}

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

.wp-block-file:not(.wp-element-button) a {
  display: flex;
  align-content: flex-start;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  margin-top: 0.5rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
  transform: translateY(-0.5rem);
  display: inline-block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .wp-block-file:not(.wp-element-button) a::before {
    margin-top: 1rem;
    margin-right: 0.5rem;
    width: 2rem;
  }
}

.p-drawer {
  background-color: var(--color-light-navy);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  color: var(--color-white);
}

.p-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: all;
}

.p-drawer__bg {
  padding-block: 9.75rem 5.8125rem;
  position: relative;
  background-image: url(../images/common/drawer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-drawer__bg {
    padding-block: 5rem;
    background-image: url(../images/common/drawer-bg-sp.png);
  }
}

.p-drawer__bg-text {
  position: absolute;
  right: 2.6875rem;
  bottom: -0.1875rem;
  font-size: max(3.4375rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(169, 165, 203, 0.55);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-drawer__bg-text {
    display: none;
  }
}

.p-drawer__bg-text span {
  display: block;
  padding-left: 0.8125rem;
  font-size: max(2.875rem, 10px);
  text-transform: capitalize;
  font-style: oblique;
  letter-spacing: 0.08em;
}

.p-header__drawer-nav-items {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-nav-items {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    padding-block: 0.375rem 0.9375rem;
  }
}

.p-drawer__nav-items {
  width: 76%;
  display: grid;
  gap: 4.625rem 0.625rem;
  grid-template-columns: 0.8fr 1fr 0.9fr 0.8fr;
}
@media (max-width: 767px) {
  .p-drawer__nav-items {
    width: 100%;
    padding-top: 8.125rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 430px) {
  .p-drawer__nav-items {
    padding-inline: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-drawer__nav-item a {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.625rem;
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav-item a {
    gap: 0.5rem;
  }
}

.p-drawer__nav-item-span {
  display: block;
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.p-drawer__nav-sub-items {
  margin-top: 1.75rem;
}

.p-drawer__nav-sub-item a {
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-block: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav-sub-item a {
    padding-block: 0.625rem;
  }
}

.p-entry {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding-top: 3.125rem;
  }
}

.p-entry__inner {
  max-width: 58.125rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry__inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

.p-entry__head {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__head {
    margin-bottom: 1.875rem;
  }
}

.p-entry__head-en {
  font-size: 2.875rem;
  font-family: var(--en-font-family);
  font-weight: 700;
  font-style: oblique;
  line-height: 1.1304347826;
  letter-spacing: 0.08em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-entry__head-en {
    font-size: 2rem;
  }
}

.p-entry__head-ja {
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-entry__head-ja {
    font-size: 0.9375rem;
  }
}

.p-entry__tel-wrap {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-entry__tel-wrap {
    margin-bottom: 2.5rem;
  }
}

.p-entry__form-wrapper {
  background-color: var(--color-light-navy);
  padding: 3.75rem 3.125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry__form-wrapper {
    padding: 2.5rem 1.25rem;
    margin-bottom: 3.125rem;
  }
}

.p-entry__form-inner {
  max-width: 70rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry__form-inner {
    max-width: 37.5rem;
    padding: 0;
  }
}

.p-entry__form {
  max-width: 42.5rem;
  margin-inline: auto;
}

.p-faq__inner.l-inner {
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-faq__list {
  margin-top: 3.75rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 2.5rem;
    padding-inline: 0.3125rem;
  }
}

.p-faq__item + .p-faq__item {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item + .p-faq__item {
    margin-top: 1.25rem;
  }
}

.p-faq__item-question {
  background-color: #f8f7f8;
  padding-inline: 1.875rem;
  padding-block: 1rem;
  border-radius: 0.625rem;
  list-style: none;
  display: flex;
  gap: 1rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  position: relative;
  transition:
    background-color 0.4s ease-in-out,
    border-radius 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question {
    padding-inline: 0.625rem 2.5rem;
    padding-block: 0.625rem;
    gap: 0.625rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-faq__item-question::before,
.p-faq__item-question::after {
  position: absolute;
  content: "";
  top: 1.8125rem;
  right: 2rem;
  width: 1rem;
  height: 2px;
  background-color: var(--color-blue);
  transition:
    transform 0.4s ease-in-out,
    background-color 0.4s ease-in-out,
    color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question::before,
  .p-faq__item-question::after {
    top: 1.25rem;
    right: 0.625rem;
  }
}

.p-faq__item-question::after {
  transform: rotate(90deg);
}

.p-faq__item-question::-webkit-details-marker {
  display: none;
}

.p-faq__icon {
  flex-shrink: 0;
  font-size: max(1.25rem, 10px);
  font-family: var(--en-font-family);
  font-style: oblique;
  font-weight: 600;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-blue);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: inline-block;
  padding: 0.4375rem 0.3125rem;
  transition:
    color 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    font-size: max(1.125rem, 10px);
    width: 1.5625rem;
    height: 1.5625rem;
    padding: 0.3125rem 0.25rem;
  }
}

.p-faq__icon.p-faq__icon--a {
  padding: 0.4375rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__icon.p-faq__icon--a {
    padding: 0.3125rem 0.3125rem;
  }
}

.p-faq__item-answer {
  border: 1px solid var(--color-blue);
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
  padding-inline: 1.875rem;
  padding-block: 1.75rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    padding-inline: 0.625rem;
    padding-block: 1.25rem;
    gap: 0.625rem;
  }
}

.p-faq__item-answer-inner {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-inner {
    gap: 0.625rem;
  }
}

.p-faq__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-faq__item-question.is-open {
  background-color: var(--color-blue);
  border-radius: 0.625rem 0.625rem 0 0;
  color: var(--color-white);
}

.p-faq__item-question.is-open::before,
.p-faq__item-question.is-open::after {
  background-color: var(--color-white);
}

.p-faq__item-question.is-open::after {
  transform: rotate(0deg);
}

.p-faq__item-question.is-open .p-faq__icon:not(.p-faq__icon--a) {
  color: var(--color-blue);
  background-color: var(--color-white);
}

.p-faq__item-answer {
  display: none;
}

.p-footer__contents {
  margin-inline: 1.875rem;
  padding-block: 3.75rem 3.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(to bottom, #6857e3 0%, #2e2b6f 60%, #352d70 100%);
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    background: initial;
    margin-inline: 0;
    position: relative;
    padding-block: 0 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contents::after {
    position: absolute;
    content: "";
    top: 14.375rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      #6857e3 0%,
      #2e2b6f 60%,
      #352d70 100%
    );
  }
}
.p-footer__contents::after {
  border-radius: 1.25rem;
  z-index: -1;
}

.p-footer__contents-inner.l-inner {
  max-width: 67.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__title .c-section-title {
    color: var(--color-navy);
  }
}

.p-footer__title.c-section-title .c-section-title__en {
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-footer__title.c-section-title .c-section-title__en {
    color: var(--color-blue);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__title.c-section-title .c-section-title__ja {
    color: var(--color-black);
  }
}

.p-footer__contact {
  margin-top: 2.8125rem;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  padding-block: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contact {
    margin-top: 2.1875rem;
    padding-block: 2.5rem 2.5rem;
    padding-inline: 1.875rem;
    box-shadow: 0 0 0.375rem rgba(43, 21, 77, 0.16);
  }
}

.p-footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-footer__item:nth-child(2) {
  border-left: 0.1875rem solid var(--color-navy);
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item:nth-child(2) {
    border-left: none;
    border-top: 1px solid var(--color-navy);
    margin-top: 2.4375rem;
    padding-top: 2.5rem;
    padding-inline: 0;
  }
}

.p-footer__item {
  text-align: center;
}

.p-footer__item-heading {
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 2.4166666667;
  color: var(--color-navy);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__item-heading {
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
  }
}

.p-footer__item-text {
  margin-top: 0.625rem;
  max-width: 25rem;
  margin-inline: auto;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__item-text {
    margin-top: 1.0625rem;
    font-size: max(0.9375rem, 10px);
    line-height: 1.6;
    text-align: left;
  }
}

.p-footer__item-link {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__item-tel-wrap {
  margin-top: 1.875rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item-tel-wrap {
    margin-top: 1.5625rem;
    flex-direction: column;
    align-items: center;
  }
}

.p-footer__item-tel-note {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: max(1rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  padding-inline: 0.3125rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item-tel-note {
    font-size: max(0.8125rem, 10px);
    line-height: 1.8461538462;
  }
}

.p-footer__item-tel {
  font-size: max(2.5rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-footer__item-tel {
    font-size: max(2rem, 10px);
  }
}

.p-footer__item-tel-text {
  font-size: max(0.75rem, 10px);
  font-family: var(--base-font-family);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-black);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer__item-tel-text {
    text-align: center;
    margin-top: 0.3125rem;
  }
}

.p-footer__nav {
  margin-top: 3.5625rem;
  max-width: 53.125rem;
  margin-inline: auto;
  color: var(--color-white);
}

.p-footer__nav-items {
  display: grid;
  gap: 2.8125rem 0.625rem;
  grid-template-columns: 0.8fr 1fr 0.9fr 0.8fr;
}

.p-footer__nav-item a,
.p-footer__nav-label {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.3125rem;
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-footer__nav-item-span {
  display: block;
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.p-footer__nav-sub-items {
  margin-top: 1.75rem;
}

.p-footer__nav-sub-item a {
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-block: 0.6875rem;
}

.p-footer__bottom {
  margin-top: 3.625rem;
  padding-top: 3.125rem;
  padding-inline: 5.3125rem;
  border-top: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    flex-direction: column;
    border-top: none;
    padding-top: 0;
    margin-top: 3.125rem;
    gap: 1.75rem;
    padding-inline: 0;
  }
}

.p-footer__logo {
  width: 12.5rem;
  height: auto;
}

.p-footer__logo a {
  display: block;
}

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

.p-footer__address,
.p-footer__tel {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 1.6;
}

.p-footer__tel-wrap {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__tel-wrap {
    margin-top: 1.125rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__tel + .p-footer__tel {
    margin-top: 0.5rem;
  }
}

.p-footer__tel span {
  display: inline-block;
  font-size: max(0.9375rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 500;
  font-style: oblique;
  line-height: 1;
  background-color: var(--color-white);
  color: var(--color-navy);
  text-transform: capitalize;
  padding-top: 0.125rem;
  padding-inline: 0.3125rem 0.4375rem;
  margin-right: 0.3125rem;
}

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

.p-footer__sns-icon {
  width: 3.75rem;
  height: auto;
}

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

.p-footer__copyright {
  margin-block: 0.9375rem;
  padding-inline: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-block: 0.625rem;
  }
}

.p-footer__copyright small {
  font-size: max(0.9375rem, 10px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: max(0.75rem, 10px);
    line-height: 2;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form__items {
    gap: 0.75rem;
  }
}

.p-form__item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.1875rem;
}
.p-form__item:first-of-type {
  margin-bottom: 2.125rem;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__item:first-of-type {
    margin-bottom: 1.6875rem;
    gap: 1rem;
  }
}

.p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-form__dt {
    padding-top: 0.5rem;
    padding-right: 1.5rem;
  }
}

.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 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.4375rem;
}

.p-form__dd label {
  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 {
  display: block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  background-color: var(--color-white);
  border: 1px solid;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd input:not([type="radio"]):not([type="checkbox"]),
  .p-form__dd textarea {
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
  }
}

.p-form__dd input::-moz-placeholder,
.p-form__dd textarea::-moz-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 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd input[type="checkbox"] + span,
  .p-form__dd input[type="radio"] + span {
    gap: 0.875rem;
  }
}

.p-form__dd input[type="radio"] + span::before {
  flex-shrink: 0;
  margin-right: 0.625rem;
  display: inline-flex;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  content: "";
}
.p-form__dd input[type="radio"]:checked + span::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 50%;
  content: "";
  transform: scale(0.5);
}

.p-form__dd input[type="checkbox"] + span::before {
  margin-top: 0.375rem;
  flex-shrink: 0;
  margin-right: 0.625rem;
  display: inline-flex;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-black);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-form__dd input[type="checkbox"] + span::before {
    margin-top: 0.1875rem;
    width: 1rem;
  }
}

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

.p-form__dd textarea {
  height: 9.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd textarea {
    height: 11.75rem;
  }
}

.p-form__acceptance {
  margin-top: 1.1875rem;
  font-style: normal;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance {
    margin-top: 1.625rem;
  }
}

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

.p-form__acceptance input + span::before {
  margin-top: 0.375rem;
  flex-shrink: 0;
  margin-right: 0.625rem;
  display: inline-flex;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-black);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-form__acceptance input + span::before {
    margin-top: 0.4375rem;
  }
}

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

.p-form__policy-description {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__policy-description {
    margin-top: 2.625rem;
  }
}

.p-form__policy-description a {
  color: var(--color-black);
  text-decoration: underline;
}

.p-form__send {
  position: relative;
  margin: 2.375rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6875rem;
  width: 100%;
  max-width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__send {
    margin-top: 3.5rem;
    max-width: 20.75rem;
  }
}

.p-form__send input {
  display: block;
  width: 100%;
  min-height: 2.5625rem;
  padding: 0 2.1875rem 0 1.6875rem;
  background-color: var(--color-black);
  border-radius: 100vh;
  color: var(--color-white);
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-form__send input {
    min-height: 3.9375rem;
    padding: 0 3.375rem 0 2.625rem;
  }
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-header {
  background-color: var(--color-white);
}

.p-header__inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.875rem 0.9375rem;
    justify-content: space-between;
  }
}

.p-header__logo {
  width: 24.8901903367%;
  height: min(10.2489019034vw, 140px);
  height: min(10.2489019034cqi, 140px);
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  border-bottom-right-radius: 3.125rem;
  transition:
    height 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    height: inherit;
    width: auto;
  }
}

.p-header__logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 3.125rem;
}

.p-header__logo-link img {
  padding-bottom: 0.625rem;
  width: 12.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  transition:
    width 0.3s ease-in-out,
    transform 0.3s ease-in-out,
    padding 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link img {
    width: 9.375rem;
    padding-bottom: 0;
  }
}

.p-header__right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: min(1.0980966325vw, 15px);
  gap: min(1.0980966325cqi, 15px);
  padding-inline-start: min(0.878477306vw, 12px);
  padding-inline-start: min(0.878477306cqi, 12px);
}

.p-header__pc-nav {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-header__pc-nav {
    display: none;
  }
}

.p-header__pc-nav-items {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__pc-nav-items {
    display: none;
  }
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-header__pc-nav-link.c-button {
  padding-inline: 0.9375rem;
}

.p-header__pc-nav-link:not(.c-button) {
  padding-inline: 1.0980966325cqi;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1200px) {
  .p-header__pc-nav-link:not(.c-button) {
    padding-inline: 0.5856515373cqi;
  }
}

.p-header__pc-nav-item:first-child .p-header__pc-nav-link:not(.c-button) {
  padding-left: 0;
}

.p-header__button-wrap {
  display: flex;
  align-items: center;
}

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

.p-header.is-open .p-header__logo {
  height: inherit;
}

.p-header.is-open .p-header__logo-link img {
  width: 9.375rem;
  transform: translateX(-0.75rem);
  padding-bottom: 0;
}

.p-header__sp-nav-items {
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sp-nav-items {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
  }
}

.p-header__sp-nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-header__sp-nav-item a {
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}

.p-history-graph {
  margin-top: -14.375rem;
  background-image: url(../images/about/history-graph-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 19.25rem 9.375rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-history-graph {
    margin-top: -3.125rem;
    padding-block: 6.25rem 8.4375rem;
  }
}

.p-history-graph__inner.l-inner {
  max-width: 61.6875rem;
  padding-inline: 3.125rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__inner.l-inner {
    max-width: 37.5rem;
    padding-inline: 1.875rem;
  }
}

.p-history-graph__head {
  display: grid;
  grid-template-columns: 1fr 21.875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-history-graph__head-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-history-graph__head-wrap {
    padding-top: 0;
    margin-left: initial;
  }
}

.p-history-graph__title {
  font-size: max(2.125rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1.44;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  margin-left: -0.5rem;
}

.p-history-graph__title span {
  font-size: max(2.875rem, 10px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-history-graph__title span {
    font-size: max(2.5rem, 10px);
  }
}

.p-history-graph__title span.p-history-graph__sub-title {
  display: block;
  font-size: max(1.875rem, 10px);
  margin-bottom: 0.375rem;
  padding-left: 0.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-history-graph__title span.p-history-graph__sub-title {
    font-size: max(1.5rem, 10px);
  }
}

.p-history-graph__lead {
  margin-top: 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-history-graph__lead {
    font-size: max(0.875rem, 10px);
  }
}

.p-history-graph__head-img {
  width: 21.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-history-graph__head-img {
    width: 100%;
    max-width: 21.875rem;
  }
}

.p-history-graph__head-img img {
  aspect-ratio: 350/240;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 0.625rem;
}

.p-history-graph__list {
  margin-top: 1.8125rem;
  max-width: 60.3125rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history-graph__list {
    margin-top: 3.125rem;
  }
}

.p-history-graph__list::before {
  content: "";
  top: -2.9375rem;
  left: 1.6875rem;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-history-graph__list::before {
    left: 0.4375rem;
    height: 103%;
  }
}

.p-history-graph__item:not(:first-child) {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-history-graph__item {
  display: grid;
  gap: 1.5625rem;
  grid-template-columns: 9.375rem 1fr;
  position: relative;
  padding-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    padding-left: 1.875rem;
  }
}

.p-history-graph__item::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-history-graph__item::before {
    top: 0.5rem;
    transform: revert;
    left: 0;
  }
}

.p-history-graph__year {
  font-size: max(1.5625rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1.44;
  letter-spacing: 0.08em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-history-graph__year {
    font-size: max(1.25rem, 10px);
  }
}

.p-history-graph__year span {
  font-size: max(2.25rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-history-graph__year span {
    font-size: max(1.875rem, 10px);
  }
}

.p-history-graph__text {
  padding-top: 0.3125rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-history-graph__text {
    padding-top: 0;
    font-size: max(0.9375rem, 10px);
  }
}

.p-history-graph__item:has(img) {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  position: relative;
}

.p-history-graph__item:not(:first-child):has(img) {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:not(:first-child):has(img) {
    margin-top: 1.875rem;
  }
}

.p-history-graph__item:has(img) + .p-history-graph__item {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:has(img) + .p-history-graph__item {
    margin-top: 1.875rem;
  }
}

.p-history-graph__item + .p-history-graph__item:last-child:has(img) {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item + .p-history-graph__item:last-child:has(img) {
    margin-top: 1.875rem;
  }
}

.p-history-graph__item:has(img) .p-history-graph__year {
  font-size: max(2.125rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:has(img) .p-history-graph__year {
    font-size: max(1.75rem, 10px);
  }
}

.p-history-graph__item:has(img) .p-history-graph__year span {
  font-size: max(2.875rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:has(img) .p-history-graph__year span {
    font-size: max(2.5rem, 10px);
  }
}

.p-history-graph__item:has(img) .p-history-graph__text {
  padding-top: 0;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:has(img) .p-history-graph__text {
    padding-left: 0;
  }
}

.p-history-graph__item:has(img) .p-history-graph__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-history-graph__item:has(img) .p-history-graph__img {
    margin-top: 0.625rem;
    width: 100%;
    max-width: 18.75rem;
    position: static;
    transform: revert;
  }
}

.p-history-graph__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 0.625rem;
}

.p-history-intro {
  overflow-x: clip;
}

.p-history-intro__heading {
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-blue);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-history-intro__heading {
    font-size: max(1.1875rem, 10px);
  }
}

.p-history-intro__text {
  margin-top: 2.375rem;
  max-width: 42.5rem;
  margin-inline: auto;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-history-intro__text {
    margin-top: 1.25rem;
    font-size: max(0.8125rem, 10px);
    line-height: 2;
  }
}

.p-history-intro__images,
.p-history-intro .splide {
  margin-inline: calc(50% - 50vw);
  margin-top: 3.75rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  transform: translateX(-16.5%);
}
@media screen and (max-width: 767px) {
  .p-history-intro__images,
  .p-history-intro .splide {
    margin-top: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
    transform: initial;
    gap: 1.25rem;
  }
}

.p-history-intro__image,
.p-history-intro .splide__slide {
  width: 42.4597364568vw;
  text-align: center;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-history-intro__image,
  .p-history-intro .splide__slide {
    width: 21.875rem;
  }
}

.p-history-intro__image img {
  aspect-ratio: 580/290;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}

.p-link-banner__items {
  max-width: 57.5rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-link-banner__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-link-banner__item {
  border: 1px solid var(--color-navy);
}

.p-link-banner__item a {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem;
  position: relative;
}

.p-link-banner__item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3125rem;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/common/link-banner-bg.svg);
  mask-image: url(../images/common/link-banner-bg.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-light-navy);
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
}

.p-link-banner__text {
  width: 50%;
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  line-height: 1;
  color: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-link-banner__text {
    font-size: max(1rem, 10px);
  }
}

.p-link-banner__text::after {
  content: "";
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

.p-link-banner__img {
  width: 48.7804878049%;
  height: auto;
}

.p-link-banner__img img {
  aspect-ratio: 200/150;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

@media (any-hover: hover) {
  .p-link-banner__item a:hover {
    opacity: 1;
  }
  .p-link-banner__item a:hover::before {
    background-color: var(--color-navy);
  }
  .p-link-banner__item a:hover .p-link-banner__text::after {
    background-image: url(../images/common/arrow-navy.svg);
  }
}
.p-link-service__inner.l-inner {
  max-width: 64.0625rem;
}
@media screen and (max-width: 767px) {
  .p-link-service__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-link-service__head {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}
@media screen and (max-width: 767px) {
  .p-link-service__head {
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
  }
}

.p-link-service__button {
  flex-shrink: 0;
  width: 15rem;
}

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

.p-link-service-list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-link-service-list {
    gap: 0.9375rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-link-service-list.is-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-link-service-list.is-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-link-service__item {
  border: 1px solid var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-link-service__item {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-link-service__item a {
  display: block;
  padding: 1.75rem 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-link-service__item a {
    padding: 1.25rem 0.3125rem 0.3125rem;
  }
}

.p-link-service__name {
  padding-inline: 1.25rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}

.p-link-service__name::after {
  content: "";
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-link-service__img {
  margin-top: 1.4375rem;
  width: 100%;
  height: auto;
  position: relative;
}

.p-link-service__img img {
  aspect-ratio: 27/11;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-link-service__img::after {
  content: "";
  position: absolute;
  top: -4.25rem;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../images/common/link-service-bg.svg);
  mask-image: url(../images/common/link-service-bg.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-light-navy);
  aspect-ratio: 27/7;
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-link-service__img::after {
    top: -4.875rem;
  }
}

@media (any-hover: hover) {
  .p-link-service__item a:hover {
    opacity: 1;
  }
  .p-link-service__item a:hover .p-link-service__img::after {
    background-color: var(--color-navy);
  }
}
.p-link-service__item.p-link-service__item--blue .p-link-service__name {
  color: var(--color-blue);
}

.p-link-service__item.p-link-service__item--blue .p-link-service__name::after {
  background-image: url(../images/common/arrow-bg-blue.svg);
}

@media (any-hover: hover) {
  .p-link-service__item.p-link-service__item--blue
    a:hover
    .p-link-service__img::after {
    background-color: var(--color-blue);
  }
}
:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.p-modal {
  --duration: 0.5s;
  margin: auto;
  width: 90%;
  max-width: 50rem;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80%;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow:
    0 0 0.5625rem rgba(0, 0, 0, 0.4),
    0 0 0 100vmax rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  overscroll-behavior: contain; /* この要素のスクロールが終端に達しても親要素（背景）にスクロールを伝播させない */
  transition:
    opacity var(--duration),
    scale var(--duration);
  contain: layout style paint;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-modal {
    max-width: 62.5rem;
    max-height: 85%;
  }
}

.p-modal:not([data-active="true"]) {
  opacity: 0;
  scale: 0.95;
}

.p-modal::backdrop {
  transition: opacity 0.5s;
}

.p-modal:not([data-active="true"])::backdrop {
  opacity: 0;
}

.p-modal__body {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 47.3684210526% 1fr;
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

.p-modal__img {
  width: 100%;
  height: auto;
}

.p-modal__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal__img img {
    aspect-ratio: 4/3;
    border-radius: 0.625rem;
  }
}

.p-modal__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.9375rem;
}

.p-modal__name {
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-familiy);
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-modal__name {
    font-size: max(1.875rem, 10px);
  }
}

.p-modal__name span {
  display: block;
  font-size: max(1rem, 10px);
  font-family: var(--base-font-familiy);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-modal__name span {
    font-size: max(0.875rem, 10px);
  }
}

.p-modal__name.is-executive span {
  padding-left: 0;
  font-size: max(2.25rem, 10px);
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-modal__name.is-executive span {
    font-size: max(1.875rem, 10px);
  }
}

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

.p-modal__wrap + .p-modal__wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal__wrap + .p-modal__wrap {
    margin-top: 0.9375rem;
  }
}

.p-modal__heading {
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-modal__heading {
    font-size: max(0.9375rem, 10px);
  }
}

.p-modal__text {
  margin-top: 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-modal__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-modal__close-button {
  margin-left: auto;
  margin-bottom: 1.25rem;
}

.p-modal__close-button {
  width: 11.25rem;
  border-radius: 1.5625rem;
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.9375rem 0.9375rem;
  text-align: left;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.p-modal__close-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1rem;
  height: 2px;
  background-color: var(--color-black);
}

@media (any-hover: hover) {
  .p-modal__close-button:hover {
    background-color: #ffec0a;
  }
}
.c-pagenavi .nav-links,
.c-pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .nav-links,
  .c-pagenavi .wp-pagenavi {
    gap: 1.375rem;
  }
}

.c-pagenavi .page-numbers,
.c-pagenavi .dots {
  border-radius: 50%;
  display: block;
  aspect-ratio: 1;
  width: 2.5rem;
  background-color: var(--color-white);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-navy);
  font-family: var(--base-font-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.c-pagenavi .next,
.c-pagenavi .previous {
  display: none;
}

.c-pagenavi .dots {
  pointer-events: none;
}

@media (any-hover: hover) {
  .c-pagenavi .page-numbers:hover {
    background-color: var(--color-navy);
    opacity: 1;
    color: var(--color-white);
  }
  .c-pagenavi .dots:hover {
    background-color: transparent;
    color: var(--color-navy);
  }
}
.c-pagenavi .extend {
  pointer-events: none;
}

.c-pagenavi .page-numbers.current {
  background-color: var(--color-navy);
  color: var(--color-white);
}

.c-pagenavi .previouspostslink,
.c-pagenavi .nextpostslink {
  display: inline-block;
}

.c-pagenavi .previouspostslink {
  order: -1;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .previouspostslink {
    margin-right: 0.75rem;
  }
}

.c-pagenavi .nextpostslink {
  order: 2;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .nextpostslink {
    margin-left: 0.75rem;
  }
}

.p-paint-intro__inner.l-inner {
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-paint-intro__header {
  background-color: var(--color-light-navy);
  border-radius: 1.25rem;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__header {
    padding: 1.25rem 0.9375rem;
    border-radius: 0.625rem;
  }
}

.p-paint-intro__title {
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-paint-intro__title {
    font-size: max(1.25rem, 10px);
  }
}

.p-paint-intro__contents {
  margin-top: 3.75rem;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__contents {
    margin-top: 2.5rem;
    padding-inline: 0;
  }
}

.p-paint-intro__lead {
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-paint-intro__lead {
    font-size: max(1rem, 10px);
  }
}

.p-paint-intro__text {
  margin-top: 1.875rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-paint-intro__text {
    margin-top: 1.25rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-paint-intro__text.p-paint-intro__text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__text.p-paint-intro__text--center {
    text-align: left;
  }
}

.p-paint-intro__image {
  margin-top: 2.375rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__image {
    margin-top: 1.25rem;
  }
}

.p-paint-intro__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 680/340;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-intro__image img {
    border-radius: 0.625rem;
  }
}

.p-paint-feature__inner.l-inner {
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-paint-feature__list {
  margin-top: 3.75rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__list {
    margin-top: 1.875rem;
    padding-inline: 0;
  }
}

.p-paint-feature__item {
  display: grid;
  grid-template-columns: 1fr 43.75%;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

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

.p-paint-feature__item:nth-child(1) .p-paint-feature__content {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__item:nth-child(1) .p-paint-feature__content {
    margin-top: 0;
  }
}

.p-paint-feature__item:nth-child(2) .p-paint-feature__content {
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__item:nth-child(2) .p-paint-feature__content {
    margin-top: 0;
  }
}

.p-paint-feature__item:nth-child(3) .p-paint-feature__content {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__item:nth-child(3) .p-paint-feature__content {
    margin-top: 0;
  }
}

.p-paint-feature__heading {
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__heading {
    font-size: max(1rem, 10px);
    gap: 0.625rem;
  }
}

.p-paint-feature__heading .p-paint-feature__number {
  flex-shrink: 0;
  font-size: max(2.875rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  letter-spacing: 0.05em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-paint-feature__heading .p-paint-feature__number {
    font-size: max(1.5625rem, 10px);
  }
}

.p-paint-feature__text {
  margin-top: 0.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-paint-feature__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-paint-feature__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__image {
    grid-column: 1/-1;
  }
}

.p-paint-feature__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/180;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__image img {
    border-radius: 0.625rem;
  }
}

.p-paint-feature__link {
  margin-top: 0.4375rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-navy);
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-paint-feature__link {
    font-size: max(0.875rem, 10px);
  }
}

.p-paint-feature__link::after {
  flex-shrink: 0;
  content: "";
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-paint-feature__link:hover {
    opacity: 0.7;
  }
}
.p-paint__link {
  margin-top: 3.75rem;
  max-width: 50rem;
  margin-inline: auto;
  background-color: #f7f7f8;
}

.p-paint__link a {
  padding: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-paint__link a {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-paint__link-contents {
  position: relative;
  z-index: 0;
  background-color: var(--color-navy);
}

.p-paint__link-text {
  padding-top: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-paint__link-text {
    padding: 1.5625rem 0.9375rem;
    font-size: max(1rem, 10px);
  }
}

.p-paint__link-text span {
  display: block;
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-paint__link-text span {
    font-size: max(1.5625rem, 10px);
  }
}

.p-paint__link-contents::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/paint-link-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-paint__link-contents::after {
    top: -4.875rem;
  }
}

.p-paint__link-image {
  width: 100%;
  height: auto;
}

.p-paint__link-image img {
  aspect-ratio: 39/16;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

@media (any-hover: hover) {
  .p-link-service__item a:hover {
    opacity: 1;
  }
  .p-link-service__item a:hover .p-link-service__img::after {
    background-color: var(--color-navy);
  }
}
.p-paint-partner {
  padding-block: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-paint-partner {
    padding-block: 3.125rem 3.75rem;
  }
}

.p-paint-partner__inner.l-inner {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-paint-partner__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-paint-partner__item {
  background-color: #f7f7f8;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-paint-partner__item {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .p-paint-partner__item:hover {
    opacity: 0.8;
  }
}
.p-paint-partner__text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  color: var(--color-white);
  z-index: 2;
  position: relative;
}

.p-paint-partner__text-en {
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-paint-partner__text-en {
    font-size: max(1.75rem, 10px);
  }
}

.p-paint-partner__text-ja {
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-paint-partner__text-ja {
    font-size: max(1rem, 10px);
  }
}

.p-paint-partner__image {
  width: 24.375rem;
  height: 10rem;
  flex-shrink: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-paint-partner__image {
    width: 100%;
    height: auto;
  }
}

.p-paint-partner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-paint-partner__image img {
    aspect-ratio: 390/160;
  }
}

.p-paint-partner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color-navy);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-paint-partner__bg {
    width: 100%;
  }
}

.p-paint-partner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3.125rem;
  width: 6.25rem;
  height: 100%;
  background-color: #655e93;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-paint-partner__bg::after {
    display: none;
  }
}

.p-paint-flow {
  padding-block: 3.75rem 5rem;
  background-image: url(../images/business/paint-flow-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-paint-flow {
    padding-block: 3.125rem 3.75rem;
  }
}

.p-paint-flow__inner.l-inner {
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-paint-flow__title {
  background-color: var(--color-white);
  border-radius: 1.25rem;
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  text-align: center;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__title {
    font-size: max(1.25rem, 10px);
    line-height: 1;
    padding: 1.5625rem;
  }
}

.p-paint-flow__lead {
  margin-top: 3.875rem;
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__lead {
    margin-top: 1.875rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-paint-flow__lead span {
  font-size: max(2.1875rem, 10px);
  color: var(--color-blue);
  padding-inline: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__lead span {
    font-size: max(1.5rem, 10px);
  }
}

.p-paint-flow__lead-s {
  margin-top: 1.9375rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__lead-s {
    margin-top: 1.25rem;
    font-size: max(0.875rem, 10px);
    text-align: left;
  }
}

.p-paint-flow__list {
  filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.12));
  margin-top: 3.5625rem;
  padding-inline: 4.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__list {
    margin-top: 3.125rem;
    padding-inline: 0;
  }
}

.p-paint-flow__item {
  background-color: var(--color-white);
  position: relative;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 42.4242424242%;
  padding-block: 1.875rem 1.25rem;
  padding-inline: 5.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-block: 1.875rem 1.875rem;
    padding-inline: 0.625rem 0.625rem;
  }
}

.p-paint-flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -1.8125rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.875rem;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-paint-flow__item + .p-paint-flow__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__item + .p-paint-flow__item {
    margin-top: 6.25rem;
  }
}

.p-paint-flow__number {
  position: absolute;
  left: -2.5rem;
  top: 52%;
  transform: translateY(-50%);
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: var(--color-light-navy);
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: max(1.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 500;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-blue);
  padding-top: 0.125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__number {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: max(1.125rem, 10px);
  }
}

.p-paint-flow__item:last-child .p-paint-flow__number-circle {
  background-color: var(--color-blue);
}

.p-paint-flow__item:last-child .p-paint-flow__number-step {
  color: var(--color-white);
}

.p-paint-flow__number-value {
  font-size: max(2.875rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__number-value {
    font-size: max(2.1875rem, 10px);
  }
}

.p-paint-flow__item:last-child .p-paint-flow__number {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.p-paint-flow__content {
  padding-top: 1.4375rem;
}

.p-paint-flow__heading {
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-paint-flow__heading {
    font-size: max(1rem, 10px);
  }
}

.p-paint-flow__text {
  margin-top: 0.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-paint-flow__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-paint-flow__image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__image {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-paint-flow__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/180;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__image img {
    border-radius: 0.625rem;
  }
}

.p-paint-flow__image-note {
  margin-top: 0.625rem;
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  color: #171717;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.42);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-paint-flow__image-note {
    font-size: max(0.6875rem, 10px);
  }
}

.p-paint-flow__item:last-child .p-paint-flow__image-note {
  color: var(--color-white);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-policy {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding-bottom: 5rem;
  }
}

.p-policy__inner {
  max-width: 48.75rem;
  padding: 0 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    max-width: 37.5rem;
    padding: 0 1.875rem;
  }
}

.p-policy__intro {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-policy__intro {
    margin-bottom: 2.5rem;
  }
}

.p-policy__intro-title {
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-blue);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__intro-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.p-policy__intro-text {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__intro-text {
    font-size: 0.9375rem;
  }
}

.p-policy__section {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__section {
    margin-bottom: 1.5rem;
  }
}

.p-policy__section-title {
  font-size: 1.25rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-blue);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__section-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.p-policy__section-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__section-content {
    gap: 1rem;
  }
}

.p-policy__text {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 0.9375rem;
  }
}

.p-policy__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.p-policy__list-item {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__list-item {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-policy__contact {
  margin-top: -0.9375rem;
  margin-bottom: 3.75rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contact {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 1.875rem;
  }
}

.p-policy__contact-company {
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-blue);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-company {
    font-size: 0.9375rem;
  }
}

.p-policy__contact-address {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-address {
    font-size: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}

.p-policy__contact-tel,
.p-policy__contact-fax {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-tel,
  .p-policy__contact-fax {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
  }
}

.p-policy__contact-label {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-label {
    font-size: 0.9375rem;
  }
}

.p-policy__contact-value {
  font-size: 1rem;
  font-weight: var(--font-weight-regular);
  color: var(--color-black);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-policy__contact-value {
    font-size: 0.9375rem;
  }
}

.p-policy__button {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__button {
    margin-top: 3.125rem;
  }
}

.p-recruit-funs {
  background-color: var(--color-blue);
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: clip;
}

.p-recruit-funs__links,
.p-recruit-funs__links .p-recruit-link__lead-large span {
  color: var(--color-white);
}

.p-recruit-funs__links .c-button[data-color="navy"] {
  border: 1px solid var(--color-white);
}

.p-recruit-funs__contents {
  margin-top: 6.25rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__contents {
    margin-top: 3.125rem;
  }
}

.p-recruit-funs__contents::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 154vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__contents::before {
    width: 300vw;
  }
}

.p-recruit-funs__head .c-section-title__ja {
  margin-top: 0.9375rem;
  font-size: max(1rem, 10px);
}

.p-recruit-funs__lead {
  margin-top: 3.75rem;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__lead {
    margin-top: 1.875rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-recruit-funs__items {
  margin-top: -0.1875rem;
  max-width: 65.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__items {
    margin-top: 1.875rem;
  }
}

.p-recruit-funs__item {
  max-width: 40.9375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item {
    max-width: 25rem;
  }
}

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

.p-recruit-funs__item:nth-child(2) {
  margin-top: -9.625rem;
  margin-right: 2rem;
  margin-left: auto;
  flex-direction: row-reverse;
  width: 37.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item:nth-child(2) {
    margin-top: -0.625rem;
    flex-direction: column;
    width: 100%;
  }
}

.p-recruit-funs__item:nth-child(3) {
  margin-top: -3.0625rem;
  margin-left: 1rem;
  max-width: 40rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item:nth-child(3) {
    margin-top: 0.625rem;
    width: 100%;
    max-width: 25rem;
  }
}
/* 
.p-recruit-funs__item:nth-child(3)::before {
  position: absolute;
  content: "";
  left: -1.25rem;
  bottom: 0;
  background-color: var(--color-blue);
  width: 1.875rem;
  height: 20.625rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item:nth-child(3)::before {
    height: 12.5rem;
  }
}

.p-recruit-funs__item:nth-child(3)::after {
  position: absolute;
  content: "";
  left: -1.25rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 1.875rem;
  height: 20.625rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item:nth-child(3)::after {
    height: 12.5rem;
  }
}

.p-recruit-funs__item:nth-child(3) .p-recruit-funs__image::after {
  position: absolute;
  content: "";
  left: -0.9375rem;
  bottom: 5.625rem;
  background-color: #6358b5;
  width: 20.625rem;
  height: 1.875rem;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruit-funs__item:nth-child(3) .p-recruit-funs__image::after {
    width: 12.5rem;
    height: 1.25rem;
    left: -0.3125rem;
    bottom: 3.125rem;
  }
}
 */
.p-recruit-link {
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-image: url(../images/recruit/recruit-link-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.p-requirement-link.p-recruit-link {
  padding-bottom: 5rem;
}

.p-recruit-link__head {
  text-align: center;
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__head {
    font-size: max(1.25rem, 10px);
  }
}

.p-recruit-link__lead-large {
  display: block;
  font-size: max(2.0625rem, 10px);
  line-height: 1.5151515152;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__lead-large {
    font-size: max(1.375rem, 10px);
  }
}

.p-recruit-link__lead-large span {
  display: inline-block;
  font-size: max(2.625rem, 10px);
  line-height: 1.1904761905;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  padding-inline: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__lead-large span {
    font-size: max(1.875rem, 10px);
  }
}

.p-recruit-link__list {
  margin-top: 2.6875rem;
  max-width: 57.5rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-recruit-link__list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.p-recruit-link__item .c-button {
  max-width: 27.5rem;
  border-radius: 1.25rem;
  padding: 1.8125rem 2.5rem 2rem;
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-recruit-link__item .c-button {
    width: 100%;
    max-width: 20rem;
    border-radius: 0.625rem;
    font-size: max(0.875rem, 10px);
    margin-inline: auto;
  }
}

.p-recruit-link__item .c-button span.c-button--en {
  display: block;
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-style: oblique;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__item .c-button span.c-button--en {
    font-size: max(1.875rem, 10px);
  }
}

.p-recruit-link__item .c-button::after {
  width: 1.875rem;
}

.p-recruit-link__insta {
  max-width: 51.875rem;
  margin-inline: auto;
  color: var(--color-white);
  border: 2px solid var(--color-navy);
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__insta {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-recruit-link__insta-contents {
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
}

.p-recruit-link__insta-contents-inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit/recruit-link-insta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.75rem;
}

.p-recruit-link__insta-img {
  width: 100%;
  height: auto;
  position: relative;
}

.p-recruit-link__insta-img img {
  aspect-ratio: 84/57;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-recruit-link__insta-img::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(53, 45, 112, 0.3);
  pointer-events: none;
}

.p-recruit-link__insta-heading {
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  line-height: 1.6363636364;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__insta-heading {
    font-size: max(1.25rem, 10px);
  }
}

.p-recruit-link__insta-heading span {
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1.6363636364;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit-link__insta-heading span {
    font-size: max(1.875rem, 10px);
    line-height: 1;
  }
}

.p-recruit-link__insta-button a {
  width: 15rem;
}

.p-recruit-link-wrap .p-recruit-link {
  margin-top: -9.375rem;
  padding-top: 15.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-link-wrap .p-recruit-link {
    margin-top: -6.25rem;
    padding-top: 7.5rem;
    padding-bottom: 3.125rem;
  }
}

.p-recruit-message {
  background-color: var(--color-blue);
  padding-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message {
    padding-top: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-message__inner.l-inner {
    padding-inline: 0.625rem;
  }
}

.p-recruit-message__lead-wrap {
  max-width: 55rem;
  margin-inline: auto;
  border: 1px solid var(--color-white);
  border-bottom: none;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__lead-wrap {
    width: 95%;
    border-radius: 0.625rem 0.625rem 0 0;
    padding-bottom: 1.875rem;
  }
}

.p-recruit-message__lead {
  margin-top: -1.6875rem;
  max-width: 43.75rem;
  margin-inline: auto;
  background-color: var(--color-blue);
  text-align: center;
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-recruit-message__lead {
    font-size: max(1.25rem, 10px);
    width: 90%;
  }
}

.p-recruit-message__box {
  max-width: 61.25rem;
  margin-inline: auto;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  padding-block: 1.25rem;
  padding-inline: 2.9375rem 1.25rem;
  display: grid;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: 1fr 51.5%;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__box {
    margin-top: -0.625rem;
    padding-block: 1.875rem;
    padding-inline: 1.25rem;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    border-radius: 0.625rem;
  }
}

.p-recruit-message__content {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__content {
    gap: 0.9375rem;
  }
}

.p-recruit-message .c-section-title__ja {
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-recruit-message .c-section-title__ja {
    font-size: max(0.8125rem, 10px);
  }
}

.p-recruit-message__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__text {
    font-size: max(0.875rem, 10px);
    padding-right: 0;
  }
}

.p-recruit-message__name {
  font-size: max(1.5625rem, 10px);
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__name {
    font-size: max(1.3125rem, 10px);
    padding-right: 0;
  }
}

.p-recruit-message__name span {
  display: block;
  font-family: var(--second-font-family);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
}

.p-recruit-message__img {
  width: 100%;
  height: auto;
}

.p-recruit-message__img img {
  aspect-ratio: 470/460;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__img img {
    aspect-ratio: 470/400;
    border-radius: 0.625rem;
  }
}

.p-recruit-teams {
  background-color: var(--color-blue);
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams {
    padding-block: 3.125rem;
  }
}

.p-recruit-teams__title .c-section-title__ja {
  margin-top: 0.875rem;
  font-size: max(1rem, 10px);
}

.p-recruit-teams__lead {
  margin-top: 3.75rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__lead {
    margin-top: 2.5rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-recruit-teams__list {
  margin-top: 3rem;
  max-width: 53.125rem;
  margin-inline: auto;
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5625rem;
    justify-content: center;
  }
}

.p-recruit-teams__item {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__item {
    width: 250px;
    margin-inline: auto;
  }
}

.p-recruit-teams__img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.p-recruit-teams__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 50%;
}

.p-recruit-teams__role {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffec0a;
  border: 2px solid var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__role {
    width: 5.625rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-recruit-teams__role:has(span) {
  font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__role:has(span) {
    font-size: max(0.8125rem, 10px);
  }
}

.p-recruit-teams__role span {
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-familiy);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__role span {
    font-size: max(1.625rem, 10px);
  }
}

.p-recruit-teams__button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 11.25rem;
  border-radius: 1.5625rem;
  background-color: #ffec0a;
  border: 2px solid var(--color-black);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.9375rem 1.0625rem;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__button {
    bottom: 0rem;
    right: -0.625rem;
  }
}

.p-recruit-teams__button::before,
.p-recruit-teams__button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1rem;
  height: 2px;
  background-color: var(--color-black);
}

.p-recruit-teams__button::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-recruit-teams__link {
  width: 100%;
  display: block;
  margin-top: 3.625rem;
  max-width: 53.125rem;
  margin-inline: auto;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  border: 0.375rem solid var(--color-yellow);
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link {
    border-radius: 0.625rem;
    border: 0.1875rem solid var(--color-yellow);
  }
}

.p-recruit-teams__link a {
  padding-block: 3.1875rem 1.25rem;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link a {
    padding-block: 2.5rem 2.5rem;
  }
}

@media (any-hover: hover) {
  .p-recruit-teams__link a:hover {
    opacity: 0.7;
  }
}
.p-recruit-teams__link::before {
  position: absolute;
  content: "";
  top: -1.25rem;
  left: calc(50% + 1.25rem);
  width: 7.875rem;
  height: auto;
  aspect-ratio: 126/63;
  background-image: url(../images/recruit/recruit-teams-icon03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link::before {
    width: 6.25rem;
  }
}

.p-recruit-teams__link::after {
  position: absolute;
  content: "";
  top: 3.375rem;
  right: 1.5625rem;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 36/73;
  background-image: url(../images/recruit/recruit-teams-icon01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link::after {
    width: 1.5625rem;
    top: 52%;
    transform: translateY(-50%);
    right: 0.625rem;
  }
}

.p-recruit-teams__link-intro {
  font-size: max(1.25rem, 10px);
  font-family: var(--second-font-familiy);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transform: translateX(0.625rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-intro {
    font-size: max(0.625rem, 10px);
    transform: initial;
  }
}

.p-recruit-teams__link-intro::after {
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 105%;
  height: auto;
  aspect-ratio: 250/19;
  background-image: url(../images/recruit/recruit-teams-fukidashi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-recruit-teams__link-title {
  margin-top: 1.875rem;
  font-size: max(3.375rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0.125rem 0.125rem 0 var(--color-yellow);
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-title {
    margin-top: 1.25rem;
    font-size: max(2.5rem, 10px);
  }
}

.p-recruit-teams__link-sub-title {
  margin-top: 0.5rem;
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--color-navy);
  transform: translateX(0.625rem);
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-sub-title {
    margin-top: 0.3125rem;
    font-size: max(1.125rem, 10px);
    transform: initial;
  }
}

.p-recruit-teams__link-text {
  margin-top: 1.25rem;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-text {
    margin-top: 0.625rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-recruit-teams__link-text::after {
  content: "";
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(90deg);
}

.p-recruit-teams__link-img01,
.p-recruit-teams__link-img02 {
  position: absolute;
  content: "";
  bottom: 0;
  width: auto;
  height: 93%;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-img01,
  .p-recruit-teams__link-img02 {
    height: 35vw;
    max-height: 11.25rem;
  }
}

.p-recruit-teams__link-img01 {
  left: 0;
}

.p-recruit-teams__link-img01 img {
  aspect-ratio: 454/550;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.p-recruit-teams__link-img02 {
  right: 0;
}

.p-recruit-teams__link-img02 img {
  aspect-ratio: 454/550;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.p-recruit-teams__link-img01::after {
  position: absolute;
  content: "";
  top: calc(50% - 1.75rem);
  transform: translateY(-50%);
  left: 8.6875rem;
  width: 3.375rem;
  height: auto;
  aspect-ratio: 108/131;
  background-image: url(../images/recruit/recruit-teams-icon02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-teams__link-img01::after {
    top: -1.25rem;
    left: 0rem;
    transform: initial;
    width: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-recruit-teams__item:hover .p-recruit-teams__button {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-work__inner.l-inner {
    padding-inline: 0.9375rem;
  }
}

.p-recruit-work__title .c-section-title__en {
  text-transform: revert;
  overflow: hidden;
}

.p-recruit-work__lead {
  margin-top: 2.8125rem;
  text-align: center;
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__lead {
    margin-top: 2.5rem;
    font-size: max(1rem, 10px);
  }
}

.p-recruit-work__lead::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 102%;
  height: 0.625rem;
  background-color: var(--color-yellow);
  z-index: -1;
}

.p-recruit-work__contents {
  margin-top: 4.5rem;
  display: grid;
  gap: 4.0625rem;
  grid-template-columns: 1fr 47.5%;
  max-width: 61.375rem;
  margin-inline: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__contents {
    margin-top: 2.5rem;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.875rem;
    padding-inline: 0.3125rem;
  }
}

.p-recruit-work__text-block {
  padding-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__text-block {
    padding-top: 0;
  }
}

.p-recruit-work__heading {
  font-size: max(1.5625rem, 10px);
  font-weight: 500;
  line-height: 1;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__heading {
    font-size: max(1.25rem, 10px);
    gap: 0.5rem;
  }
}

.p-recruit-work__heading::before {
  content: "";
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-recruit-work__heading::before {
    width: 0.5rem;
  }
}

.p-recruit-work__text {
  margin-top: 1.4375rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__text {
    margin-top: 0.9375rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-recruit-work__list-wrap {
  margin-top: 3.125rem;
  border: 1px solid #707070;
  border-radius: 0.625rem;
  padding-inline: 1.75rem 1.25rem;
  padding-block: 1.25rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__list-wrap {
    margin-top: 1.875rem;
    padding: 0.9375rem;
  }
}

.p-recruit-work__subheading {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.8125rem;
  margin-left: -0.5rem;
  padding-inline: 0.625rem;
  background-color: var(--color-white);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__subheading {
    margin-top: -2.5rem;
    font-size: max(1.125rem, 10px);
    margin-left: 0;
  }
}

.p-recruit-work__list {
  margin-top: 0.5rem;
}

.p-recruit-work__item + .p-recruit-work__item {
  margin-top: 0.125rem;
}

.p-recruit-work__item {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__item {
    font-size: max(0.9375rem, 10px);
  }
}

.p-recruit-work__item::before {
  content: "・";
}

.p-recruit-work__img {
  width: 100%;
  height: auto;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__img {
    padding: 0.3125rem;
  }
}

.p-recruit-work__img img {
  aspect-ratio: 465/380;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  border: 0.25rem solid var(--color-white);
  box-shadow: 0 0 0.5625rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-recruit-work__img img {
    border-radius: 0.625rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  }
}

.p-requirement-flow {
  padding-block: 3.9375rem 3.75rem;
  background-image: url(../images/recruit/requirement-flow-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow {
    padding-block: 3.125rem;
  }
}

.p-requirement-flow__inner.l-inner {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-requirement-flow__text {
  margin-top: 3.75rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__text {
    margin-top: 2.5rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-requirement-flow__list {
  margin-top: 2.1875rem;
  counter-reset: requirement-step;
}

.p-requirement-flow__item {
  display: grid;
  gap: 0.625rem 1.875rem;
  grid-template-columns: 11.25rem 1fr;
  grid-template-rows: 5.375rem 1fr;
  counter-increment: requirement-step;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 0.625rem;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: 5rem 1fr;
  }
}

.p-requirement-flow__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 1.25rem;
  background-color: var(--color-black);
  bottom: -2.5625rem;
  left: 4.625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__item:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-requirement-flow__item + .p-requirement-flow__item {
  margin-top: 3.8125rem;
}

.p-requirement-flow__img {
  grid-area: 1/1/3/2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__img {
    grid-area: 1/1/2/2;
  }
}

.p-requirement-flow__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-requirement-flow__step {
  display: block;
  font-size: max(1.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__step {
    font-size: max(1.125rem, 10px);
  }
}

.p-requirement-flow__step::after {
  content: "STEP 0" counter(requirement-step);
}

.p-requirement-flow__step-head {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__step-head {
    grid-area: 1/2/2/3;
    justify-content: center;
    font-size: max(1.0625rem, 10px);
  }
}

.p-requirement-flow__step-text {
  grid-area: 2/2/3/3;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__step-text {
    grid-area: 2/1/3/3;
    font-size: max(0.8125rem, 10px);
  }
}

.p-requirement__inner.l-inner {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-requirement__list {
  margin-top: 4rem;
  background-image: linear-gradient(
    to right,
    var(--color-navy) 0px,
    var(--color-navy) 8.75rem,
    #f0f0f0 8.75rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .p-requirement__list {
    margin-top: 2.5rem;
  }
}

.p-requirement__item {
  display: flex;
  gap: 5.125rem;
  padding-block: 0.875rem 0.9375rem;
  background-image: linear-gradient(
    to right,
    var(--color-navy) 0px,
    var(--color-navy) 8.75rem,
    #f0f0f0 8.75rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-requirement__item {
    flex-direction: column;
    gap: 0.625rem;
    padding-block: 1.5625rem;
  }
}

.p-requirement__head {
  width: 8.75rem;
  flex-shrink: 0;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-requirement__head {
    width: 100%;
    font-size: max(0.9375rem, 10px);
  }
}

.p-requirement__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-requirement__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-single-case__header {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__header {
    margin-top: 2.5rem;
  }
}

.p-single-case__category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.0625rem 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  color: var(--color-white);
  font-family: var(--base-font-family);
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__category {
    font-size: max(0.875rem, 10px);
    padding: 0.0625rem 0.5rem;
  }
}

.p-single-case__title {
  font-size: max(2.25rem, 10px);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: var(--color-navy);
  font-family: var(--base-font-family);
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__title {
    font-size: max(1.75rem, 10px);
    margin-bottom: 0.625rem;
  }
}

.p-single-case__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-single-case__structure {
  padding: 0.125rem 0.375rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f1edf5;
  color: var(--color-navy);
  font-size: max(0.75rem, 10px);
  font-weight: var(--font-weight-medium);
  line-height: 1.3333333333;
  text-align: center;
  font-family: var(--base-font-family);
}

.p-single-case__name {
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.875;
  color: var(--color-black);
  font-family: var(--base-font-family);
}
@media screen and (max-width: 767px) {
  .p-single-case__name {
    font-size: max(0.875rem, 10px);
    line-height: 1.8571428571;
  }
}

.p-single-case__inner {
  max-width: 48.125rem;
  margin-inline: auto;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-case__inner {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
}

.p-single-case__thumbnail {
  width: 100%;
  margin-top: 1.875rem;
  aspect-ratio: 720/400;
}
@media screen and (max-width: 767px) {
  .p-single-case__thumbnail {
    margin-top: 1.25rem;
  }
}
.p-single-case__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}

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

.p-single-case .c-button {
  margin-top: 3.75rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single-case .c-button {
    margin-top: 2.5rem;
  }
}

.p-single-news__header {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__header {
    margin-top: 2.5rem;
  }
}

.p-single-news__category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.0625rem 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background-color: var(--color-navy);
  font-family: var(--base-font-family);
}
@media screen and (max-width: 767px) {
  .p-single-news__category {
    font-size: max(0.875rem, 10px);
    padding: 0.0625rem 0.5rem;
  }
}

.p-single-news__date {
  display: block;
  font-size: max(1rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.875;
  color: var(--color-black);
  font-family: var(--base-font-family);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__date {
    font-size: max(0.875rem, 10px);
    line-height: 1.8571428571;
    margin-bottom: 0.5rem;
  }
}

.p-single-news__title {
  font-size: max(2.25rem, 10px);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: var(--color-navy);
  font-family: var(--base-font-family);
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__title {
    font-size: max(1.75rem, 10px);
    margin-bottom: 0.625rem;
  }
}

.p-single-news__inner {
  max-width: 48.125rem;
  margin-inline: auto;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__inner {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
}

.p-single-news__thumbnail {
  width: 100%;
  margin-top: 2.8125rem;
  aspect-ratio: 720/400;
}
@media screen and (max-width: 767px) {
  .p-single-news__thumbnail {
    margin-top: 1.25rem;
  }
}
.p-single-news__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
}

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

.p-single-news .c-button {
  margin-top: 3.75rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single-news .c-button {
    margin-top: 2.5rem;
  }
}

.p-special-coating-category__inner.l-inner {
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__inner.l-inner {
    max-width: 37.5rem;
  }
}

.p-special-coating-category__lead {
  margin-top: 2.4375rem;
  font-size: max(0.875rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.8571428571;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__lead {
    text-align: left;
    font-size: max(0.8125rem, 10px);
  }
}

.p-special-coating-category__lead + .p-special-coating-category__items {
  margin-top: 1rem;
}

.p-special-coating-category__items {
  padding-inline: 4.375rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__items {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-inline: 0;
  }
}

.p-special-coating-category__img {
  width: 100%;
  height: auto;
}

.p-special-coating-category__img img {
  aspect-ratio: 350/180;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--color-blue);
}

.p-special-coating-category__content {
  margin-top: 1.0625rem;
}

.p-special-coating-category__company {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.8571428571;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__company {
    font-size: max(0.8125rem, 10px);
  }
}

.p-special-coating-category__company span {
  padding: 0.125rem 0.25rem;
  background-color: var(--color-navy);
  font-size: max(0.625rem, 10px);
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  color: var(--color-white);
  white-space: nowrap;
}

.p-special-coating-category__name {
  margin-top: -0.1875rem;
  font-size: max(1.125rem, 10px);
  font-weight: var(--font-weight-medium);
  line-height: 1.4444444444;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__name {
    font-size: max(1rem, 10px);
  }
}

.p-special-coating-category__name a {
  position: relative;
  display: inline-block;
}

.p-special-coating-category__name a::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.0625rem;
  background-image: url(../images/common/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}

.p-special-coating-category__text {
  margin-top: 0.4375rem;
  font-size: max(0.875rem, 10px);
  font-weight: var(--font-weight-regular);
  line-height: 1.8571428571;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__text {
    font-size: max(0.8125rem, 10px);
  }
}

@media (any-hover: hover) {
  .p-special-coating-category__name a:hover {
    opacity: 1;
  }
  .p-special-coating-category__name a:hover::after {
    transform: scale(1.1) translateY(-50%);
  }
}
.p-special-coating-category__contents {
  margin-top: 2.5rem;
  padding-inline: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__contents {
    padding-inline: 0;
  }
}

.p-special-coating-category__phosphorescent {
  display: flex;
  gap: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__phosphorescent {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-special-coating-category__img--main {
  flex-shrink: 0;
  width: 47.2972972973%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__img--main {
    width: 100%;
  }
}
.p-special-coating-category__img--main img {
  aspect-ratio: 350/180;
}

.p-special-coating-category__img--sub {
  flex-shrink: 0;
  width: 24.3243243243%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__img--sub {
    width: calc(50% - 0.3125rem);
  }
}
.p-special-coating-category__img--sub img {
  aspect-ratio: 1/1;
}

.p-special-coating-category__content--phosphorescent {
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__content--phosphorescent {
    max-width: 100%;
  }
}

.p-special-coating-category__link {
  display: flex;
  justify-content: center;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__link {
    margin-top: 2.5rem;
  }
}

.p-special-coating-category__link a {
  max-width: 15rem;
  width: 100%;
  padding: 0.875rem 1.1875rem;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  border: 1px solid var(--color-navy);
  position: relative;
  transition: opacity 0.3s ease-in-out;
  font-size: max(0.9375rem, 10px);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: var(--color-navy);
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-special-coating-category__link a {
    font-size: max(0.875rem, 10px);
  }
}

.p-special-coating-category__link a span {
  font-size: max(0.625rem, 10px);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  color: var(--color-black);
  transition: color 0.3s ease-in-out;
}

.p-special-coating-category__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1875rem;
  background-image: url(../images/common/arrow-bg-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-special-coating-category__link a:hover {
    opacity: 1;
    background-color: var(--color-navy);
    color: var(--color-white);
  }
  .p-special-coating-category__link a:hover span {
    color: var(--color-white);
  }
  .p-special-coating-category__link a:hover::after {
    background-image: url(../images/common/arrow-navy.svg);
  }
}
.p-strength-experience__head {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-strength-experience__head {
    flex-direction: column;
  }
}

.p-strength-experience__text {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-strength-experience__text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-strength-experience__text span {
  font-weight: 500;
  color: var(--color-blue);
  display: inline-block;
}

.p-strength-experience__button {
  flex-shrink: 0;
  width: 15rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-strength-experience__button {
    margin-top: 1.875rem;
    margin-inline: auto;
  }
}

.p-strength-experience__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 0.4fr 1fr;
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength-experience__list {
    margin-top: 1.875rem;
    grid-column-gap: 0.3125rem;
    grid-row-gap: 0.3125rem;
  }
}

.p-strength-experience__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-strength-experience__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 330/280;
}

.p-strength-experience__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-mv-gradation);
  opacity: 0.8;
  z-index: 1;
}

.p-strength-experience__item:nth-child(odd) img {
  aspect-ratio: 330/420;
}

.p-strength-experience__item:nth-child(1) {
  grid-area: 1/1/3/2;
}

.p-strength-experience__item:nth-child(2) {
  grid-area: 1/2/2/3;
}

.p-strength-experience__item:nth-child(3) {
  grid-area: 1/3/3/4;
}

.p-strength-experience__item:nth-child(4) {
  grid-area: 3/1/4/2;
}

.p-strength-experience__item:nth-child(5) {
  grid-area: 2/2/4/3;
}

.p-strength-experience__item:nth-child(6) {
  grid-area: 3/3/4/4;
}

.p-strength-feature {
  padding-block: 7.375rem 5rem;
  background-image: url(../images/strength/strength-feature-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strength-feature {
    padding-block: 6.25rem 3.125rem;
    background-position: 50% top;
  }
}

.p-strength-feature__title-wrap {
  text-align: center;
}

.p-strength-feature__title {
  font-size: max(1.375rem, 10px);
  font-size: 22px;
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__title {
    font-size: max(1.25rem, 10px);
  }
}

.p-strength-feature__title--large {
  margin-top: 0.3125rem;
  font-size: max(1.875rem, 10px);
  font-size: 40px;
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1;
  color: var(--color-blue);
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__title--large {
    font-size: max(1.5625rem, 10px);
    line-height: 1.5;
  }
}

.p-strength-feature__title--large span {
  display: inline-block;
  font-size: max(3.5625rem, 10px);
  font-family: var(--second-font-family);
  padding-inline: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__title--large span {
    font-size: max(2.8125rem, 10px);
    padding-inline: 0.125rem;
  }
}

.p-strength-feature__lead {
  margin-top: 3.75rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__lead {
    margin-top: 1.875rem;
    font-size: max(0.875rem, 10px);
  }
}

.p-strength-feature__list {
  margin-top: 3.4375rem;
  max-width: 55rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__list {
    margin-top: 1.875rem;
  }
}

.p-strength-feature__item + .p-strength-feature__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__item + .p-strength-feature__item {
    margin-top: 1.25rem;
  }
}

.p-strength-feature__item {
  background-color: var(--color-white);
  border-radius: 1.25rem;
  box-shadow: 0 0 0.5625rem rgba(0, 0, 0, 0.1);
  padding: 1.5625rem 3.75rem;
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  gap: 1.875rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__item {
    border-radius: 0.625rem;
    padding: 1.25rem 1.875rem;
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-strength-feature__icon {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(2.1875rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-strength-feature__icon {
    width: 7.5rem;
    height: 7.5rem;
    margin-inline: auto;
  }
}

.p-strength-feature__icon span {
  font-size: max(2.8125rem, 10px);
  display: inline-block;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__icon span {
    font-size: max(2.5rem, 10px);
    padding-inline: 0.125rem;
  }
}

.p-strength-feature__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-strength-feature__text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-strength-intro__catch {
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__catch {
    font-size: max(1.375rem, 10px);
    line-height: 2;
  }
}

.p-strength-intro__catch span {
  font-size: max(2.1875rem, 10px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  display: inline-block;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__catch span {
    font-size: max(1.875rem, 10px);
  }
}

.p-strength-intro__message {
  margin-top: 5.3125rem;
  border: 1px solid var(--color-blue);
  border-radius: 1.25rem;
  max-width: 51.875rem;
  margin-inline: auto;
  padding: 2.8125rem 4.6875rem 2.1875rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__message {
    margin-top: 2.5rem;
    border-radius: 0.625rem;
    padding: 1.875rem 1.125rem;
    text-align: left;
  }
}

.p-strength-intro__message::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 4.0625rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2.8125rem;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-strength-intro__message::before {
    height: 3.125rem;
    top: -1.5625rem;
  }
}

.p-strength-intro__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__text {
    font-size: max(0.875rem, 10px);
  }
}

.p-strength-intro__text span {
  font-size: max(1.25rem, 10px);
  line-height: 1.8;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-strength-intro__text span {
    font-size: max(1.125rem, 10px);
  }
}

.p-strength-intro__text + .p-strength-intro__text {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__text + .p-strength-intro__text {
    margin-top: 1.25rem;
  }
}

.p-strength-intro__gallery + .p-strength-intro__text {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__gallery + .p-strength-intro__text {
    margin-top: 1.25rem;
  }
}

.p-strength-intro__gallery {
  margin-top: 2.1875rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strength-intro__gallery {
    margin-top: 1.25rem;
  }
}

.p-strength-intro__gallery img {
  aspect-ratio: 680/340;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-strength-smile {
  position: relative;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile {
    padding-bottom: 3.125rem;
  }
}

.p-strength-smile::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 27.5625rem;
  background-image: url(../images/strength/strength-smile-bg.png);
  background-repeat: no-repeat;
  background-position: 33% top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-strength-smile::after {
    height: 80%;
  }
}

.p-strength-smile__inner {
  display: flex;
  gap: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-strength-smile__catch {
  margin-top: 2.8125rem;
  font-size: max(2.125rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__catch {
    margin-top: 1.875rem;
    font-size: max(1.5625rem, 10px);
  }
}

.p-strength-smile__catch span {
  color: var(--color-blue);
}

.p-strength-smile__text {
  margin-top: 1.5625rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__text {
    margin-top: 1.25rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-strength-smile__text span {
  display: inline-block;
  color: var(--color-blue);
  font-weight: 500;
}

.p-strength-smile__recruit {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__recruit {
    margin-top: 1.875rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-strength-smile__recruit a {
  width: 100%;
  display: inline-block;
  padding-block: 1.75rem 1.875rem;
  padding-inline: 2.4375rem 2.75rem;
  color: var(--color-white);
  background-color: var(--color-blue);
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  border: 1px solid var(--color-blue);
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__recruit a {
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-strength-smile__recruit-title {
  font-size: max(2.25rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__recruit-title {
    font-size: max(1.875rem, 10px);
  }
}

.p-strength-smile__recruit-text {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__recruit-text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-strength-smile__recruit-link {
  margin-top: 0.6875rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__recruit-link {
    font-size: max(0.8125rem, 10px);
  }
}

.p-strength-smile__recruit-link::after {
  content: "";
  background-image: url(../images/common/arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

.p-strength-smile__slider {
  flex-shrink: 0;
  width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__slider {
    width: 18.75rem;
    margin-inline: auto;
  }
}

.p-strength-smile .splide__track {
  position: relative;
  height: 29.375rem;
  overflow: revert;
}
@media screen and (max-width: 767px) {
  .p-strength-smile .splide__track {
    height: 18.75rem;
  }
}

.p-strength-smile .splide__track,
.p-strength-smile .splide__list {
  transform: none !important;
}

.p-strength-smile .splide__slide {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center bottom;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  opacity: 0;
}

.p-strength-smile__img {
  width: 100%;
  height: auto;
}

.p-strength-smile__img img {
  aspect-ratio: 460/470;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength-smile__img img {
    border-radius: 0.625rem;
  }
}

.p-strength-smile .splide__pagination {
  display: flex !important;
}

@media (any-hover: hover) {
  .p-strength-smile__recruit a:hover {
    color: var(--color-blue);
    background-color: var(--color-white);
    opacity: 1;
  }
  .p-strength-smile__recruit a:hover .p-strength-smile__recruit-link::after {
    background-image: url(../images/common/arrow-bg-blue.svg);
  }
}
.p-strength-techniques__inner {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-strength-techniques__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-strength-techniques__text {
  margin-top: 2.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-strength-techniques__text {
    margin-top: 1.875rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-strength-techniques__text span {
  font-weight: 500;
  color: var(--color-blue);
  display: inline-block;
}

.p-strength-techniques__button {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-strength-techniques__button {
    margin-top: 1.875rem;
    display: flex;
    justify-content: center;
  }
}

.p-strength-techniques__img {
  flex-shrink: 0;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-strength-techniques__img {
    width: 100%;
  }
}

.p-strength-techniques__img img {
  aspect-ratio: 515/388;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-strength-techniques__img img {
    border-radius: 0.625rem;
  }
}

.p-sub-mv {
  width: 100%;
  height: 21.25rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    height: 13.75rem;
    padding-bottom: 0;
    padding-bottom: 1.25rem;
  }
}

.p-sub-mv::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 15.625rem;
  background: var(--color-navy-gradation);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-sub-mv::before {
    height: 11.25rem;
  }
}

.p-sub-mv[data-color="blue"]::before {
  background: revert;
  background-color: var(--color-blue);
}

.p-sub-mv__inner.l-inner {
  max-width: 81.25rem;
  position: relative;
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__inner.l-inner {
    padding-inline: 0.625rem;
    height: 12.5rem;
  }
}

.p-sub-mv__image {
  width: 100%;
  height: inherit;
  z-index: 0;
  position: relative;
}

.p-sub-mv__image img {
  aspect-ratio: 12/3;
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .p-sub-mv__image img {
    aspect-ratio: 12/6;
    border-radius: 0.625rem;
  }
}

.p-sub-mv__image::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--color-mv-gradation);
  border-radius: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__image::after {
    border-radius: 0.625rem;
  }
}

.p-sub-mv__no-image {
  width: 100%;
  height: auto;
  aspect-ratio: 12/3;
  border-radius: 1.25rem;
  background-color: var(--color-white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__no-image {
    aspect-ratio: 12/6;
    border-radius: 0.625rem;
    height: inherit;
  }
}

.p-sub-mv__no-image::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--color-mv-gradation2);
  border-radius: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__no-image::after {
    border-radius: 0.625rem;
  }
}

.p-sub-mv__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.p-sub-mv__wrap[data-layout="horizontal"] {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__wrap[data-layout="horizontal"] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.p-sub-mv__title-en {
  font-size: max(2.875rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-en {
    font-size: max(2rem, 10px);
  }
}

.p-sub-mv__title-ja {
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-ja {
    font-size: max(0.9375rem, 10px);
  }
}

.p-sub-mv__title-sub {
  margin-top: 0.9375rem;
  font-size: max(1.5625rem, 10px);
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
  padding: 0.4375rem 0.625rem;
  border: 1px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title-sub {
    font-size: max(1rem, 10px);
  }
}

.p-tab__menu-items {
  display: flex;
}

.p-tab__button {
  display: block;
  position: relative;
}

.p-tab__button.is-active {
  background-color: rgb(248, 173, 143);
}

/* タブコンテンツ */
.p-tab__content {
  display: none;
}

.p-tab__content.is-active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-table__td {
  min-width: 18.75rem;
}

.p-top-business__inner {
  display: flex;
  align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__inner {
    display: contents;
  }
}

.p-top-business__contents {
  display: grid;
  grid-template-columns: 1fr 44.3159922929%;
  gap: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__contents {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.p-top-business__text-wrap {
  position: sticky;
  top: 9.375rem;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-top-business__text-wrap {
    position: static;
    display: contents;
  }
}

.p-top-business__lead {
  margin-top: 2.375rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-business__lead {
    margin-top: 2.5625rem;
    font-size: max(0.8125rem, 10px);
    max-width: 37.5rem;
    margin-inline: auto;
    padding-inline: 3.125rem;
  }
}

.p-top-business__button {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__button {
    order: 3;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}

.p-top-business__list {
  padding-right: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-business__list {
    margin-top: 4.125rem;
    order: 2;
    width: 76.3358778626%;
    margin-inline: auto;
    padding-right: 0;
  }
}

.p-top-business__item + .p-top-business__item {
  margin-top: 1.875rem;
}

.p-top-business__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-business__item {
    max-width: 25rem;
    margin-inline: auto;
  }
}

.p-top-business__item a::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--color-black);
  border-radius: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-business__item a::after {
    border-radius: 0.625rem;
  }
}

.p-top-business__img {
  width: 100%;
  height: auto;
}

.p-top-business__img img {
  aspect-ratio: 420/250;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__img img {
    aspect-ratio: 3/2;
    border-radius: 0.625rem;
  }
}

.p-top-business__label {
  position: absolute;
  z-index: 1;
  right: 1.875rem;
  bottom: 2.25rem;
  font-size: max(1.75rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 1;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__label {
    right: 1.25rem;
    bottom: 1.375rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-top-business__label::after {
  content: "";
  background-image: url(../images/common/arrow-navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: background-image 0.3s ease-in-out;
}

.p-top-business__item:last-child .p-top-business__img img {
  aspect-ratio: 420/200;
}
@media screen and (max-width: 767px) {
  .p-top-business__item:last-child .p-top-business__img img {
    aspect-ratio: 3/2;
  }
}

.p-top-business__item:last-child .p-top-business__label {
  font-size: max(1.3125rem, 10px);
}

@media (any-hover: hover) {
  .p-top-business__item a:hover {
    opacity: 1;
  }
  .p-top-business__item a:hover::after {
    opacity: 0.3;
  }
}
.p-top-case {
  overflow-x: clip;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-bottom: 0;
  }
}

.p-top-case__lead-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-case__lead-wrap {
    margin-top: 2.8125rem;
    flex-direction: column;
    padding-inline: 1.125rem 0.9375rem;
  }
}

.p-top-case__lead-text {
  font-size: max(2.125rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.0588235294;
}
@media screen and (max-width: 767px) {
  .p-top-case__lead-text {
    font-size: max(1.5625rem, 10px);
    line-height: 1.44;
  }
}

.p-top-case__lead-text span {
  color: var(--color-blue);
}

.p-top-case__desc {
  margin-top: 0.625rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-case__desc {
    margin-top: 0.75rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-top-case__button {
  flex-shrink: 0;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__button {
    order: 3;
    margin-top: 2.25rem;
    margin-inline: auto;
  }
}

.p-top-case__slider {
  margin-top: 2.5rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-case__slider {
    margin-top: 2.1875rem;
  }
}

.p-top-case__arrows-wrap {
  margin-top: 1.5625rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 18.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-case__arrows-wrap {
    grid-template-columns: 1fr;
  }
}

.p-top-case__arrows {
  text-align: right;
  padding-right: 10rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__arrows {
    display: none;
  }
}

.p-top-case__slider__progress {
  background: #f0f0f0;
  height: 0.3125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-case__slider__progress {
    margin-top: 0.8125rem;
    width: 90%;
  }
}

.p-top-case__slider__progress-bar {
  background: #707071;
  width: 0%;
  height: 0.3125rem;
  border-radius: 0.625rem;
  transition: width 4s linear;
}

.p-top-mv-wrap {
  position: relative;
}

.p-top-mv-wrap::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 66.25rem;
  background-image: url(../images/top/top-mv-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv-wrap::before {
    background-image: url(../images/top/top-mv-bg-sp.png);
    height: calc(100vh + 23.75rem - var(--header-height));
    height: calc(100svh + 23.75rem - var(--header-height));
    max-height: 68.75rem;
    min-height: 46.875rem;
  }
}

.p-top-mv {
  width: 100%;
  height: 40rem;
  overflow-x: clip;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    min-height: 18.75rem;
    height: calc(100vh - 3.125rem - var(--header-height));
    height: calc(100svh - 3.125rem - var(--header-height));
    max-height: 41.875rem;
  }
}

.p-top-mv__inner {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

.p-top-mv__video {
  padding-left: 7.6875rem;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__video {
    padding-left: 1.875rem;
  }
}

.p-top-mv__video video {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__video video {
    border-radius: 0 0 0 3.75rem;
  }
}

.p-top-mv__scroll-down {
  position: absolute;
  bottom: 6.4375rem;
  left: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-down {
    display: none;
  }
}

.p-top-mv__video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-mv__title {
  position: absolute;
  left: 12rem;
  bottom: 3.875rem;
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    left: 3.375rem;
    bottom: 2.0625rem;
    width: 18rem;
  }
}

.p-top-mv__title svg {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-news__inner {
  display: flex;
  flex-direction: column;
}

.p-top-news__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    display: contents;
  }
}

.p-top-news__button {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__button {
    margin-top: 0.625rem;
    margin-inline: auto;
    order: 3;
  }
}

.p-top-news__list {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin-top: 5.0625rem;
  }
}

.p-top-news__item a {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding-block: 1rem;
  background-image: linear-gradient(
    to right,
    var(--color-black) 0px,
    var(--color-black) 5rem,
    #f0f0f0 5rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a {
    padding-inline: 0.625rem;
    padding-block: 1.625rem 1.5rem;
    flex-direction: column;
    gap: 0;
    background-image: linear-gradient(
      to right,
      var(--color-black) 0px,
      var(--color-black) 6.5625rem,
      #f0f0f0 6.5625rem,
      #f0f0f0 100%
    );
    background-position: top;
  }
}

.p-top-news__item:first-child {
  background-image: linear-gradient(
    to right,
    var(--color-black) 0px,
    var(--color-black) 5rem,
    #f0f0f0 5rem,
    #f0f0f0 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .p-top-news__item:first-child {
    content: none;
  }
}

.p-top-news__meta {
  flex-shrink: 0;
  width: 20.2312138728%;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__meta {
    width: 100%;
    gap: 1.25rem;
  }
}

.p-top-news__date {
  flex-shrink: 0;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-news__date {
    font-size: max(0.9375rem, 10px);
  }
}

.p-top-news__cat {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1;
  display: block;
  padding: 0.25rem 0.375rem;
  min-width: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__cat {
    min-width: 3.3125rem;
  }
}

.p-top-news__text {
  flex-grow: 1;
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-news__text {
    font-size: max(1.0625rem, 10px);
    line-height: 1.8823529412;
  }
}

@media (any-hover: hover) {
  .p-top-news__item a:hover {
    opacity: 1;
  }
  .p-top-news__item a:hover .p-top-news__text {
    color: var(--color-navy);
  }
}
.p-top-recruit-link {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 11.875rem;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-recruit-link {
    width: 8.125rem;
    right: 1.25rem;
  }
}

.p-top-recruit-link.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-top-recruit-link a {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-recruit-link img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-top-recruit-link a:hover {
    opacity: 1;
  }
  .p-top-recruit-link a:hover img {
    transform: scale(1.1);
  }
}
.p-top-recruit {
  position: relative;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-bottom: 3.75rem;
    overflow-x: clip;
  }
}

.p-top-recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 31.9375rem;
  aspect-ratio: 2732/1022;
  background-image: url(../images/top/recruit-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit::after {
    max-height: initial;
    width: 125.5rem;
    height: auto;
    aspect-ratio: 2008/672;
    background-image: url(../images/top/recruit-bg-sp.png);
    left: 2%;
    transform: translateX(-50%);
  }
}

.p-top-recruit__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 83.125rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__inner {
    max-width: 37.5rem;
    flex-direction: column;
    gap: 0;
  }
}

.p-top-recruit__content {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__content {
    padding-left: 0;
  }
}

.p-top-recruit__text {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    margin-top: 2.8125rem;
    padding-inline: 1.125rem 0.9375rem;
  }
}

.p-top-recruit__lead {
  font-size: max(2.125rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 600;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__lead {
    font-size: max(1.5625rem, 10px);
    line-height: 1.44;
  }
}

.p-top-recruit__lead span {
  color: var(--color-blue);
}

.p-top-recruit__desc {
  margin-top: 1.5625rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__desc {
    margin-top: 0.75rem;
    font-size: max(0.8125rem, 10px);
  }
}

.p-top-recruit__button {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__button {
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}

.p-top-recruit__img-wrap {
  margin-top: 1.5rem;
  flex-shrink: 0;
  width: 48.7804878049%;
  margin-right: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img-wrap {
    margin-top: 2.1875rem;
    width: 100%;
  }
}

.p-top-recruit__img-wrap img {
  aspect-ratio: 600/470;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img-wrap img {
    aspect-ratio: 333/200;
  }
}

.p-top-recruit__bgtext {
  position: absolute;
  bottom: -6.875rem;
  right: 0;
  width: 87%;
  font-size: max(2.625rem, 10px);
  font-family: var(--en-font-family);
  font-style: oblique;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: rgba(101, 87, 221, 0.4);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__bgtext {
    bottom: -1.25rem;
    right: -0.9375rem;
    font-size: max(1.625rem, 10px);
    text-align: right;
  }
}

.p-top-recruit__bgtext span {
  display: block;
  font-size: max(4.75rem, 10px);
  font-family: var(--en-font-family);
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__bgtext span {
    display: inline-block;
    font-size: max(2.25rem, 10px);
  }
}

.p-top-smile {
  padding-block: 6.25rem 12.1875rem;
  background-color: #edecf5;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-smile {
    padding-block: 4.875rem 20rem;
  }
}

.p-top-smile__head {
  position: relative;
  z-index: 10;
  padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__head {
    padding-left: 1.0625rem;
  }
}

.p-top-smile__lead {
  margin-top: 3.125rem;
  font-size: max(1.3125rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 500;
  line-height: 1.7142857143;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-top-smile__lead {
    margin-top: 2.3125rem;
    font-size: max(1.125rem, 10px);
    line-height: 2;
  }
}

.p-top-smile__body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-smile__body {
    margin-top: 4.5rem;
    flex-direction: column;
  }
}

.p-top-smile__content {
  padding-left: 2.375rem;
  margin-top: 5.25rem;
  flex-shrink: 0;
  width: 60%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-smile__content {
    display: contents;
  }
}

.p-top-smile__text {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-top-smile__text {
    font-size: max(0.8125rem, 10px);
    line-height: 2;
    width: 100%;
    padding-inline: 1rem;
  }
}

.p-top-smile__text-large {
  display: block;
  margin-top: 0.875rem;
  font-size: max(1.875rem, 10px);
  font-family: var(--second-font-family);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--color-navy);
}
@media screen and (max-width: 767px) {
  .p-top-smile__text-large {
    margin-top: 0.75rem;
    font-size: max(1.5rem, 10px);
    line-height: 1.5;
  }
}

.p-top-smile__link-wrap {
  margin-top: 5.1875rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__link-wrap {
    order: 3;
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.p-top-smile__link {
  width: 15rem;
}

.p-top-smile__image-wrap {
  margin-right: calc(50% - 50vw);
  width: 78.8433382138vw;
  margin-top: -8.125rem;
  margin-left: -22.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-smile__image-wrap {
    order: 2;
    margin-inline: auto;
    margin-top: 2.75rem;
    width: 100%;
  }
}

.p-top-smile__slider {
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.05) 0px,
    rgba(0, 0, 0, 0.05) 18.75rem,
    rgba(0, 0, 0, 0.05) 18.75rem,
    rgba(0, 0, 0, 0.3) 22.5rem,
    rgba(0, 0, 0, 0.3) 22.5rem,
    rgb(0, 0, 0) 25rem,
    rgb(0, 0, 0) 22.5rem,
    rgb(0, 0, 0) 47.5rem,
    rgb(0, 0, 0) 47.5rem,
    rgba(0, 0, 0, 0.8) 53.75rem,
    rgba(0, 0, 0, 0.8) 53.75rem,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.05) 0px,
    rgba(0, 0, 0, 0.05) 18.75rem,
    rgba(0, 0, 0, 0.05) 18.75rem,
    rgba(0, 0, 0, 0.3) 22.5rem,
    rgba(0, 0, 0, 0.3) 22.5rem,
    rgb(0, 0, 0) 25rem,
    rgb(0, 0, 0) 22.5rem,
    rgb(0, 0, 0) 47.5rem,
    rgb(0, 0, 0) 47.5rem,
    rgba(0, 0, 0, 0.8) 53.75rem,
    rgba(0, 0, 0, 0.8) 53.75rem,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 767px) {
  .p-top-smile__slider {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.p-top-smile__img-item {
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__img-item {
    width: 100%;
  }
}

.p-top-smile__img-item--bottom {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__img-item--bottom {
    padding-top: 1.25rem;
  }
}

.p-top-smile__img-item figure + figure {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__img-item figure + figure {
    display: none;
  }
}

.p-top-smile__img-item figure img {
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-smile__img-item figure img {
    aspect-ratio: 333/200;
  }
}

.p-top-smile__bg {
  position: absolute;
  bottom: -1.0625rem;
  left: 23.5vw;
  width: 32.875rem;
  font-size: max(4.75rem, 10px);
  font-family: var(--en-font-family);
  font-weight: 600;
  font-style: oblique;
  line-height: 1;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top-smile__bg {
    width: initial;
    bottom: -1.0625rem;
    left: initial;
    right: 0;
    font-size: max(2.25rem, 10px);
  }
}

.p-top-smile__bg span {
  text-transform: capitalize;
  display: block;
  font-size: max(3.9375rem, 10px);
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-smile__bg span {
    text-align: left;
    font-size: max(1.875rem, 10px);
  }
}

.p-top-sns-link {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  background-color: var(--color-white);
  border: 0.1875rem solid var(--color-navy);
  border-radius: 2.5rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-top-sns-link {
    display: none;
  }
}

.p-top-sns-link a {
  display: block;
  width: 2.5rem;
  height: auto;
}

.p-top-sns-link img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-top-sns-link a:hover {
    opacity: 1;
  }
  .p-top-sns-link a:hover img {
    transform: scale(1.1);
  }
}
.p-top-strength {
  padding-block: 12.5rem 0;
  background-image: url(../images/top/top-strength-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  width: 100%;
  overflow-x: clip;
  /* 横スクロールを防ぐ */
}
@media screen and (max-width: 767px) {
  .p-top-strength {
    padding-block: 5.125rem 3.75rem;
    background-size: cover;
  }
}

.p-top-strength__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-strength__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8125rem;
  }
}

.p-top-strength__contents {
  padding-left: 3.9375rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-strength__contents {
    padding-inline: 1.0625rem 0.3125rem;
    display: contents;
  }
}

.p-top-strength__title.c-section-title .c-section-title__en {
  font-size: max(4.625rem, 10px);
  font-style: oblique;
}
@media screen and (max-width: 767px) {
  .p-top-strength__title.c-section-title .c-section-title__en {
    font-size: max(3rem, 10px);
  }
}

.p-top-strength__title.c-section-title .c-section-title__ja {
  margin-top: 0.9375rem;
  font-size: max(1.8125rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-top-strength__title.c-section-title .c-section-title__ja {
    font-size: max(1.125rem, 10px);
  }
}

.p-top-strength__lead-wrap {
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__lead-wrap {
    padding-inline: 1.0625rem 0.3125rem;
  }
}

.p-top-strength__lead {
  margin-top: 3.375rem;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__lead {
    margin-top: 2.6875rem;
    padding-left: 0;
  }
}

.p-top-strength__lead-text {
  font-size: max(1.375rem, 10px);
  font-weight: 400;
  line-height: 1.875;
  font-family: var(--second-font-family);
}
@media screen and (max-width: 767px) {
  .p-top-strength__lead-text {
    font-size: max(0.8125rem, 10px);
  }
}

.p-top-strength__lead-accent {
  margin-top: 0.5rem;
  font-family: var(--second-font-family);
  font-size: max(2.8125rem, 10px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-top-strength__lead-accent {
    font-size: max(1.5625rem, 10px);
    letter-spacing: 0.08em;
  }
}

.p-top-strength__lead-accent span {
  display: inline-block;
  padding-right: 0.25rem;
  font-size: max(3.4375rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-top-strength__lead-accent span {
    font-size: max(2rem, 10px);
    padding: 0;
  }
}

.p-top-strength__lead-accent + .p-top-strength__lead-text {
  margin-top: 1.25rem;
}

.p-top-strength__text {
  margin-top: 2.375rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-strength__text {
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
}

.p-top-strength__button {
  margin-top: 2.875rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__button {
    margin-top: 0.3125rem;
    padding-left: 0;
    order: 3;
  }
}

.p-top-strength__circle-list {
  flex-shrink: 0;
  margin-right: -1.4375rem;
  width: 30.3125rem;
  width: 44.1666666667%;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-strength__circle-list {
    margin-inline: calc(50% - 50vw);
    width: 110vw;
    padding-inline: 0.1875rem;
    padding-top: 0;
    max-width: 31.25rem;
  }
}

.p-top-strength__bottom-img {
  margin-top: 0.625rem;
  width: 100%;
  height: auto;
}

.p-top-strength__bottom-img img {
  aspect-ratio: 1366/348;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-warranty-intro {
  overflow-x: clip;
}

.p-warranty-intro__head {
  max-width: 51.875rem;
  margin-inline: auto;
  border: 1px solid var(--color-blue);
  border-bottom: none;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-inline: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-warranty-intro__head {
    border-radius: 0.625rem 0.625rem 0 0;
    padding-inline: 0.9375rem;
  }
}

.p-warranty-intro__heading {
  margin-top: -2.6875rem;
  width: 97%;
  margin-inline: auto;
  font-size: max(1.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--second-font-family);
  color: var(--color-blue);
  text-align: center;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-warranty-intro__heading {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 0.625rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-warranty-intro__text {
  padding-bottom: 1.25rem;
  margin-top: 2.5rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-warranty-intro__text {
    margin-top: 1.25rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-warranty-intro__logos {
  margin-top: 2.5rem;
  margin-inline: calc(50% - 50vw);
  background-color: var(--color-light-navy);
  display: grid;
  gap: 1.875rem 2.5rem;
  grid-template-columns: repeat(3, 12.6875rem);
  padding-block: 2.25rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-warranty-intro__logos {
    gap: 0.625rem;
    padding-block: 1.5625rem;
    grid-template-columns: repeat(2, 9.375rem);
  }
}

.p-warranty-intro__logo-item {
  width: 12.6875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-warranty-intro__logo-item {
    width: 9.375rem;
  }
}

.p-warranty-intro__logo-item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-warranty-overview {
  padding-block: 5rem;
  background-image: url(../images/strength/p-warranty-overview-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview {
    padding-block: 3.125rem;
  }
}

.p-warranty-overview__head {
  max-width: 42.5rem;
  margin-inline: auto;
}

.p-warranty-overview__heading {
  font-size: max(1.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--second-font-family);
  color: var(--color-blue);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__heading {
    font-size: max(1.25rem, 10px);
  }
}

.p-warranty-overview__text {
  margin-top: 2.375rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__text {
    margin-top: 1.25rem;
    font-size: max(0.9375rem, 10px);
  }
}

.p-warranty-overview__contents {
  margin-top: 5rem;
  max-width: 55rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__contents {
    margin-top: 2.5rem;
  }
}

.p-warranty-overview__lead {
  background-color: var(--color-white);
  border-radius: 1.25rem;
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  text-align: center;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__lead {
    font-size: max(1.25rem, 10px);
    line-height: 1;
    padding: 1.5625rem;
  }
}

.p-warranty-overview__block-wrap {
  margin-top: 4.375rem;
  padding-inline: 0.625rem;
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__block-wrap {
    margin-top: 2.5rem;
    gap: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-warranty-overview__subtitle {
  font-size: max(1.5625rem, 10px);
  font-weight: 500;
  line-height: 1.04;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__subtitle {
    font-size: max(1.3125rem, 10px);
  }
}

.p-warranty-overview__description {
  margin-top: 1.3125rem;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__description {
    font-size: max(0.8125rem, 10px);
  }
}

.p-warranty-overview__img {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 21.875rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__img {
    margin-top: 1.25rem;
  }
}

.p-warranty-overview__img img {
  aspect-ratio: 350/495;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-warranty-overview__award {
  margin-top: 4.8125rem;
  border: 1px solid var(--color-blue);
  border-radius: 1.25rem;
  max-width: 42.5rem;
  margin-inline: auto;
  padding-block: 3.6875rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__award {
    margin-top: 3.125rem;
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-warranty-overview__award-lead {
  font-size: max(1.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--second-font-family);
  color: var(--color-blue);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__award-lead {
    font-size: max(1.375rem, 10px);
  }
}

.p-warranty-overview__award-img {
  margin-top: 2.5rem;
  max-width: 28.125rem;
  margin-inline: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__award-img {
    margin-top: 1.25rem;
  }
}

.p-warranty-overview__award-img img {
  aspect-ratio: 45/31;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-warranty-overview__award-text {
  margin-top: 2.25rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-warranty-overview__award-text {
    margin-top: 1.25rem;
    font-size: max(0.9375rem, 10px);
  }
}

:where(div, figure):has(> .u-no-image) {
  background-color: var(--color-white);
}

.u-no-image {
  padding: 10% 20%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
