@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ==========================================================================
   Reset
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  color: #111827;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

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

.l-main-hasHeader {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .l-main-hasHeader {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .l-main-hasHeader-sp {
    padding-top: 80px;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.l-contact {
  padding: 85px 0 56px;
  background: linear-gradient(to right, #0061b5 0%, #005197 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .l-contact {
    padding: 60px 20px;
  }
}

.l-contactText {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.l-contactInfo {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}
.l-contactInfo::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .l-contactInfo::before {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .l-contactInfo {
    flex-direction: column;
    margin-top: 42px;
    gap: 70px;
  }
}

.l-contactInfoMail .l-contactInfoMail__text {
  color: #ffffff;
  text-align: center;
}
.l-contactInfoMail .l-contactInfoMail__button {
  margin-top: 28px;
}

.l-contactInfoTel {
  text-align: center;
}
.l-contactInfoTel p {
  color: #ffffff;
}
.l-contactInfoTel .l-contactInfoTel__title {
  font-size: 18px;
}
.l-contactInfoTel .l-contactInfoTel__number {
  font-size: 45px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.l-contactInfoTel .l-contactInfoTel__number span {
  color: #ffffff;
  font-size: 30px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .l-contactInfoTel .l-contactInfoTel__number {
    font-size: 35px;
  }
  .l-contactInfoTel .l-contactInfoTel__number span {
    font-size: 20px;
  }
}
.l-contactInfoTel .l-contactInfoTel__businessHours {
  font-size: 15px;
}

.p-recruitCta {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: 88px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1024px) {
  .p-recruitCta {
    padding-block: 60px;
  }
}

.p-recruitCta__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-recruitCta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-recruitCta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 57%), linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.p-recruitCta__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  gap: 56px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .p-recruitCta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding-inline: 30px;
  }
}

.p-recruitCta__body {
  flex: 1;
  min-width: 0;
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-recruitCta__body {
    padding-right: 0;
    gap: 12px;
  }
}

.p-recruitCta__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-recruitCta__title {
    font-size: 24px;
    text-align: center;
  }
}

.p-recruitCta__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .p-recruitCta__text {
    font-size: 15px;
    text-align: center;
  }
}

.p-recruitCta__button {
  color: #fff;
  flex-shrink: 0;
  width: 452px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 48px;
  background-color: #0061b5;
  color: #ffffff;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: 0.3s ease;
}
.p-recruitCta__button:hover {
  background-color: #ffffff;
  opacity: 1;
}
.p-recruitCta__button:hover .p-recruitCta__buttonText {
  color: #0061b5;
}
.p-recruitCta__button:hover .p-recruitCta__buttonArrow {
  color: #0061b5;
}
@media (max-width: 1024px) {
  .p-recruitCta__button {
    width: 100%;
    max-width: 356px;
    font-size: 15px;
    line-height: 1.3;
    padding: 20px 48px;
    margin: 0 auto;
  }
}

.p-recruitCta__buttonText {
  color: #fff;
}

.p-recruitCta__buttonArrow {
  color: white;
  transition: transform 0.3s ease;
}

