@charset "UTF-8";
/*
  Reset
-----------------------------------------------------*/
/*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
}

/**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/*
  # Document & Sections
---------------------------------------------- */
html {
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled=true] {
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

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

/*
  Variables
-----------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #fff;
  --color-primary: #215fb1;
  --color-secondary: #f3f9ff;
  --font-base: "Noto Sans JP", sans-serif;
  --font-en: "Barlow", sans-serif;
  --ls-wide: 0.2em;
}

/*
  Base
-----------------------------------------------------*/
html {
  font-size: 100%;
  margin-top: 0 !important;
}

body {
  font-family: var(--font-base, "Noto Sans JP", sans-serif);
  color: var(--color-text, #000);
  background-color: var(--color-bg, #fff);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
}

*[id] {
  scroll-margin-top: calc(var(--header-height, 0px) + 1rem);
}

.admin-bar body {
  padding-top: 32px;
}
.admin-bar .l-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar body {
    padding-top: 46px;
  }
  .admin-bar .l-header {
    top: 46px;
  }
}
/*
  Header
-----------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.3s ease;
  will-change: transform;
}

.l-header.is-hidden {
  transform: translateY(-100%);
}

/*
  Footer
-----------------------------------------------------*/
.site-footer {
  background: var(--color-bg);
  border-top: 1px solid #eee;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.l-main {
  min-height: calc(100svh - var(--header-height, 0px) - var(--footer-height, 0px));
}
.l-main.under {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .l-main.under {
    padding-top: 5rem;
  }
}

.c-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .c-container {
    padding: 0 40px;
  }
}

.c-background__fixed {
  background: url(../images/css/top_service_bg.png) no-repeat top center/cover;
  background-attachment: fixed;
}

/*
  Button
-----------------------------------------------------*/
.c-button {
  display: inline-block;
  padding: 0.6em 1.2em;
  border-radius: 100px;
  background: var(--color-primary);
  color: #fff;
  transition: opacity 0.2s ease;
}

.c-button__wrapper {
  margin: 2rem 0 0;
}
@media (min-width: 1024px) {
  .c-button__wrapper {
    margin: 3rem 0;
  }
}
.c-button__wrapper.center {
  text-align: center;
}
.c-button__wrapper.right {
  text-align: right;
}

.c-button__primary {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 25rem;
  padding: 0.75em 3em;
  padding-right: 3.5em;
  background: var(--color-primary);
  color: #fff;
  border-radius: 100px;
  letter-spacing: 0.1em;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .c-button__primary {
    width: auto;
    min-width: 20rem;
    max-width: none;
  }
}
.c-button__primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  right: 1.5em;
  width: 0.75em;
  height: 0.75em;
  margin: auto 0;
  background: url(../images/common/arrow_white.svg) no-repeat center center/contain;
}
.c-button__primary.back {
  padding: 0.75em 3em;
  padding-left: 3.5em;
}
.c-button__primary.back::before {
  left: 1.5em;
  right: auto;
  transform: scale(-1, 1);
}
.c-button__primary:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.c-button__secondary {
  position: relative;
  display: inline-block;
  padding: 1em 4em 1em 0;
  color: var(--color-primary);
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: var(--ls-wide);
}
.c-button__secondary::before, .c-button__secondary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/arrow_primary.svg) no-repeat center center/contain;
}
.c-button__secondary::before {
  width: 2.5em;
  height: 2.5em;
  right: 0;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
}
.c-button__secondary::after {
  width: 0.5em;
  height: 0.5em;
  right: 0.95em;
  background: url(../images/common/arrow_blue.svg) no-repeat center center/contain;
}
.c-button__secondary.white {
  color: #fff;
}
.c-button__secondary.white::before {
  border-color: #fff;
}
.c-button__secondary.white::after {
  background: url(../images/common/arrow_white.svg) no-repeat center center/contain;
}

.c-button:hover {
  opacity: 0.85;
}

.c-button__circle {
  position: relative;
  padding-right: 5rem;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .c-button__circle {
    min-height: 4rem;
  }
}
.c-button__circle::before, .c-button__circle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-button__circle::before {
  right: 1.35rem;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../images/common/arrow_blue.svg) no-repeat center center/contain;
}
.c-button__circle::after {
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
}

