@charset "UTF-8";
/* =========================
  Color 
========================= */
/* =========================
  Font
========================= */
/* =========================
  Breakpoints
========================= */
/* =========================
  Spacing
========================= */
/* =========================
  z-index
========================= */
/* =========================
  Header / Hamburger
========================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:root {
  --focus-outline-color: black;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted var(--focus-outline-color);
}

button,
html[type=button],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "YakuHanJP", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #253650;
  background-color: #fffefa;
}

h1, h2, h3 {
  color: #446393;
  font-weight: 700;
  line-height: 1.4;
}

.c-lead {
  font-size: 16px;
}
@media (min-width: 1080px) {
  .c-lead {
    font-size: 18px;
  }
}

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

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

hr {
  border: none;
  border-top: 1px solid #bababa;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fffefa;
  z-index: 1100;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.l-header__inner {
  height: 100%;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-main {
  padding-top: 80px;
}

@media (min-width: 821px) {
  .l-header {
    width: 308px;
    height: 100vh;
    box-shadow: none;
    border-right: 1px solid #dee4ed;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .l-header__inner {
    height: auto;
    padding: clamp(18px, 6vh, 20px) 40px clamp(32px, 6vh, 60px);
    display: block;
  }
  .l-main {
    padding-top: 0;
    margin-left: 308px;
  }
}
@media (min-width: 1080px) {
  .l-header {
    width: 408px;
    height: 100vh;
    box-shadow: none;
    border-right: 1px solid #dee4ed;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .l-main {
    padding-top: 0;
    margin-left: 408px;
  }
}
.l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1026px;
}

@media (min-width: 821px) {
  .l-inner {
    padding-inline: 30px;
  }
}
@media (min-width: 1500px) {
  .l-inner {
    padding: 0px;
  }
}
/* =========================
  Layout: Footer
========================= */
.l-footer__inner {
  padding-bottom: 86px;
  text-align: center;
}

.l-footer__line {
  width: 100%;
  height: 1px;
  background: #bababa;
}

.l-footer__logo {
  display: inline-flex;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 20px;
  text-decoration: none;
}

.l-footer__logoImg {
  display: block;
  width: 165px;
  height: auto;
}

.l-footer__copy {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #253650;
}

@media (min-width: 821px) {
  .l-footer__inner {
    padding: 0;
    padding-bottom: 60px;
    margin-left: 408px;
  }
  .l-footer__logo {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  .l-footer__logoImg {
    width: 208px;
  }
}
.c-backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 900;
}

.c-drawer {
  position: fixed;
  top: 80px;
  width: 100%;
  height: calc(100dvh - 80px);
  background: #253650;
  color: #fff;
  padding: 28px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  z-index: 1000;
}

.c-drawer__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.c-drawer__list {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 100;
}

.c-drawer__sub-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0;
  font-size: 16px;
  list-style: none;
  font-weight: 300;
}

.c-drawer__sub-list li {
  position: relative;
  padding-left: 5px;
}

.c-drawer__sub-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.c-drawer__link {
  font-weight: 600;
}

.c-drawer__sub-link {
  margin-left: 10px;
}

.c-drawer__list a,
.c-drawer__sub-list a {
  transition: opacity 0.2s ease;
}

.c-drawer__list a:hover,
.c-drawer__sub-list a:hover {
  opacity: 0.5;
}

.c-drawer__footer {
  flex-shrink: 0;
  margin-top: 48px;
  text-align: center;
  font-size: 18px;
}

.c-drawer__footer-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.c-drawer__footer-subtitle {
  color: #fff;
  font-size: 18px;
  margin: 40px 0 20px;
}

.c-drawer__tel {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.c-drawer__tel-label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 6px;
}

.c-drawer__hours {
  margin-right: 38px;
  font-size: 18px;
  margin-bottom: 24px;
  opacity: 0.9;
}

.c-time-start {
  margin-left: 15px;
}

.c-time-colon {
  margin: 0 3px;
}

.c-mid-dot {
  margin: 0 0.2em 0 0.4em;
}

.c-drawer__access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  margin-top: 8px;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.c-drawer__access:hover {
  opacity: 0.5;
}

.is-drawer-open .c-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.is-drawer-open .c-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.c-logo {
  display: block;
  line-height: 0;
}

.c-logo__img {
  display: block;
  height: auto;
  margin-top: 5px;
}

.c-logo__img--pc {
  display: none;
}

.c-hamburger {
  width: 24px;
  height: 19px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1200;
}

.c-hamburger__bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  background: #253650;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.c-hamburger__bar:nth-child(1) {
  top: 0;
}

.c-hamburger__bar:nth-child(2) {
  top: 8px;
}

.c-hamburger__bar:nth-child(3) {
  top: 16px;
}

.is-drawer-open .c-hamburger__bar:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.is-drawer-open .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.is-drawer-open .c-hamburger__bar:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

@media (min-width: 821px) {
  .c-drawer__list {
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: clamp(10px, 4dvh, 40px);
    font-weight: 600;
    gap: clamp(12px, 3dvh, 36px);
  }
  .c-drawer__sub-list {
    margin-left: 5px;
    margin-top: clamp(8px, 2dvh, 24px);
    gap: clamp(8px, 1.5dvh, 24px);
  }
  .c-backdrop {
    display: none;
  }
  .c-logo {
    text-align: center;
  }
  .c-logo__img--sp {
    display: none;
  }
  .c-logo__img--pc {
    display: block;
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
  }
  .c-hamburger,
  .c-backdrop {
    display: none;
  }
  .c-drawer {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    overflow: visible;
    color: #446393;
  }
  .c-drawer__footer {
    flex-shrink: 0;
    font-size: 18px;
    text-align: left;
    max-width: 240px;
    margin-top: clamp(20px, 6dvh, 64px);
    margin-bottom: clamp(20px, 8dvh, 80px);
    margin-left: auto;
    margin-right: auto;
  }
  .c-drawer__body {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: auto;
  }
  .c-drawer__list {
    flex: none;
    min-height: auto;
    overflow: visible;
  }
  .c-drawer__footer-title {
    margin-bottom: clamp(4px, 1dvh, 10px);
  }
  .c-drawer__footer-subtitle {
    color: #253650;
    margin-top: clamp(8px, 2dvh, 20px);
    margin-bottom: clamp(4px, 1dvh, 10px);
  }
  .c-drawer__hours {
    color: #253650;
  }
  .c-drawer__access {
    color: #253650;
  }
  .c-drawer__tel {
    font-size: clamp(20px, 3dvh, 24px);
  }
  .c-drawer__link {
    color: #446393;
  }
  .c-drawer__sub-link {
    color: #253650;
  }
}
@media (min-width: 1080px) {
  .c-logo__img--pc {
    display: block;
    width: 100%;
    max-width: 157px;
    margin: 0 auto;
  }
}
/* =========================
  追従 CTA
========================= */
.c-fixed-ui {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 1000;
  pointer-events: none;
}
.c-fixed-ui > * {
  pointer-events: auto;
}

.c-fixed-cta {
  position: absolute;
  right: 16px;
  bottom: 0;
}
.c-fixed-cta.is-hidden {
  display: none;
}

.c-fixed-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  min-height: 60px;
  width: 215px;
  background: #253650;
  color: #fffefa;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: opacity 0.5s ease;
}

.c-fixed-cta__link:hover {
  opacity: 0.85;
}