.c-contactButton {
  position: relative;
  color: #0061b5;
  background-color: #ffffff;
  border: 1px solid #0061b5;
  width: 320px;
  height: 66px;
  border-radius: 33px;
  padding-left: 40px;
  transition: 0.3s ease;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-contactButton::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 66px;
  width: 43px;
  height: 18px;
  background-image: url(../images/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-contactButton:hover {
  background-color: #0061b5;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.c-contactButton:hover::after {
  background-image: url(../images/icon_contact_white.svg);
}

.c-topButton {
  position: relative;
  width: 190px;
  height: 60px;
  border-radius: 30px;
  padding-left: 40px;
  transition: 0.3s ease;
  background-color: #ffffff;
}
.c-topButton::before {
  content: "";
  position: absolute;
  background-color: #222222;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.c-topButton::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 36px;
  width: 13px;
  height: 10px;
  background-image: url("../images/icon_right-arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-topButton:hover {
  background-color: #222222;
  color: #ffffff;
  opacity: 1;
}
.c-topButton:hover::before {
  background-color: #0061b5;
}
@media (max-width: 768px) {
  .c-topButton.is-sp {
    width: 110px;
    height: 35px;
    font-size: 12px;
    padding-left: 30px;
  }
  .c-topButton.is-sp::before {
    width: 18px;
    height: 18px;
    left: 9px;
  }
  .c-topButton.is-sp::after {
    left: 12px;
    top: 37%;
    width: 14px;
    height: 10px;
    transform: scale(0.8);
  }
}

.c-topSectionTitle {
  text-align: center;
}
.c-topSectionTitle.is-left {
  text-align: left;
}
.c-topSectionTitle.is-left .c-topSectionTitleSquare {
  justify-content: flex-start;
}
.c-topSectionTitle .c-topSectionTitle__enCaption {
  color: #0061b5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-topSectionTitle .c-topSectionTitle__enCaption {
    font-size: 16px;
  }
}
.c-topSectionTitle .c-topSectionTitle__title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-topSectionTitle .c-topSectionTitle__title {
    font-size: 30px;
    white-space: nowrap;
  }
}

.c-topSectionTitleSquare {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.c-topSectionTitleSquare .c-topSectionTitle__square {
  width: 10px;
  height: 10px;
}
.c-topSectionTitleSquare .c-topSectionTitle__square.red {
  background-color: #0061b5;
}
.c-topSectionTitleSquare .c-topSectionTitle__square.black {
  background-color: #111827;
}
@media (max-width: 768px) {
  .c-topSectionTitleSquare .c-topSectionTitle__square {
    width: 6px;
    height: 6px;
  }
}

.is-contact .c-topSectionTitleSquare {
  display: none;
}
.is-contact .c-topSectionTitle__enCaption {
  color: #ffffff;
}
.is-contact .c-topSectionTitle__title {
  color: #ffffff;
}

.c-subtitle__01 {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .c-subtitle__01 {
    gap: 10px;
  }
}

.c-subtitle__01-bars {
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .c-subtitle__01-bars {
    gap: 4px;
  }
}

.c-subtitle__01-bar {
  width: 10px;
  height: 44px;
}
.c-subtitle__01-bar.is-gray {
  background-color: #111827;
}
.c-subtitle__01-bar.is-red {
  background-color: #0061b5;
}
@media (max-width: 768px) {
  .c-subtitle__01-bar {
    width: 6px;
    height: 32px;
  }
}

.c-subtitle__01-text {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .c-subtitle__01-text {
    font-size: 23px;
    gap: 10px;
  }
}

.c-subtitle__01-ja {
  color: #0061b5;
}

.c-subtitle__01-en {
  color: #222222;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-subtitle__01-en {
    font-size: 11px;
  }
}

.c-subtitle__02 {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .c-subtitle__02 {
    flex-direction: column;
    gap: 2px;
  }
}

.c-subtitle__02-title {
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-subtitle__02-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-subtitle__02-titleEn {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-subtitle__02-titleEn {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

.c-subtitle__02-line {
  margin-top: 24px;
  height: 1px;
  background-color: #222222;
}
@media (max-width: 768px) {
  .c-subtitle__02-line {
    margin-top: 16px;
  }
}

.c-subtitle__03 {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .c-subtitle__03 {
    gap: 16px;
  }
}

.c-subtitle__03-bar {
  display: block;
  width: 5px;
  height: 40px;
  flex-shrink: 0;
  background-color: #0061b5;
}
@media (max-width: 768px) {
  .c-subtitle__03-bar {
    height: 36px;
  }
}

.c-subtitle__03-title {
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-subtitle__03-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.c-subService {
  padding-top: 87px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-subService {
    padding-top: 48px;
  }
}

.c-subService__lead {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .c-subService__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.c-subService__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 90px;
}
@media (max-width: 1024px) {
  .c-subService__grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.c-subService__card {
  display: grid;
  grid-template-columns: 1fr 310px;
  grid-template-rows: auto 1fr;
  align-items: start;
}
.c-subService__card .c-subService__card-title {
  grid-column: 1;
  grid-row: 1;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.c-subService__card .c-subService__card-content {
  grid-column: 1;
  grid-row: 2;
  margin-top: 12px;
}
.c-subService__card .c-subService__card-figure {
  grid-column: 2;
  grid-row: 1/-1;
  max-width: 280px;
  height: 200px;
  margin-left: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f6;
  border-radius: 4px;
}
.c-subService__card .c-subService__card-figure img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .c-subService__card .c-subService__card-figure img {
    height: 40px;
  }
}
.c-subService__card .c-subService__card-figure--02 img {
  height: 100px;
}
@media (max-width: 768px) {
  .c-subService__card .c-subService__card-figure--02 img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .c-subService__card {
    grid-template-columns: 144px 1fr;
    grid-template-rows: auto auto;
    max-width: 400px;
    margin-inline: auto;
  }
  .c-subService__card .c-subService__card-title {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .c-subService__card .c-subService__card-content {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
    margin-left: 20px;
  }
  .c-subService__card .c-subService__card-figure {
    grid-column: 1;
    grid-row: 2;
    width: 144px;
    height: 103px;
    padding-block: 19px;
    margin-left: 0;
  }
}

.c-subService__card-text {
  font-size: 15px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .c-subService__card-text {
    font-size: 14px;
  }
}

.c-subService__card-button {
  display: inline-block;
  margin-top: 20px;
  width: 142px !important;
  height: 44px !important;
  padding-left: 26px !important;
  font-weight: 500;
  font-size: 15px !important;
  border: 1px solid #222222;
  text-align: center;
  line-height: 42px;
}
.c-subService__card-button.is-width-auto {
  width: max-content !important;
  padding-left: 40px !important;
  padding-right: 16px !important;
}
.c-subService__card-button::before {
  width: 20px !important;
  height: 20px !important;
  left: 14px !important;
}
.c-subService__card-button::after {
  left: 19px !important;
  height: 7px !important;
}
@media (max-width: 768px) {
  .c-subService__card-button {
    margin-top: 16px;
    margin-inline: auto;
    padding-left: 22px !important;
  }
  .c-subService__card-button::after {
    left: 18px !important;
    height: 9px !important;
  }
}

.c-subFv {
  height: 720px !important;
  overflow: hidden;
}
.c-subFv .c-catchphrase {
  position: absolute;
  bottom: 230px;
  left: 120px;
  padding-block: 10px;
  border-radius: 5px;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .c-subFv .c-catchphrase {
    bottom: 200px;
    left: 20px;
    padding-block: 4px;
    padding-inline: 0;
    font-size: 25px;
  }
}
.c-subFv .c-explanation {
  position: absolute;
  bottom: 77px;
  left: 120px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  z-index: 100;
}
@media (max-width: 768px) {
  .c-subFv .c-explanation {
    bottom: 100px;
    left: 20px;
    font-size: 17px;
  }
}
.c-subFv .c-explanation.is-interview {
  bottom: 150px;
}
@media (max-width: 768px) {
  .c-subFv .c-explanation.is-interview {
    bottom: 100px;
  }
}
@media (min-width: 1025px) {
  .c-subFv img {
    top: 174px;
    height: 546px;
  }
}
@media (max-width: 768px) {
  .c-subFv {
    height: 342px !important;
  }
  .c-subFv .p-fvBg {
    height: 322px !important;
  }
  .c-subFv img {
    height: 322px !important;
  }
}

.c-reservation {
  padding: 88px 0;
  background-color: #f2f2f6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-reservation::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg_reservation_pc.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 534px;
  height: 100%;
  top: 20px;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .c-reservation {
    padding: 64px 0;
  }
  .c-reservation::after {
    background-image: url(../images/bg_reservation_sp.png);
    max-width: 330px;
    top: 284px;
    bottom: -12px;
    right: 1px;
  }
}

.c-reservation__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-inline: 20px;
}
@media (max-width: 1024px) {
  .c-reservation__inner {
    flex-direction: column;
    padding-inline: 30px;
    gap: 24px;
  }
}

.c-reservation__title {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-reservation__title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
}

.c-reservation__text {
  margin-top: 16px;
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .c-reservation__text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.c-reservation__action {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-reservation__action {
    text-align: center;
    width: 100%;
  }
}

.c-reservation__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 452px;
  height: auto;
  padding-block: 40px;
  padding-inline: 0;
  background-color: #0061b5;
  border: 1px solid #0061b5;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-decoration: none;
  transition: 0.3s ease;
}
.c-reservation__button::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 21px;
  height: 15px;
  background-image: url(../images/icon_contact_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-reservation__button::before {
    width: 18px;
    height: 13px;
  }
}
.c-reservation__button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 14px;
  background-image: url(../images/icon_right-arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-reservation__button::after {
    width: 15px;
    height: 11.5px;
  }
}
.c-reservation__button:hover {
  background-color: #ffffff;
  border: 1px solid #0061b5;
  opacity: 1;
}
.c-reservation__button:hover::before {
  background-image: url(../images/icon_contact.svg);
}
.c-reservation__button:hover .c-reservation__button-label {
  color: #0061b5;
}
.c-reservation__button:hover::after {
  background-image: url(../images/icon_right-arrow_blue.svg);
}
@media (max-width: 768px) {
  .c-reservation__button {
    width: 100%;
    max-width: 356px;
    padding-block: 20px;
    padding-inline: 0;
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 374px) {
  .c-reservation__button {
    font-size: 11px;
  }
}
.c-reservation__button.is-disabled {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  cursor: not-allowed;
  pointer-events: none;
}
.c-reservation__button.is-disabled::before, .c-reservation__button.is-disabled::after {
  filter: grayscale(1) opacity(0.7);
}
.c-reservation__button.is-disabled:hover {
  background-color: #ccc;
  border-color: #ccc;
}
.c-reservation__button.is-disabled:hover::before {
  background-image: url(../images/icon_contact_white.svg);
}
.c-reservation__button.is-disabled:hover::after {
  background-image: url(../images/icon_right-arrow_white.svg);
}
.c-reservation__button.is-disabled:hover .c-reservation__button-label {
  color: #ffffff;
}

.c-reservation__button-label {
  flex-shrink: 0;
  color: #ffffff;
}

/* Project
   ----------------------------------------------------------------- */
.p-contact-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-contact-page {
    padding-bottom: 40px;
  }
}
.p-contact-page__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px 120px;
}
@media (max-width: 1024px) {
  .p-contact-page__heading {
    padding: 24px 100px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-contact-page__heading {
    padding: 24px 20px;
  }
}
.p-contact-page__heading-bars {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  flex-shrink: 0;
}
.p-contact-page__heading-bar {
  width: 10px;
  height: 44px;
}
.p-contact-page__heading-bar.is-red {
  background-color: #0061b5;
}
.p-contact-page__heading-bar.is-dark {
  background-color: #3e3e3e;
}
@media (max-width: 768px) {
  .p-contact-page__heading-bar {
    width: 6px;
    height: 35px;
  }
}
.p-contact-page__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #0061b5;
  letter-spacing: 2.1px;
  line-height: 48px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-contact-page__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-contact-page__title {
    font-size: 17.5px;
    line-height: 36px;
    margin-left: 6px;
  }
}
.p-contact-page__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.p-contact-page__title-slash {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a49699;
  letter-spacing: 1.6px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .p-contact-page__title-slash {
    margin-left: 40px;
  }
}
.p-contact-page__title-label {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.85px;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-contact-page__title-label {
    font-size: 14px;
    width: 100%;
  }
}
.p-contact-page__description {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 0;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-contact-page__description {
    max-width: 100%;
    padding: 16px 20px 0;
    font-size: 14px;
  }
}

.p-contact-page .entry-content .wpcf7,
.page .entry-content .wpcf7 {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7,
  .page .entry-content .wpcf7 {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 24px;
  }
}
.p-contact-page .entry-content .wpcf7-form h3,
.page .entry-content .wpcf7-form h3 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  margin: 40px 0 0;
  background-color: #0061b5;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 1px;
}
.p-contact-page .entry-content .wpcf7-form h3:first-of-type,
.page .entry-content .wpcf7-form h3:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form h3,
  .page .entry-content .wpcf7-form h3 {
    font-size: 16px;
    padding: 8px 16px;
    margin-top: 30px;
  }
}
.p-contact-page .entry-content .wpcf7-form p,
.page .entry-content .wpcf7-form p {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
  min-height: 40px;
}
.p-contact-page .entry-content .wpcf7-form p.form-notice,
.page .entry-content .wpcf7-form p.form-notice {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: none;
  min-height: auto;
  padding: 0;
  line-height: 1.6;
}
.p-contact-page .entry-content .wpcf7-form p.form-notice br,
.page .entry-content .wpcf7-form p.form-notice br {
  display: inline !important;
}
.p-contact-page .entry-content .wpcf7-form p.form-notice a,
.page .entry-content .wpcf7-form p.form-notice a {
  display: inline;
  color: #0061b5;
  text-decoration: underline;
}
.p-contact-page .entry-content .wpcf7-form p.form-notice a:hover,
.page .entry-content .wpcf7-form p.form-notice a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form p,
  .page .entry-content .wpcf7-form p {
    flex-direction: column;
    border-bottom: 1px solid #e5e7eb;
    min-height: auto;
  }
}
.p-contact-page .entry-content .wpcf7-form p:nth-last-of-type(-n + 2),
.page .entry-content .wpcf7-form p:nth-last-of-type(-n + 2) {
  border-bottom: none;
}
.p-contact-page .entry-content .wpcf7-form p:last-of-type,
.page .entry-content .wpcf7-form p:last-of-type {
  position: relative;
  justify-content: center;
  padding: 40px 0 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form p:last-of-type,
  .page .entry-content .wpcf7-form p:last-of-type {
    padding: 30px 0 0;
  }
}
.p-contact-page .entry-content .wpcf7-form label,
.page .entry-content .wpcf7-form label {
  display: flex;
  align-items: center;
  width: 200px;
  min-width: 200px;
  padding: 14px 20px;
  background-color: #f3f4f6;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  border-right: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form label,
  .page .entry-content .wpcf7-form label {
    width: 100%;
    min-width: 100%;
    padding: 10px 16px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    font-size: 13px;
    background-color: #f3f4f6;
  }
}
.p-contact-page .entry-content .wpcf7-form br,
.page .entry-content .wpcf7-form br {
  display: none;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap,
.page .entry-content .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 8px 36px;
  flex-wrap: wrap;
  min-width: 404px;
}
@media (max-width: 640px) {
  .p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap,
  .page .entry-content .wpcf7-form .wpcf7-form-control-wrap {
    min-width: 0;
  }
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap,
.page .entry-content .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 404px;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap[data-name=delivery-same-address],
.page .entry-content .wpcf7-form .wpcf7-form-control-wrap[data-name=delivery-same-address] {
  flex: 0 0 auto;
  padding-right: 0;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap[data-name=delivery-address],
.page .entry-content .wpcf7-form .wpcf7-form-control-wrap[data-name=delivery-address] {
  flex: 1;
  min-width: 200px;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form .wpcf7-form-control-wrap,
  .page .entry-content .wpcf7-form .wpcf7-form-control-wrap {
    padding: 10px 0;
  }
}
.p-contact-page .entry-content .wpcf7-form input[type=text],
.p-contact-page .entry-content .wpcf7-form input[type=email],
.p-contact-page .entry-content .wpcf7-form input[type=tel],
.p-contact-page .entry-content .wpcf7-form input[type=url],
.p-contact-page .entry-content .wpcf7-form input[type=number],
.p-contact-page .entry-content .wpcf7-form input[type=date],
.page .entry-content .wpcf7-form input[type=text],
.page .entry-content .wpcf7-form input[type=email],
.page .entry-content .wpcf7-form input[type=tel],
.page .entry-content .wpcf7-form input[type=url],
.page .entry-content .wpcf7-form input[type=number],
.page .entry-content .wpcf7-form input[type=date] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #111827;
  line-height: 1.6;
  background-color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  appearance: none;
}
.p-contact-page .entry-content .wpcf7-form input[type=text]::placeholder,
.p-contact-page .entry-content .wpcf7-form input[type=email]::placeholder,
.p-contact-page .entry-content .wpcf7-form input[type=tel]::placeholder,
.p-contact-page .entry-content .wpcf7-form input[type=url]::placeholder,
.p-contact-page .entry-content .wpcf7-form input[type=number]::placeholder,
.p-contact-page .entry-content .wpcf7-form input[type=date]::placeholder,
.page .entry-content .wpcf7-form input[type=text]::placeholder,
.page .entry-content .wpcf7-form input[type=email]::placeholder,
.page .entry-content .wpcf7-form input[type=tel]::placeholder,
.page .entry-content .wpcf7-form input[type=url]::placeholder,
.page .entry-content .wpcf7-form input[type=number]::placeholder,
.page .entry-content .wpcf7-form input[type=date]::placeholder {
  color: #9ca3af;
}
.p-contact-page .entry-content .wpcf7-form input[type=text]:focus,
.p-contact-page .entry-content .wpcf7-form input[type=email]:focus,
.p-contact-page .entry-content .wpcf7-form input[type=tel]:focus,
.p-contact-page .entry-content .wpcf7-form input[type=url]:focus,
.p-contact-page .entry-content .wpcf7-form input[type=number]:focus,
.p-contact-page .entry-content .wpcf7-form input[type=date]:focus,
.page .entry-content .wpcf7-form input[type=text]:focus,
.page .entry-content .wpcf7-form input[type=email]:focus,
.page .entry-content .wpcf7-form input[type=tel]:focus,
.page .entry-content .wpcf7-form input[type=url]:focus,
.page .entry-content .wpcf7-form input[type=number]:focus,
.page .entry-content .wpcf7-form input[type=date]:focus {
  border-color: #0061b5;
  box-shadow: 0 0 0 3px rgba(0, 97, 181, 0.1);
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form input[type=text],
  .p-contact-page .entry-content .wpcf7-form input[type=email],
  .p-contact-page .entry-content .wpcf7-form input[type=tel],
  .p-contact-page .entry-content .wpcf7-form input[type=url],
  .p-contact-page .entry-content .wpcf7-form input[type=number],
  .p-contact-page .entry-content .wpcf7-form input[type=date],
  .page .entry-content .wpcf7-form input[type=text],
  .page .entry-content .wpcf7-form input[type=email],
  .page .entry-content .wpcf7-form input[type=tel],
  .page .entry-content .wpcf7-form input[type=url],
  .page .entry-content .wpcf7-form input[type=number],
  .page .entry-content .wpcf7-form input[type=date] {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.p-contact-page .entry-content .wpcf7-form select,
.page .entry-content .wpcf7-form select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #111827;
  line-height: 1.6;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  padding-right: 36px;
}
.p-contact-page .entry-content .wpcf7-form select:focus,
.page .entry-content .wpcf7-form select:focus {
  border-color: #0061b5;
  box-shadow: 0 0 0 3px rgba(0, 97, 181, 0.1);
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form select,
  .page .entry-content .wpcf7-form select {
    padding: 10px 12px;
    padding-right: 36px;
    font-size: 16px;
  }
}
.p-contact-page .entry-content .wpcf7-form textarea,
.page .entry-content .wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #111827;
  line-height: 1.8;
  background-color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  resize: vertical;
  min-height: 160px;
}
.p-contact-page .entry-content .wpcf7-form textarea::placeholder,
.page .entry-content .wpcf7-form textarea::placeholder {
  color: #9ca3af;
}
.p-contact-page .entry-content .wpcf7-form textarea:focus,
.page .entry-content .wpcf7-form textarea:focus {
  border-color: #0061b5;
  box-shadow: 0 0 0 3px rgba(0, 97, 181, 0.1);
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form textarea,
  .page .entry-content .wpcf7-form textarea {
    padding: 10px 12px;
    font-size: 16px;
    min-height: 140px;
  }
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-checkbox,
.p-contact-page .entry-content .wpcf7-form .wpcf7-radio,
.page .entry-content .wpcf7-form .wpcf7-checkbox,
.page .entry-content .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 4px 0;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.p-contact-page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.p-contact-page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  min-width: auto;
  padding: 0;
  background: none;
  border-right: none;
  border-bottom: none;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.p-contact-page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.p-contact-page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.p-contact-page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio],
.page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.page .entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.page .entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #0061b5;
  cursor: pointer;
}
.p-contact-page .entry-content .wpcf7-form input[type=submit],
.page .entry-content .wpcf7-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 48px;
  background-color: #0061b5;
  color: #ffffff;
  border: 2px solid #0061b5;
  border-radius: 9999px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.p-contact-page .entry-content .wpcf7-form input[type=submit]:hover,
.page .entry-content .wpcf7-form input[type=submit]:hover {
  background-color: #ffffff;
  color: #0061b5;
}
.p-contact-page .entry-content .wpcf7-form input[type=submit]:active,
.page .entry-content .wpcf7-form input[type=submit]:active {
  transform: scale(0.98);
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form input[type=submit],
  .page .entry-content .wpcf7-form input[type=submit] {
    width: 100%;
    max-width: 300px;
    padding: 14px 32px;
    font-size: 15px;
  }
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-spinner,
.page .entry-content .wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(135px, 0);
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-spinner::before,
.page .entry-content .wpcf7-form .wpcf7-spinner::before {
  border-color: #0061b5;
}
@media (max-width: 768px) {
  .p-contact-page .entry-content .wpcf7-form .wpcf7-spinner,
  .page .entry-content .wpcf7-form .wpcf7-spinner {
    transform: translate(110px, 0);
  }
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-response-output,
.page .entry-content .wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-radius: 4px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-mail-sent-ok,
.page .entry-content .wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-validation-errors,
.p-contact-page .entry-content .wpcf7-form .wpcf7-acceptance-missing,
.page .entry-content .wpcf7-form .wpcf7-validation-errors,
.page .entry-content .wpcf7-form .wpcf7-acceptance-missing {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-spam-blocked,
.page .entry-content .wpcf7-form .wpcf7-spam-blocked {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-not-valid-tip,
.page .entry-content .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  color: #d32f2f;
  line-height: 1.4;
  word-break: break-all;
}
.p-contact-page .entry-content .wpcf7-form .wpcf7-not-valid,
.page .entry-content .wpcf7-form .wpcf7-not-valid {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1) !important;
}

.hidden-fields-container {
  border: none;
  padding: 0;
  margin: 0;
}

.p-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 40px;
}
@media (max-width: 1024px) {
  .p-breadcrumb {
    padding: 12px 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.p-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0061b5;
  line-height: 19.7px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-breadcrumb__item {
    gap: 10px;
    font-size: 12px;
  }
}
.p-breadcrumb__item a {
  color: #0061b5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-breadcrumb__item a:hover {
  opacity: 0.7;
}
.p-breadcrumb__separator {
  display: inline-block;
  width: 5px;
  height: 8px;
  flex-shrink: 0;
  background-image: url("../images/icon_breadcrumb.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .p-single {
    padding-bottom: 40px;
  }
}

.p-post-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 900px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .p-post-header {
    max-width: 100%;
    padding: 0 20px 20px;
  }
}
.p-post-header__meta {
  display: flex;
  align-items: center;
  gap: 25px;
}
.p-post-header__date {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-post-header__date {
    font-size: 12px;
  }
}
.p-post-header__categories {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-post-header__category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px 7px;
  border: 1px solid #222;
  border-radius: 80px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-post-header__category {
    font-size: 12px;
    padding: 4px 12px 5px;
  }
}
.p-post-header__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #222;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-post-header__title {
    font-size: 22px;
  }
}

.p-post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  .p-post-content {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    gap: 30px;
  }
}
.p-post-content h2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #222;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .p-post-content h2 {
    font-size: 22px;
    padding: 5px 0;
  }
}
.p-post-content h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  background-color: #0061b5;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .p-post-content h3 {
    font-size: 20px;
    padding: 8px 16px;
  }
}
.p-post-content h4 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  border-left: 3px solid #0061b5;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .p-post-content h4 {
    font-size: 20px;
    padding: 0 16px;
  }
}
.p-post-content h5 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 53px;
  padding: 10px 20px;
  border-bottom: 1px solid #0d0d0d;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #111827;
  letter-spacing: 1.1px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-post-content h5 {
    font-size: 18px;
    height: auto;
    padding: 8px 16px;
  }
}
.p-post-content h6 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #0061b5;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-post-content h6 {
    font-size: 17px;
    height: auto;
    padding: 8px 16px;
  }
}
.p-post-content p {
  width: 100%;
  padding: 0 20px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .p-post-content p {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
  }
}
.p-post-content p strong,
.p-post-content p b {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0d0d0d;
  line-height: 34px;
}
.p-post-content .p-post-content__remarks,
.p-post-content .remarks-text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 0 20px;
  color: #0061b5;
}
@media (max-width: 1024px) {
  .p-post-content .p-post-content__remarks,
  .p-post-content .remarks-text {
    padding: 0;
  }
}
.p-post-content .p-post-content__remarks .remarks-mark,
.p-post-content .remarks-text .remarks-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  flex-shrink: 0;
}
.p-post-content .p-post-content__remarks .remarks-body,
.p-post-content .remarks-text .remarks-body {
  flex: 1;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
}
.p-post-content ol {
  display: block;
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 1024px) {
  .p-post-content ol {
    padding: 0;
  }
}
.p-post-content ol {
  list-style: decimal;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111827;
}
.p-post-content ol li {
  margin-left: 24px;
  margin-bottom: 10px;
  line-height: 32px;
}
.p-post-content ol li:last-child {
  margin-bottom: 0;
}
.p-post-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1024px) {
  .p-post-content ul {
    padding: 0;
  }
}
.p-post-content ul {
  list-style: disc;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111827;
}
.p-post-content ul li {
  margin-left: 24px;
  margin-bottom: 10px;
  line-height: 32px;
}
.p-post-content ul li:last-child {
  margin-bottom: 0;
}
.p-post-content a {
  color: #0061b5;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}
.p-post-content a:hover {
  opacity: 0.7;
}
.p-post-content p > a:only-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0061b5;
  letter-spacing: 0.45px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  line-height: normal;
}
@media (max-width: 1024px) {
  .p-post-content p > a:only-child {
    font-size: 12px;
    letter-spacing: 0.36px;
    gap: 6px;
  }
}
.p-post-content p > a:only-child::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  background-color: #0061b5;
  background-image: url("../images/icon_link_allow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4px 6px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-post-content p > a:only-child::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-size: 3px 5px;
  }
}
.p-post-content p > a:only-child[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-image: url("../images/icon_external-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.p-post-content img {
  max-width: 100%;
  height: auto;
}
.p-post-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 14px;
}
.p-post-content table th,
.p-post-content table td {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  line-height: 1.6;
}
.p-post-content table th {
  background-color: #f3f4f6;
  font-weight: 500;
  text-align: left;
}