.c-text {
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.c-sectionSpacer {
  padding: 4.5rem 0;
}
@media (min-width: 768px) {
  .c-sectionSpacer {
    padding: 6rem 0;
  }
}
@media (min-width: 1024px) {
  .c-sectionSpacer {
    padding: 8rem 0;
  }
}
.c-sectionSpacer.onlyTop {
  padding-bottom: 0;
}
.c-sectionSpacer.onlyBottom {
  padding-top: 0;
}

.c-sectionTitle {
  font-family: var(--font-en);
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: var(--ls-wide);
  line-height: 1;
}
@media (min-width: 768px) {
  .c-sectionTitle {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .c-sectionTitle {
    font-size: 6rem;
  }
}
.c-sectionTitle.center {
  text-align: center;
}

.c-sectionTitle__sub {
  margin-top: 1em;
  font-size: 1rem;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .c-sectionTitle__sub {
    font-size: 1.5rem;
  }
}

.c-sectionTitle__secondary {
  font-family: var(--font-en);
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: var(--ls-wide);
  line-height: 1;
}
@media (min-width: 768px) {
  .c-sectionTitle__secondary {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .c-sectionTitle__secondary {
    font-size: 4.5rem;
  }
}

.c-article {
  max-width: 1000px;
  margin: 0 auto;
}
.c-article .c-article__header {
  padding-bottom: 0.25em;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dedede;
}
.c-article .c-article__meta {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-article .c-article__date {
    font-size: 1.25rem;
    margin-right: 1rem;
  }
}
.c-article .c-article__category {
  padding: 0 1.5em;
  border-radius: 100px;
  border: 1px solid var(--color-primary, #215fb1);
  color: var(--color-primary, #215fb1);
  display: inline-block;
}
.c-article .c-article__title {
  display: block;
  margin-top: 0.25em;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-article .c-article__title {
    font-size: 2.5rem;
  }
}
.c-article .c-article__content {
  line-height: 1.9;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content {
    font-size: 1.0625rem;
  }
}
.c-article .c-article__content h2,
.c-article .c-article__content h3,
.c-article .c-article__content h4 {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.c-article .c-article__content h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content h2 {
    font-size: 1.875rem;
  }
}
.c-article .c-article__content h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content h3 {
    font-size: 1.5rem;
  }
}
.c-article .c-article__content h4 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content h4 {
    font-size: 1.25rem;
  }
}
.c-article .c-article__content p {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content p {
    margin-bottom: 1.75rem;
  }
}
.c-article .c-article__content ul,
.c-article .c-article__content ol {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content ul,
  .c-article .c-article__content ol {
    margin-bottom: 1.75rem;
    padding-left: 1.75rem;
  }
}
.c-article .c-article__content li {
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .c-article .c-article__content li {
    margin: 0.65rem 0;
  }
}
.c-article .c-article__content ul li {
  list-style: disc;
}
.c-article .c-article__content ol li {
  list-style: decimal;
}
.c-article .c-article__content div,
.c-article .c-article__content section {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-article .c-article__content div,
  .c-article .c-article__content section {
    margin-bottom: 2.5rem;
  }
}
.c-article .c-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .c-article .c-article__content img {
    margin: 2rem 0;
  }
}

.c-article__pagenation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .c-article__pagenation {
    margin-top: 6rem;
    padding-top: 0;
  }
}
.c-article__pagenation .c-article__pagenation__prev,
.c-article__pagenation .c-article__pagenation__next {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .c-article__pagenation .c-article__pagenation__prev,
  .c-article__pagenation .c-article__pagenation__next {
    bottom: 0;
    margin: auto 0;
  }
}
.c-article__pagenation .c-article__pagenation__prev .c-button__secondary,
.c-article__pagenation .c-article__pagenation__next .c-button__secondary {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-article__pagenation .c-article__pagenation__prev .c-button__secondary,
  .c-article__pagenation .c-article__pagenation__next .c-button__secondary {
    font-size: 1.125rem;
  }
}
.c-article__pagenation .c-article__pagenation__prev {
  left: 0;
}
.c-article__pagenation .c-article__pagenation__prev .c-button__secondary {
  padding-left: 3.5em;
  padding-right: 0;
}
.c-article__pagenation .c-article__pagenation__prev .c-button__secondary::before {
  left: 0;
  right: auto;
}
.c-article__pagenation .c-article__pagenation__prev .c-button__secondary::after {
  left: 1em;
  right: auto;
  transform: scale(-1, 1);
}
.c-article__pagenation .c-article__pagenation__next {
  right: 0;
}
.c-article__pagenation .c-article__pagenation__next .c-button__secondary {
  padding-right: 3.5em;
}

.p-header::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px) saturate(180%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity ease 0.4s, visibility ease 0.4s;
}
.p-header.is-blur::before {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px) saturate(180%);
}
.p-header .p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
}
@media (min-width: 768px) {
  .p-header .p-header__inner {
    padding: 1.25rem 2rem;
  }
}
@media (min-width: 1280px) {
  .p-header .p-header__inner {
    max-width: 90%;
    padding: 1rem;
  }
}
.p-header .p-header__wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-header .p-header__logo {
  width: 90px;
}
@media (min-width: 768px) {
  .p-header .p-header__logo {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .p-header .p-header__logo {
    width: 150px;
  }
}
.p-header .p-header__spLogo {
  display: none;
}
.p-header .p-header__nav {
  display: flex;
  gap: 1.5rem;
}
.p-header .p-header__nav a {
  transition: color 0.2s ease;
}
.p-header .p-header__nav a:hover {
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.p-header .p-header__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-header .p-header__tel .p-header__tel__number {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.p-header .p-header__tel .p-header__tel__number:hover {
  color: var(--color-primary);
  transition: color 0.2s ease;
}
.p-header .p-header__tel .p-header__tel__info {
  font-size: 0.75rem;
}
.p-header .p-header__contact {
  width: auto;
  min-width: auto;
  padding: 0.75em 3.5em 0.75em 2em;
}
.p-header .p-header__drawer-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
}
.p-header .p-header__drawer-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.p-header .p-header__drawer-toggle span::before, .p-header .p-header__drawer-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-primary);
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.p-header .p-header__drawer-toggle span::before {
  top: -8px;
}
.p-header .p-header__drawer-toggle span::after {
  top: 8px;
}
.p-header .p-header__overlay {
  display: none;
}

@media (max-width: 1279px) {
  .p-header .p-header__drawer-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid var(--color-primary);
  }
  .p-header .p-header__wrapper {
    position: fixed;
    top: 0.75rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    background: #fff;
    border-radius: 0.6rem;
    padding: 5rem 1.5rem 4rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-120%);
    transition: none;
    z-index: 999;
  }
  .p-header .p-header__spLogo {
    display: block;
    width: 120px;
  }
  .p-header .p-header__nav {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  body.is-drawer-open {
    overflow: hidden;
  }
  body.is-drawer-open .p-header__wrapper {
    transform: translateY(0);
  }
  body.is-drawer-open .p-header__drawer-toggle span {
    background: transparent;
  }
  body.is-drawer-open .p-header__drawer-toggle span::before {
    top: 0;
    transform: rotate(45deg);
  }
  body.is-drawer-open .p-header__drawer-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  body.is-drawer-ready .p-header__wrapper {
    transition: transform 0.3s ease;
  }
}
.p-footerBanner {
  margin-top: -6rem;
}
.p-footerBanner .p-footerBanner__link {
  display: block;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .p-footerBanner .p-footerBanner__link {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 24px;
  }
  .p-footerBanner .p-footerBanner__link:hover {
    transform: translateY(-6px);
    box-shadow: 0 0.5rem 1.25rem rgba(69, 69, 69, 0.2);
  }
}