.c-fixed-cta__text {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.c-fixed-cta__close {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fffefa;
  border: 1px solid rgba(0, 0, 0, 0.45);
  color: #253650;
  display: grid;
  place-items: center;
  cursor: pointer;
}

@media (min-width: 821px) {
  .c-fixed-ui {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .c-fixed-cta {
    position: fixed;
    top: px;
    right: 0px;
    bottom: auto;
  }
  .c-fixed-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 347px;
    min-height: 75px;
    padding: 16px 64px 16px 24px;
    background: #253650;
    color: #fffefa;
    border: 1px solid #fff;
    border-radius: 0 0 0 20px;
    text-decoration: none;
    position: relative;
  }
  .c-fixed-cta__link::before {
    content: "";
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
  }
  .c-fixed-cta__link::after {
    content: "";
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #253650;
    border-right: 2px solid #253650;
  }
  .c-fixed-cta__close {
    position: absolute;
    left: -14px;
    top: 0px;
  }
}
/* ======================
   Page Top Button
====================== */
.c-page-top {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #253650;
  color: #fff;
  border: 1px solid #253650;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease, color 0.3s ease;
}
.c-page-top:hover, .c-page-top:focus-visible {
  background: #fff;
  color: #253650;
}

.c-page-top__arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 24px;
  background-color: currentColor;
  border-radius: 9999px;
}

.c-page-top__arrow::before,
.c-page-top__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  background-color: currentColor;
  border-radius: 9999px;
  transform-origin: center top;
}

.c-page-top__arrow::before {
  transform: translateX(-50%) rotate(45deg);
}

.c-page-top__arrow::after {
  transform: translateX(-50%) rotate(-45deg);
}

@media (min-width: 821px) {
  .c-page-top {
    left: auto;
    right: 16px;
  }
}
/* =========================
  Component: Button
========================= */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  background: #446393;
  color: #fffefa;
  padding: 20px 36px;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.c-btn--submit {
  padding: 14px 52px;
  max-width: 277px;
  min-height: 61px;
}

.c-btn--back {
  background: #dee4ed;
  color: #253650;
  font-size: 16px;
  min-height: 61px;
  max-width: 254px;
  padding: 14px 52px;
  width: 100%;
}

.p-btn-wrap {
  text-align: center;
}

.c-btn:hover,
.c-btn:focus-visible {
  opacity: 0.85;
}

@media (min-width: 1080px) {
  .c-btn {
    font-size: 18px;
    padding: 20px 58px;
    height: 66px;
    border-radius: 100px;
  }
}
@media (min-width: 1080px) {
  .c-btn--submit {
    font-size: 20px;
    padding: 0;
    max-width: 277px;
    min-height: 61px;
    width: 100%;
  }
}
/* =========================
  お知らせ一覧ボタン
========================= */
.c-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #446393;
  transition: opacity 0.3s ease;
}

.c-link-arrow__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #446393;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.c-link-arrow__arrow {
  position: relative;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
}

.c-link-arrow__arrow::before,
.c-link-arrow__arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fffefa;
  top: 45%;
  right: 2px;
  transform-origin: right center;
}

.c-link-arrow__arrow::before {
  transform: rotate(45deg);
}

.c-link-arrow__arrow::after {
  transform: rotate(-45deg);
}

.c-link-arrow:hover {
  opacity: 0.9;
}

.c-link-arrow:hover .c-link-arrow__circle {
  transform: translateX(4px);
}

/* =========================
   見出し 
========================= */
.c-title {
  font-weight: 600;
  line-height: 1.4;
}

.c-title--lg {
  font-size: 25px;
  color: #446393;
  text-align: center;
}

.c-title--md {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 24px;
}

.c-title--pb {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
}

.c-title--sm {
  font-size: 25px;
  color: #446393;
  text-align: center;
}

.c-title--section {
  padding-bottom: 20px;
}

.c-title__bar {
  margin-top: 4px;
  width: 3px;
  height: 24px;
  background: #446393;
}

.c-title--border {
  padding-bottom: 24px;
  border-bottom: 1.5px solid #bababa;
  margin-bottom: 30px;
  font-weight: 400;
}

.c-title--services.c-title--privacy {
  font-size: 20px;
}

.c-title--services.c-title--privacy .c-title__bar {
  margin-top: 3px;
  height: 20px;
}

@media (min-width: 1080px) {
  .c-title--sm {
    font-size: 35px;
    color: #446393;
    text-align: center;
  }
  .c-title--lg {
    font-size: 45px;
  }
  .c-title--md {
    font-size: 30px;
  }
  .c-title--services.c-title--privacy {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .c-title--services.c-title--privacy .c-title__bar {
    margin-top: 3px;
    height: 22px;
  }
  .c-title--border {
    margin-bottom: 56px;
  }
  .c-title__bar {
    margin-top: 7px;
    width: 3px;
    height: 28px;
    background: #446393;
  }
}
/* =========================
  Top: FV
========================= */
.p-fv {
  width: 100%;
  margin-top: 80px;
}

.p-fv__inner {
  padding: 0px 36px 64px;
}

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

@media (min-width: 821px) {
  .p-fv {
    margin-top: 0;
  }
  .p-fv__inner {
    padding: 147px 86px 0px;
  }
  .p-fv__image {
    max-width: 1339px;
    margin: 0 auto;
    aspect-ratio: 1339/816;
  }
  .p-fv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 1080px) {
  .p-fv__image img {
    max-width: 1339px;
    max-height: 816px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}
/* =================================
  TOP：FV直下メッセージ
================================= */
.p-top-message {
  position: relative;
}

.p-top-message__inner {
  position: relative;
  padding-bottom: 104px;
}

.p-top-message__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/top-message-bg-sp.png") center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.p-top-message__bg {
  position: absolute;
  inset: 0;
  bottom: 104px;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 0;
}

.p-top-message__bg img {
  width: min(520px, 70%);
  height: auto;
}

.p-top-message__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  color: #253650;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

@media (min-width: 821px) {
  .p-top-message__text {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .p-top-message__inner {
    padding-top: 224px;
    padding-bottom: 288px;
  }
  .p-top-message__bg {
    top: 96px;
    bottom: 144px;
  }
}
/* =========================
  TOP お知らせ
========================= */
.p-top-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-news__list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.p-top-news__item {
  border-bottom: 1px solid #bababa;
}

.p-top-news__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #253650;
  padding-top: 30px;
  padding-bottom: 20px;
  gap: 9px;
}

.p-top-news__date {
  color: #446393;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.p-top-news__date:hover {
  color: #446393;
  flex-shrink: 0;
  opacity: 0.5;
}

.p-top-news__text {
  color: #253650;
  transition: all 0.3s ease;
}

.p-top-news__text:hover {
  opacity: 0.5;
}

.p-top-news__more {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 104px;
}

@media (min-width: 821px) {
  .p-top-news__link {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 100px;
  }
  .p-top-news__more {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 104px;
  }
}
/* =================================
  TOP：ご相談・ご依頼について
================================= */
.p-top-consultation__title {
  margin-bottom: 44px;
  text-align: center;
}

.p-top-consultation__hero-img {
  width: 100%;
  aspect-ratio: 342/251;
  margin-bottom: 40px;
}

.p-top-consultation__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 821px) {
  .p-top-consultation__title {
    margin-bottom: 44px;
    text-align: center;
    font-size: 35px;
  }
  .p-top-consultation__hero-img {
    margin-bottom: 104px;
    width: 100%;
    aspect-ratio: 1030/538;
  }
}
/* =================================
  TOP：取扱業務（タグ一覧）
================================= */
.p-top-service__inner {
  padding-bottom: 88px;
}

.p-top-services__tag {
  width: 100%;
  max-width: 263px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #253650;
  background: #eff3f9;
  border-radius: 4px;
}

.p-top-services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.p-top-services__item {
  width: 100%;
  display: grid;
  justify-items: center;
}

.p-top-services--sp {
  padding-bottom: 64px;
}