.p-post-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12.5px;
  padding: 12px 24px 12px 18px;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .p-post-back-btn {
    margin-top: 30px;
  }
}
.p-post-back-btn:hover {
  background-color: #222222;
  opacity: 1;
}
.p-post-back-btn:hover .p-post-back-btn__label {
  color: #ffffff;
}
.p-post-back-btn:hover .p-post-back-btn__icon {
  background-color: #ffffff;
}
.p-post-back-btn:hover .p-post-back-btn__icon img {
  filter: invert(1);
}
.p-post-back-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #222222;
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.p-post-back-btn__icon img {
  width: 10px;
  height: auto;
  transition: all 0.3s ease;
}
.p-post-back-btn__label {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.7px;
  line-height: 1;
  transition: all 0.3s ease;
}

.p-news-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
  flex: 1;
}
@media (max-width: 768px) {
  .p-news-archive {
    padding-bottom: 40px;
  }
}
.p-news-archive__heading {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px 120px;
}
@media (max-width: 1024px) {
  .p-news-archive__heading {
    padding: 24px 100px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-news-archive__heading {
    padding: 24px 20px;
    gap: 10px;
  }
}
.p-news-archive__heading-bars {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  flex-shrink: 0;
}
.p-news-archive__heading-bar {
  width: 10px;
  height: 44px;
}
.p-news-archive__heading-bar.is-red {
  background-color: #0061b5;
}
.p-news-archive__heading-bar.is-dark {
  background-color: #3e3e3e;
}
.p-news-archive__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #0061b5;
  letter-spacing: 2.1px;
  line-height: 48px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-news-archive__title {
    font-size: 28px;
  }
}
.p-news-archive__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.p-news-archive__title-slash {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a49699;
  letter-spacing: 1.6px;
  line-height: 48px;
}
.p-news-archive__title-label {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.85px;
  line-height: 1;
}
.p-news-archive__filter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 780px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-news-archive__filter {
    width: 100%;
    padding: 0 20px;
    margin-top: 24px;
    gap: 8px;
  }
}
.p-news-archive__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px 7px;
  border: 1px solid #222;
  border-radius: 80px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-news-archive__filter-btn {
    font-size: 12px;
    padding: 4px 12px 5px;
  }
}
.p-news-archive__filter-btn:hover {
  background-color: #0061b5;
  border-color: #0061b5;
  color: #fff;
}
.p-news-archive__filter-btn.is-active {
  background-color: #0061b5;
  border-color: #0061b5;
  color: #fff;
}
.p-news-archive__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 780px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-news-archive__list {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.p-news-archive__separator {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.p-news-archive__item {
  display: flex;
  align-items: flex-start;
  padding: 25px 0px;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 25px;
}
@media (max-width: 768px) {
  .p-news-archive__item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
  }
}
.p-news-archive__item:hover .p-news-archive__item-title {
  color: #005197;
}
.p-news-archive__item:hover .p-news-archive__item-arrow {
  background-color: #0061b5;
  border-color: #0061b5;
}
.p-news-archive__item:hover .p-news-archive__item-arrow .p-news-archive__item-arrow-icon {
  background-image: url("../images/icon_arrow_right_white.svg");
}
.p-news-archive__item-date {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  line-height: 1;
  white-space: nowrap;
  margin: auto 0 auto 0;
}
@media (max-width: 768px) {
  .p-news-archive__item-date {
    font-size: 12px;
    flex-basis: 100%;
  }
}
.p-news-archive__item-category-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.p-news-archive__item-category-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 100px;
}
@media (max-width: 768px) {
  .p-news-archive__item-category-wrap {
    gap: 6px;
    flex-basis: 100%;
  }
}
.p-news-archive__item-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px 7px;
  border: 1px solid #222;
  border-radius: 80px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-news-archive__item-category {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.p-news-archive__item-title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .p-news-archive__item-title {
    font-size: 14px;
    flex: 1;
    min-width: 0;
  }
}
.p-news-archive__item-arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  background-color: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.p-news-archive__item-arrow-icon {
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("../images/icon_arrow_right_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.p-news-archive__no-posts {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  text-align: center;
  padding: 40px 0;
}
.p-news-archive__pager {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-news-archive__pager {
    margin-top: 40px;
  }
}
.p-news-archive__pager-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-news-archive__pager-btn:hover:not(.is-disabled) {
  background-color: #f5f5f5;
}
.p-news-archive__pager-btn.is-disabled {
  color: #7d7d7d;
  cursor: default;
  pointer-events: none;
}
.p-news-archive__pager-btn.is-disabled span {
  color: #7d7d7d;
}
.p-news-archive__pager-prev {
  width: 55px;
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}
.p-news-archive__pager-next {
  width: 55px;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.p-news-archive__pager-current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  width: 220px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
@media (max-width: 768px) {
  .p-news-archive__pager-current {
    width: 160px;
  }
}
.p-news-archive__pager-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #222;
  text-align: center;
  text-align-last: center;
  line-height: 27px;
  cursor: pointer;
  padding: 0 28px;
  width: 100%;
  outline: none;
}
.p-news-archive__pager-select:focus {
  outline: none;
}
.p-news-archive__pager-select option {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  text-align: center;
}
.p-news-archive__pager-dropdown-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("../images/icon_pagenation_down-filled.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-news-archive__pager-arrow {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-news-archive__pager-arrow.is-prev {
  background-image: url("../images/icon_pager_left.svg");
}
.p-news-archive__pager-arrow.is-next {
  background-image: url("../images/icon_pager_right.svg");
}
.p-news-archive__pager-prev.is-disabled .p-news-archive__pager-arrow.is-prev {
  background-image: url("../images/icon_pager_left_disabled.svg");
}
.p-news-archive__pager-next.is-disabled .p-news-archive__pager-arrow.is-next {
  background-image: url("../images/icon_pager_right_disabled.svg");
}

.p-page__content {
  padding-block: 80px;
}
@media (max-width: 768px) {
  .p-page__content {
    padding-block: 48px;
  }
}
.p-page__content.is-interview {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-page__content.is-interview {
    padding-bottom: 24px;
  }
}
.p-page__content h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 64px;
  margin-bottom: 24px;
}
.p-page__content h2::before {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  flex-shrink: 0;
  background-color: #0061b5;
}
@media (max-width: 768px) {
  .p-page__content h2 {
    font-size: 18px;
    gap: 12px;
    margin-top: 48px;
    margin-bottom: 16px;
  }
  .p-page__content h2::before {
    height: 32px;
  }
}
.p-page__content.is-interview h2 {
  position: relative;
  padding-left: 28px;
}
.p-page__content.is-interview h2:before {
  position: absolute;
  left: 10px;
  top: 0;
  width: 7px;
}
@media (max-width: 768px) {
  .p-page__content.is-interview h2:before {
    height: 30px;
  }
}
.p-page__content.is-interview h2:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 7px;
  height: 40px;
  background-color: #111827;
}
@media (max-width: 768px) {
  .p-page__content.is-interview h2:after {
    height: 30px;
  }
}
.p-page__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #222222;
}
@media (max-width: 768px) {
  .p-page__content h3 {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.p-page__content h4 {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-page__content h4 {
    font-size: 15px;
    margin-top: 24px;
  }
}
.p-page__content p {
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-page__content p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-page__content ul,
.p-page__content ol {
  margin-bottom: 16px;
  padding-left: 1.5em;
}
.p-page__content ul {
  list-style-type: disc;
}
.p-page__content ol {
  list-style-type: decimal;
}
.p-page__content li {
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .p-page__content li {
    font-size: 15px;
  }
}
.p-page__content a {
  color: #0061b5;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-page__content a:hover {
  opacity: 0.75;
}
.p-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-block: 24px;
}
.p-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 24px;
  font-size: 15px;
}
.p-page__content table th,
.p-page__content table td {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-page__content table th {
  background-color: #f3f4f6;
  font-weight: 700;
  color: #222222;
}
.p-page__content table td {
  color: #222222;
}
@media (max-width: 768px) {
  .p-page__content table {
    font-size: 13px;
  }
  .p-page__content table th,
  .p-page__content table td {
    padding: 8px 10px;
  }
}
.p-page__content blockquote {
  margin-block: 24px;
  padding: 16px 24px;
  border-left: 4px solid #0061b5;
  background-color: #f3f4f6;
  color: #4b5563;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.p-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.p-page__content > :first-child {
  margin-top: 0;
}

.p-page__back {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .p-page__back {
    padding-bottom: 35px;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Layout / Header
   ========================================================================== */
.l-header {
  position: relative;
  z-index: 9999999999;
}
.l-header * {
  line-height: 1;
}
.l-header {
  width: 100%;
  height: 90px;
  background: linear-gradient(to right, #fff 0 clamp(50px, (100% - 1440px) / 2 + 50px, 100%), #0061b5 clamp(50px, (100% - 1440px) / 2 + 50px, 100%) 100%);
}
@media (max-width: 1230px) {
  .l-header {
    background: linear-gradient(to right, #fff 0 clamp(50px, (100% - 1440px) / 2 + 50px, 100%), #ffffff clamp(50px, (100% - 1440px) / 2 + 50px, 100%) 100%);
  }
}
.l-header .l-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin-inline: auto;
  padding-right: 78px;
}
@media (max-width: 1230px) {
  .l-header .l-header__inner {
    padding-right: 20px;
  }
}

.l-headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 37px 23px 50px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .l-headerLogo {
    padding: 20px 25px 20px 25px;
  }
}
.l-headerLogo img {
  max-height: 44px;
}

.l-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1230px) {
  .l-nav {
    display: none;
  }
}
.l-nav .l-nav__item {
  overflow: hidden;
}
.l-nav .l-nav__item a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: transparent;
  text-shadow: 0 -1.5em 0 #ffffff, 0 0 0 #ffffff;
}
.l-nav .l-nav__item a:hover {
  text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff;
}

.l-nav .l-nav__item--dropdown {
  position: relative;
  overflow: visible;
}

.l-nav__item--dropdown:hover .l-nav__triggerLabel {
  text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff;
}
.l-nav__item--dropdown:hover .l-nav__caret {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.l-nav__item--dropdown:hover .l-megaMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.l-nav__triggerLabel {
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: transparent;
  text-shadow: 0 -1.5em 0 #ffffff, 0 0 0 #ffffff;
}

.l-nav__caret {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}

.l-megaMenu {
  position: absolute;
  top: 150%;
  right: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
  background: #004b8b;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 10;
}

.l-nav .l-nav__item--dropdown .l-megaMenu .l-megaMenu__item a,
.l-nav .l-nav__item--dropdown .l-megaMenu .l-megaMenu__item a:hover {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-shadow: none;
  transition: background 0.2s ease;
}

.l-nav .l-nav__item--dropdown .l-megaMenu .l-megaMenu__item a:hover {
  background: #003461;
}

.l-headerContactButton {
  position: relative;
  color: #ffffff;
  background-color: #0061b5;
  border: 1px solid #ffffff;
  width: 176px;
  height: 55px;
  border-radius: 33px;
  padding-left: 28px;
  transition: 0.3s ease;
}
.l-headerContactButton svg {
  position: absolute;
  display: block;
  top: 51%;
  height: 12px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.l-headerContactButton:hover {
  background-color: #ffffff;
  color: #0061b5;
  border: 1px solid #0061b5;
}
.l-headerContactButton:hover .svg-path {
  stroke: #0061b5;
}
.l-headerContactButton:hover::after {
  background-image: url(../images/icon_contact.svg);
}
.l-headerContactButton__spmenu {
  margin-top: 20px;
}

.l-fixedHeader {
  /* 画面上部に固定表示するプロパティ */
  position: fixed;
  top: 0;
  left: 0;
  /* 非表示（透明）にするプロパティ */
  opacity: 0;
  /* ヘッダーを上から表示させるために要素を少し上に配置しておくプロパティ */
  transform: translateY(-120%);
  /* フワッと表示させるためのプロパティ */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: #ffffff;
}
.l-fixedHeader .l-nav__item a {
  text-shadow: 0 -1.5em 0 #222222, 0 0 0 #222222;
}
.l-fixedHeader .l-nav__item a:hover {
  text-shadow: 0 0 0 #222222, 0 1.5em 0 #222222;
}
.l-fixedHeader .l-headerContactButton {
  border: 1px solid #0061b5;
}

.l-spNav {
  display: none;
}
@media (max-width: 1230px) {
  .l-spNav {
    display: block;
    z-index: 9999;
  }
}

.hamburger-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line {
  background-color: black;
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.3s;
}

.line:nth-of-type(1) {
  top: 4px;
}

.line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.line:nth-of-type(3) {
  bottom: 4px;
}

.menu-text {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  color: black;
  transition: all 0.3s;
  white-space: nowrap;
}

.close-text {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  color: black;
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0;
}

.hamburger-menu.active > .line {
  background-color: #ffffff;
}

.hamburger-menu.active > .line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.active > .line:nth-of-type(2) {
  display: none;
}

.hamburger-menu.active > .line:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.hamburger-menu.active .menu-text {
  opacity: 0;
}

.hamburger-menu.active .close-text {
  opacity: 1;
  color: #ffffff;
}

.nav-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  max-height: 80%;
}

.nav-menu.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

.nav-menu a {
  text-decoration: none;
  color: black;
  padding: 5px;
  margin: 5px;
}

@keyframes fadeIn {
  0% {
    top: 45%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.l-spNavContent {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: #0061b5;
  padding: 70px 27px 20px;
  transform: translateX(-50%) translateY(-100%);
  transition: 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-spNavContent.js-notActive {
  transform: translateX(-50%) translateY(0);
}
.l-spNavContent .l-spNavContent__inner {
  display: flex;
  flex-direction: column;
}
.l-spNavContent .l-spNavContent__inner .l-headerContactButton {
  align-self: center;
  width: 280px;
  height: 72px;
  border: 1px solid #ffffff !important;
  border-radius: 80px;
}
.l-spNavContent .l-spNavContent__inner .l-headerContactButton svg {
  left: 42px;
  height: auto;
}
.l-spNavContent .l-spNavContent__title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.l-spNavList {
  margin-top: 30px;
}
.l-spNavList .l-spNavList__item {
  width: 100%;
}

.l-spNavListLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  color: #000;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.l-spNavListLink .l-spNavListLink__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.l-spNavListLink .l-spNavListLink__subTitle {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}
.l-spNavListLink--last {
  margin-bottom: 40px;
}

.l-spNavList--about .l-spNavList__item .l-spNavListLink {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.l-spNavList--about .l-spNavList__item .l-spNavListLink .l-spNavListLink__title {
  font-size: 18px;
  font-weight: 400;
}

.l-spNavLink {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.l-spNavLinkItem {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

/* ==========================================================================
   Layout / Header
   ========================================================================== */
/* 固定ヘッダー（初期は非表示、.is-activeで表示） */
.l-fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.l-fixedHeader.is-active {
  transform: translateY(0);
  opacity: 1;
}
.l-fixedHeader {
  background: #fff;
}
.l-fixedHeader .l-nav .l-nav__item a {
  text-shadow: 0 -1.5em 0 #222222, 0 0 0 #222222;
}
.l-fixedHeader .l-nav .l-nav__item a:hover {
  text-shadow: 0 0 0 #222222, 0 1.5em 0 #222222;
}
.l-fixedHeader .l-nav__triggerLabel {
  color: transparent;
  text-shadow: 0 -1.5em 0 #222222, 0 0 0 #222222;
}
.l-fixedHeader .l-nav__item--dropdown:hover .l-nav__triggerLabel {
  text-shadow: 0 0 0 #222222, 0 1.5em 0 #222222;
}
.l-fixedHeader .l-nav__caret {
  border-color: #222222;
}

/* ==========================================================================
   Layout / Footer
   ========================================================================== */
.l-footer {
  background-color: #f2f2f6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-footer::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 767px;
  height: 100%;
  bottom: 0;
  left: 4px;
  top: 46px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer::after {
    background-image: url(../images/bg_footer_sp.png);
    left: 3px;
    top: 25px;
  }
}

.l-footer__main {
  position: relative;
  padding: 75px 120px 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-footer__main {
    padding: 60px 0 0;
  }
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .l-footer__container {
    justify-content: center;
  }
}

.l-footer__left img {
  width: 280px;
  height: auto;
}

.l-footer__info {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .l-footer__info {
    margin-top: 35px;
    text-align: center;
  }
}

.l-footer__address {
  line-height: 1.4;
  font-size: 16px;
}

.l-footer__contact {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .l-footer__contact {
    margin-top: 11px;
  }
}

.l-footer__tel,
.l-footer__fax {
  line-height: 1;
}

.l-footer__fax {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .l-footer__fax {
    margin-top: 11px;
  }
}

@media (max-width: 1024px) {
  .l-footer__right {
    display: none;
  }
}

.l-footer__nav {
  margin-top: 73px;
  margin-right: 150px;
}

.l-footer__navTitle {
  font-weight: 700;
}

.l-footer__navList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 80px;
  align-items: stretch;
  margin-top: 20px;
}

.l-footer__navItem {
  line-height: 1;
  font-size: 15px;
  overflow: hidden;
}
.l-footer__navItem a {
  color: transparent;
  text-shadow: 0 -1.5em 0 #222222, 0 0 0 #222222;
}
.l-footer__navItem a:hover {
  text-shadow: 0 0 0 #222222, 0 1.5em 0 #222222;
}

.l-footer__group {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .l-footer__group {
    text-align: center;
    margin-top: 50px;
  }
}

.l-footer__groupTitle {
  font-weight: 700;
}

.l-footer__links {
  margin-top: 15px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .l-footer__links {
    margin-top: 20px;
    gap: 15px;
    flex-direction: column;
  }
}

.l-footerLink {
  color: #b82847;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
  align-items: center;
}
.l-footerLink:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .l-footerLink {
    font-size: 15px;
    align-self: flex-start;
    margin: 0 auto;
  }
}
.l-footerLink img {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
}

.l-footer__btm {
  position: relative;
  margin-top: 48px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-footer__btm {
    margin-top: 70px;
  }
}

.l-footer__subLinks {
  font-size: 14px;
  margin-right: 120px;
  display: flex;
  justify-content: end;
}
.l-footer__subLinks li:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .l-footer__subLinks {
    margin: 0;
    justify-content: center;
  }
}

.l-footer__copyright {
  background-color: #b82847;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .l-footer__copyright {
    margin-top: 17px;
  }
}

.l-footer__copyrightTxt {
  display: flex;
  color: #ffffff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .l-footer__copyrightTxt {
    font-size: 12px;
    padding: 4px 0;
  }
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.p-top {
  overflow: hidden;
}

.p-fv {
  position: relative;
  height: 680px;
  margin-inline: auto;
  background: #0061b5;
  padding-right: calc((100% - 1320px) / 2 + 20px);
}
.p-fv .p-fvBg {
  position: relative;
  width: 100%;
  height: calc(100% + 50px);
}
@media (max-width: 768px) {
  .p-fv .p-fvBg {
    height: calc(100% - 20px);
  }
}
.p-fv .p-fvBg.splide .splide__track {
  height: 100%;
  z-index: 80;
  position: relative;
}
.p-fv .p-fvBg.splide .splide__list {
  width: 100%;
  height: 100%;
}
.p-fv .p-fvBg.splide .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-fv .p-fvBg.splide .splide__slide picture,
.p-fv .p-fvBg.splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media (max-width: 768px) {
  .p-fv .p-fvBg.splide .splide__slide picture,
  .p-fv .p-fvBg.splide .splide__slide img {
    height: 100%;
    object-position: top center;
  }
}
.p-fv .p-fvBg.splide .splide__pagination {
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-fv .p-fvBg.splide .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
}
.p-fv .p-fvBg.splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #ffffff;
}
.p-fv .p-fvBg::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 90px;
  background-color: #ffffff;
  bottom: 50px;
  right: -39px;
  z-index: 20;
}
.p-fv .p-fvBg::after {
  content: "Scroll";
  position: absolute;
  color: #ffffff;
  writing-mode: vertical-rl;
  font-size: 16px;
  bottom: 150px;
  right: -53px;
}
.p-fv .p-fvBg .p-fvMask {
  position: absolute;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 768px) {
  .p-fv .p-fvBg .p-fvMask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.p-fv img {
  position: relative;
  width: 100%;
  height: 680px;
  object-fit: cover;
  z-index: 80;
}
@media (max-width: 768px) {
  .p-fv img {
    height: 100%;
  }
}
.p-fv .p-catchphrase {
  position: absolute;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02rem;
  bottom: 180px;
  left: 120px;
  z-index: 100;
}
@media (max-width: 768px) {
  .p-fv .p-catchphrase {
    font-size: 34px;
    bottom: 140px;
    left: 20px;
  }
}
.p-fv .p-explanation {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05rem;
  bottom: 80px;
  left: 120px;
  z-index: 100;
}
@media (max-width: 768px) {
  .p-fv .p-explanation {
    font-size: 14px;
    bottom: 40px;
    left: 20px;
  }
}
.p-fv::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg_fv.png);
  background-repeat: no-repeat;
  width: 767px;
  height: 100%;
  bottom: 0;
  right: -30px;
  z-index: 70;
}

.p-service {
  position: relative;
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1024px) {
  .p-service {
    margin-top: 80px;
  }
}
.p-service .p-service__item {
  display: flex;
}
@media (max-width: 1024px) {
  .p-service .p-service__item {
    justify-content: center;
  }
  .p-service .p-service__item:first-of-type {
    margin-top: -40px;
  }
}
.p-service .p-service__item:first-child {
  margin-top: 0;
}
.p-service .p-service__item.is-reverse {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .p-service .p-service__item.is-reverse {
    justify-content: center;
  }
}
.p-service .p-service__item.is-reverse .p-serviceItem {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-service .p-service__item.is-reverse .p-serviceItem {
    flex-direction: column;
  }
}
.p-service::before {
  content: "SERVICE";
  position: absolute;
  top: 160px;
  right: -140px;
  text-align: center;
  font-size: 180px;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: rotateZ(180deg);
  z-index: 50;
  color: #f3f4f6;
}
@media (max-width: 1230px) {
  .p-service::before {
    display: none;
  }
}

.p-serviceItem {
  display: flex;
  align-items: center;
  max-width: 1120px;
  gap: 120px;
}
@media (max-width: 1024px) {
  .p-serviceItem {
    margin: 0 auto;
    flex-direction: column;
    gap: 50px;
    max-width: 500px;
  }
}
.p-serviceItem .p-serviceItem__image img {
  position: relative;
  width: 540px;
  max-width: 540px;
  height: auto;
  z-index: 100;
}
@media (max-width: 1024px) {
  .p-serviceItem .p-serviceItem__image img {
    width: 100%;
    height: 322px;
    object-fit: cover;
  }
}

.p-serviceItemContent {
  display: flex;
  flex-direction: column;
}
.p-serviceItemContent img {
  max-width: 280px;
}
.p-serviceItemContent a {
  width: fit-content;
}
.p-serviceItemContent a:hover {
  opacity: 1;
}
.p-serviceItemContent .p-serviceItemContent__enCaption {
  margin-bottom: 8px;
  color: #0061b5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-serviceItemContent .p-serviceItemContent__title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-serviceItemContent .p-serviceItemContent__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-serviceItemContent .p-serviceItemContent__text {
    font-size: 15px;
  }
}
.p-serviceItemContent .p-serviceItemContent__image {
  margin-bottom: 30px;
}
.p-serviceItemContent .p-serviceItemContent__button {
  width: 190px;
  height: 60px;
}

.p-news {
  margin-block: 120px;
  display: flex;
  justify-content: space-between;
  padding: 90px 80px;
  background-color: #f7f7fa;
}
@media (max-width: 1024px) {
  .p-news {
    padding: 50px 30px 45px;
    flex-direction: column;
    gap: 30px;
  }
}

.p-news__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .p-news__right {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-news__left {
  width: 100%;
  max-width: 780px;
}
@media (max-width: 1024px) {
  .p-news__left {
    max-width: 100%;
  }
}

.p-news__button {
  margin-left: auto;
}

.p-news__list {
  display: flex;
  flex-direction: column;
}
.p-news__list .p-news__item {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.p-news__list .p-news__item::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .p-news__list .p-news__item::before {
    top: auto;
    bottom: 27px;
    right: 0px;
    transform: none;
  }
}
.p-news__list .p-news__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 38px;
  width: 13px;
  height: 10px;
  background-image: url("../images/icon_right-arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .p-news__list .p-news__item::after {
    right: 8px;
    top: auto;
    bottom: 36px;
    right: 8px;
    transform: none;
  }
}
.p-news__list .p-news__item:hover .p-news__title {
  color: #0061b5;
}
.p-news__list .p-news__item:hover::before {
  background-color: #0061b5;
}
.p-news__list .p-news__item:hover::after {
  background-image: url("../images/icon_right-arrow_white.svg");
}

.p-news__link {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  letter-spacing: 0;
  padding: 25px 0px;
}
@media (max-width: 1024px) {
  .p-news__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-news__link .p-news__time {
  margin: auto 25px auto 0;
  color: #757575;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .p-news__link .p-news__time {
    font-size: 12px;
    margin-right: 0;
  }
}
.p-news__link .p-news__label-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 6px;
}
.p-news__link .p-news__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 15px;
  white-space: nowrap;
  margin-right: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-news__link .p-news__label {
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 0;
  }
}
.p-news__link .p-news__label-wrap-title {
  flex: 1;
  min-width: 0;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .p-news__link .p-news__label-wrap-title {
    padding-right: 45px;
    width: 100%;
  }
}
.p-news__link .p-news__title {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 0 0;
}
@media (max-width: 1024px) {
  .p-news__link .p-news__title {
    font-size: 12px;
  }
}