.p-footer {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
  }
}
.p-footer .p-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .p-footer .p-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }
}
.p-footer .p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #717171;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .p-footer .p-footer__info {
    font-size: 0.8rem;
  }
}
.p-footer .p-footer__info__logo {
  width: 10rem;
}
@media (min-width: 768px) {
  .p-footer .p-footer__info__logo {
    width: 10rem;
  }
}
.p-footer .p-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .p-footer .p-footer__nav {
    grid-template-columns: auto auto;
    gap: 3em;
    justify-content: start;
  }
}
.p-footer .p-footer__nav .p-footer__nav__left {
  display: block;
}
.p-footer .p-footer__nav__parent {
  display: block;
  position: relative;
  margin-bottom: 1em;
  color: #454545;
  font-size: 1rem;
  letter-spacing: var(--ls-wide);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-footer .p-footer__nav__parent {
    font-size: 1.2rem;
  }
}
.p-footer .p-footer__nav__parent::before {
  content: "・";
  color: #d3d3d3;
  padding-right: 0.5em;
}
.p-footer .p-footer__nav__parent + ul {
  margin-top: -0.5em;
}
.p-footer .p-footer__nav__child {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  color: #454545;
  font-size: 0.75rem;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-footer .p-footer__nav__child {
    font-size: 0.875rem;
  }
}
.p-footer .p-footer__copyright {
  margin-top: 1.5rem;
  padding: 1em 0;
  color: #b2b2b2;
  font-size: 0.5rem;
  border-top: 1px solid #b2b2b2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer .p-footer__copyright {
    margin-top: 3rem;
    font-size: 0.875rem;
    text-align: right;
  }
}

/*
  Top
-----------------------------------------------------*/
.top-hero {
  padding: 40px 16px;
  text-align: center;
  background: url(../images/css/hero.png);
}

.top {
  background: url(../images/sample.jpg);
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  background: url("../images/css/hero.png") no-repeat center center/cover;
  overflow: clip;
}

.p-catch__hero__wrapper {
  block-size: 150svh;
  padding-left: 7%;
  transform: translateZ(0);
}

.p-catch__hero {
  position: sticky;
  z-index: 10;
  inset-block-start: 74svh;
  color: #fff;
}
@media (min-width: 768px) {
  .p-catch__hero {
    inset-block-start: calc(100svh - 20rem);
  }
}

.p-catch__intro__wrapper {
  block-size: 93svh;
  margin-block-start: -100svh;
  padding-left: 7%;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .p-catch__intro__wrapper {
    block-size: 97svh;
  }
}
@media (min-width: 1024px) {
  .p-catch__intro__wrapper {
    block-size: 87svh;
  }
}

.p-catch__intro {
  position: sticky;
  inset-block-start: 74svh;
}
@media (min-width: 768px) {
  .p-catch__intro {
    inset-block-start: calc(100svh - 20rem);
  }
}

.p-catch__maincopy {
  font-family: var(--font-en);
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
}
@media (min-width: 768px) {
  .p-catch__maincopy {
    font-size: 3.25rem;
  }
}

.p-catch__subcopy {
  margin-top: 1em;
  font-size: 4vw;
  letter-spacing: 0.5em;
  color: #fff;
}
@media (min-width: 768px) {
  .p-catch__subcopy {
    font-size: 1.6rem;
  }
}

.p-catch__intro .p-catch__maincopy,
.p-catch__intro .p-catch__subcopy {
  color: #000;
}