.p-top-services--pc {
  display: none;
}

@media (min-width: 821px) {
  .p-top-service__inner {
    padding-bottom: 124px;
  }
  .p-top-services--sp {
    display: none;
  }
  .p-top-services--pc {
    display: flex;
  }
  .p-top-services--pc {
    display: grid;
    grid-template-columns: repeat(2, 220px);
    gap: 28px 80px;
    justify-content: center;
    margin-bottom: 64px;
  }
  .p-top-services--pc .p-top-services__item {
    width: 220px;
  }
  .p-top-services--pc .p-top-services__tag {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #253650;
    background: #eff3f9;
    border-radius: 4px;
  }
}
@media (min-width: 1500px) {
  .p-top-services--pc .p-top-services__item {
    width: 263px;
  }
  .p-top-services--pc {
    display: grid;
    grid-template-columns: repeat(3, 263px);
    gap: 28px 80px;
    justify-content: center;
    margin-bottom: 64px;
  }
}
/* =========================
  TOP ご相談の流れ（Flow）
========================= */
.p-top-flow__inner {
  padding-bottom: 88px;
}

.p-top-flow__text {
  font-size: 16px;
  color: #253650;
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding-bottom: 48px;
}

.p-top-flow__diagram {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 64px;
}

.p-top-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.p-top-flow__label {
  position: absolute;
  bottom: 100%;
  margin-bottom: 16px;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
  color: #446393;
}

.p-top-flow__circle {
  width: 90px;
  height: 90px;
  border: 1.5px solid #446393;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #446393;
}

.p-top-flow__line {
  width: 32px;
  height: 1.5px;
  background: #446393;
}

@media (min-width: 1080px) {
  .p-top-fee__inner {
    padding-bottom: 120px;
  }
  .p-top-flow__text {
    font-size: 18px;
  }
  .p-top-flow__label {
    font-size: 19px;
    margin-bottom: 23px;
  }
  .p-top-flow__diagram {
    padding-bottom: 75px;
  }
  .p-top-flow__circle {
    width: 128px;
    height: 128px;
    background: #fff;
  }
  .p-top-flow__line {
    width: 96px;
  }
}
/* =========================
  TOP 料金
========================= */
.p-top-fee__text {
  font-size: 16px;
  color: #253650;
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding-bottom: 64px;
}

@media (min-width: 1080px) {
  .p-top-fee__text {
    font-size: 18px;
    padding-bottom: 75px;
  }
}
/* =========================
  TOP 弁護士紹介
========================= */
.p-top-lawyer {
  position: relative;
  overflow: clip;
}

.p-top-lawyer__body::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 230px;
  width: 336px;
  height: 336px;
  background: url("../assets/img/top-logo-bg-sp.svg") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

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

.p-top-lawyer__body {
  padding-top: 32px;
  padding-bottom: 104px;
}

.p-top-lawyer__media img {
  width: 165px;
  height: 276px;
  margin: 0 auto;
  padding-bottom: 16px;
  display: block;
}

.p-top-lawyer__role {
  margin: 0 0 16px;
  font-size: 12px;
  color: #253650;
}

.p-top-lawyer__name {
  margin: 0 0 56px;
  font-size: 28px;
  color: #253650;
}

.p-top-lawyer__name-en {
  margin-left: 16px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #253650;
}

.p-top-lawyer__history {
  margin: 0;
  padding-bottom: 56px;
}

.p-top-lawyer__historyRow {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
  padding: 10px 0;
  font-size: 19px;
}

.p-top-lawyer__history dt,
.p-top-lawyer__history dd {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-size: 19px;
}

@media (max-width: 430px) {
  .p-top-lawyer__content {
    background-size: 460px auto;
    background-position: 62% 42%;
  }
}
@media (min-width: 1080px) {
  .p-top-lawyer__body {
    padding-bottom: 240px;
  }
  .p-top-lawyer__body::after {
    content: none;
  }
  .p-top-lawyer {
    overflow: visible;
  }
  .p-top-lawyer__role {
    font-size: 16px;
  }
  .p-top-lawyer::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -100px;
    width: 775px;
    height: 775px;
    background: url("../assets/img/top-logo-bg-sp.svg") no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }
  .p-top-lawyer__media {
    flex: 0 0 222px;
  }
  .p-top-lawyer__media img {
    width: 222px;
    height: 371px;
    display: block;
    margin: 0 auto;
    padding-bottom: 44px;
  }
  .p-top-lawyer__body {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    margin-top: 64px;
  }
  .p-top-lawyer__historyRow {
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-items: baseline;
    padding: 8px 0;
  }
}
/* =========================
  TOP：事務所案内・アクセス
========================= */
.p-top-access__title {
  margin: 0 0 40px;
}

.p-top-access__card {
  background: #fffefa;
}

.p-top-access__map {
  width: 100%;
  aspect-ratio: 342/251;
  border-radius: 24px;
  overflow: hidden;
}

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

.p-top-access__body {
  margin-top: 28px;
  color: #253650;
}

.p-top-access__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
}

.p-top-access__logo img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 180px;
}

.p-top-access__gmap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #253650;
  text-decoration: underline;
  white-space: nowrap;
}

.p-top-access__list {
  margin: 0;
}

.p-top-access__row {
  display: grid;
  grid-template-columns: 72px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 0;
}

.p-top-access__row + .p-top-access__row {
  margin-top: 48px;
}

.p-top-access__row dt,
.p-top-access__row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #253650;
}

.p-top-access .p-btn-wrap {
  margin-top: 48px;
}

.p-top-access__gmap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #253650;
  text-decoration: underline;
}

.p-top-access__gmap::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../assets/img/top-icon-access.svg") no-repeat center/contain;
}

.p-top-access__gmap--pc {
  display: none;
}