.p-link {
  margin-top: 100px;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .p-link {
    margin-bottom: 80px;
  }
}

.p-linkList {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
.p-linkList .p-linkList__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.p-linkList .p-linkList__item .p-linkText {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #222222;
  text-decoration: underline;
}
.p-linkList .p-linkList__item img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.p-linkList .p-linkList__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.p-linkList .p-linkList__item p .p-linkIcon {
  width: 15px;
  height: 15px;
}
.p-linkList .p-linkList__item:hover img {
  filter: brightness(1.1);
  transition: 0.3s ease;
}
.p-linkList .p-linkList__item:hover .p-linkText {
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .p-linkList {
    flex-direction: column;
    margin-inline: 10px;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 1024px) {
  .u-br-sp {
    display: inline;
  }
}

/* ==========================================================================
   Layout / Page Header
   パンくずリストとページタイトルを含むサブページ用ヘッダーセクション
   ========================================================================== */
.p-tires {
  overflow: hidden;
}

.p-tiresServiceCard__figure {
  padding-block: 38px;
}

.p-tiresCalendar {
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  .p-tiresCalendar {
    padding-bottom: 64px;
    scroll-margin-top: 50px;
  }
}

.p-tiresCalendar__intro {
  margin-top: 48px;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-tiresCalendar__intro {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-tiresCalendar__body {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-tiresCalendar__body {
    margin-top: 40px;
  }
}

.p-tiresCalendar__sectionLead {
  margin-top: 24px;
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-tiresCalendar__sectionLead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-tiresCalendar__block {
  margin-top: 64px;
  max-width: 1120px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-tiresCalendar__block {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .p-tiresCalendar__block--02 {
    margin-top: 24px;
  }
}

.p-tiresCalendar__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-tiresCalendar__subtitle {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.p-tiresCalendar__embed {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-tiresCalendar__embed {
    margin-top: 16px;
  }
}
.p-tiresCalendar__embed iframe {
  display: block;
  width: 100%;
  height: 740px;
}
@media (max-width: 768px) {
  .p-tiresCalendar__embed iframe {
    height: 500px;
  }
}

.p-tiresSales {
  padding-top: 144px;
  padding-bottom: 122px;
}
@media (max-width: 768px) {
  .p-tiresSales {
    padding-block: 64px;
    scroll-margin-top: 50px;
  }
}

.p-tiresSales__brand {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-tiresSales__brand {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}

.p-tiresSales__brandLogo {
  flex-shrink: 0;
  width: 380px;
}
.p-tiresSales__brandLogo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-tiresSales__brandLogo {
    max-width: 275px;
    margin-inline: auto;
  }
}

.p-tiresSales__brandText {
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-tiresSales__brandText {
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-tiresSales__cards {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .p-tiresSales__cards {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-tiresSalesCard {
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  padding-top: 68px;
  padding-bottom: 54px;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-tiresSalesCard {
    padding-top: 22px;
    padding-bottom: 24px;
    padding-right: 18px;
    padding-left: 22px;
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-template-rows: auto;
    gap: 0 17px;
    align-items: start;
    margin-inline: auto;
    width: 100%;
    max-width: 400px;
  }
}

.p-tiresSalesCard__figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
}
.p-tiresSalesCard__figure img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-tiresSalesCard__figure {
    grid-column: 1;
    grid-row: 1;
    margin-top: 8px;
    width: 74px;
    height: auto;
    flex-shrink: 0;
  }
}

.p-tiresSalesCard__body {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-tiresSalesCard__body {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1;
    align-items: stretch;
    gap: 10px;
  }
}

.p-tiresSalesCard__title {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-tiresSalesCard__title {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-tiresSalesCard__button {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 182px;
  padding-block: 9px;
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 80px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .p-tiresSalesCard__button {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .p-tiresSalesCard__button {
    font-size: 11px;
  }
}
.p-tiresSalesCard__button:hover {
  background-color: #222222;
  border-color: #222222;
  opacity: 1;
}
.p-tiresSalesCard__button:hover .p-tiresSalesCard__buttonArrowWrap {
  background-color: #0061b5;
}
.p-tiresSalesCard__button:hover .p-tiresSalesCard__buttonLabel {
  color: #ffffff;
}
.p-tiresSalesCard__button:hover .p-tiresSalesCard__buttonLink {
  background-image: url("../images/Icon_link-white_02.svg");
}

.p-tiresSalesCard__buttonArrowWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #222222;
  border-radius: 50%;
  transition: 0.3s ease;
}

.p-tiresSalesCard__buttonArrow {
  width: 10px;
  height: 7px;
  object-fit: contain;
}

.p-tiresSalesCard__buttonLabel {
  display: inline-block;
  transition: 0.3s ease;
}

.p-tiresSalesCard__buttonLink {
  margin-left: 13px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("../images/Icon_link_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease;
}

.p-maintenance {
  overflow: hidden;
}

.p-maintenanceServiceCard__figure {
  padding-block: 61px;
}

.p-maintenanceInspection {
  padding-top: 155px;
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .p-maintenanceInspection {
    padding-top: 64px;
    padding-bottom: 38px;
    scroll-margin-top: 50px;
  }
}

.p-maintenanceInspection__block {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .p-maintenanceInspection__block {
    margin-top: 22px;
  }
}

.p-maintenanceInspection__text {
  margin-top: 12px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-maintenanceInspection__text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-maintenancePrice {
  padding-top: 56px;
}
@media (max-width: 768px) {
  .p-maintenancePrice {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .p-maintenancePrice .c-subtitle__03 {
    order: 1;
  }
  .p-maintenancePrice .p-maintenancePrice__notes {
    order: 2;
  }
  .p-maintenancePrice .p-maintenancePrice__scroll {
    order: 3;
  }
}

.p-maintenancePrice__scroll {
  margin-top: 18px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #0061b5 #f2f2f6;
}
.p-maintenancePrice__scroll::after {
  content: "";
  display: block;
  height: 17px;
}
.p-maintenancePrice__scroll::-webkit-scrollbar {
  height: 6px;
}
.p-maintenancePrice__scroll::-webkit-scrollbar-track {
  background-color: #f2f2f6;
  border-radius: 50px;
}
.p-maintenancePrice__scroll::-webkit-scrollbar-thumb {
  background-color: #0061b5;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .p-maintenancePrice__scroll {
    margin-top: 12px;
  }
}

.p-maintenancePrice__table {
  width: 975px;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .p-maintenancePrice__table {
    width: 480px;
  }
}

.p-maintenancePrice__table table t {
  width: 975px;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .p-maintenancePrice__table table t {
    width: 480px;
  }
}

.p-maintenancePrice__th,
.p-maintenancePrice__td {
  padding: 10px 12px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border: 1px solid #cecece;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-maintenancePrice__th,
  .p-maintenancePrice__td {
    font-size: 13px;
  }
}

.p-maintenancePrice__th {
  font-weight: 700;
  background-color: #f2f2f6;
}
@media (max-width: 768px) {
  .p-maintenancePrice__th {
    padding: 6px 8px;
    width: 97px;
  }
}

.p-maintenancePrice__th--col {
  width: 195px;
}
@media (max-width: 768px) {
  .p-maintenancePrice__th--col {
    width: 97px;
  }
}

@media (max-width: 768px) {
  .p-maintenancePrice__vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 38px;
  }
}

.p-maintenancePrice__td {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .p-maintenancePrice__td--col {
    width: 58px;
  }
}

.p-maintenancePrice__notes {
  margin-top: 6px;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-maintenancePrice__notes {
    margin-top: 16px;
    font-size: 12px;
  }
}

.p-maintenanceFlow {
  margin-top: 53px;
}
@media (max-width: 768px) {
  .p-maintenanceFlow {
    margin-top: 43px;
  }
}

.p-maintenanceFlow__lead {
  margin-top: 24px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-maintenanceFlow__lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-maintenanceFlow__steps {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  margin: 52px auto 0;
  max-width: 791px;
}
@media (max-width: 768px) {
  .p-maintenanceFlow__steps {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
    padding-inline: 24px;
    box-sizing: border-box;
    margin-top: 46px;
  }
}

.p-maintenanceFlow__card {
  flex: 1;
  position: relative;
  padding: 40px 16px 45px;
  border: 1px solid #cecece;
  border-radius: 4px;
}
.p-maintenanceFlow__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_arrow_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(50%, -50%);
}
.p-maintenanceFlow__card:last-child::after {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-maintenanceFlow__card {
    min-width: 158px;
  }
}
@media (max-width: 768px) {
  .p-maintenanceFlow__card {
    width: 100%;
    max-width: 400px;
    padding-block: 22px;
    padding-inline: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .p-maintenanceFlow__card::after {
    top: auto;
    bottom: -15px;
    left: auto;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}

.p-maintenanceFlow__card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #0061b5;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-maintenanceFlow__card-badge {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-maintenanceFlow__card-badge {
    width: 36px;
    height: 36px;
    margin-right: 11px;
    font-size: 16px;
  }
}

.p-maintenanceFlow__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-maintenanceFlow__card-title {
    flex: 1;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.p-maintenanceFlow__card-text {
  margin-top: 16px;
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-maintenanceFlow__card-text {
    margin-top: 4px;
    width: 100%;
  }
}

.p-maintenancePermits {
  padding-top: 144px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-maintenancePermits {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-maintenancePermits__list {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .p-maintenancePermits__list {
    margin-top: 22px;
  }
}

.p-maintenancePermits__item {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.p-maintenancePermits__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0061b5;
}
.p-maintenancePermits__item:not(:first-child) {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .p-maintenancePermits__item {
    font-size: 15px;
    padding-left: 15px;
  }
  .p-maintenancePermits__item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
  .p-maintenancePermits__item:not(:first-child) {
    margin-top: 0px;
  }
}

.p-maintenancePermits__block {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-maintenancePermits__block {
    margin-top: 60px;
  }
}

.p-buildingMaintenance {
  overflow: hidden;
}

.p-buildingMaintenanceServiceCard__figure img {
  width: auto;
  object-fit: contain;
}

.c-subService__card:nth-of-type(1) .p-buildingMaintenanceServiceCard__figure img {
  height: 124px;
}
@media (max-width: 768px) {
  .c-subService__card:nth-of-type(1) .p-buildingMaintenanceServiceCard__figure img {
    height: 72px;
  }
}

.c-subService__card:nth-of-type(2) .p-buildingMaintenanceServiceCard__figure img {
  height: 121px;
}
@media (max-width: 768px) {
  .c-subService__card:nth-of-type(2) .p-buildingMaintenanceServiceCard__figure img {
    height: 70px;
  }
}

.c-subService__card:nth-of-type(3) .p-buildingMaintenanceServiceCard__figure img {
  height: 115px;
}
@media (max-width: 768px) {
  .c-subService__card:nth-of-type(3) .p-buildingMaintenanceServiceCard__figure img {
    height: 67px;
  }
}

.p-buildingMaintenanceSection {
  padding-top: 100px;
  scroll-margin-top: 90px;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceSection {
    padding-top: 64px;
    scroll-margin-top: 50px;
  }
}
.p-buildingMaintenanceSection:last-of-type {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceSection:last-of-type {
    padding-bottom: 48px;
  }
}

.p-buildingMaintenanceSection__lead {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceSection__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-buildingMaintenanceSection__sub {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceSection__sub {
    margin-top: 40px;
  }
}

.p-buildingMaintenanceSection__note {
  margin-top: 16px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceSection__note {
    margin-top: 12px;
    font-size: 15px;
  }
}

.p-buildingMaintenanceList {
  margin-top: 48px;
  column-count: 3;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceList {
    margin-top: 24px;
    column-count: 1;
  }
}

.p-buildingMaintenanceList--2col {
  column-count: 2;
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
@media (max-width: 768px) {
  .p-buildingMaintenanceList--2col {
    width: auto;
    column-count: 1;
  }
}

.p-buildingMaintenanceList__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  break-inside: avoid;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.p-buildingMaintenanceList__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0061b5;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-buildingMaintenanceList__item {
    font-size: 15px;
    padding-left: 18px;
  }
  .p-buildingMaintenanceList__item::before {
    width: 8px;
    height: 8px;
  }
}

.p-buildingMaintenanceTable__scroll {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceTable__scroll {
    margin-top: 16px;
  }
}

.p-buildingMaintenanceTable {
  width: 100%;
  max-width: 975px;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceTable {
    min-width: 600px;
  }
}

.p-buildingMaintenanceTable__th,
.p-buildingMaintenanceTable__td {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border: 1px solid #c0c0c0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceTable__th,
  .p-buildingMaintenanceTable__td {
    font-size: 14px;
  }
}

.p-buildingMaintenanceTable__th {
  width: 195px;
  background-color: #f2f2f6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceTable__th {
    width: 130px;
  }
}

.p-buildingMaintenanceTable__td {
  background-color: #ffffff;
  text-align: left;
}

.p-buildingMaintenanceImages {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .p-buildingMaintenanceImages {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-buildingMaintenanceImages__item img {
  display: block;
  width: 100%;
  aspect-ratio: 380/288;
  object-fit: cover;
  border-radius: 4px;
}

.p-goods {
  overflow: hidden;
}

.p-goodsUniforms {
  padding-top: 82px;
}
@media (max-width: 768px) {
  .p-goodsUniforms {
    padding-top: 48px;
  }
}

.p-goods__lead {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goods__lead {
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-goodsUniforms__lead {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-goodsUniforms__lead {
    margin-top: 21px;
  }
}

.p-goodsContent__list {
  margin-top: 54px;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 768px) {
  .p-goodsContent__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 64px;
    gap: 64px 0;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-goodsContent__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.p-goodsContent__img {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-goodsContent__img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .p-goodsContent__img {
    aspect-ratio: 3/1.8;
  }
}
.p-goodsContent__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.p-goodsContent__body {
  flex: 1;
  padding: 16px 0 24px;
}
@media (max-width: 768px) {
  .p-goodsContent__body {
    padding: 16px 0 15px;
  }
}

.p-goodsContent__heading {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-goodsContent__heading {
    font-size: 18px;
  }
}

.p-goodsContent__description {
  margin-top: 8px;
  font-size: 15px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goodsContent__description {
    margin-top: 11px;
  }
}

.p-goodsContent__logos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  height: 205px;
}
@media (max-width: 768px) {
  .p-goodsContent__logos {
    height: auto;
  }
}

.p-goodsContent__logo {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  border: 2px solid #e7e7e7;
  transition: opacity 0.3s ease;
}
.p-goodsContent__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-goodsCases {
  padding-block: 120px;
}
@media (max-width: 768px) {
  .p-goodsCases {
    padding-block: 64px;
  }
}

.p-goodsCases__header {
  margin-bottom: 24px;
  text-align: center;
}

.p-goodsCases__title {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-goodsCases__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-goodsCases__subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.1em;
  line-height: 3.2;
}
@media (max-width: 768px) {
  .p-goodsCases__subtitle {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

.p-goodsCases__swiper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-goodsCases__swiper .swiper-wrapper {
  flex: 0 0 auto;
}

.p-goodsCases__card {
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
@media (min-width: 769px) {
  .p-goodsCases__card {
    border-radius: 32px;
    border: 1px solid #cecece;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .p-goodsCases__card {
    flex-direction: column;
    gap: 20px;
  }
}

.p-goodsCases__img {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 24px;
}
.p-goodsCases__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-goodsCases__img {
    width: 100%;
  }
}

.p-goodsCases__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-goodsCases__body {
    align-items: center;
  }
}

.p-goodsCases__company {
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goodsCases__company {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-goodsCases__category {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goodsCases__category {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-goodsCases__text {
  margin-top: 24px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goodsCases__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.p-goodsCases__arrow {
  position: absolute;
  width: 40px;
  height: 74px;
  background-color: #0061b5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.p-goodsCases__arrow:hover {
  background-color: #005197;
}
.p-goodsCases__arrow img {
  display: block;
}
.p-goodsCases__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.p-goodsCases__arrow:after {
  display: none !important;
}
@media (min-width: 744px) {
  .p-goodsCases__arrow {
    top: 45%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .p-goodsCases__arrow {
    top: 17%;
    width: 32px;
    height: 59px;
  }
}

.p-goodsCases__arrow--prev {
  left: calc(50% - (100% + 2rem) / 1.6 / 2);
}
.p-goodsCases__arrow--prev img {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .p-goodsCases__arrow--prev {
    left: 2px;
  }
}

.p-goodsCases__arrow--next {
  right: calc(50% - (100% + 2rem) / 1.6 / 2);
}
@media (max-width: 768px) {
  .p-goodsCases__arrow--next {
    right: 2px;
  }
}

.p-goodsCases__swiper .p-goodsCases__pagination.p-goodsCases__pagination,
.p-goodsCases__swiper .p-goodsCases__pagination.swiper-pagination {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}
.p-goodsCases__swiper .p-goodsCases__pagination.p-goodsCases__pagination .swiper-pagination-bullet,
.p-goodsCases__swiper .p-goodsCases__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50vh !important;
  background-color: #d9d9d9 !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.p-goodsCases__swiper .p-goodsCases__pagination.p-goodsCases__pagination .swiper-pagination-bullet:hover,
.p-goodsCases__swiper .p-goodsCases__pagination.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #0061b5 !important;
}
.p-goodsCases__swiper .p-goodsCases__pagination.p-goodsCases__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-goodsCases__swiper .p-goodsCases__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0061b5 !important;
}

.p-goodsCommunications {
  padding-top: 141px;
}
@media (max-width: 768px) {
  .p-goodsCommunications {
    padding-top: 64px;
  }
}

.p-goodsCommunications__lead {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-goodsCommunications__lead {
    margin-top: 19px;
  }
}

.p-goodsCommunications__list {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .p-goodsCommunications__list {
    margin-top: 40px;
  }
}

.p-goodsOther {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-goodsOther {
    padding-block: 64px;
  }
}

.p-goodsOther__lead {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .p-goodsOther__lead {
    margin-top: 21px;
  }
}

.p-goodsOther__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 56px;
  background-color: #f2f2f6;
  padding: 48px 68px 48px 54px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-goodsOther__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding: 32px 23px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-goodsOther__item {
  display: grid;
  grid-template-columns: 126px 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 768px) {
  .p-goodsOther__item {
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
  }
}

.p-goodsOther__figure {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  overflow: visible;
}
.p-goodsOther__figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
}
.p-goodsOther__figure img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-goodsOther__figure {
    width: 80px;
    height: 80px;
  }
  .p-goodsOther__figure::before {
    width: 80px;
    height: 80px;
  }
  .p-goodsOther__figure img {
    max-width: 60%;
    max-height: 60%;
  }
}

.p-goodsOther__body {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .p-goodsOther__body {
    margin-left: 20px;
  }
}

.p-goodsOther__description {
  margin-top: 8px;
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-goodsOther__description {
    margin-top: 1px;
    font-size: 14px;
  }
}

.l-container2 {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.p-advertisingMv .js-mv-sky,
.p-advertisingMv .js-mv-city,
.p-advertisingMv .js-mv-bus,
.p-advertisingMv .js-mv-text {
  opacity: 0;
}

.p-advertisingMv {
  position: relative;
  margin-top: -90px;
  z-index: 0;
  width: 100%;
  height: 92vh;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .p-advertisingMv {
    height: 476px;
  }
}

.p-advertisingMv__sky {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  z-index: 1;
}
.p-advertisingMv__sky img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advertisingMv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1442px;
  height: 100%;
  z-index: 2;
}

.p-advertisingMv__city {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-advertisingMv__city img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-advertisingMv__city {
    max-width: 100%;
    bottom: -1px;
  }
}

.p-advertisingMv__bus {
  position: absolute;
  bottom: -49px;
  left: 313px;
  z-index: 2;
  pointer-events: none;
}
.p-advertisingMv__bus img {
  display: block;
  width: auto;
  height: auto;
  max-width: 275px;
}
@media (max-width: 768px) {
  .p-advertisingMv__bus {
    bottom: -54px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .p-advertisingMv__bus {
    left: 88px;
  }
  .p-advertisingMv__bus img {
    max-width: 218px;
  }
}
@media (max-width: 640px) {
  .p-advertisingMv__bus {
    left: 44px;
  }
  .p-advertisingMv__bus img {
    max-width: 160px;
  }
}

.p-advertisingMv__text {
  position: absolute;
  top: 209px;
  left: 114px;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-advertisingMv__text {
    top: 166px;
    left: 31px;
  }
}

.p-advertisingMv__title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-advertisingMv__title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.p-advertisingMv__title-line {
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  width: fit-content;
  padding-left: 22px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #b82847;
  border-radius: 7px;
}
.p-advertisingMv__title-line:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-advertisingMv__title-line {
    padding-left: 10px;
    margin-top: 9px;
    border-radius: 4px;
  }
}

.p-advertisingMv__lead {
  margin-top: 31px;
  font-size: 23px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-advertisingMv__lead {
    margin-top: 16px;
    font-size: 14px;
  }
}

.p-advertisingCaseStudies {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies {
    padding-top: 114px;
    padding-bottom: 50px;
  }
}

.p-advertisingCaseStudies__header {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__header {
    margin-bottom: 28px;
  }
}

.p-advertisingCaseStudies__title {
  font-size: 30px;
  font-weight: 700;
  color: #b82847;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.p-advertisingCaseStudies__enCaption {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__enCaption {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
}

.p-advertisingCaseStudies__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__list {
    flex-direction: column;
    gap: 40px;
    max-width: 400px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}

.p-advertisingCaseStudies__item {
  flex: 1 1 calc((100% - 120px) / 3);
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__item {
    flex: none;
  }
}

.p-advertisingCaseStudies__img {
  overflow: hidden;
}
.p-advertisingCaseStudies__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-advertisingCaseStudies__cardTitle {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 15px 0 12px;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__cardTitle {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin: 12px 0;
  }
}

.p-advertisingCaseStudies__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-advertisingCaseStudies__tags {
    justify-content: center;
  }
}

.p-advertisingCaseStudies__tag {
  padding: 8px 13px 7px;
  border: 1px solid #b82847;
  border-radius: 100px;
  background-color: #ffffff;
  color: #b82847;
}

.p-advertisingLead {
  position: relative;
}

.p-advertisingLead__bg {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/bg_lead_pc.png");
}
@media (max-width: 1024px) {
  .p-advertisingLead__bg {
    inset: 0;
    background-image: url("../images/bg_lead_sp.png");
  }
}

.p-advertisingLead__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px 252px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media (min-width: 1025px) {
  .p-advertisingLead__inner {
    margin-top: -38px;
    max-width: 936px;
  }
}
@media (max-width: 1024px) {
  .p-advertisingLead__inner {
    margin-top: 0;
    box-sizing: border-box;
    padding: 19px 20px 136px;
  }
}

.p-advertisingLead__innerTopImg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: -1px;
}
.p-advertisingLead__innerTopImg img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .p-advertisingLead__innerTopImg img {
    padding-top: 120px;
  }
}

.p-advertisingLead__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingLead__title {
    gap: 3px;
  }
}

.p-advertisingLead__titleDeco {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
.p-advertisingLead__titleDeco img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-advertisingLead__titleDeco img {
    height: 41px;
  }
}

.p-advertisingLead__titleDeco--left {
  margin-right: 0;
}

.p-advertisingLead__titleDeco--right {
  margin-left: 0;
}

.p-advertisingLead__titleText {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.13em;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-advertisingLead__titleText {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.p-advertisingLead__cards {
  display: flex;
  gap: 36px;
  margin-top: 51px;
  list-style: none;
}
@media (max-width: 1024px) {
  .p-advertisingLead__cards {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-advertisingLead__card {
  flex: 1 1 calc((100% - 72px) / 3);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-advertisingLead__card {
    flex: none;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 29px;
  }
}

.p-advertisingLead__cardIcon {
  flex-shrink: 0;
  width: 160px;
}
.p-advertisingLead__cardIcon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-advertisingLead__cardIcon {
    width: 80px;
  }
}

.p-advertisingLead__cardText {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingLead__cardText {
    font-size: 15px;
    text-align: left;
    padding-top: 4px;
    line-height: 1.6;
  }
}

.p-advertisingLead__figureBeforeDesign {
  display: block;
  max-width: 833px;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: -144px;
  margin-inline: auto;
}
.p-advertisingLead__figureBeforeDesign img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .p-advertisingLead__figureBeforeDesign {
    max-width: 484px;
    margin-top: 32px;
    margin-bottom: -175px;
  }
}
@media (max-width: 768px) {
  .p-advertisingLead__figureBeforeDesign {
    max-width: 310px;
  }
}

.p-advertisingLead__promo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 45px;
  margin-top: 52px;
  padding: 33px 20px 32px 116px;
  background-color: #a81232;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .p-advertisingLead__promo {
    flex-direction: column;
    gap: 16px;
    margin-top: 33px;
    padding: 37px 20px 48px;
    max-width: 400px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .p-advertisingLead__promo {
    max-width: 310px;
  }
}
.p-advertisingLead__promo--design {
  flex-direction: row;
  justify-content: flex-start;
  gap: 37px;
  margin-top: 77px;
  padding: 73px 20px 32px 135px;
}
@media (max-width: 1024px) {
  .p-advertisingLead__promo--design {
    flex-direction: column;
    gap: 18px;
    margin-top: 127px;
    padding: 44px 15px 43px;
  }
}

@media (max-width: 768px) {
  .p-advertisingLead__promoBody {
    text-align: center;
  }
}

.p-advertisingLead__label {
  display: inline-block;
  padding: 15px 26px;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 700;
  color: #b82847;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #e8b923;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingLead__label {
    padding: 12px 19px;
    margin-bottom: 8px;
    font-size: 13px;
    border-radius: 36px;
    letter-spacing: 0.08em;
  }
}

.p-advertisingLead__promoTitle {
  font-size: 33px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingLead__promoTitle {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.p-advertisingLead__promoText {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingLead__promoText {
    font-size: 14px;
  }
}

.p-advertisingLead__promoFigure {
  flex-shrink: 0;
  width: 260px;
}
.p-advertisingLead__promoFigure img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-advertisingLead__promoFigure {
    width: 168px;
    margin-inline: auto;
  }
}

.p-advertisingPlacement {
  padding-top: 109px;
  padding-bottom: 134px;
}
@media (max-width: 768px) {
  .p-advertisingPlacement {
    padding-top: 63px;
    padding-bottom: 41px;
  }
}

.p-advertisingPlacement__header {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__header {
    margin-bottom: 21px;
  }
}

.p-advertisingPlacement__intro {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__intro {
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-advertisingPlacement__category {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__category {
    margin-top: 25px;
  }
}

.p-advertisingPlacement__highlight {
  margin-top: 85px;
  background-color: #fcf1f3;
  position: relative;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__highlight {
    display: none;
  }
}

@media (min-width: 769px) {
  .p-advertisingPlacement__category[data-category=back] .p-advertisingPlacement__highlight {
    height: 300px;
  }
  .p-advertisingPlacement__category[data-category=side] .p-advertisingPlacement__highlight {
    height: 270px;
  }
  .p-advertisingPlacement__category[data-category=interior] .p-advertisingPlacement__highlight {
    height: 300px;
  }
}
.p-advertisingPlacement__tabs {
  position: absolute;
  top: -64px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__tabs {
    display: none;
  }
}

.p-advertisingPlacement__highlightLine {
  width: 100%;
  height: 0;
  border-bottom: 2px solid #d49aa6;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__highlightLine {
    display: none;
  }
}

.p-advertisingPlacement__tab {
  padding: 10px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background-color: #b82847;
  border: none;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  flex-shrink: 0;
}
.p-advertisingPlacement__tab:not(.is-active) {
  color: #b82847;
  background-color: #ffffff;
  border: 2px solid #d49aa6;
}
.p-advertisingPlacement__tab:hover:not(.is-active) {
  border-color: #b82847;
}

@media (min-width: 1025px) {
  .p-advertisingPlacement__category[data-category=back] .p-advertisingPlacement__tab {
    width: calc((100% - 64px) / 5);
  }
  .p-advertisingPlacement__category[data-category=side] .p-advertisingPlacement__tab {
    width: calc((100% - 48px) / 4);
  }
  .p-advertisingPlacement__category[data-category=interior] .p-advertisingPlacement__tab {
    width: calc((100% - 32px) / 3);
  }
}
.p-advertisingPlacement__highlightImgs {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-advertisingPlacement__highlightImg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  margin-inline: auto;
}
.p-advertisingPlacement__highlightImg.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.p-advertisingPlacement__highlightImg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1025px) {
  .p-advertisingPlacement__category[data-category=back] .p-advertisingPlacement__highlightImg {
    width: 200px;
    padding-top: 25px;
  }
  .p-advertisingPlacement__category[data-category=side] .p-advertisingPlacement__highlightImg {
    width: 630px;
    padding-top: 35px;
  }
  .p-advertisingPlacement__category[data-category=interior] .p-advertisingPlacement__highlightImg {
    width: 609px;
  }
}
@media (min-width: 1025px) {
  .p-advertisingPlacement__block.js-advertising-block:not(.is-active) {
    display: none;
  }
}
.p-advertisingPlacement__block {
  display: grid;
  grid-template-columns: 485px 1fr;
  grid-template-rows: auto 1fr;
  gap: 75px 20px;
  align-items: start;
  margin-top: 20px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__block {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 23px;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
}

.p-advertisingPlacement__blockBody {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 641px) and (max-width: 768px) {
  .p-advertisingPlacement__blockBody {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockBody {
    order: 3;
  }
}

.p-advertisingPlacement__blockHighlight {
  display: none;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockHighlight {
    display: block;
    order: 2;
    width: 100%;
    background-color: #fcf1f3;
    box-sizing: border-box;
    margin-top: 12px;
    max-width: 400px;
    margin-inline: auto;
  }
  .p-advertisingPlacement__blockHighlight--white {
    background-color: #ffffff;
  }
  .p-advertisingPlacement__blockHighlight img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-inline: auto;
  }
}

@media (max-width: 1024px) {
  .p-advertisingPlacement__category[data-category=back] .p-advertisingPlacement__blockHighlight {
    height: 164px;
    padding-top: 19px;
  }
  .p-advertisingPlacement__category[data-category=back] .p-advertisingPlacement__blockHighlight img {
    max-width: 103px;
  }
}

@media (max-width: 1024px) {
  .p-advertisingPlacement__category[data-category=side] .p-advertisingPlacement__blockHighlight {
    height: 164px;
    padding-top: 40px;
  }
  .p-advertisingPlacement__category[data-category=side] .p-advertisingPlacement__blockHighlight img {
    max-width: 268px;
  }
}

.p-advertisingPlacement__blockVisual {
  grid-column: 1;
  grid-row: 1/-1;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockVisual {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-advertisingPlacement__blockShadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 437px;
  height: 269px;
  background: linear-gradient(180deg, #f34562 0%, #b82847 100%);
  border-radius: 0;
  transform-origin: center center;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockShadow {
    display: none;
  }
}

.p-advertisingPlacement__blockImgWrap {
  position: relative;
  z-index: 1;
  width: 90%;
  overflow: hidden;
  height: 269px;
}
.p-advertisingPlacement__blockImgWrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockImgWrap {
    width: 100%;
    margin-top: 12px;
    height: auto;
  }
}

.p-advertisingPlacement__blockTitleWrap {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockTitleWrap {
    order: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.p-advertisingPlacement__blockTitleBar {
  display: none;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockTitleBar {
    display: block;
    width: 5px;
    height: 36px;
    flex-shrink: 0;
    background-color: #b82847;
  }
}

.p-advertisingPlacement__blockTitle {
  display: block;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 13px;
  margin-bottom: -67px;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockTitle {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-advertisingPlacement__blockDesc {
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
  margin-top: -12px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__blockDesc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.p-advertisingPlacement__block .p-advertisingPlacement__spec {
  padding: 0;
  background: none;
  border-radius: 0;
  gap: 9px;
}
@media (max-width: 1024px) {
  .p-advertisingPlacement__block .p-advertisingPlacement__spec {
    gap: 4px;
  }
}

.p-advertisingPlacement__item {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__item {
    margin-top: 64px;
  }
}

.p-advertisingPlacement__figure {
  margin-top: 40px;
}
.p-advertisingPlacement__figure img {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__figure {
    margin-top: 32px;
    max-width: 335px;
    margin-inline: auto;
  }
}

.p-advertisingPlacement__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .p-advertisingPlacement__detail {
    padding: 32px 40px;
    background-color: #f2f2f6;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .p-advertisingPlacement__detail {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }
}

.p-advertisingPlacement__detailText {
  flex: 0 1 569px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__detailText {
    flex: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-advertisingPlacement__spec {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .p-advertisingPlacement__spec {
    padding: 20px 28px;
    background-color: #ffffff;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .p-advertisingPlacement__spec {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 24px;
    gap: 2px;
  }
}

.p-advertisingPlacement__specRow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__specRow {
    width: 100%;
  }
}

.p-advertisingPlacement__specLabel {
  flex-shrink: 0;
  width: 96px;
  padding-block: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  background-color: #f2f2f6;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__specLabel {
    width: 92px;
    font-size: 14px;
    font-weight: 500;
  }
}

.p-advertisingPlacement__specValue {
  font-size: 17px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-advertisingPlacement__specValue {
    font-size: 14px;
  }
}

.p-advertisingFlow__wrapper {
  padding-inline: 33px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .p-advertisingFlow__wrapper {
    padding-inline: 10px;
  }
}

.p-advertisingFlow {
  position: relative;
  width: 100%;
  background-color: #b82847;
  border-radius: 16px;
  overflow: hidden;
  padding: 88px 147px;
}
.p-advertisingFlow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url("../images/bg_flow_pc.png");
  min-height: 100%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .p-advertisingFlow {
    padding: 88px 30px;
  }
}
@media (max-width: 768px) {
  .p-advertisingFlow {
    padding: 48px 30px 72px;
  }
  .p-advertisingFlow::before {
    background-image: url("../images/bg_flow_sp.png");
    min-height: 100%;
  }
}

.p-advertisingFlow__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.p-advertisingFlow__title {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingFlow__title {
    font-size: 22px;
    line-height: 1.4;
  }
}

.p-advertisingFlow__lead {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-advertisingFlow__lead {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.p-advertisingFlow__steps {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 29px;
  margin-top: 62px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .p-advertisingFlow__steps {
    display: grid;
    grid-template-columns: 248px 248px;
    grid-template-rows: auto auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-advertisingFlow__steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 30px;
    margin-inline: auto;
    max-width: 400px;
  }
}

.p-advertisingFlow__card {
  flex: 1;
  position: relative;
  padding: 40px 24px 42px;
  background-color: #ffffff;
  border-radius: 60px;
  display: flex;
}
@media (min-width: 769px) {
  .p-advertisingFlow__card {
    flex-direction: column;
    align-items: center;
  }
}
.p-advertisingFlow__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 8px;
  height: 18px;
  background-image: url("../images/icon_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(50%, -50%);
}
.p-advertisingFlow__card:last-child::after {
  display: none;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .p-advertisingFlow__card:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-advertisingFlow__card {
    width: 100%;
    padding: 18px 24px 16px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .p-advertisingFlow__card::after {
    top: auto;
    bottom: -14px;
    left: auto;
    right: 50%;
    width: 18px;
    height: 8px;
    background-size: contain;
    transform: translate(50%, 50%) rotate(90deg);
  }
}

.p-advertisingFlow__card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #222222;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-advertisingFlow__card-badge {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-advertisingFlow__card-badge {
    width: 36px;
    height: 36px;
    margin-right: 11px;
    font-size: 16px;
  }
}

.p-advertisingFlow__card-title {
  font-size: 25px;
  font-weight: 700;
  color: #b82847;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .p-advertisingFlow__card-title {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.p-advertisingFlow__card-text {
  margin-top: 16px;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-advertisingFlow__card-text {
    margin-top: 6px;
    font-size: 14px;
    width: 100%;
  }
}

.p-advertisingGuidelines {
  padding-top: 130px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .p-advertisingGuidelines {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-advertisingGuidelines__body {
  margin-top: 32px;
  max-width: 619px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-advertisingGuidelines__body {
    margin-top: 24px;
    width: 100%;
  }
}

.p-advertisingGuidelines__list {
  list-style: disc;
  padding-left: 24px;
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-advertisingGuidelines__list {
    padding-left: 21px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-advertisingGuidelines__note {
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-advertisingGuidelines__note {
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-advertisingGuidelines__numbered {
  font-size: 16px;
  color: #222222;
  line-height: 1.7;
  padding-left: 24px;
  list-style: decimal;
}
@media (max-width: 768px) {
  .p-advertisingGuidelines__numbered {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 21px;
  }
}

body.advertising .c-reservation__button {
  background-color: #b82847;
  border-color: #b82847;
}
body.advertising .c-reservation__button:hover {
  background-color: #ffffff;
  border-color: #b82847;
}
body.advertising .c-reservation__button:hover::before {
  background-image: url(../images/icon_contact_red.svg);
}
body.advertising .c-reservation__button:hover::after {
  background-image: url(../images/icon_right-arrow_red.svg);
}
body.advertising .c-reservation__button:hover .c-reservation__button-label {
  color: #b82847;
}
body.advertising .c-contactButton {
  color: #b82847;
  border-color: #b82847;
}
body.advertising .c-contactButton::after {
  background-image: url(../images/icon_contact_red.svg);
}
body.advertising .c-contactButton:hover {
  background-color: #b82847;
  color: #ffffff;
}
body.advertising .c-contactButton:hover::after {
  background-image: url(../images/icon_contact_white.svg);
}
body.advertising .l-contact {
  background: linear-gradient(to right, #b82847 0%, #9c0d2b 100%);
}
body.advertising .c-subtitle__01-bar.is-red {
  background-color: #b82847;
}
body.advertising .c-subtitle__01-ja {
  color: #b82847;
}
body.advertising .c-subtitle__02-title {
  color: #b82847;
}
body.advertising .c-subtitle__03-bar {
  background-color: #b82847;
}
body.advertising .c-topSectionTitle__enCaption {
  color: #b82847;
}
body.advertising .c-topSectionTitle__square.red {
  background-color: #b82847;
}
body.advertising .c-topSectionTitle.is-contact .c-topSectionTitle__enCaption {
  color: #ffffff;
}

/* ==========================================================================
   Layout / page-404
   ========================================================================== */
.l-404 h1 {
  margin-top: 100px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  color: #0061b5;
  font-size: 116.2px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .l-404 h1 {
    font-size: 90px;
    max-height: 120px;
  }
}
.l-404 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
@media (max-width: 768px) {
  .l-404 h2 {
    font-size: 28px;
  }
}
.l-404 .l-not-found {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-404 .l-not-found {
    font-size: 14px;
  }
}
.l-404 .l-sp-br {
  display: none;
}
@media (max-width: 768px) {
  .l-404 .l-sp-br {
    display: inline;
  }
}
.l-404 .c-topButton {
  display: block;
  margin: 50px auto;
}

/* ==========================================================================
   Layout / page-privacy-policy
   ========================================================================== */
.l-privacy-policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  .l-privacy-policy {
    padding: 90px 20px 0 20px;
  }
}
.l-privacy-policy .p-privacy-archive__heading {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 32px 300px 32px 0;
}
@media (max-width: 1024px) {
  .l-privacy-policy .p-privacy-archive__heading {
    align-items: flex-start;
    padding: 24px 20px 0px 20px;
    gap: 16px;
  }
}
.l-privacy-policy .p-privacy-archive__heading-bars {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  flex-shrink: 0;
}
.l-privacy-policy .p-privacy-archive__heading-bar {
  width: 10px;
  height: 44px;
}
.l-privacy-policy .p-privacy-archive__heading-bar.is-red {
  background-color: #0061b5;
}
.l-privacy-policy .p-privacy-archive__heading-bar.is-dark {
  background-color: #3e3e3e;
}
.l-privacy-policy .p-privacy-archive__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #0061b5;
  letter-spacing: 2.1px;
  line-height: 48px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .l-privacy-policy .p-privacy-archive__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.l-privacy-policy .p-privacy-archive__br {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
@media (max-width: 640px) {
  .l-privacy-policy .p-privacy-archive__br {
    display: block;
  }
}
.l-privacy-policy .p-privacy-archive__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.l-privacy-policy .p-privacy-archive__title-slash {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a49699;
  letter-spacing: 1.6px;
  line-height: 48px;
}
.l-privacy-policy .p-privacy-archive__title-label {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #222;
  letter-spacing: 0.85px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .l-privacy-policy .p-privacy-archive__title-label {
    font-size: 16px;
  }
}
.l-privacy-policy p {
  width: 100%;
  padding: 0 20px;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  line-height: 32px;
}
.l-privacy-policy h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  background-color: #0061b5;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .l-privacy-policy h3 {
    font-size: 18px;
    padding: 10px 16px;
  }
}
.l-privacy-policy li {
  margin-left: 40px;
  margin-bottom: 0.5em;
}
.l-privacy-policy p:last-child,
.l-privacy-policy ul:last-child {
  margin-bottom: 80px;
}
.l-privacy-policy a {
  color: #0061b5;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  align-items: center;
}
.l-privacy-policy a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .l-privacy-policy a {
    font-size: 15px;
    align-self: flex-start;
    margin: 0 auto;
  }
}

.p-policyList__link {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  transition: 0.3s ease;
}
.p-policyList__link:hover {
  text-decoration: none;
}

.c-linkIcon {
  display: inline-block;
  margin-left: 6px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("../images/Icon_link_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease;
}

/* ==========================================================================
   Layout / page-contact
   ========================================================================== */
.l-pagecontact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  .l-pagecontact {
    padding: 90px 20px 0 20px;
  }
}
.l-pagecontact .p-contact-archive__heading {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-pagecontact .p-contact-archive__heading {
    padding: 24px 20px;
    gap: 10px;
  }
}
.l-pagecontact .p-contact-archive__flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 640px) {
  .l-pagecontact .p-contact-archive__flex {
    display: block;
    align-items: flex-start;
  }
}
.l-pagecontact .p-contact-archive__heading-bars {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  flex-shrink: 0;
}
.l-pagecontact .p-contact-archive__heading-bar {
  width: 10px;
  height: 44px;
}
.l-pagecontact .p-contact-archive__heading-bar.is-red {
  background-color: #0061b5;
}
.l-pagecontact .p-contact-archive__heading-bar.is-dark {
  background-color: #3e3e3e;
}
.l-pagecontact .p-contact-archive__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #0061b5;
  letter-spacing: 2.1px;
  line-height: 48px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .l-pagecontact .p-contact-archive__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .l-pagecontact .p-contact-archive__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.l-pagecontact .p-contact-archive__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.l-pagecontact .p-contact-archive__title-slash {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a49699;
  letter-spacing: 1.6px;
  line-height: 48px;
}
.l-pagecontact .p-contact-archive__title-label {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.85px;
  line-height: 1;
}
.l-pagecontact .small-bar {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-pagecontact .small-bar {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .l-pagecontact .small-bar {
    max-width: 360px;
  }
}
.l-pagecontact .small-bar__p-contact-archive__heading-bar is-red {
  width: 5px;
}
.l-pagecontact h4 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  border-left: 3px solid #0061b5;
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .l-pagecontact h4 {
    font-size: 20px;
    padding: 0 16px;
  }
}
.l-pagecontact li {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #0061b5;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
@media (max-width: 768px) {
  .l-pagecontact dl {
    padding: 0 20px;
  }
}
.l-pagecontact dl:last-child {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .l-pagecontact p {
    padding: 0 20px;
  }
}

/* ==========================================================================
   Layout / page-company-policy
   ========================================================================== */
.l-company-policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
}
.l-company-policy .p-company-archive__heading {
  display: flex;
  gap: 24px;
  width: 100%;
  padding: 32px 300px 32px 0;
}
@media (max-width: 768px) {
  .l-company-policy .p-company-archive__heading {
    padding: 24px 20px;
    gap: 16px;
  }
}
.l-company-policy .p-company-archive__heading-bars {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
  flex-shrink: 0;
}
.l-company-policy .p-company-archive__heading-bar {
  width: 10px;
  height: 44px;
}
.l-company-policy .p-company-archive__heading-bar.is-red {
  background-color: #0061b5;
}
.l-company-policy .p-company-archive__heading-bar.is-dark {
  background-color: #3e3e3e;
}
.l-company-policy .p-company-archive__title {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #0061b5;
  letter-spacing: 2.1px;
  line-height: 48px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-company-policy .p-company-archive__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.l-company-policy .p-company-archive__title-en {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.l-company-policy .p-company-archive__title-slash {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a49699;
  letter-spacing: 1.6px;
  line-height: 48px;
}
.l-company-policy .p-company-archive__title-label {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.85px;
  line-height: 1;
}
.l-company-policy table {
  border-collapse: collapse;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.l-company-policy .tbl-company {
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-company-policy .tbl-company {
    width: 90%;
  }
}
.l-company-policy tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
.l-company-policy tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.l-company-policy .tbl-company th {
  color: #222222;
  background-color: #f2f2f6;
  font-weight: bold;
  width: 160px;
  padding: 10px;
  margin-right: 20px;
  border: 1px solid #cecece;
}
@media (max-width: 768px) {
  .l-company-policy .tbl-company th {
    width: 100px;
  }
}
.l-company-policy .tbl-company td {
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  border: 1px solid #cecece;
}
.l-company-policy iframe {
  margin-bottom: 50px;
  padding: 0 10px;
  align-items: center;
}

.p-recruit {
  overflow: hidden;
}

.p-recruitJobList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 90px;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-recruitJobList {
    flex-direction: column;
    padding-block: 60px;
  }
}

.p-recruitJobList__heading {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-recruitJobList__heading {
    width: 100%;
    text-align: center;
  }
}

.p-recruitJobList__squares {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-recruitJobList__squares {
    margin: 0 auto 15px;
    width: fit-content;
  }
}

.p-recruitJobList__square {
  width: 10px;
  height: 10px;
}
.p-recruitJobList__square.is-blue {
  background-color: #0061b5;
}
.p-recruitJobList__square.is-dark {
  background-color: #3e3e3e;
}

.p-recruitJobList__en {
  font-size: 18px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-recruitJobList__en {
    margin-bottom: 20px;
  }
}

.p-recruitJobList__title {
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-recruitJobList__title {
    font-size: 30px;
  }
}

.p-recruitJobList__items {
  flex: 1;
  min-width: 0;
  max-width: 780px;
}
@media (max-width: 768px) {
  .p-recruitJobList__items {
    width: 100%;
    max-width: 100%;
  }
}

.p-recruitJobList__empty {
  font-size: 16px;
  color: #6b7280;
  padding-block: 40px;
}

.p-recruitJobItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.p-recruitJobItem:hover .p-recruitJobItem__arrowIcon {
  background-color: #0061b5;
  background-image: url(../images/icon_right-arrow_white.svg);
}
.p-recruitJobItem:hover .p-recruitJobItem__name {
  color: #0061b5;
}

.p-recruitJobItem__image {
  width: 143px;
  height: 119px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f3f4f6;
  align-self: flex-start;
}
.p-recruitJobItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-recruitJobItem__image {
    width: 100px;
    height: 83px;
  }
}

.p-recruitJobItem__body {
  flex: 1;
  min-width: 0;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-recruitJobItem__body {
    padding-inline: 10px;
  }
}

.p-recruitJobItem__header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.p-recruitJobItem__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0061b5;
  color: #ffffff;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-recruitJobItem__badge {
    font-size: 12px;
  }
}

.p-recruitJobItem__name {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .p-recruitJobItem__name {
    font-size: 16px;
  }
}

.p-recruitJobItem__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  color: #222222;
}
@media (max-width: 768px) {
  .p-recruitJobItem__meta {
    display: none;
  }
}

.p-recruitJobItem__metaRow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.p-recruitJobItem__metaLabel {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.p-recruitJobItem__metaValue {
  font-weight: 500;
  line-height: 1.6;
}

.p-recruitJobItem__footer {
  display: flex;
  justify-content: flex-end;
}

.p-recruitJobItem__dept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-recruitJobItem__dept {
    font-size: 12px;
  }
}

.p-recruitJobItem__arrow {
  flex-shrink: 0;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .p-recruitJobItem__arrow {
    margin-left: 10px;
  }
}

.p-recruitJobItem__arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f2f2f6;
  background-image: url(../images/icon_right-arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
  transition: all 0.3s ease;
}

.p-recruitTitle__heading {
  text-align: center;
}
@media (max-width: 768px) {
  .p-recruitTitle__heading {
    width: 100%;
  }
}
.p-recruitTitle__squares {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-recruitTitle__squares {
    margin-bottom: 12px;
  }
}
.p-recruitTitle__square {
  width: 10px;
  height: 10px;
}
.p-recruitTitle__square.is-blue {
  background-color: #0061b5;
}
.p-recruitTitle__square.is-dark {
  background-color: #3e3e3e;
}
.p-recruitTitle__en {
  font-size: 18px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-recruitTitle__body {
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-recruitTitle__body {
    font-size: 30px;
  }
}

.p-recruitAboutus {
  margin: 0 auto;
  padding: 60px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 横方向の中央 */
  align-items: center; /* 縦方向の中央 */
  background-color: #f2f2f6;
  gap: 20px;
  border-radius: 16px;
  max-width: 1400px;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .p-recruitAboutus {
    gap: 20px;
    padding: 70px 30px 60px;
    width: 100%;
  }
}
.p-recruitAboutus__text {
  max-width: 1080px;
  line-height: 2;
}

.p-recruitDepartment {
  margin: 0 auto;
  padding: 60px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .p-recruitDepartment {
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .p-recruitDepartment {
    gap: 40px;
  }
}
.p-recruitDepartment__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 30px;
}
.p-recruitDepartment__item {
  width: calc((100% - 45px) / 4);
  text-align: center;
}
@media (max-width: 1024px) {
  .p-recruitDepartment__item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .p-recruitDepartment__item {
    width: 100%;
  }
}
.p-recruitDepartment__imgbox {
  max-height: 200px;
  max-width: 100%;
}
.p-recruitDepartment__img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.p-recruitDepartment__name {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.03em;
  color: #0061b5;
  margin-top: 20px;
}
.p-recruitDepartment__text {
  text-align: left;
  font-size: 15px;
  margin: 10px 5px 0;
}
@media (max-width: 640px) {
  .p-recruitDepartment__text {
    max-width: 325px;
    margin: 10px auto 0;
  }
}
.p-recruitDepartment__btn {
  width: 190px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  font-size: 16px !important;
  padding-left: 40px !important;
}
.p-recruitDepartment__btn::before {
  width: 30px !important;
  height: 30px !important;
  left: 25px !important;
}
.p-recruitDepartment__btn::after {
  width: 20px !important;
  height: 10px !important;
  left: 33px !important;
}

.p-recruitData {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
@media (max-width: 768px) {
  .p-recruitData {
    padding-block: 60px;
  }
}
.p-recruitData__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 17px;
  column-gap: 19px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-recruitData__list {
    gap: 5px;
    justify-content: flex-start;
  }
}
.p-recruitData__item {
  width: calc((100% - 38px) / 3);
  height: 239px;
  background-color: #f2f2f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  padding: 40px 15px 55px;
}
@media (max-width: 768px) {
  .p-recruitData__item {
    font-size: 28px;
    width: calc((100% - 5px) / 2);
    height: 182px;
    padding: 32px 15px 30px;
  }
}
.p-recruitData__item:nth-child(1) {
  padding: 40px 15px 36px;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(1) {
    padding: 20px 15px 15px;
  }
}
.p-recruitData__item:nth-child(1) .p-recruitData__note {
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(3) {
    padding: 20px 15px 20px;
  }
}
.p-recruitData__item:nth-child(5) {
  padding: 40px 15px 15px;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(5) {
    padding: 15px;
  }
}
.p-recruitData__item:nth-child(5) .p-recruitData__content {
  margin-top: 10px;
}
.p-recruitData__item:nth-child(5) .p-recruitData__iconbox {
  width: 40px;
  height: 40px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(5) .p-recruitData__iconbox {
    margin-top: 5px;
  }
}
.p-recruitData__item:nth-child(5) .p-recruitData__figure {
  display: flex;
  flex-direction: column;
}
.p-recruitData__item:nth-child(5) .p-recruitData__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(5) .p-recruitData__row {
    width: 100px;
  }
}
.p-recruitData__item:nth-child(5) .p-recruitData__right {
  display: flex;
  align-items: baseline;
}
.p-recruitData__item:nth-child(5) .p-recruitData__num {
  text-align: right;
}
.p-recruitData__item:nth-child(5) .p-recruitData__unit {
  margin-left: 0;
}
.p-recruitData__item:nth-child(5) .p-recruitData__note {
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-recruitData__item:nth-child(5) .p-recruitData__note {
    font-size: 10px;
    text-align: center;
    word-break: keep-all;
  }
}
.p-recruitData__content {
  margin-top: auto;
}
.p-recruitData__year {
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-recruitData__year {
    margin-top: 25px;
  }
}
.p-recruitData__name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruitData__name {
    font-size: 18px;
  }
}
.p-recruitData__iconbox {
  width: 50px;
  height: 60px;
  margin-top: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-recruitData__iconbox {
    margin-top: 15px;
    width: 50px;
    height: 50px;
  }
}
.p-recruitData__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-recruitData__figure {
  display: flex;
  justify-content: center;
}
.p-recruitData__num {
  font-size: 28px;
  font-weight: 700;
  color: #0061b5;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-recruitData__num {
    font-size: 20px;
  }
}
.p-recruitData__unit {
  font-size: 18px;
  font-weight: 700;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .p-recruitData__unit {
    font-size: 14px;
  }
}
.p-recruitData__text {
  font-size: 12px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.p-recruitInterview {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f2f6;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-recruitInterview {
    gap: 30px;
    padding-block: 60px;
  }
}
.p-recruitInterview__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-recruitInterview__container {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 325px;
  }
}
.p-recruitInterview__card {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.p-recruitInterview__card:hover {
  opacity: 0.8;
}
.p-recruitInterview__cardImage {
  width: 320px;
  height: 213px;
  background-color: #e3e5ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-recruitInterview__cardImage {
    width: 325px;
  }
}
.p-recruitInterview__cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruitInterview__cardContent {
  padding: 10px 15px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-recruitInterview__cardText {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 15px 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-recruitInterview__cardText {
    margin-bottom: 10px;
  }
}
.p-recruitInterview__cardFooter {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.p-recruitInterview__badge {
  border: 1.5px solid #0061b5;
  color: #0061b5;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 7px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
}
.p-recruitInterview__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-recruitInterview__name {
    font-size: 16px;
  }
}
.p-recruitInterview__title-sub {
  font-size: 14px;
  font-weight: 700;
}

.p-recruitEmployeebenefits {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .p-recruitEmployeebenefits {
    gap: 40px;
    padding-block: 60px;
  }
}
.p-recruitEmployeebenefits__list {
  background-color: #f2f2f6;
  padding: 30px 40px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 16px;
}
.p-recruitEmployeebenefits__item {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-recruitEmployeebenefits__item {
    font-size: 20px;
  }
}
.p-recruitEmployeebenefits__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  background-color: #0061b5;
  border-radius: 50%;
}
.p-recruitEmployeebenefits__note {
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
}

.p-recruitFlow {
  margin: 0 auto;
  padding: 60px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .p-recruitFlow {
    padding: 0 0 60px;
  }
}

.p-recruitFlow__steps {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 22px;
  max-width: 791px;
}
@media (max-width: 768px) {
  .p-recruitFlow__steps {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
    padding-inline: 24px;
    box-sizing: border-box;
    margin-top: 46px;
  }
}

.p-recruitFlow__card {
  flex: 1;
  position: relative;
  padding: 40px 16px 45px;
  border: 1px solid #cecece;
  border-radius: 4px;
}
.p-recruitFlow__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(50%, -50%);
}
.p-recruitFlow__card:last-child::after {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-recruitFlow__card {
    min-width: 158px;
  }
}
@media (max-width: 768px) {
  .p-recruitFlow__card {
    width: 100%;
    max-width: 400px;
    padding-block: 22px;
    padding-inline: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .p-recruitFlow__card::after {
    top: auto;
    bottom: -15px;
    left: auto;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}

.p-recruitFlow__card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #0061b5;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-recruitFlow__card-badge {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-recruitFlow__card-badge {
    width: 36px;
    height: 36px;
    margin-right: 11px;
    font-size: 16px;
  }
}

.p-recruitFlow__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-recruitFlow__card-title {
    flex: 1;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.p-recruitFlow__card-text {
  margin-top: 16px;
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-recruitFlow__card-text {
    margin-top: 4px;
    width: 100%;
  }
}

.p-recruitDetail {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-recruitDetail {
    padding-bottom: 60px;
  }
}

.p-recruitDetail__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-block: 70px;
}
@media (max-width: 768px) {
  .p-recruitDetail__inner {
    gap: 40px;
    padding-block: 40px;
  }
}

.p-recruitDetail__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.p-recruitDetail__headerTop {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 768px) {
  .p-recruitDetail__headerTop {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.p-recruitDetail__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0061b5;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-recruitDetail__badge {
    font-size: 14px;
  }
}

.p-recruitDetail__title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-recruitDetail__title {
    font-size: 22px;
  }
}

.p-recruitDetail__deptBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 15px;
  border-radius: 4px;
  white-space: nowrap;
}

.p-recruitDetail__upper {
  display: flex;
  gap: 53px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-recruitDetail__upper {
    flex-direction: column;
    gap: 24px;
  }
}

.p-recruitDetail__mainImage {
  position: relative;
  width: 392px;
  height: 262px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.p-recruitDetail__mainImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-recruitDetail__mainImage {
    width: 100%;
    height: 220px;
  }
}

.p-recruitDetail__mainImageOverlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.p-recruitDetail__recommend {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-self: stretch;
}

.p-recruitDetail__checkList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-recruitDetail__checkListTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

.p-recruitDetail__checkListItems {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.p-recruitDetail__checkListItem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.p-recruitDetail__checkListItem::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 9'%3E%3Cpath d='M1 4.5L3.5 7L9 1.5' stroke='%230061b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-recruitDetail__intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.p-recruitDetail__content .wp-block-columns,
.p-recruitDetail__content .wp-block-gallery {
  gap: 30px;
}
.p-recruitDetail__content .wp-block-image img,
.p-recruitDetail__content .wp-block-column img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.p-recruitDetail__content .wp-block-group.has-cyan-bluish-gray-background-color,
.p-recruitDetail__content .wp-block-group.has-background {
  background-color: #f2f2f6 !important;
  padding: 30px;
  border-radius: 16px;
}
.p-recruitDetail__content .wp-block-group__inner-container h2.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
}
.p-recruitDetail__content .wp-block-group__inner-container h2.wp-block-heading:first-child {
  margin-top: 0;
}
.p-recruitDetail__content .wp-block-group__inner-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.p-recruitDetail__content .wp-block-group__inner-container h2.wp-block-heading + p {
  margin-top: 10px;
}
.p-recruitDetail__content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 768px) {
  .p-recruitDetail__content .wp-block-columns {
    flex-direction: column;
  }
}

.p-recruitDetail__tableSection {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-recruitDetail__tableHeader {
  background-color: #0061b5;
  padding: 0 20px;
}

.p-recruitDetail__tableTitle {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.p-recruitDetail__table {
  width: 100%;
  border-collapse: collapse;
}

.p-recruitDetail__tableRow {
  border: 1px solid #c0c0c0;
}

.p-recruitDetail__tableHead {
  background-color: #f2f2f6;
  border: 1px solid #c0c0c0;
  width: 195px;
  min-width: 195px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-recruitDetail__tableHead {
    width: 120px;
    min-width: 120px;
    font-size: 14px;
  }
}

.p-recruitDetail__tableData {
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.03em;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-recruitDetail__tableData {
    font-size: 14px;
  }
}

.p-recruitDetail__back {
  display: flex;
  justify-content: center;
}

.p-recruitDetail__backButton {
  display: inline-flex;
  align-items: center;
  gap: 12.5px;
  padding: 12px 24px 12px 18px;
  border: 1px solid #222222;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.p-recruitDetail__backButton:hover {
  background-color: #222222;
  color: #ffffff;
  opacity: 1;
}
.p-recruitDetail__backButton:hover .p-recruitDetail__backIconWrap {
  background-color: #0061b5;
}
.p-recruitDetail__backButton:hover .p-recruitDetail__backLabel {
  color: #fff;
}

.p-recruitDetail__backLabel {
  transition: all 0.3s ease;
}

.p-recruitDetail__backIconWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  background-color: #222222;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.p-recruitDetail__backIcon {
  width: 10px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

/* Utility
   ----------------------------------------------------------------- */
/* ==========================================================================
   Utility / Clearfix
   ========================================================================== */
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Utility / Display
   ========================================================================== */
.u-block {
  display: block;
}

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

.u-inline {
  display: inline;
}

.u-hidden {
  display: none;
}

@media (min-width: 1025px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-flex {
  display: flex;
}

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

/* ==========================================================================
   Utility / Margin
   ========================================================================== */
.u-mt-1 {
  margin-top: 0.25rem;
}

.u-mt-2 {
  margin-top: 0.5rem;
}

.u-mt-3 {
  margin-top: 0.75rem;
}

.u-mt-4 {
  margin-top: 1rem;
}

.u-mt-5 {
  margin-top: 1.25rem;
}

.u-mt-6 {
  margin-top: 1.5rem;
}

.u-mt-8 {
  margin-top: 2rem;
}

.u-mt-10 {
  margin-top: 2.5rem;
}

.u-mt-12 {
  margin-top: 3rem;
}

.u-mt-16 {
  margin-top: 4rem;
}

.u-mb-1 {
  margin-bottom: 0.25rem;
}

.u-mb-2 {
  margin-bottom: 0.5rem;
}

.u-mb-3 {
  margin-bottom: 0.75rem;
}

.u-mb-4 {
  margin-bottom: 1rem;
}

.u-mb-5 {
  margin-bottom: 1.25rem;
}

.u-mb-6 {
  margin-bottom: 1.5rem;
}

.u-mb-8 {
  margin-bottom: 2rem;
}

.u-mb-10 {
  margin-bottom: 2.5rem;
}

.u-mb-12 {
  margin-bottom: 3rem;
}

.u-mb-16 {
  margin-bottom: 4rem;
}

.u-ml-1 {
  margin-left: 0.25rem;
}

.u-ml-2 {
  margin-left: 0.5rem;
}

.u-ml-3 {
  margin-left: 0.75rem;
}

.u-ml-4 {
  margin-left: 1rem;
}

.u-ml-5 {
  margin-left: 1.25rem;
}

.u-ml-6 {
  margin-left: 1.5rem;
}

.u-ml-8 {
  margin-left: 2rem;
}

.u-ml-10 {
  margin-left: 2.5rem;
}

.u-ml-12 {
  margin-left: 3rem;
}

.u-ml-16 {
  margin-left: 4rem;
}

.u-mr-1 {
  margin-right: 0.25rem;
}

.u-mr-2 {
  margin-right: 0.5rem;
}

.u-mr-3 {
  margin-right: 0.75rem;
}

.u-mr-4 {
  margin-right: 1rem;
}

.u-mr-5 {
  margin-right: 1.25rem;
}

.u-mr-6 {
  margin-right: 1.5rem;
}

.u-mr-8 {
  margin-right: 2rem;
}

.u-mr-10 {
  margin-right: 2.5rem;
}

.u-mr-12 {
  margin-right: 3rem;
}

.u-mr-16 {
  margin-right: 4rem;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-m-auto {
  margin: auto;
}

/* ==========================================================================
   Utility / Text
   ========================================================================== */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-normal {
  font-weight: 400;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

/*# sourceMappingURL=style.css.map */