.p-intro {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem;
  overflow: clip;
}
@media (min-width: 768px) {
  .p-intro {
    padding-top: 22rem;
    padding-bottom: 60vw;
  }
}
@media (min-width: 1280px) {
  .p-intro {
    padding-top: 30rem;
    padding-bottom: 10rem;
  }
}
.p-intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background: url(../images/css/hero_second.png) no-repeat center bottom/contain;
  opacity: 0;
  transform: translateX(20%) translateY(8%);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: -1;
}
@media (min-width: 1280px) {
  .p-intro::before {
    top: 0;
    bottom: auto;
    width: 95%;
    background: url(../images/css/hero_second.png) no-repeat center center/contain;
    transform: translateX(20%) translateY(10%);
  }
}
.p-intro.is-bg-revealed::before {
  opacity: 1;
  transform: translateX(20%) translateY(0%);
}
@media (min-width: 1280px) {
  .p-intro.is-bg-revealed::before {
    transform: translateX(20%) translateY(10%);
  }
}
.p-intro .p-intro__text {
  margin-top: 3rem;
  padding-left: 7%;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .p-intro .p-intro__text {
    width: 35em;
    margin-top: 4rem;
    padding-left: 7%;
    font-size: 1.125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-intro::before {
    opacity: 1;
    transform: translateX(20%) translateY(0%);
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 1280px) {
  .p-intro::before {
    transform: translateX(20%) translateY(10%);
  }
}
/*
  About
-----------------------------------------------------*/
.p-about {
  position: relative;
  padding: 6rem 0 6rem;
  background: url(../images/css/top_about_sp.png) no-repeat right center/cover;
  overflow: clip;
}
@media (min-width: 768px) {
  .p-about {
    padding: 8rem 0 8rem;
  }
}
@media (min-width: 1280px) {
  .p-about {
    padding: 10rem 0 10rem;
    background: url(../images/css/top_about.png) no-repeat left bottom/cover;
  }
}
.p-about .p-about__content {
  color: #fff;
}
@media (min-width: 1280px) {
  .p-about .p-about__content {
    padding-left: 38%;
  }
}
.p-about .p-about__copy {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.4em;
}
@media (min-width: 768px) {
  .p-about .p-about__copy {
    font-size: 2.8rem;
  }
}
.p-about .p-about__copy span {
  display: block;
  font-size: 50%;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-about .p-about__copy span {
    letter-spacing: 0.4em;
  }
}
.p-about .p-about__text {
  margin-top: 2rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-about .p-about__text {
    margin-top: 3rem;
    width: 35em;
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .p-about .p-about__button {
    text-align: right;
  }
}
.p-about .p-about__lineText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  white-space: nowrap;
  color: #fff;
  font-family: var(--font-en);
  font-size: 8.5vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: var(--ls-wide);
  opacity: 0.2;
  mix-blend-mode: screen;
}
@media (min-width: 1280px) {
  .p-about .p-about__lineText {
    bottom: -0.15em;
    left: -0.05em;
    font-size: 9.2vw;
  }
}

.p-features {
  position: relative;
  overflow: clip;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .p-features {
    padding-right: 0;
  }
}
.p-features .p-features__titleWrapper {
  position: absolute;
  top: 4rem;
  left: auto;
  right: 0;
  height: calc(100% - 4rem);
}
@media (min-width: 768px) {
  .p-features .p-features__titleWrapper {
    top: 8rem;
    height: calc(100% - 8rem);
    left: 0;
    right: auto;
  }
}
.p-features .p-features__title {
  position: sticky;
  display: flex;
  top: 9rem;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 768px) {
  .p-features .p-features__title {
    position: sticky;
    display: inline-block;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .p-features .p-features__title {
    font-size: 3rem;
  }
}
.p-features .p-features__title span {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-family: var(--font-en);
  font-size: 2rem;
  color: #dfdfdf;
  font-weight: 400;
  letter-spacing: var(--ls-wide);
}
.p-features .p-feature__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-features .p-feature__content + .p-feature__content {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .p-features .p-feature__content + .p-feature__content {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-features .p-feature__content {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-features .p-feature__desc {
    width: 50%;
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  .p-features .p-feature__desc {
    padding-top: 6rem;
  }
}
.p-features .p-feature__sticky {
  block-size: 40lvh;
  clip-path: inset(0);
  inline-size: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .p-features .p-feature__sticky {
    block-size: 50lvh;
  }
}
@media (min-width: 1024px) {
  .p-features .p-feature__sticky {
    block-size: 100lvh;
    clip-path: inset(0);
    inline-size: 100%;
    position: relative;
    width: 50%;
  }
}
.p-features .p-feature__image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  width: calc(100% - 40px);
  aspect-ratio: unset;
}
@media (min-width: 1024px) {
  .p-features .p-feature__image {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: calc((100% - 1200px) / 2);
    width: 600px;
    aspect-ratio: unset;
  }
}
@media (min-width: 1280px) {
  .p-features .p-feature__image {
    padding: 1rem;
  }
}
.p-features .p-feature__image img {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .p-features .p-feature__image img {
    min-height: 1px;
    inset: 0;
  }
}
.p-features .p-feature__title {
  position: relative;
  padding-top: 0.25em;
  padding-left: 1em;
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-features .p-feature__title {
    font-size: 2.5rem;
  }
}
.p-features .p-feature__title span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.6em;
  padding-right: 0.4em;
  letter-spacing: 0.08em;
  z-index: -1;
}
.p-features .p-feature__title span::before, .p-features .p-feature__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-features .p-feature__title span::before {
  width: 1em;
  height: 1em;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: white;
}
.p-features .p-feature__title span::after {
  width: 1.2em;
  bottom: 0;
  right: -0.25em;
  border-top: 1px solid var(--color-primary);
  transform: rotate(-45deg);
  transform-origin: top left;
}
@media (min-width: 768px) {
  .p-features .p-feature__title span::after {
    border-width: 2px;
  }
}
.p-features .p-feature__copy {
  width: 90%;
  margin: 1em 0;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-features .p-feature__copy {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .p-features .p-feature__copy {
    font-size: 2.5rem;
  }
}

.p-feature__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-feature__modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}
.p-feature__modal .p-feature__modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 80svh;
  margin: 0 auto;
  padding: 2rem 1.5rem 2rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.3);
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateY(12px);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__content {
    padding: 2rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-feature__modal .p-feature__modal__content {
    padding: 2rem 4rem;
  }
}
.p-feature__modal .p-feature__modal__content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.p-feature__modal.is-open .p-feature__modal__content {
  transform: translateY(0);
}
.p-feature__modal body.is-modal-open {
  overflow: hidden;
}
.p-feature__modal .p-feature__modal__title {
  padding-bottom: 0.25em;
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__title {
    font-size: 2.5rem;
  }
}
.p-feature__modal .p-feature__modal__text {
  margin: 1rem 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__text {
    margin: 2rem 0;
  }
}
.p-feature__modal .p-feature__modal__close {
  position: sticky;
  display: block;
  margin-left: auto;
  z-index: 2;
  color: var(--color-primary);
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__close {
    width: 3rem;
    height: 3rem;
  }
}
.p-feature__modal .p-feature__modal__close::before, .p-feature__modal .p-feature__modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__close::before, .p-feature__modal .p-feature__modal__close::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-feature__modal .p-feature__modal__close::before {
  background: url(../images/common/close.svg) no-repeat center center/contain;
}
.p-feature__modal .p-feature__modal__close::after {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
}
.p-feature__modal .p-feature__modal__flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__flex.column2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__flex.column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem {
    gap: 1rem;
  }
}
.p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem h4 {
  order: 2;
  font-weight: 500;
  text-align: center;
}
.p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem p {
  order: 3;
  line-height: 1.7;
  font-size: 0.875rem;
}
.p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem img {
  order: 1;
  width: 100%;
}
.p-feature__modal .p-feature__modal__flex .p-feature__modal__flexItem img.circle {
  width: 70%;
  margin: 0 auto;
}

.p-feature__values__logo {
  width: 15rem;
  margin: 2rem auto;
  text-align: center;
}

.p-feature__values {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .p-feature__values {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-feature__values .p-feature__values__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
}
.p-feature__values .p-feature__values__item img {
  max-width: 200px;
}
@media (min-width: 768px) {
  .p-feature__values .p-feature__values__item {
    font-size: 0.875rem;
    text-align: center;
  }
}

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

.p-service__title {
  font-family: var(--font-en);
  color: var(--color-primary);
  letter-spacing: var(--ls-wide);
  font-size: 1.85rem;
  font-weight: 300;
}

.p-service__copy {
  margin-top: 0.75em;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-service__copy {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .p-service__copy {
    width: 9em;
    font-size: 3rem;
  }
}
.p-service__copy span:first-child {
  display: block;
}

.p-service__copy__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-service__text {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .p-service__text {
    width: 50%;
    padding-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .p-service__text {
    padding-left: 4rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .p-service__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-top: 4rem;
  }
}

.p-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.p-areamap {
  position: relative;
  margin-top: 4rem;
  padding: 3rem 1.5rem;
  border-radius: 2.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-areamap {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .p-areamap .p-areamap__inner {
    display: contents;
  }
}
.p-areamap .p-areamap__title {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.625rem;
  color: var(--color-primary);
  letter-spacing: var(--ls-wide);
  font-weight: 500;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-areamap .p-areamap__title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-areamap .p-areamap__title {
    font-size: 2.5rem;
  }
}
.p-areamap .p-areamap__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-areamap .p-areamap__text {
    max-width: 30em;
    font-size: 18px;
  }
}
.p-areamap .p-areamap__button {
  position: relative;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .p-areamap .p-areamap__button {
    margin: 2rem 0 0;
  }
}
@media (min-width: 768px) {
  .p-areamap .p-areamap__image {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    top: 2rem;
    bottom: 2rem;
    right: -2rem;
    margin: auto 0;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .p-areamap .p-areamap__image {
    top: 2rem;
    bottom: 2rem;
    right: 2rem;
    width: 40%;
  }
}

.p-option {
  background: url(../images/css/option_bg.png) no-repeat center left/cover;
}
.p-option .p-option__title,
.p-option .p-option__subtitle {
  font-size: 1.625rem;
  color: #fff;
  letter-spacing: var(--ls-wide);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-option .p-option__title,
  .p-option .p-option__subtitle {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .p-option .p-option__title,
  .p-option .p-option__subtitle {
    font-size: 3rem;
  }
}
.p-option .p-option__subtitle {
  margin-top: 1em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-option .p-option__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-option .p-option__subtitle {
    font-size: 2rem;
  }
}
.p-option .p-optionItem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
  margin: 2rem auto 0;
  padding: 2rem 1.5rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .p-option .p-optionItem {
    flex-direction: row-reverse;
    gap: 2rem;
    max-width: none;
    margin-top: 3rem;
    padding: 3rem;
  }
}
.p-option .p-optionItem .p-optionItem__content {
  flex: 1;
}
.p-option .p-optionItem .p-optionItem__image {
  flex: 1;
}
.p-option .p-optionItem__title {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-option .p-optionItem__title {
    text-align: left;
  }
}
.p-option .p-optionItem__title > span {
  display: block;
}
.p-option .p-optionItem__title .main {
  font-size: 2rem;
  color: var(--color-primary);
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-option .p-optionItem__title .main {
    font-size: 2.5rem;
  }
}
.p-option .p-optionItem__title .small {
  display: block;
  font-size: 0.875rem;
  color: var(--color-text);
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-option .p-optionItem__title .small {
    display: inline-block;
    font-size: 1.125rem;
  }
}
.p-option .p-optionItem__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-option .p-optionItem__button {
  margin: 1rem 0 0;
}

.p-works__header {
  position: relative;
}
@media (min-width: 768px) {
  .p-works__header .p-works__button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
.p-works__header .p-works__text {
  margin-top: 1rem;
}

.p-works__slider {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-works__slider {
    margin-top: 4rem;
  }
}
.p-works__slider .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
.p-works__slider .p-works__slide {
  aspect-ratio: 384/509;
}
.p-works__slider .p-works__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-works__slider .p-works__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worksArchive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .p-worksArchive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin: 4rem auto;
  }
}

.p-worksArchive__item {
  transition: 0.3s ease-in-out;
}
.p-worksArchive__item:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.p-worksArchive__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-worksArchive__meta {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .p-worksArchive__meta {
    gap: 2rem;
    font-size: 1rem;
  }
}

.p-worksArchive__type {
  padding: 0.5rem;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

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

.p-works__contents {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-works__contents {
    margin-top: 3rem;
  }
}
.p-works__contents .p-works__contents__images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__images {
    grid-template-columns: 35% 58%;
    gap: 0;
    padding-bottom: 4rem;
  }
}
.p-works__contents .p-works__contents__images::before {
  content: "";
  position: absolute;
  top: 37.5%;
  left: 30%;
  width: 1.75rem;
  height: 1rem;
  background: url(../images/common/arrow_double.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__images::before {
    top: auto;
    bottom: calc(25% + 4rem);
    left: 37%;
    width: 2rem;
    height: 1rem;
    transform: rotate(0);
  }
}
.p-works__contents .p-works__contents__image {
  position: relative;
  aspect-ratio: 394/283;
}
.p-works__contents .p-works__contents__image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: var(--ls-wide);
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__image span {
    font-size: 2.5rem;
  }
}
.p-works__contents .p-works__contents__image.before {
  width: 70%;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__image.before {
    width: 100%;
  }
}
.p-works__contents .p-works__contents__image.after span {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__image.after span {
    font-size: 3.5rem;
  }
}
.p-works__contents .p-works__contents__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__contents .p-works__contents__text {
  max-width: 1000px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__text {
    margin: 4rem auto;
  }
}
.p-works__contents .p-works__contents__text .p-works__contents__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__text .p-works__contents__inner {
    flex-direction: row;
  }
}
.p-works__contents .p-works__contents__text .p-works__contents__dl {
  display: flex;
  gap: 1rem;
}
.p-works__contents .p-works__contents__text .p-works__contents__dl dl {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
}
.p-works__contents .p-works__contents__text .p-works__contents__dl dt {
  padding: 0.25em 1em;
  background-color: var(--color-primary);
  color: #fff;
}
.p-works__contents .p-works__contents__text .p-works__contents__dl dd {
  display: flex;
  align-items: center;
}
.p-works__contents .p-works__contents__text .p-works__contents__dl + .p-works__contents__dl {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__text .p-works__contents__dl + .p-works__contents__dl {
    margin-top: 0;
    margin-left: 8rem;
  }
}
.p-works__contents .p-works__contents__text .p-works__contents__details {
  margin-top: 2rem;
  padding: 1rem;
  background-color: var(--color-secondary, #f3f9ff);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-works__contents .p-works__contents__text .p-works__contents__details {
    margin-top: 3rem;
    padding: 2rem 3rem;
    font-size: 1rem;
  }
}

.p-newsList .p-newsList__item {
  padding-top: 0.75em;
  border-bottom: 1px solid #dedede;
}
.p-newsList .p-newsList__item__date {
  margin-right: 1em;
}
.p-newsList .p-newsList__item__category {
  display: inline-block;
  padding: 0 1.5em;
  gap: 0.5rem;
  color: var(--color-primary);
  border-radius: 100px;
  border: 1px solid var(--color-primary, #215fb1);
  font-size: 0.875rem;
  text-align: center;
}
.p-newsList .p-newsList__item__category[hidden] {
  display: none !important;
}
.p-newsList .p-newsList__item__desc {
  display: block;
  padding: 0.3em 0 0.75em;
  font-size: 1.125rem;
}
.p-newsList.top .p-newsList__title {
  line-height: 1;
}
.p-newsList.top .p-newsList__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-newsList.top .p-newsList__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}
.p-newsList.top .p-newsList__list {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-newsList.top .p-newsList__list {
    margin-top: 0;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .p-newsList.top .p-newsList__list {
    width: 60%;
  }
}
.p-newsList.top .p-newsList__button {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-newsList.top .p-newsList__button {
    text-align: right;
  }
}
.p-newsList.archive .p-newsList__list {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-newsList.archive .p-newsList__list {
    margin-top: 4rem;
  }
}
.p-newsList.archive .p-newsList__item {
  position: relative;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .p-newsList.archive .p-newsList__item {
    display: grid;
    grid-template-columns: 6em 8em 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 6rem;
  }
}
.p-newsList.archive .p-newsList__item::before, .p-newsList.archive .p-newsList__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-newsList.archive .p-newsList__item::before {
  right: 1.35rem;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../images/common/arrow_blue.svg) no-repeat center center/contain;
}
.p-newsList.archive .p-newsList__item::after {
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
}
.p-newsList.archive .p-newsList__item__category {
  justify-self: flex-start;
}

.p-newsList__pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newsList__pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.p-newsList__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border: 1px solid var(--color-primary);
  color: #fff;
  background: var(--color-primary);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.p-newsList__pagination .page-numbers:hover, .p-newsList__pagination .page-numbers:focus-visible {
  border-color: var(--color-primary);
  background: #fff;
  color: var(--color-primary);
}
.p-newsList__pagination .page-numbers.current {
  border-color: var(--color-primary);
  background: #fff;
  color: var(--color-primary);
  font-weight: 600;
}
.p-newsList__pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
}

:root {
  interpolate-size: allow-keywords;
}

.p-faq .p-faq__list {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-faq .p-faq__list {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
.p-faq .p-faq__item {
  position: relative;
  margin-top: 1rem;
  padding: 0 0.75rem;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-faq .p-faq__item {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
}
.p-faq .p-faq__item::before, .p-faq .p-faq__item::after {
  content: "";
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  width: 20px;
  height: 2px;
  margin: auto 0;
  background-color: var(--color-primary);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .p-faq .p-faq__item::before, .p-faq .p-faq__item::after {
    right: 2rem;
    width: 30px;
    height: 3px;
  }
}
.p-faq .p-faq__item::after {
  transform: rotate(90deg);
}
.p-faq .p-faq__item::details-content {
  display: block;
  block-size: 0;
  opacity: 0;
  content-visibility: hidden;
  overflow: hidden;
  transition: block-size 0.3s ease, opacity 0.3s ease, content-visibility 0.3s;
  transition-behavior: allow-discrete;
}
.p-faq .p-faq__item[open]::details-content {
  block-size: auto;
  opacity: 1;
  content-visibility: visible;
}
.p-faq .p-faq__question {
  position: relative;
  padding: 1rem 1.5rem 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  list-style: none;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-faq .p-faq__question {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
  }
}
.p-faq .p-faq__question::marker {
  display: none;
}
.p-faq .p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq .p-faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1.5rem;
  font-size: 1.5rem;
  margin: auto 0;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
}
@media (min-width: 768px) {
  .p-faq .p-faq__question::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
}
.p-faq .p-faq__item[open]::after {
  transform: rotate(0deg);
  background: #5f5f5f;
}
.p-faq .p-faq__answer {
  position: relative;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-faq .p-faq__answer {
    padding-left: 3.2rem;
    font-size: 1rem;
  }
}
.p-faq .p-faq__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1.5rem;
  margin: auto 0;
  font-size: 1.75rem;
  line-height: 1;
  color: #5f5f5f;
  text-align: center;
}
@media (min-width: 768px) {
  .p-faq .p-faq__answer::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
}

.p-contactArea {
  background: url(../images/css/contactarea_bg.png) no-repeat center center/cover;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .p-contactArea {
    padding-bottom: 8rem;
  }
}
.p-contactArea .p-contactArea__title {
  text-align: center;
  color: #fff;
}
.p-contactArea .p-contactArea__text {
  margin-top: 1em;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__text {
    font-size: 1.25rem;
  }
}
.p-contactArea .p-contactArea__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .p-contactArea .p-contactArea__inner {
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
}
.p-contactArea .p-contactArea__box {
  height: 6rem;
  padding: 0.5em;
  background: #fff;
  color: var(--color-primary);
  border-radius: 1.25rem;
  text-align: center;
  box-shadow: 0 24px 14px 0 rgba(25, 49, 118, 0.15);
}
@media (min-width: 768px) {
  .p-contactArea .p-contactArea__box {
    width: 47%;
    height: auto;
    padding: 1.5em;
  }
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .p-contactArea .p-contactArea__box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 28px 0 rgba(25, 49, 118, 0.15);
  }
}
.p-contactArea .p-contactArea__box span {
  position: relative;
  color: #215fb1;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-contactArea .p-contactArea__box span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__box span {
    font-size: 1.625rem;
  }
}
.p-contactArea .p-contactArea__box.web {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contactArea .p-contactArea__box.web span::before,
.p-contactArea .p-contactArea__box.web span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  margin: auto 0;
}
.p-contactArea .p-contactArea__box.web span::before {
  left: -2.5em;
  width: 2em;
  height: 1.5em;
  background: url(../images/common/icon_mail.svg) no-repeat center center/contain;
}
.p-contactArea .p-contactArea__box.web span::after {
  right: -2em;
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/arrow_blue.svg) no-repeat center center/contain;
}
.p-contactArea .p-contactArea__box.tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-contactArea .p-contactArea__box.tel span:first-child {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__box.tel span:first-child {
    font-size: 1.125rem;
  }
}
.p-contactArea .p-contactArea__box.tel span:nth-child(2) {
  position: relative;
  padding-left: 1.1em;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__box.tel span:nth-child(2) {
    font-size: 3rem;
  }
}
.p-contactArea .p-contactArea__box.tel span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  left: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_tel.svg) no-repeat center center/contain;
}
.p-contactArea .p-contactArea__box.tel span:last-child {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .p-contactArea .p-contactArea__box.tel span:last-child {
    font-size: 1rem;
  }
}
.p-contactArea .p-contactArea__faq {
  text-align: center;
}
.p-contactArea .p-contactArea__faq__inner {
  position: relative;
  display: inline-block;
  margin: 2rem auto;
  padding: 0.75em 0.2em;
  padding-right: 1.5em;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: var(--ls-wide);
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .p-contactArea .p-contactArea__faq__inner {
    margin: 3rem auto;
    font-size: 1.5rem;
  }
}
.p-contactArea .p-contactArea__faq__inner:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.p-contactArea .p-contactArea__faq__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -0.1em;
  right: 0.2em;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  background: url(../images/common/arrow_white.svg) no-repeat center center/contain;
}