@media (min-width: 1080px) {
  .l-inner.u-pb-btn.p-top-access__inner {
    padding-bottom: 240px;
  }
  .p-top-access__card {
    max-width: 1026px;
    margin: 0 auto;
  }
  .p-top-access__map {
    aspect-ratio: 1030/538;
    border-radius: 28px;
  }
  .p-top-access__body {
    margin-top: 28px;
  }
  .p-top-access__head {
    padding-top: 20px;
  }
  .p-top-access__logo img {
    height: 39px;
    width: auto;
    max-width: 288px;
  }
  .p-top-access__row {
    grid-template-columns: 96px 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .p-top-access__gmap--pc {
    display: none;
  }
  .p-top-access__gmap--sp {
    display: none;
  }
  .p-top-access__gmap--pc {
    display: inline-flex;
    margin-left: auto;
    align-self: end;
    padding-bottom: 8px;
  }
  .p-top-access__row {
    display: grid;
    grid-template-columns: 120px max-content max-content;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: start;
  }
}
.p-top-access__gmap {
  justify-self: start;
}

/* =========================
  TOP：お問い合わせ
========================= */
.p-top-contact__inner {
  padding-bottom: 104px;
}

.p-top-contact__title {
  margin: 0 0 40px;
}

.p-top-contact__title--pc {
  display: none;
}

.p-top-contact__main {
  display: grid;
  gap: 28px;
  padding-bottom: 56px;
}

.p-top-contact__image {
  width: 100%;
  margin-bottom: 28px;
}

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

.p-top-contact__content {
  color: #253650;
}

.p-top-contact__text {
  font-size: 18px;
  line-height: 1.8;
  color: #253650;
  padding-bottom: 56px;
}

.p-top-contact__tel {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  color: #446393;
  text-align: center;
}

.p-top-contact__tel strong {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #446393;
  text-align: center;
}

.p-top-contact__time {
  display: block;
  text-align: center;
  color: #446393;
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.9;
}

.p-top-contact__cta {
  text-align: center;
}

@media (min-width: 1080px) {
  .p-top-contact__inner {
    padding-bottom: 240px;
  }
  .p-top-contact__title--sp {
    display: none;
  }
  .p-top-contact__title--pc {
    display: block;
    text-align: left;
    margin-bottom: 24px;
  }
  .p-top-contact__text {
    font-size: 20px;
  }
  .p-top-contact__main {
    grid-template-columns: 360px 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    align-items: start;
  }
  .p-top-contact__image {
    aspect-ratio: auto;
  }
  .p-top-contact__tel {
    text-align: left;
  }
  .p-top-contact__tel strong {
    text-align: left;
    font-size: 35px;
  }
  .p-top-contact__time {
    margin-left: 70px;
    text-align: left;
  }
  .p-top-contact__cta {
    text-align: center;
  }
}
/* =========================
  LAWYERS: HERO
========================= */
.p-lawyers-hero {
  padding-top: 66px;
  padding-bottom: 48px;
}

.p-lawyers-hero__inner {
  display: grid;
  gap: 64px;
}

.p-lawyers-hero .c-title--lg {
  margin: 0;
}

.p-lawyers-hero__media {
  width: 100%;
  overflow: hidden;
}

.p-lawyers-hero__media picture,
.p-lawyers-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-lawyers-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
  LAWYERS:弁護士紹介セクション
========================= */
.c-title--lawyers {
  padding-bottom: 40px;
}

.p-lawyers-greeting__profile {
  display: block;
  padding-bottom: 80px;
}

.p-lawyers-greeting__person {
  text-align: center;
  padding-bottom: 64px;
}

.p-lawyers-services__media {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-left: 10px;
}

.p-lawyers-services__media picture {
  display: block;
  width: 100%;
  max-width: 165px;
}

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

.p-lawyers-greeting__role {
  margin: 0;
  color: #253650;
  letter-spacing: 0.05em;
  padding-bottom: 26px;
}

.p-lawyers-greeting__name {
  margin: 0;
  color: #253650;
  font-size: 28px;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
}

.p-lawyers-greeting__name-en {
  margin: 0;
  color: #253650;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.p-lawyers-greeting__message p {
  margin: 0;
  color: #253650;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.03em;
  padding-bottom: 40px;
}

.p-lawyers-greeting__message p:last-child {
  padding-bottom: 0;
}

@media (min-width: 1080px) {
  .p-lawyers-hero {
    padding-top: 146px;
    padding-bottom: 106px;
  }
  .p-lawyers-greeting__profile {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding-bottom: 160px;
  }
  .p-lawyers-greeting__person {
    flex: 0 0 210px;
    text-align: center;
    padding-bottom: 0;
  }
  .p-lawyers-services__media {
    padding-bottom: 8px;
  }
  .p-lawyers-services__media picture {
    max-width: 210px;
  }
  .p-lawyers-greeting__role {
    padding-bottom: 16px;
  }
  .p-lawyers-greeting__name {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .p-lawyers-greeting__name-en {
    font-size: 14px;
  }
  .p-lawyers-greeting__message p {
    padding-bottom: 48px;
  }
  .p-lawyers-greeting__message {
    flex: 1;
  }
}
/* =========================
  LAWYERS: HISTORY
========================= */
.p-lawyers-history {
  position: relative;
  overflow: hidden;
}

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

.p-lawyers-history__body {
  padding-top: 20px;
  padding-bottom: 104px;
}

.p-lawyers-history__list {
  margin: 0;
  position: relative;
}

.p-lawyers-history__row {
  position: relative;
  display: grid;
  grid-template-columns: 120px 40px 1fr;
  align-items: flex-start;
  padding-bottom: 40px;
}

.p-lawyers-history__row:last-child {
  padding-bottom: 0;
}

.p-lawyers-history__row::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 9px;
  width: 12px;
  height: 12px;
  background: #253650;
  border-radius: 50%;
  z-index: 2;
}

.p-lawyers-history__row:not(.p-lawyers-history__row--origin):not(:last-child)::after {
  content: "";
  position: absolute;
  left: 125px;
  top: 15px;
  width: 1px;
  height: 100%;
  background: #253650;
  z-index: 1;
}

.p-lawyers-history__row dt,
.p-lawyers-history__row dd {
  margin: 0;
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-lawyers-history__row dt {
  grid-column: 1;
}

.p-lawyers-history__row dd {
  grid-column: 3;
}

.p-lawyers-history__row--origin {
  grid-template-columns: 24px 1fr;
  padding-bottom: 56px;
}

.p-lawyers-history__row--origin::before {
  left: 0;
  top: 9px;
  transform: none;
}

.p-lawyers-history__row--origin dt {
  grid-column: 2;
  padding-left: 16px;
}

.p-lawyers-history__row--origin dd {
  display: none;
}

.p-lawyers-history::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 80px;
  width: 320px;
  height: 320px;
  background-image: url("../assets/img/top-message-bg-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1080px) {
  .p-lawyers-history {
    overflow: visible;
  }
  .p-lawyers-history__body {
    padding-top: 56px;
    padding-bottom: 240px;
  }
  .p-lawyers-history__row {
    grid-template-columns: 200px 40px 1fr;
    padding-bottom: 44px;
  }
  .p-lawyers-history__row::before {
    left: 165px;
    top: 10px;
  }
  .p-lawyers-history__row:not(.p-lawyers-history__row--origin):not(:last-child)::after {
    left: 170px;
    top: 16px;
  }
  .p-lawyers-history__row--origin {
    grid-template-columns: 24px 1fr;
    padding-bottom: 72px;
  }
  .p-lawyers-history__row--origin::before {
    left: 0;
    top: 10px;
  }
  .p-lawyers-history__row--origin dt {
    padding-left: 20px;
  }
  .p-lawyers-history::after {
    right: 200px;
    top: 20px;
    width: 600px;
    height: 600px;
  }
}
/* =========================
事務所紹介ページ
========================= */
.p-office-hero {
  padding-top: 66px;
  padding-bottom: 48px;
}

.p-office-hero__inner {
  display: grid;
  gap: 64px;
}

.p-lawyers-services__media {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-left: 10px;
}

.p-office-hero__media picture {
  display: block;
  width: 100%;
}

.p-office-hero__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-office-info__body {
  display: block;
  padding-bottom: 104px;
}

.p-office-info__media {
  padding-bottom: 40px;
}

.p-office-info__media picture {
  display: block;
  width: 100%;
}

.p-office-info__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-office-info__dot {
  margin-right: 3px;
}

.p-office-info__list {
  margin: 0;
}

.p-office-info__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid #dee4ed;
}

.p-office-info__row:first-child {
  border-top: 1px solid #dee4ed;
}

.p-office-info__row dt {
  margin: 0;
  color: #446393;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-office-info__row dd {
  margin: 0;
  color: #253650;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-office-info__row dt {
  font-weight: 500;
}

.p-office-access__map {
  width: 100%;
  aspect-ratio: 342/171;
  margin-bottom: 24px;
}

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

.p-office-access__text {
  margin: 0;
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-bottom: 104px;
}

@media (min-width: 1080px) {
  .p-office-hero {
    padding-top: 146px;
    padding-bottom: 240px;
  }
  .p-lawyers-services__media {
    padding-bottom: 8px;
  }
  .p-office-info__body {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 80px;
    padding-bottom: 106px;
  }
  .p-office-info__media {
    padding-bottom: 0;
  }
  .p-office-access__map {
    height: 620px;
  }
  .p-office-access__text {
    padding-bottom: 240px;
  }
  .p-office-info__row {
    grid-template-columns: 90px 1fr;
  }
}
/* =========================
PAGE HERO
========================= */
.p-page-hero__inner {
  padding: 66px 30px 56px;
}

/* =========================
PAGE CONTENT
========================= */
.p-page-content--with-media .p-page-content__media {
  padding-bottom: 64px;
}

@media (min-width: 1080px) {
  .p-page-hero__inner {
    padding-top: 146px;
    padding-bottom: 64px;
  }
  .p-page-content--with-media .p-page-content__media {
    padding-bottom: 80px;
  }
}
/* =========================
PAGE COMMON
========================= */
.p-page__lead {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 56px;
}

.p-page__section {
  padding-bottom: 104px;
}

.p-page__block {
  padding-bottom: 56px;
}

.p-page__block:last-child {
  padding-bottom: 0;
}

.p-page__block p {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  margin-left: 16px;
}

.p-page__list {
  margin: 0;
  padding-top: 16px;
  padding-left: 1.2em;
}

.p-page__list li {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 8px;
}

.p-page__list li:last-child {
  padding-bottom: 0;
}

.p-page__contact {
  padding-top: 24px;
}

.p-page__date {
  text-align: right;
  padding-top: 40px;
}

@media (min-width: 1080px) {
  .p-page__lead {
    padding-bottom: 72px;
  }
  .p-page__block {
    padding-bottom: 64px;
  }
}
/* =========================
NEWS 一覧
========================= */
.p-news .p-page-content__body {
  padding-bottom: 104px;
}

.p-news__body {
  max-width: 1080px;
  margin: 0 auto;
}

.p-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dee4ed;
}

.p-news__item {
  border-bottom: 1px solid #dee4ed;
}

.p-news__link {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-template-areas: "date arrow" "title arrow";
  row-gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  text-decoration: none;
  color: #253650;
  padding: 20px 0;
  transition: background 0.3s ease;
}

.p-news__link:hover {
  background: #dfdfdf;
}

.p-news__date {
  margin-left: 10px;
  grid-area: date;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #446393;
}

.p-news__title {
  grid-area: title;
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #253650;
}

.p-news__arrow {
  grid-area: arrow;
  justify-self: end;
  align-self: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-right: 10px;
}

.p-news__arrow-icon {
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #446393;
  border-right: 1.5px solid #446393;
  transform: translateX(-1px) rotate(45deg);
  transition: border-color 0.3s ease;
}

.p-news__link:hover .p-news__arrow {
  background: #446393;
}

.p-news__link:hover .p-news__arrow-icon {
  border-color: #fff;
}

.p-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
}

.p-news__page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #253650;
  text-decoration: none;
}

.p-news__page-link.is-current {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #446393;
  color: #fffefa;
}

.p-news__page-link.is-disabled {
  color: rgba(37, 54, 80, 0.35);
  pointer-events: none;
}

@media (min-width: 1080px) {
  .p-news .p-page-content__body {
    padding-bottom: 152px;
  }
  .p-news__link {
    grid-template-columns: 88px 1fr 16px;
    grid-template-areas: "date title arrow";
    align-items: center;
    row-gap: 0;
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 24px 0;
  }
  .p-news__pagination {
    padding-top: 48px;
  }
}
/* =========================
NEWS 詳細
========================= */
.p-news-detail .p-page-content__body {
  padding-bottom: 104px;
}

.p-news-detail__article {
  margin: 0 auto;
}

.p-news-detail__date {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #446393;
  padding-bottom: 20px;
}

.p-news-detail__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 32px;
  border-bottom: 1px solid #dee4ed;
}

.p-news-detail__body {
  padding-top: 32px;
}

.p-news-detail__body p {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 24px;
}

.p-news-detail__body p:last-child {
  padding-bottom: 0;
}

.p-news-detail .p-news-detail__btn-wrap {
  padding-top: 56px;
}

@media (min-width: 1080px) {
  .p-news-detail .p-page-content__body {
    padding-bottom: 150px;
  }
  .p-news-detail__date {
    font-size: 18px;
    padding-bottom: 24px;
  }
  .p-news-detail__title {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .p-news-detail__body {
    padding-top: 60px;
  }
  .p-news-detail .p-news-detail__btn-wrap {
    padding-top: 96px;
  }
}
/* =========================
CONTACT
========================= */
.p-page-content__inner {
  padding-bottom: 80px;
}

.p-contact__media picture {
  display: block;
  width: 100%;
}

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

.p-contact__media-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
  text-align: right;
  padding-top: 8px;
}

.p-contact__section {
  padding-bottom: 80px;
}

.p-contact__section:last-child {
  padding-bottom: 0;
}

.p-contact__tel-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #253650;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 32px;
}

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

.p-contact__tel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #dee4ed;
  color: #446393;
  width: 100%;
  max-width: 305px;
  min-height: 82px;
  padding: 20px 36px;
}

.p-contact__tel-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-contact__tel-icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.p-contact__tel-hours {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 8px;
}

@media (min-width: 821px) {
  .p-contact__tel-text {
    font-size: 18px;
    padding-top: 16px;
  }
  .p-contact__tel-number {
    font-size: 40px;
  }
  .p-contact__tel-hours {
    padding-top: 20px;
  }
  .p-contact__tel-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #dee4ed;
    color: #446393;
    width: 100%;
    max-width: 648px;
    min-height: 158px;
    padding: 20px 36px;
  }
}
/* =========================
CONTACT FORM
========================= */
.p-contact-form {
  padding-top: 40px;
}

.p-contact-form__row {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee4ed;
}

.p-contact-form__row + .p-contact-form__row {
  padding-top: 24px;
}

.p-contact-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #446393;
  padding-bottom: 12px;
}

.p-contact-form__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  max-width: 51px;
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 2px;
  color: #d96d6d;
  border: 1px solid #f2b8b8;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.p-contact-form__tag--optional {
  background: #f7f8fa;
  color: #999;
  border: 1px solid #dfdfdf;
}

.p-contact-form__field input,
.p-contact-form__field textarea,
.p-contact-form__select select {
  max-width: 720px;
  width: 100%;
  border: 1px solid #dee4ed;
  background: #f7f8fa;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact-form__field input {
  height: 48px;
  padding: 0 16px;
}

.p-contact-form__field textarea {
  padding: 16px;
  resize: vertical;
  min-height: 120px;
  max-height: 263px;
}

.p-contact-form__field .wpcf7-radio {
  display: grid;
  row-gap: 12px;
}

.p-contact-form__field .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-contact-form__field .wpcf7-list-item-label {
  display: inline;
}

.p-contact-form__field--radios .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #253650;
}

.p-contact-form__field--radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.p-contact-form__field--radios input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.p-contact-form__field input::-moz-placeholder, .p-contact-form__field textarea::-moz-placeholder {
  color: #b7b7b7;
}

.p-contact-form__field input::placeholder,
.p-contact-form__field textarea::placeholder,
.p-contact-form__select select {
  color: #b7b7b7;
}

.p-contact-form__schedule {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dee4ed;
}

.p-contact-form__schedule-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #446393;
  padding-bottom: 24px;
}

.p-contact-form__schedule-row {
  padding-bottom: 56px;
}

.p-contact-form__schedule-row:last-child {
  padding-bottom: 0;
}

.p-contact-form__schedule-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #446393;
  padding-bottom: 12px;
}

.p-contact-form__schedule-fields {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

.p-contact-form__select {
  position: relative;
}

.p-contact-form__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 18px 48px 18px 20px;
  border: 1px solid #dee4ed;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
}

.p-contact-form__select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c7c7c7;
  pointer-events: none;
}

.p-contact-form__privacy-area {
  text-align: center;
  padding-top: 32px;
}

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