/*
  service-page   Our Serviceページ
-----------------------------------------------------*/
/*service read
-----------------------------------------*/
.c-sectionTitle--service {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-sectionTitle--service {
    letter-spacing: var(--ls-wide);
  }
}

.p-serviceTop {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-serviceTop {
    flex-direction: row;
    position: relative;
    background-color: transparent;
  }
}
.p-serviceTop .p-serviceTop__img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-serviceTop .p-serviceTop__img {
    width: 80.5%;
  }
}
.p-serviceTop .p-serviceTop_TxtGroup {
  width: 89%;
  margin-top: -2rem;
  background-color: var(--color-bg, #fff);
  padding: 1.5rem 0.75rem;
}
@media (min-width: 768px) {
  .p-serviceTop .p-serviceTop_TxtGroup {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: -5.1rem;
    padding: 1.8rem 5.5%;
  }
}
.p-serviceTop .p-serviceTop_TxtGroup .p-serviceTop_Txt:nth-of-type(2) {
  margin-top: 1em;
}

/*施工サービス一覧
-----------------------------------------*/
.p-sList {
  margin-top: -25rem;
  padding-top: 25rem;
  background-color: var(--color-secondary, #f3f9ff);
}
@media (min-width: 768px) {
  .p-sList {
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
.p-sList .p-sList__subTopic {
  font-size: 2rem;
  line-height: 5.75rem;
  letter-spacing: 0.25rem;
}
@media (min-width: 768px) {
  .p-sList .p-sList__subTopic {
    font-size: 2.5rem;
  }
}

/*Our Feature
-----------------------------------------*/
.c-container .p-features__subTopic {
  margin-top: 0.7em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.3rem;
}
@media (min-width: 768px) {
  .c-container .p-features__subTopic {
    font-size: 3rem;
  }
}
.c-container .p-features_wrapper {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
@media (min-width: 768px) {
  .c-container .p-features_wrapper {
    margin-top: 4.3rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-container .p-features_wrapper .p-features__img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-container .p-features_wrapper .p-features__img {
    width: 47%;
  }
}
.c-container .p-features_wrapper .p-features__txtGroup {
  width: 100%;
}
@media (min-width: 768px) {
  .c-container .p-features_wrapper .p-features__txtGroup {
    width: 50%;
  }
}
.c-container .p-features_wrapper .p-features__txtGroup .p-features__txtTopic {
  font-weight: 500;
  font-size: 1.31rem;
}
@media (min-width: 768px) {
  .c-container .p-features_wrapper .p-features__txtGroup .p-features__txtTopic {
    font-size: 1.7rem;
  }
}
.c-container .p-features_wrapper .p-features__txtGroup .p-features__txtTopic span {
  display: block;
}
@media (min-width: 440px) {
  .c-container .p-features_wrapper .p-features__txtGroup .p-features__txtTopic span {
    display: inline;
  }
}
.c-container .p-features_wrapper .p-features__txtGroup .p-features__txt {
  margin-top: 1.5em;
}
.c-container .p-features__premium {
  margin-top: 3.1rem;
}
@media (min-width: 768px) {
  .c-container .p-features__premium {
    margin-top: 2.5rem;
  }
}
.c-container .p-features__premium .p-features__premiumTitleGroup {
  text-align: center;
  transform: translateY(50%);
  width: 80%;
  max-width: 536px;
  background-color: var(--color-bg);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c-container .p-features__premium .p-features__premiumTitleGroup .p-features__premiumSubTitle {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .c-container .p-features__premium .p-features__premiumTitleGroup .p-features__premiumSubTitle {
    font-size: 1.6rem;
  }
}
.c-container .p-features__premium .p-features__premiumTitleGroup .p-features__premiumTitle {
  max-width: 310px;
  margin: 0.5rem auto 0;
}
@media (min-width: 768px) {
  .c-container .p-features__premium .p-features__premiumTitleGroup .p-features__premiumTitle {
    max-width: 471px;
  }
}
.c-container .p-features__premium .p-features__premiumItemWrapper {
  position: relative;
  border: 1px solid var(--color-primary, #215fb1);
  width: 100%;
  padding: 5rem 0.9rem 1.5rem;
}
@media (min-width: 768px) {
  .c-container .p-features__premium .p-features__premiumItemWrapper {
    padding: 6.25rem 5rem 3.6rem;
    max-width: 1063px;
  }
}
.c-container .p-features__premium .p-features__premiumItemWrapper .p-features__premiumTxt {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .c-container .p-features__premium .p-features__premiumItemWrapper .p-features__premiumTxt {
    font-size: 1.25rem;
  }
}
.c-container {
  /*eco
  -----------------------------------------*/
}
.c-container .p-features__eco {
  margin-top: 4.4rem;
}
@media (min-width: 768px) {
  .c-container .p-features__eco {
    margin-top: 8rem;
  }
}
.c-container .p-features__eco .p-features__ecoTitle {
  font-size: 1.5rem;
  letter-spacing: 0.28rem;
}
@media (min-width: 768px) {
  .c-container .p-features__eco .p-features__ecoTitle {
    font-size: 2.75rem;
  }
}
.c-container .p-features__eco .p-features__ecoWrapper {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .c-container .p-features__eco .p-features__ecoWrapper {
    margin-top: 1.9rem;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-container .p-features__eco .p-features__ecoWrapper .p-features__ecoTxtWrapper {
    width: 52%;
  }
}
.c-container .p-features__eco .p-features__ecoWrapper .p-features__ecoTxtWrapper .p-features__ecoTxtTitle {
  font-size: 1.31rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .c-container .p-features__eco .p-features__ecoWrapper .p-features__ecoTxtWrapper .p-features__ecoTxtTitle {
    font-size: 1.9rem;
  }
}
.c-container .p-features__eco .p-features__ecoImg {
  width: 100%;
}
@media (min-width: 768px) {
  .c-container .p-features__eco .p-features__ecoImg {
    width: 45%;
  }
}

.p-features__ecoTxt + .p-features__ecoTxt {
  margin-top: 0.8em;
}

/*knowledge
-----------------------------------------*/
.p-knowledge__title {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 768px) {
  .p-knowledge__title {
    font-size: 2.74rem;
    letter-spacing: 0.275rem;
  }
}

.p-knowledge__wrapper {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (min-width: 768px) {
  .p-knowledge__wrapper {
    max-width: 1000px;
    margin: 2rem auto 0;
    gap: 3.8rem;
  }
}
.p-knowledge__wrapper .p-knowledge__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-knowledge__wrapper .p-knowledge__item {
    flex-direction: row;
    gap: 3.75rem;
  }
  .p-knowledge__wrapper .p-knowledge__item:first-child {
    flex-direction: row-reverse;
  }
}
.p-knowledge__wrapper .p-knowledge__item .p-knowledge__img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-knowledge__wrapper .p-knowledge__item .p-knowledge__img {
    width: 34%;
  }
}
.p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup {
    width: 60.5%;
  }
}
.p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup .p-knowledge__txtTitle {
  font-size: 1.31rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup .p-knowledge__txtTitle {
    font-size: 1.75rem;
    text-align: left;
  }
  .p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup .p-knowledge__txtTitle span {
    display: block;
  }
}
.p-knowledge__wrapper .p-knowledge__item .p-knowledge__txtGroup .p-knowledge__txt {
  margin-top: 1rem;
}

.p-knowledgePromise {
  margin-top: 1.875rem;
  padding: 2.5rem 0.75rem;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .p-knowledgePromise {
    margin-top: 6.75rem;
    padding: 2.5rem 3rem 3.865rem;
  }
}
.p-knowledgePromise .p-knowledgePromiseTitle {
  font-size: 1.5rem;
  line-height: 4rem;
  letter-spacing: 0.23rem;
}
@media (min-width: 768px) {
  .p-knowledgePromise .p-knowledgePromiseTitle {
    font-size: 2.31rem;
  }
}
.p-knowledgePromise .p-knowledgePromise__flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-knowledgePromise .p-knowledgePromise__flex.column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem {
    gap: 1rem;
  }
}
.p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem h4 {
  order: 2;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem h4 {
    font-size: 1.25rem;
  }
}
.p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem p {
  order: 3;
  line-height: 1.7;
}
.p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem img {
  order: 1;
  width: 100%;
}
.p-knowledgePromise .p-knowledgePromise__flex .p-knowledgePromise__flexItem img.circle {
  width: 70%;
  margin: 0 auto;
}

/*flow
-----------------------------------------*/
.p-flow {
  background-color: var(--color-secondary);
}
.p-flow .c-flow__titleJp {
  margin-top: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 768px) {
  .p-flow .c-flow__titleJp {
    font-size: 2rem;
  }
}
.p-flow .p-flow__list {
  margin-top: 2rem;
}
.p-flow .p-flow__list .p-flow__listItem {
  position: relative;
  padding-bottom: 1.5rem;
}
.p-flow .p-flow__list .p-flow__listItem::before {
  content: "";
  position: absolute;
  left: 1.45rem;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem::before {
    left: 2.65rem;
  }
}
.p-flow .p-flow__list .p-flow__listItem:last-child {
  padding-bottom: 0;
}
.p-flow .p-flow__list .p-flow__listItem:last-child::before {
  display: none;
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper {
  display: flex;
  gap: 0.56rem;
  align-items: center;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper {
    gap: 1.31rem;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper .p-flow__num {
  display: inline-flex;
  font-size: 1.25rem;
  color: var(--color-bg);
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 2.9rem;
  height: 2.9rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper .p-flow__num {
    font-size: 2.125rem;
    width: 5.3rem;
    height: 5.3rem;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper .p-flow__title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__titleWrapper .p-flow__title {
    font-size: 2rem;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper {
  margin-left: 47px;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper {
    display: flex;
    gap: 1.68rem;
    padding-left: 3.21rem;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__img {
    width: 32%;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper {
    width: 62%;
    margin-top: 0;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 1024px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper {
    flex-direction: row;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn {
  display: grid;
  justify-content: center;
  height: 65px;
}
@media (min-width: 1024px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn {
    width: auto;
  }
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn .p-flow__telWrapper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn .p-flow__telWrapper .p-flow__btnImg {
  display: grid;
  margin-top: 5px;
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn .p-flow__telWrapper .p-flow__telNum {
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 1;
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flowTellBtn .p-flow__telTxt {
  font-size: 0.7rem;
}
.p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flow__btn {
  display: grid;
  height: 65px;
  align-items: center;
  width: auto;
}
@media (min-width: 1024px) {
  .p-flow .p-flow__list .p-flow__listItem .p-flow__contentsWraper .p-flow__txtWrapper .p-flow__btnWrapper .p-flow__btn {
    min-width: auto;
  }
}
.p-flow .p-afterSupport {
  margin-top: 3.1rem;
  padding: 1.75rem 20px;
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport {
    margin-top: 10rem;
    padding: 3.56rem 5.1rem;
  }
}
.p-flow .p-afterSupport .p-afterSupport__title {
  margin-top: -1.75rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport .p-afterSupport__title {
    letter-spacing: var(--ls-wide);
    margin-top: -3.56rem;
    font-size: 4.5rem;
  }
}
.p-flow .p-afterSupport .p-afterSupport_subTitle {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport .p-afterSupport_subTitle {
    font-size: 1.93rem;
  }
}
.p-flow .p-afterSupport .p-afterSupport__flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport .p-afterSupport__flex.column2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem {
    gap: 1rem;
  }
}
.p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem h4 {
  order: 2;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem h4 {
    font-size: 1.5rem;
  }
}
.p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem p {
  order: 3;
  line-height: 1.7;
  font-size: 0.875rem;
}
.p-flow .p-afterSupport .p-afterSupport__flex .p-afterSupport__flexItem img {
  order: 1;
  width: 100%;
}

/*
  Accessibility
-----------------------------------------------------*/
/*
  Visually Hidden
*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/*
  Text
-----------------------------------------------------*/
@media (min-width: 1024px) {
  .spOnly {
    display: none;
  }
}

@media (min-width: 1200px) {
  .tabOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media (min-width: 1200px) {
  .pcOnly {
    display: block;
  }
}

.bg-color {
  background-color: var(--color-bg);
}

.text-block {
  display: inline-block;
}
@media (max-width: 767px) {
  .text-block.onlyPc {
    display: inline;
  }
}

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

.text-center {
  text-align: center;
}
.text-center .onlyPc {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (min-width: 1024px) {
  .text-center .onlyPc {
    text-align: center;
  }
}

.link {
  cursor: pointer;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.caution {
  font-style: normal;
  color: #ed1c24;
}

.pt-1 {
  padding-top: 1em;
}

.text-small {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .text-small {
    font-size: 1rem;
  }
}

.text-bold {
  font-weight: 500;
}

.text-blue {
  color: var(--color-primary);
}

.js-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}