.p-contact-form__check {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
  cursor: pointer;
}

.p-contact-form__check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.p-contact-form__privacy-link {
  color: #446393;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-contact-form__privacy-link:hover {
  opacity: 0.7;
}

.p-contact-form__privacy-note {
  margin: 0;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
}

.privacy-btn {
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}

.p-privacy__body {
  padding-bottom: 0;
}

.p-btn-wrap {
  padding-top: 32px;
}

.p-contact-form__date {
  position: relative;
}

.p-contact-form__date-input {
  max-width: 720px;
  width: 100%;
  min-height: 64px;
  padding: 18px 48px 18px 20px;
  border: 1px solid #dee4ed;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-contact-form__date-input::-moz-placeholder {
  color: #b7b7b7;
}

.p-contact-form__date-input::placeholder {
  color: #b7b7b7;
}

.p-contact-form__date::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  border: 1.5px solid #c7c7c7;
  border-radius: 2px;
  background: linear-gradient(#c7c7c7, #c7c7c7) top 4px left 0/100% 1.5px no-repeat, linear-gradient(#c7c7c7, #c7c7c7) top 0 left 4px/1.5px 4px no-repeat, linear-gradient(#c7c7c7, #c7c7c7) top 0 right 4px/1.5px 4px no-repeat;
  pointer-events: none;
}

@media (min-width: 1080px) {
  .p-page-content__inner {
    padding-bottom: 150px;
  }
  .p-contact__section {
    padding-bottom: 104px;
  }
  .p-contact__tel-text {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .p-contact-form {
    padding-top: 48px;
  }
  .p-contact-form__row {
    display: grid;
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 36px;
         column-gap: 36px;
    align-items: start;
    padding-bottom: 36px;
  }
  .p-contact-form__row + .p-contact-form__row {
    padding-top: 36px;
  }
  .p-contact-form__label {
    padding-bottom: 0;
    padding-top: 12px;
    font-size: 19px;
  }
  .p-contact-form__row--textarea .p-contact-form__label {
    padding-top: 12px;
  }
  .p-contact-form__field textarea {
    min-height: 120px;
    max-height: 263px;
  }
  .p-contact-form__schedule {
    display: grid;
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 36px;
         column-gap: 36px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-contact-form__schedule-title {
    padding-bottom: 0;
    padding-top: 12px;
    font-size: 19px;
  }
  .p-contact-form__schedule-list {
    max-width: 720px;
    display: grid;
    row-gap: 16px;
  }
  .p-contact-form__schedule-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: start;
    padding-bottom: 0;
  }
  .p-contact-form__schedule-label {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .p-contact-form__schedule-fields {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 0;
  }
  .p-contact-form__privacy {
    font-size: 20px;
    padding-top: 40px;
  }
  .p-contact-form__privacy-note {
    font-size: 16px;
    padding-top: 16px;
  }
  .p-contact-form__btn-wrap {
    padding-top: 80px;
  }
  .p-contact-form__privacy-area {
    padding-top: 56px;
  }
  .p-contact-form__schedule-title {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .p-contact-form__schedule-row {
    align-items: center;
  }
  .p-contact-form__schedule-label {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding-top: 0;
    font-size: 18px;
  }
  .p-contact-form__schedule-fields {
    align-items: center;
  }
  .flatpickr-calendar {
    font-family: inherit;
  }
  .flatpickr-day.is-weekend {
    color: #7a8db5;
  }
  .flatpickr-day.is-holiday {
    color: #d96d6d;
  }
  .flatpickr-day.flatpickr-disabled.is-weekend,
  .flatpickr-day.flatpickr-disabled.is-holiday {
    color: #cfcfcf;
    opacity: 1;
    cursor: not-allowed;
  }
}
.p-contact-form__error {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #d96d6d;
  padding-top: 16px;
}

.p-contact-form .wpcf7 {
  width: 100%;
}

.p-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.p-contact-form .wpcf7-not-valid-tip,
.p-contact-form .wpcf7-response-output {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #d96d6d;
}

.p-contact-form .wpcf7-response-output {
  border: 1px solid currentColor;
  padding: 12px 16px;
}

.p-contact-form .wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

.p-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.p-contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #d96d6d;
}

/* =========================
CONTACT 送信確認
========================= */
.p-contact-confirm__section {
  max-width: 720px;
  margin: 0 auto;
}

.p-contact-confirm__form {
  padding-top: 40px;
}

.p-contact-confirm__body {
  padding-bottom: 0;
}

.p-contact-confirm__list {
  margin: 0;
  border-top: 1px solid #dee4ed;
}

.p-contact-confirm__row {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dee4ed;
}

.p-contact-confirm__label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #446393;
  padding-bottom: 12px;
}

.p-contact-confirm__data {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  word-break: break-word;
}

.p-contact-confirm__data--message {
  white-space: normal;
}

.p-contact-confirm__plain {
  white-space: pre-wrap;
  word-break: break-word;
}

.p-contact-confirm__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 2px;
  color: #d96d6d;
  border: 1px solid #f2b8b8;
}

.p-contact-confirm__tag--optional {
  background: #f7f8fa;
  color: #999;
  border: 1px solid #dfdfdf;
}

.p-contact-confirm__schedule {
  display: grid;
  row-gap: 16px;
}

.p-contact-confirm__schedule-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: start;
}

.p-contact-confirm__schedule-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #446393;
  align-self: center;
}

.p-contact-confirm__schedule-value {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
}

.p-contact-confirm__privacy-area {
  text-align: center;
  padding-top: 32px;
}

.p-contact-confirm__privacy {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #253650;
}

.p-contact-confirm__privacy-link {
  color: #446393;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-contact-confirm__privacy-link:hover {
  opacity: 0.7;
}

.p-contact-confirm__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 32px;
  flex-wrap: wrap;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-contact-confirm__btns .c-btn {
  width: 120px;
  max-width: none;
  min-height: 40px;
  font-size: 14px;
  padding: 0 16px;
  flex: 0 0 120px;
}

.p-contact-confirm__btns .wpcf7-back {
  display: block !important;
  float: none;
  margin-top: 0;
  position: static;
  width: 120px;
  flex: 0 0 120px;
}

.p-contact-confirm__btns .wpcf7-form-control-wrap {
  display: block;
  width: 120px;
  flex: 0 0 120px;
}

.p-contact-confirm__btns .wpcf7-form-control-wrap[style*="display: none"] {
  display: block !important;
}

.p-contact-confirm__btns .wpcf7-form-control-wrap input:not([type="hidden"]),
.p-contact-confirm__btns .wpcf7-form-control-wrap button,
.p-contact-confirm__btns .wpcf7-form-control-wrap .c-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.p-contact-confirm__btns .wpcf7-spinner {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.p-contact-confirm__privacy-area {
  text-align: center;
  padding-top: 32px;
}

.p-contact-confirm__privacy {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #253650;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

@media (min-width: 1080px) {
  .p-contact-confirm__privacy-area {
    padding-top: 40px;
  }
  .p-contact-confirm__privacy {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-contact-confirm__form {
    padding-top: 48px;
  }
  .p-contact-confirm__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 36px;
         column-gap: 36px;
    align-items: start;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .p-contact-confirm__label {
    padding-bottom: 0;
    padding-top: 12px;
  }
  .p-contact-confirm__row--message .p-contact-confirm__label,
  .p-contact-confirm__row--schedule .p-contact-confirm__label {
    padding-top: 12px;
  }
  .p-contact-confirm__schedule {
    row-gap: 12px;
  }
  .p-contact-confirm__schedule-row {
    grid-template-columns: 88px 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .p-contact-confirm__privacy-area {
    padding-top: 40px;
  }
  .p-contact-confirm__btns {
    gap: 20px;
    padding-top: 80px;
  }
  .p-contact-confirm__btns .wpcf7-spinner {
    left: calc(100% + 20px);
  }
  .p-contact-confirm__btns .c-btn {
    width: 277px;
    max-width: none;
    min-height: 61px;
    font-size: 20px;
    padding: 0;
    flex-basis: 277px;
  }
  .p-contact-confirm__btns .wpcf7-back {
    display: block !important;
    width: 277px;
    flex-basis: 277px;
  }
  .p-contact-confirm__btns .wpcf7-form-control-wrap {
    width: 277px;
    flex-basis: 277px;
  }
}
/* =========================
CONTACT 送信完了
========================= */
.p-contact-thanks__section {
  max-width: 720px;
  margin: 0 auto;
}

.p-contact-thanks__body {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 104px;
}

.p-contact-thanks__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 32px;
}

.p-contact-thanks__text {
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #253650;
  padding-bottom: 24px;
}

.p-contact-thanks__text:last-of-type {
  padding-bottom: 40px;
}

.p-contact-thanks__tel {
  padding-top: 8px;
  padding-bottom: 40px;
}

.p-contact-thanks__btn-wrap {
  padding-top: 8px;
}

@media (min-width: 1080px) {
  .p-contact-thanks__body {
    padding: 0;
  }
  .p-contact-thanks__lead {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .p-contact-thanks__text {
    padding-bottom: 28px;
  }
  .p-contact-thanks__text:last-of-type {
    padding-bottom: 48px;
  }
}
/* =========================
  ABOUT: HERO + INDEX
========================= */
.p-about-hero {
  padding-top: 66px;
  padding-bottom: 44px;
}

.p-about-hero__inner {
  display: grid;
  gap: 44px;
}

.p-about-hero .c-title--lg {
  margin: 0;
}

.p-about-hero__media {
  width: 100%;
  overflow: hidden;
}

.p-about-hero__media picture,
.p-about-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-about-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-index {
  margin-top: 0px;
}

.p-about-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
  justify-items: center;
}

.p-about-index__item {
  display: grid;
  justify-items: center;
}

.p-about-index__link {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  color: #446393;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
}

.p-about-index__link::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 47%;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.p-about-index__link:hover {
  opacity: 0.9;
}

#services,
#flow,
#fee {
  scroll-margin-top: calc(80px + 20px);
}

@media (min-width: 1080px) {
  .p-about-hero {
    padding-top: 146px;
    padding-bottom: 96px;
  }
  .p-about-hero__inner {
    gap: 64px;
  }
  .p-about-hero__media {
    aspect-ratio: 1030/538;
  }
  .p-about-index__list {
    grid-template-columns: repeat(3, 240px);
    justify-content: center;
    gap: 24px;
  }
}
/* =========================
  ABOUT: SERVICES
========================= */
.p-about-services__inner {
  padding-bottom: 68px;
}

.c-title--services {
  font-weight: 400;
  padding-bottom: 40px;
}

.p-about-services-pc__title {
  color: #446393;
}

.p-about-services__lead {
  margin: 40px 0 0;
  color: #253650;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-about-services__media {
  width: 100%;
}

.p-about-services__media picture {
  display: block;
  width: 100%;
}

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

.p-about-services__body {
  margin-top: 24px;
}

.p-about-accordion--sp {
  display: block;
}

.p-about-services-pc {
  display: none;
}

.p-about-accordion {
  margin-top: 24px;
}

.p-about-accordion__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  color: #446393;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
}

.p-about-accordion__summary::-webkit-details-marker {
  display: none;
}

.p-about-accordion__summary::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #446393;
  border-radius: 1px;
  flex: 0 0 10px;
}

.p-about-accordion__toggle {
  margin-left: auto;
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.p-about-accordion__toggle::before,
.p-about-accordion__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #446393;
  transform: translate(-50%, -50%);
}

.p-about-accordion__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-about-accordion__item[open] .p-about-accordion__toggle::after {
  opacity: 0;
}

.p-about-accordion__panel {
  overflow: hidden;
  height: 0;
  transition: height 560ms ease;
}

.p-about-accordion__content {
  padding: 16px 0;
}

.p-about-accordion__content p {
  margin: 0;
  color: #253650;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media (min-width: 1080px) {
  .p-about-services__inner {
    padding-bottom: 120px;
  }
  .c-title--services {
    font-size: 30px;
  }
  .p-about-services__lead {
    margin: 40px 0 140px;
  }
  .p-about-accordion--sp {
    display: none;
  }
  .p-about-services-pc {
    display: block;
    margin-top: 40px;
  }
  .p-about-services-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: start;
    padding-bottom: 80px;
  }
  .p-about-services-pc__title {
    position: relative;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-left: 27px;
  }
  .p-about-services-pc__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 15px;
    height: 15px;
    background: #446393;
  }
  .p-about-services__lead {
    font-size: 19px;
  }
  .p-about-services-pc__text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .p-about-accordion__summary::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #446393;
    border-radius: 1px;
    flex: 0 0 15px;
  }
}
/* =========================
  ABOUT: FLOW
========================= */
.p-about-flow__inner {
  padding-bottom: 104px;
}

.p-about-flow .c-title {
  padding-bottom: 40px;
}

.p-about-flow__media {
  width: 100%;
  aspect-ratio: 341/179;
  margin-bottom: 56px;
  border-radius: 10px;
  overflow: hidden;
}

.p-about-flow__media picture,
.p-about-flow__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-about-flow__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-flow__body {
  display: grid;
  justify-items: center;
}

.p-about-flow__step {
  width: 100%;
  display: grid;
  justify-items: center;
}

.p-about-flow__label {
  font-size: 16px;
  color: #446393;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.p-about-flow__circle {
  width: 120px;
  height: 120px;
  border: 1.5px solid #446393;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #446393;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #fff;
}

.p-about-flow__dotline {
  display: none;
}

.p-about-flow__text {
  width: 100%;
  margin: 45px 0 72px;
  font-size: 16px;
  color: #253650;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: left;
}

.p-about-flow__step:last-child .p-about-flow__text {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .p-about-flow__inner {
    padding-bottom: 120px;
  }
  .p-about-flow .c-title {
    padding-bottom: 64px;
  }
  .p-about-flow__media {
    aspect-ratio: 1000/368;
    margin-bottom: 64px;
    border-radius: 10px;
  }
  .p-about-flow__body {
    justify-items: stretch;
    row-gap: 72px;
  }
  .p-about-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 64px 120px 116px 1fr;
    -moz-column-gap: 45px;
         column-gap: 45px;
    align-items: center;
    justify-items: start;
  }
  .p-about-flow__label {
    font-size: 18px;
    margin: 0;
    text-align: left;
    justify-self: start;
  }
  .p-about-flow__circle {
    font-size: 20px;
    justify-self: start;
  }
  .p-about-flow__dotline {
    display: block;
    width: 116px;
    height: 0;
    border-top: 1px dashed #446393;
    opacity: 0.6;
  }
  .p-about-flow__text {
    margin: 0;
    max-width: 620px;
  }
  .p-about-flow__step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 170px; /* 80px(label列) + 64px(circle中央) */
    top: 120px; /* 丸の下端から */
    width: 1.5px;
    height: 72px;
    background: #446393;
  }
}
/* =========================
  ABOUT: FEE
========================= */
.p-about-fee__inner {
  padding-bottom: 104px;
}

.p-about-fee__title {
  padding-bottom: 40px;
}

.p-about-fee__media {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.p-about-fee__media picture,
.p-about-fee__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-about-fee__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-fee__head {
  text-align: center;
  margin-top: 0;
  padding-bottom: 40px;
}

.p-about-fee__kinds {
  margin: 0;
  color: #446393;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  font-size: 18px;
  position: relative;
}

.p-about-fee__kinds::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #446393;
}

.p-about-fee__lead {
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-about-fee__lead p {
  margin: 0;
  line-height: 1.875;
}

.p-about-fee__lead p + p {
  margin-top: 24px;
}

.p-about-fee__table-wrap {
  margin-top: 36px;
}

.p-about-fee__table {
  display: grid;
  gap: 8px;
  font-size: 15px;
}

.p-about-fee__table tr {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 4px;
  margin-bottom: 8px;
}

.p-about-fee__table th {
  background: #446393;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-weight: 100;
}

.p-about-fee__table td {
  background: #f7f8fa;
  color: #253650;
  padding: 18px 4px 18px 8px;
  display: flex;
  align-items: center;
  line-height: 1.875;
}

@media (min-width: 1080px) {
  .p-about-fee__inner {
    padding: 0;
    padding-bottom: 120px;
  }
  .p-about-fee__media {
    margin-bottom: 116px;
  }
  .p-about-fee__kinds {
    font-size: 24px;
  }
  .p-about-fee__head {
    padding-bottom: 56px;
  }
  .p-about-fee__table-wrap {
    margin-top: 64px;
  }
  .p-about-fee__lead {
    font-size: 19px;
  }
  .p-about-fee__table {
    gap: 8px;
    font-size: 16px;
  }
  .p-about-fee__table tr {
    grid-template-columns: 130px 1fr;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 19px;
  }
  .p-about-fee__table th {
    font-weight: 400;
    padding: 22px 12px;
    font-size: 19px;
  }
  .p-about-fee__table td {
    padding: 22px 22px;
    font-size: 19px;
  }
}
/* =========================
  ABOUT: FEE GUIDE
========================= */
.p-about-fee-guide__title {
  padding-bottom: 40px;
}

.p-about-fee-guide__body {
  padding-bottom: 80px;
}

.p-about-fee-guide__body:last-child {
  padding-bottom: 0;
}

.p-about-fee-guide__notes {
  margin: 0;
  padding: 0;
  padding-bottom: 36px;
  list-style: none;
  display: grid;
  gap: 18px;
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-about-fee-guide__notes li {
  position: relative;
  padding-left: 18px;
  line-height: 1.875;
}

.p-about-fee-guide__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  background: #446393;
  border-radius: 10px;
}

.p-about-fee-guide-block {
  padding-bottom: 60px;
}

.p-about-fee-guide-block:last-child {
  padding-bottom: 0;
}

.p-about-fee-guide-block__heading {
  margin: 0;
  color: #446393;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  font-size: 20px;
}

.p-about-fee-guide-block__heading::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #446393;
  border-radius: 1px;
  flex: 0 0 8px;
}

.p-about-fee-guide-block__text {
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

.p-about-fee-guide-block__price {
  text-align: center;
  color: #253650;
  letter-spacing: 0.05em;
  padding: 16px;
  border: 1px solid #dee4ed;
  background: #fff;
}

.p-about-fee-guide-block__list {
  margin: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  color: #253650;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

.p-about-fee-guide-block__list li {
  margin-left: 24px;
  position: relative;
  padding-left: 18px;
  line-height: 1.875;
}

.p-about-fee-guide-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background: #446393;
  border-radius: 10px;
}

.p-about-fee-guide-mini {
  display: grid;
  grid-template-columns: 1fr 92px 92px;
  gap: 8px;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-about-fee-guide-mini__head {
  background: #446393;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 10px;
}

.p-about-fee-guide-mini__cell {
  background: #f7f8fa;
  color: #253650;
  display: flex;
  align-items: center;
  padding: 14px 12px;
}

.p-about-fee-guide-mini__cell--wide {
  justify-content: flex-start;
}

.p-about-fee-guide-table-wrap {
  padding-bottom: 60px;
}

.p-about-fee-guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-about-fee-guide-table th,
.p-about-fee-guide-table td {
  border: 1px solid #dee4ed;
  padding: 16px 7px;
  line-height: 1.875;
}

.p-about-fee-guide-table thead th {
  background: #446393;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-weight: 400;
}

.p-about-fee-guide-table tbody th {
  text-align: center;
  font-weight: 400;
}

.p-about-fee-guide-table tbody tr:nth-child(odd) th {
  background: #dee4ed;
}

.p-about-fee-guide-table tbody tr:nth-child(even) th {
  background: #eff3f9;
}

.p-about-fee-guide-table tbody td {
  text-align: center;
  background: #fff;
}

.p-about-fee-guide-table__note {
  text-align: left;
}

.p-about-fee__note {
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #253650;
  padding-top: 12px;
  text-align: right;
}

.p-about-fee-row {
  display: flex;
  width: 100%;
  border: 1px solid #dee4ed;
}

.p-about-fee-row__title {
  background: #446393;
  color: #fff;
  flex: 0 0 40%;
  text-align: center;
  padding: 20px 7px;
}

.p-about-fee-row__price {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 7px;
  background: #fff;
}

.p-about-fee-row:last-child {
  margin-bottom: 40px;
}

.p-about-fee-rows {
  margin-bottom: 40px;
}

.p-about-fee-row + .p-about-fee-row {
  border-top: none;
}

.p-about-fee-row {
  display: flex;
  width: 100%;
  border: 1px solid #dee4ed;
}

.p-about-fee-row + .p-about-fee-row {
  border-top: none;
}

.p-about-fee-guide-table tbody th {
  text-align: center;
  font-weight: 400;
}
.p-about-fee-guide-table tbody th span {
  display: inline-block;
  text-align: left;
  line-height: 1.875;
}

.p-about-fee-guide-table tbody td {
  text-align: center;
}
.p-about-fee-guide-table tbody td span {
  display: inline-block;
  text-align: left;
  line-height: 1.875;
}

@media (min-width: 1080px) {
  .p-about-fee-guide__notes {
    font-size: 18px;
    padding-bottom: 116px;
  }
  .p-about-fee-guide-mini {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 15px;
  }
  .p-about-fee-guide-mini__head,
  .p-about-fee-guide-mini__cell {
    padding: 18px 16px;
  }
  .p-about-fee-guide-block__heading {
    font-size: 19px;
    color: #253650;
  }
  .p-about-fee-guide-block__heading::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #446393;
    border-radius: 1px;
    flex: 0 0 14px;
  }
  .p-about-fee-guide-table-wrap {
    padding-bottom: 140px;
  }
  .p-about-fee-guide-table {
    table-layout: fixed;
  }
  .p-about-fee-guide-table th,
  .p-about-fee-guide-table td {
    width: 33.333%;
  }
  .p-about-fee-guide-table {
    font-size: 19px;
  }
  .p-about-fee__note {
    font-size: 16px;
  }
  .p-about-fee-rows {
    font-size: 19px;
  }
  .p-about-fee-guide-block {
    padding-bottom: 120px;
  }
  .p-about-fee-guide-block__price {
    font-size: 19px;
  }
  .p-about-fee-guide-table tbody tr:last-child td {
    text-align: center;
  }
  .p-about-fee-guide-table tbody th {
    text-align: center;
  }
  .p-about-fee-row {
    display: grid;
    grid-template-columns: 33.333% 1fr;
    border: 1px solid #dee4ed;
  }
}
.u-pb-btn {
  padding-bottom: 90px;
}

@media (min-width: 1080px) {
  .u-pb-btn {
    padding-bottom: 120px;
  }
}
.sp-only {
  display: inline;
}

.pc-only {
  display: none;
}

@media (min-width: 1080px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */
