@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
.heading.h2 .en {
  display: inline-block;
  line-height: 1;
  font-size: 6.2rem;
  background: linear-gradient(180deg, #2CBDC5 10.87%, #29A3A9 64.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
  font-weight: 400;
  border-bottom: 1px solid #2CBAC2;
}
@media screen and (min-width: 768px), print {
  .heading.h2 .en {
    font-size: 9.2rem;
  }
}
.heading.h2 .jp {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .heading.h2 .jp {
    font-size: 3.2rem;
  }
}

.main-heading {
  position: relative;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.1em 0 0 0.7em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .main-heading {
    font-size: 2rem;
  }
}
.main-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  bottom: 0;
  background: #042046;
}

/* 共通見出し（h4相当）*/
.main-subheading {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.4em;
  margin-bottom: 1.2em;
  border-bottom: 3px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  .main-subheading {
    font-size: 1.8rem;
  }
}
.main-subheading::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 70px;
  height: 3px;
  background: #042046;
}

/* 共通見出し（h5相当）*/
.main-subsubheading {
  position: relative;
  color: #042046;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .main-subsubheading {
    font-size: 1.8rem;
  }
}

.common-content:not(:last-child) {
  margin-bottom: 4em;
}
.common-content ul li {
  list-style: disc;
  margin-left: 1.3em;
}
.common-content ul li:not(:last-child) {
  margin-bottom: 1em;
}
.common-content ul li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ul li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ul li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ul li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ul li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ul li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol li {
  list-style: decimal;
  margin-left: 1.3em;
}
.common-content ol li:not(:last-child) {
  margin-bottom: 1em;
}
.common-content ol li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ol li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.common-content ol li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ol li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.common-content ol li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.common-content ol > li {
  margin-left: 1.5em !important;
}
.common-content ol.list-number {
  counter-reset: list-counter;
}
.common-content ol.list-number li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 0 !important;
  list-style: none;
}
.common-content ol.list-number li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  border: 1px solid #555;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: transparent;
}
.common-block:not(:last-child) {
  margin-bottom: 4em;
}
.common-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 1099.98px) {
  .common-container {
    flex-direction: column;
  }
}
.common-main {
  flex: 1;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 1100px), print {
  .common-main {
    margin: 0 3em 0 0;
  }
}
.common-side {
  text-align: center;
}
.common-side img {
  max-width: 100%;
  height: auto;
}
.common-list {
  margin-bottom: 2em;
}
.case-box .common-list {
  margin-bottom: 0;
}
.common-list dl {
  margin-bottom: 2.5em;
}
.common-list dt {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.common-list li {
  line-height: 1.8;
  margin-left: 1.3em;
}
.common-list li:not(:last-child) {
  margin-bottom: 1em;
}
.common-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
}
.common-table tr th,
.common-table tr td {
  vertical-align: middle;
  padding: 0.9em 0.7em;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767.98px) {
  .common-table tr th,
  .common-table tr td {
    font-size: 1.5rem;
  }
}
.common-table tr th {
  font-weight: 500;
  width: 12em;
  background-color: #f7f7f7;
}
@media screen and (max-width: 479.98px) {
  .common-table tr th {
    width: 6.5em;
  }
}
.common-note {
  font-size: 1.5rem;
}
.common-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.common-text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.common-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #042046;
  text-align: center;
  border-bottom: 1px solid #042046;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    font-size: 1.8rem;
  }
}
.common-subheading {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 640px), print {
  .common-subheading {
    font-size: 1.8rem;
  }
}
.common-subheading::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 10px;
  height: 17px;
  background-color: #042046;
  transform: skewX(-30deg);
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-link {
    font-size: 1.2rem;
  }
}
.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #042046;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #042046;
  border: 1px solid #042046;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .common-link span {
    padding: 1.2rem 5.5rem 1.2rem 1.3rem;
  }
}
.common-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: all;
}
@media screen and (max-width: 1099.98px) {
  .common-link::before {
    width: 35px;
    height: 6px;
    top: calc(50% - 0.4rem);
  }
}
.common-link::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #042046;
  background-color: #042046;
  z-index: -1;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
}

.link-button {
  position: relative;
  display: inline-block;
  padding: 1em 1em;
  background: #042046;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: 1.8rem;
    padding: 1em 4em;
  }
}
.link-button:hover {
  opacity: 0.8;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

.global-contact {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .global-contact {
    width: auto;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item {
    flex: 1 1 0;
    min-width: 0;
    height: 60px;
  }
}
.global-contact-item.mail a, .global-contact-item.line a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 60px;
  overflow: hidden;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail a, .global-contact-item.line a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.mail a, .global-contact-item.line a {
    width: 150px;
    height: 55px;
  }
}
.global-contact-item.mail a:hover, .global-contact-item.line a:hover {
  opacity: 0.86;
}
.global-contact-item.mail a {
  background-color: #042046;
  color: #fff;
  border-color: #042046;
}
.global-contact-item.mail a span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  font-size: 1.3rem;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail a span {
    width: 17px;
    height: 13px;
    padding-left: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.mail a span {
    width: auto;
    height: auto;
    padding-left: 1.3em;
    font-size: 1.3rem;
  }
}
.global-contact-item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: url("../img/base/icon-mail.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail a span::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.mail a span::before {
    left: 0;
  }
}
.global-contact-item.line a {
  background-color: #fff;
  color: #00b900;
  border-color: #00b900;
}
.global-contact-item.line a::before {
  content: "24時間受付中";
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.line a::before {
    display: none;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.line a::before {
    display: block;
  }
}
.global-contact-item.line a img {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-35%);
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.line a img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.line a img {
    left: 9px;
    transform: translateY(-35%);
  }
}
.global-contact-item.line a span {
  display: block;
  padding-left: 1.7em;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.line a span {
    display: none;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.line a span {
    display: block;
    font-size: 1.3rem;
  }
}
.global-contact-item.tel .tel-link {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.tel .tel-link {
    width: 100%;
    height: 60px;
    background: #fff;
    place-content: center;
  }
}
.global-contact-item.tel .tel-text {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-text {
    font-size: 1.2rem;
    padding: 0;
  }
}
.global-contact-item.tel .tel-num {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.8em;
  line-height: 1.2;
  color: #000;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 480px), print {
  .global-contact-item.tel .tel-num {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-num {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.tel .tel-num {
    font-size: 2.4rem;
  }
}
.global-contact-item.tel .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 16px;
  height: 16px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-num::before {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1099.98px) {
  .global-contact {
    height: 60px;
    align-items: stretch;
  }
  .global-contact-item {
    min-width: 0;
    height: 60px;
  }
  .global-contact-item.mail a,
  .global-contact-item.line a {
    height: 60px;
    padding: 0.35rem 0.25rem;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
  }
  .global-contact-item.mail a span {
    max-width: 100%;
    padding-left: 1.8em;
    font-size: 1.2rem;
    line-height: 1.15;
    white-space: normal;
  }
  .global-contact-item.mail a span::before {
    width: 14px;
    height: 11px;
  }
  .global-contact-item.line a::before {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.7em;
  }
  .global-contact-item.line a img {
    left: calc(50% - 3.9em);
    top: 39px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
  }
  .global-contact-item.line a span {
    max-width: 100%;
    padding-left: 1.5em;
    font-size: 1.1rem;
    line-height: 1;
    white-space: nowrap;
  }
  .global-contact-item.tel .tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.25rem;
    border: 1px solid #042046;
  }
  .global-contact-item.tel .tel-num {
    font-size: 1.45rem;
    padding-left: 1.1em;
    white-space: nowrap;
  }
  .global-contact-item.tel .tel-num::before {
    width: 14px;
    height: 14px;
  }
  .global-contact-item.tel .tel-text {
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.15;
    white-space: nowrap;
  }
}
@media screen and (max-width: 359.98px) {
  .global-contact-item.mail a span,
  .global-contact-item.line a span {
    font-size: 1rem;
  }
  .global-contact-item.tel .tel-num {
    font-size: 1.3rem;
  }
  .global-contact-item.tel .tel-text {
    font-size: 0.8rem;
  }
}
.global-contact-item.line a span {
  position: relative;
  display: inline-block;
  padding-left: 2.4em;
}
.global-contact-item.line a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("../img/base/line.png") no-repeat center/contain;
}

@media screen and (min-width: 1100px), print {
  .global-contact-item.line a span {
    display: block;
    width: 22px;
    height: 22px;
    padding-left: 0;
    font-size: 0;
  }
  .global-contact-item.line a span::before {
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-item.line a span {
    width: auto;
    height: auto;
    padding-left: 2em;
    font-size: 1.3rem;
  }
  .global-contact-item.line a span::before {
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-55%);
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.line a span {
    display: inline-block;
  }
  .global-contact-item.line a span::before {
    width: 20px;
    height: 20px;
  }
}
/* --------------------------------
  TOP（行政書士事務所NOBU）共通
-------------------------------- */
body.nobu-front-body,
body.nobu-inner-body {
  color: #222;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
}

body.nobu-inner-body {
  padding-top: 80px;
}

.nobu-front {
  --nobu-navy: #042046;
  --nobu-deep-navy: #00254a;
  --nobu-gold: #b38a45;
  --nobu-line: #ddd;
  min-width: 320px;
  overflow: hidden;
  color: #222;
  font-family: "Zen Old Mincho", serif;
}
.nobu-front *, .nobu-front *::before, .nobu-front *::after {
  box-sizing: border-box;
}
.nobu-front a {
  color: inherit;
  text-decoration: none;
}
.nobu-front a, .nobu-front button {
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.nobu-front a:hover {
  opacity: 0.75;
}
.nobu-front img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.nobu-front iframe {
  vertical-align: baseline;
}
.nobu-front button, .nobu-front a {
  font-family: inherit;
}
.nobu-front .section-shell {
  width: min(1250px, 100% - 48px);
  margin-inline: auto;
}
.nobu-front .sp-only {
  display: none;
}
.nobu-front .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.nobu-front .mail-icon {
  display: block;
  width: 20px;
  height: auto;
  flex: 0 0 auto;
}
.nobu-front .tel-icon {
  display: block;
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}
.nobu-front .tel-icon--white {
  width: 31px;
}
.nobu-front .section-title h2 {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.nobu-front .section-title > span {
  display: block;
  margin-top: 8px;
  color: #bbb;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.nobu-front .more-button {
  min-width: 182px;
  min-height: 45px;
  padding: 8px 19px 9px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: #fff;
  background: var(--nobu-navy);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.nobu-front .more-button::after {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 767.98px) {
  body.nobu-front-body,
  body.nobu-inner-body {
    padding-top: 68px;
    padding-bottom: 60px;
    font-size: 1.5rem;
  }
  .nobu-front .pc-only {
    display: none;
  }
  .nobu-front .sp-only {
    display: inline;
  }
  .nobu-front .section-shell {
    width: min(100% - 36px, 560px);
  }
  .nobu-front .section-title h2 {
    font-size: 2.8rem;
  }
  .nobu-front .section-title > span {
    margin-top: 3px;
    font-size: 1.7rem;
  }
}
/* link-buttonをmore-buttonと同じデザインに統一 */
.link-button {
  min-width: 182px;
  min-height: 45px;
  padding: 8px 19px 9px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: #fff;
  background: var(--nobu-navy, #042046);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

a.link-button {
  color: #fff;
}

.link-button::after {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 1099.98px) {
  .wrapper .header-contact {
    transition: bottom 0.3s;
  }
  .wrapper.hide .header-contact {
    bottom: -60px;
  }
  .wrapper.hide .header .global-contact {
    bottom: 65px;
  }
  .wrapper.hide .pagetop {
    bottom: 10px;
  }
}
/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  max-width: none;
}
.header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1100;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 25px;
  }
  #top .header-logo {
    top: 32px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    top: 15px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1em;
    justify-content: flex-start;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
.header-logo .site-logo {
  width: 166.6666px;
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    width: 187.5px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo .site-logo {
    width: 250px;
  }
}
@media screen and (min-width: 1440px), print {
  #top .header-logo .site-logo {
    width: 300px;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
.header-adr {
  display: none;
}
@media screen and (min-width: 1600px), print {
  .header-adr {
    display: block;
    position: absolute;
    left: 270px;
    top: 12px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.55;
    text-align: left;
    margin-top: 0;
  }
}
.header-adr span {
  color: #042046;
}
#top .header-adr {
  display: none;
}
@media screen and (min-width: 1100px), print {
  #top .header-adr {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    line-height: 1.55;
    text-align: center;
    margin-top: 1.5em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px), print {
  #top .header-adr {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-contact {
    position: absolute;
    right: min(30 * var(--vw1440), 30px);
    top: 20px;
    z-index: 1001;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    width: 100%;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  #top .header.fixed .header-logo {
    top: 25px;
  }
}
@media screen and (min-width: 1440px), print {
  #top .header.fixed .header-logo {
    top: 15px;
  }
  #top .header.fixed .site-logo {
    width: 250px;
  }
}
@media screen and (min-width: 1600px), print {
  #top .header.fixed .header-adr {
    display: block;
    position: absolute;
    left: 270px;
    top: 12px;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
}

/* --------------------------------
  TOP（行政書士事務所NOBU）ヘッダー
-------------------------------- */
.nobu-front .site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: none;
  box-shadow: none;
}
.nobu-front .site-header.fixed {
  position: fixed;
  top: 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  animation: headerSlideDown 0.25s ease both;
}
.nobu-front .header-logo {
  position: static;
  z-index: auto;
  display: block;
  flex: 0 0 auto;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.nobu-front .header-nav-wrap {
  position: static;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2vw, 38px);
  min-width: 0;
}
.nobu-front .header-nav {
  position: static;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(15px, 1.5vw, 30px);
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.nobu-front .header-nav__link {
  position: relative;
  color: #333;
}
.nobu-front .header-nav__link::after {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -7px;
  height: 1px;
  background: var(--nobu-gold);
  content: "";
  transition: left 0.2s ease, right 0.2s ease;
}
.nobu-front .header-nav__link:hover::after {
  left: 0;
  right: 0;
}
.nobu-front .header-tel {
  position: static;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
}
.nobu-front .header-tel__number {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 2.6rem;
  font-weight: 700;
}
.nobu-front .header-tel__hours {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
}
.nobu-front .header-contact {
  position: static;
  flex: 0 0 180px;
  min-width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(90deg, #c5a059, #a67c37);
  font-weight: 700;
  white-space: nowrap;
}
.nobu-front .sp-menu-button, .nobu-front .sp-header-mail {
  display: none;
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
  .nobu-front .site-header, .nobu-front .site-header.fixed {
    padding-inline: 20px;
  }
  .nobu-front .header-logo {
    font-size: 2.2rem;
  }
  .nobu-front .header-nav {
    display: flex;
    gap: 12px;
    font-size: 1.2rem;
  }
  .nobu-front .header-tel__number {
    font-size: 1.8rem;
  }
  .nobu-front .header-contact {
    flex-basis: 150px;
    min-width: 150px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .nobu-front .header-tel, .nobu-front .header-gold-line {
    display: none;
  }
  .nobu-front .header-contact {
    min-width: 150px;
  }
}
/* NOBUヘッダー：狭いデスクトップ幅でロゴとナビを重ねない */
@media screen and (max-width: 1099.98px) and (min-width: 768px) {
  .nobu-front .site-header {
    gap: 12px;
  }
  .nobu-front .header-logo {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
    flex: 0 1 auto;
    background: transparent;
    box-shadow: none;
    font-size: clamp(1.8rem, 2.4vw, 2.2rem);
    white-space: nowrap;
  }
  .nobu-front .header-nav-wrap {
    gap: 10px;
  }
  .nobu-front .header-nav {
    gap: 8px;
    font-size: 1.05rem;
  }
  .nobu-front .header-tel__number {
    font-size: 1.55rem;
  }
  .nobu-front .header-tel__hours {
    font-size: 0.95rem;
  }
  .nobu-front .header-contact {
    bottom: auto;
    left: auto;
    width: auto;
    flex-basis: 150px;
    min-width: 150px;
    height: 52px;
    padding: 0 10px;
    z-index: auto;
    box-shadow: none;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767.98px) {
  .nobu-front .site-header, .nobu-front .site-header.fixed {
    position: fixed;
    top: 0;
    height: 68px;
    padding: 0 66px;
    justify-content: center;
    background: #fff;
    box-shadow: none;
    animation: none;
  }
  .nobu-front .header-logo {
    top: auto;
    left: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    font-size: clamp(1.55rem, 4.8vw, 2rem);
    text-align: center;
  }
  .nobu-front .header-nav-wrap, .nobu-front .header-tel, .nobu-front .header-nav, .nobu-front .header-gold-line {
    display: none;
  }
  .nobu-front .sp-menu-button, .nobu-front .sp-header-mail {
    position: absolute;
    top: 0;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0;
    cursor: pointer;
  }
  .nobu-front .sp-menu-button {
    left: 0;
    width: 66px;
    padding: 9px 12px 6px;
    color: #fff;
    background: var(--nobu-deep-navy);
  }
  .nobu-front .sp-menu-button__icon {
    width: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .nobu-front .sp-menu-button__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .nobu-front .sp-menu-button__label, .nobu-front .sp-header-mail > span:last-child {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .nobu-front .sp-header-mail {
    right: 0;
    width: 66px;
    color: #fff;
    background: linear-gradient(135deg, #c5a059, #a67c37);
  }
  .nobu-front .sp-header-mail .mail-icon {
    width: 22px;
  }
}
/* NOBUヘッダーナビ：hover時も文字色を維持 */
.nobu-front .site-header .header-nav__link:hover {
  color: #333;
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    margin: 0;
    opacity: 1;
    transition: none;
    padding: 0 56rem 0 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    padding: 0;
  }
}
@media screen and (max-width: 1439.98px) {
  .nav {
    padding: 0 35rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    padding: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    left: -260px;
    width: 260px;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: #fff;
  }
  .nav-logo img {
    width: 200px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
  }
}
/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    align-items: center;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:last-child .nav-link span::after {
    background: transparent;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #042046;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(4, 32, 70, 0.9);
    color: #fff;
  }
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #fff;
  }
}
.main-nav .nav-link {
  position: relative;
  display: block;
  line-height: 1.2;
  color: #333;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 1.3rem;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1600px), print {
  .main-nav .nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #444;
    font-size: 1.5rem;
    background-color: #fff;
    height: 60px;
    transition-property: color, background-color;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #042046;
    border-left: 1px solid #042046;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(4, 32, 70, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #042046;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
@media screen and (min-width: 1600px), print {
  .main-nav .nav-link span {
    padding: 0 1.2em;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #ccc;
  }
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
  background-color: #fff;
}
@media screen and (min-width: 1280px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #042046;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #042046;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #042046;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #042046;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1280px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-open .nav-close-button {
  display: block;
}
.nav-close-button .nav-button-icon {
  background: none;
  top: -17px;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1280px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 90px;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 90px;
    z-index: -1;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  #top .nav.fixed {
    z-index: 1100;
  }
  .nav.fixed .nav-link {
    font-size: 1.3rem;
  }
}
/* --------------------------------

  スマホ用ヘッダー / ドロワーナビ / 下部固定CTA
  （対象: max-width 1099.98px ※タブレットもスマホUIを使用）

-------------------------------- */
.sp-menu-button,
.sp-header-mail,
.sp-drawer-nav,
.sp-nav-screen,
.sp-contact-bar {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  body {
    padding-bottom: 60px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    padding: 0;
    background: #fff;
    box-shadow: none;
    z-index: 1000;
  }
  .site-header .header-inner {
    height: 68px;
    max-width: none;
    margin: 0;
    justify-content: space-between;
  }
  .site-header .header-right {
    display: none;
  }
  .site-header .header-logo {
    gap: 2px;
  }
  .site-header .header-logo__name {
    line-height: 24px;
    color: #222;
  }
  .site-header .header-logo__name-sm {
    font-size: 1.3rem;
  }
  .site-header .header-logo__name-lg {
    font-size: 2rem;
  }
  .site-header .header-logo__firm {
    font-size: 1rem;
    line-height: 14px;
    color: var(--navy);
  }
  .wrapper {
    padding-top: 68px;
  }
  .wrapper .hero {
    margin-top: 0;
  }
  .sp-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 66px;
    height: 68px;
    flex-shrink: 0;
    background: #00254a;
    border: 0;
    cursor: pointer;
  }
  .sp-menu-button__bars {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sp-menu-button__bars span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
  }
  .sp-menu-button__label {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .sp-header-mail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 66px;
    height: 68px;
    flex-shrink: 0;
    background: #b38a45;
  }
  .sp-header-mail__label {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .sp-drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100dvh;
    background: #fff;
    z-index: 1200;
    transition: left 0.3s ease;
  }
  .nav-open .sp-drawer-nav {
    left: 0;
  }
  .sp-drawer-nav nav {
    height: 100%;
    overflow-y: auto;
  }
  .sp-drawer-nav__list li {
    border-bottom: 1px solid #eee;
  }
  .sp-drawer-nav__list a {
    display: flex;
    align-items: center;
    height: 61px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.5rem;
    color: #222;
  }
  .sp-nav-close-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 250px;
    top: 0;
    width: 66px;
    height: 68px;
    background: #00254a;
    border: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .nav-open .sp-nav-close-button {
    opacity: 1;
    visibility: visible;
  }
  .sp-nav-close-button__icon {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .sp-nav-close-button__icon span {
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .sp-nav-close-button__icon span:first-child {
    transform: rotate(45deg);
  }
  .sp-nav-close-button__icon span:last-child {
    transform: rotate(-45deg);
  }
  .sp-nav-close-button__label {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .sp-nav-screen {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1150;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .nav-open .sp-nav-screen {
    opacity: 1;
    visibility: visible;
  }
  .sp-contact-bar {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease;
  }
  .sp-contact-bar__mail {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: #00254a;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .sp-contact-bar__mail svg {
    flex-shrink: 0;
  }
  .sp-contact-bar__mail:hover {
    color: #fff;
  }
  .sp-contact-bar__tel {
    width: 50%;
    background: #fff;
  }
  .sp-contact-bar__tel a,
  .sp-contact-bar__tel .tel-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    color: #222;
  }
  .sp-contact-bar__tel-num {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #00254a;
  }
  .sp-contact-bar__tel-num svg {
    flex-shrink: 0;
  }
  .sp-contact-bar__tel-hours {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    color: #666;
  }
  .wrapper.hide .sp-contact-bar {
    bottom: -60px;
  }
}
/* --------------------------------
  TOP（行政書士事務所NOBU）SPナビ
-------------------------------- */
.nobu-front .sp-drawer-nav, .nobu-front .sp-nav-screen, .nobu-front .sp-contact-bar {
  display: none;
}

@media screen and (max-width: 767.98px) {
  html.nav-open, html.nav-open body {
    overflow: hidden;
  }
  .nobu-front .site-header, .nobu-front .site-header.fixed {
    padding-inline: 66px;
  }
  .nobu-front .sp-menu-button, .nobu-front .sp-header-mail {
    width: 66px;
  }
  .nobu-front .sp-menu-button {
    color: #fff;
    background: var(--nobu-deep-navy);
  }
  .nobu-front .sp-menu-button__icon span {
    background: #fff;
  }
  .nobu-front .sp-menu-button__label {
    color: #fff;
  }
  .nobu-front .sp-header-mail {
    background: linear-gradient(135deg, #c5a059, #a67c37);
  }
  .nobu-front .sp-drawer-nav {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    height: 100dvh;
    display: block;
    transform: none;
    background: #fff;
    box-shadow: none;
    transition: left 0.28s ease, box-shadow 0.28s ease;
  }
  .nobu-front .sp-drawer-nav__list {
    height: 100%;
    margin: 0;
    padding: 7px 0 25px;
    overflow-y: auto;
    list-style: none;
  }
  .nobu-front .sp-drawer-nav__list li {
    border-bottom: 1px solid #e2e2e2;
  }
  .nobu-front .sp-drawer-nav__link {
    min-height: 61px;
    padding: 9px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    color: var(--nobu-deep-navy);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
  }
  .nobu-front .sp-drawer-nav__link::after {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }
  .nobu-front .sp-drawer-nav__link small {
    color: #9a7b43;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .nobu-front .sp-nav-close-button {
    position: absolute;
    left: 250px;
    top: 0;
    width: 66px;
    height: 68px;
    padding: 7px 4px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background: var(--nobu-deep-navy);
    cursor: pointer;
    pointer-events: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .nobu-front .sp-nav-close-button__icon {
    width: 26px;
    height: 19px;
    position: relative;
  }
  .nobu-front .sp-nav-close-button__icon::before, .nobu-front .sp-nav-close-button__icon::after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 27px;
    height: 2px;
    background: #fff;
    content: "";
  }
  .nobu-front .sp-nav-close-button__icon::before {
    transform: rotate(45deg);
  }
  .nobu-front .sp-nav-close-button__icon::after {
    transform: rotate(-45deg);
  }
  .nobu-front .sp-nav-screen {
    position: fixed;
    z-index: 1150;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
  .nobu-front .sp-contact-bar {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.14);
  }
  .nobu-front .sp-contact-bar a {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .nobu-front .sp-contact-bar__mail {
    width: auto;
    color: #fff;
    background: var(--nobu-deep-navy);
    font-size: 1.4rem;
    font-weight: 700;
  }
  .nobu-front .sp-contact-bar__tel {
    width: auto;
    color: var(--nobu-deep-navy);
    background: #fff;
  }
  .nobu-front .sp-contact-bar__tel > span {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }
  .nobu-front .sp-contact-bar__tel strong {
    font-size: clamp(1.55rem, 4.8vw, 2rem);
    white-space: nowrap;
  }
  .nobu-front .sp-contact-bar__tel small {
    margin-top: 4px;
    font-size: 0.9rem;
  }
  .nobu-front .sp-contact-bar__tel .tel-icon {
    width: 16px;
  }
  html.nav-open .nobu-front .sp-drawer-nav {
    left: 0;
    box-shadow: 6px 0 20px rgba(0, 0, 0, 0.16);
  }
  html.nav-open .nobu-front .sp-nav-close-button {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  html.nav-open .nobu-front .sp-nav-screen {
    visibility: visible;
    opacity: 1;
  }
  .nobu-front.hide .sp-contact-bar {
    bottom: 0;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #fff;
  z-index: 100;
  flex: 1;
  overflow-x: hidden;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  background: #042046;
}
.footer-contact {
  position: relative;
  background: #042046;
  padding: 3.5rem 1em 0 1em;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .footer-contact {
    padding: 5.5rem 2em 0 2em;
  }
}
.footer-contact-header {
  text-align: center;
  margin-bottom: 3rem;
}
.footer-contact-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-container {
    padding: 4rem 3rem;
  }
}
.footer-contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .footer-contact-wrap {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-contact-wrap {
    gap: 7rem;
  }
}
.footer-contact-item.mail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-contact-item.mail p {
  margin: 0;
}
.footer-contact-item.mail a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: min(100%, 300px);
  min-width: 250px;
  height: 70px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 1rem 1rem 1.5rem 1rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item.mail a {
    width: 320px;
    height: 76px;
  }
}
.footer-contact-item.mail a:hover {
  opacity: 0.86;
}
.footer-contact-item.mail .reservation a {
  background-color: #042046;
  color: #fff;
  border-color: #042046;
  padding: 1rem 1rem 1.5rem 1rem;
}
.footer-contact-item.mail .reservation a span {
  position: relative;
  display: inline-block;
  padding-left: 1.65em;
  font-size: 1.8rem;
  line-height: 1.05;
  white-space: nowrap;
  font-weight: 800;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item.mail .reservation a span {
    font-size: 2rem;
  }
}
.footer-contact-item.mail .reservation a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background: url("../img/base/icon-mail.png") no-repeat center/contain;
}
.footer-contact-item.mail .line a {
  color: #00b900;
  border-color: #00b900;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 800;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item.mail .line a {
    font-size: 2.1rem;
  }
}
.footer-contact-item.mail .line a::before {
  content: "24時間受付中";
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 0.35em;
}
.footer-contact-item.mail .line a img {
  position: absolute;
  left: 44px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-12%);
}
.footer-contact-item.mail .line a span {
  display: block;
  padding-left: 2em;
}
.footer-contact-item .tel-link {
  display: block;
  text-align: center;
}
.footer-contact-item .tel-link .tel-title {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item .tel-link .tel-title {
    font-size: 1.8rem;
  }
}
.footer-contact-item .tel-link .tel-text {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item .tel-link .tel-text {
    font-size: 1.4rem;
    padding: 0 0 0 1.2em;
  }
}
.footer-contact-item .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.8em;
  line-height: 1.2;
  color: #000;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item .tel-link .tel-num {
    font-size: 3.8rem;
  }
}
.footer-contact-item .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 25px;
  height: 25px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-item .tel-link .tel-num::before {
    width: 25px;
    height: 35px;
    transform: translateY(-50%);
  }
}
.footer-contact-subheading {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-subheading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.footer-contact-subheading .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .footer-contact-subheading .br {
    display: none;
  }
}
.footer-contact-subheading span {
  color: #DD1714;
}
.footer-contact-heading .jp {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .footer-contact-heading .jp {
    font-size: 3.4rem;
  }
}
.footer-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 0;
}
@media screen and (min-width: 1100px), print {
  .footer-container {
    flex-direction: row;
    gap: 4rem;
    padding: 4.5rem 0;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-container {
    gap: 7rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .footer-container {
    padding: 3.5rem 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    justify-content: center;
    align-items: center;
  }
}
.footer-add {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.6rem;
}
.footer-acs {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .footer-acs {
    font-size: 1.3rem;
  }
}
.footer-main {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .footer-main {
    gap: 4rem;
    flex-direction: row;
  }
}
.footer-banner {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer-banner {
    padding: 0.9em 0 0 0;
  }
}
.footer-banner a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.footer-banner a:hover {
  opacity: 0.8;
}
.footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    padding: 0.8em 0 0 0;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.footer-nav-list {
  padding: 0 0 0 1.3rem;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 576px), print {
  .footer-nav-list {
    padding: 0.25rem 0 0.25rem 1.5rem;
  }
}
.footer-nav-list li {
  line-height: 1.2;
}
.footer-nav-list li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.footer-nav-list li a {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.footer-nav-list li a:hover {
  opacity: 0.8;
}
.footer-btn {
  margin-top: 2em;
}
.footer-btn a {
  display: block;
  width: 250px;
  height: 55px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #111;
  text-align: center;
  place-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .footer-btn a {
    width: 300px;
    height: 60px;
  }
}
.footer-btn a:hover {
  background-color: transparent;
  color: #fff;
}
.footer-btn a:hover span::before {
  background: url("../img/base/icon-mail.png") no-repeat center/contain;
}
.footer-btn a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .footer-btn a span {
    font-size: 1.7rem;
  }
}
.footer-btn a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 18px;
  background: url("../img/base/icon-mail_ble.png") no-repeat center/contain;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 70px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.hide .footer .pagetop {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid #eee;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #042046;
}
.footer .pagetop a:hover::before {
  border-color: #fff;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #042046;
  border-right: 2px solid #042046;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}
.footer .copy {
  overflow: hidden;
  background: #042046;
  padding: 1.5em 1em 1.5em 1em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .footer .copy {
    padding: 1.5em 1em 1.5em 1em;
  }
}
.footer .copy small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.2rem;
  }
}
.footer .copy span {
  font-weight: 500;
  margin-left: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

.footer-contact-item.mail .line a span {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
.footer-contact-item.mail .line a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background: url("../img/base/line.png") no-repeat center/contain;
}

/* --------------------------------
  TOP（行政書士事務所NOBU）フッター
-------------------------------- */
.nobu-front .site-footer {
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  background: var(--nobu-navy);
}
.nobu-front .site-footer .site-footer__inner {
  min-height: 400px;
  padding-block: 65px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(70px, 12vw, 220px);
  align-items: start;
}
.nobu-front .site-footer .footer-logo {
  position: static;
  margin: 0 0 18px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.nobu-front .site-footer .footer-info address {
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
}
.nobu-front .site-footer .footer-hours {
  margin: 24px 0 0;
}
.nobu-front .site-footer .footer-hours > div {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  gap: 18px;
}
.nobu-front .site-footer .footer-hours dt {
  color: var(--nobu-navy);
  background: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.nobu-front .site-footer .footer-hours dd {
  margin: 0;
  font-weight: 700;
}
.nobu-front .site-footer .footer-contact {
  position: static;
  padding: 0;
  background: none;
  box-shadow: none;
}
.nobu-front .site-footer .footer-contact__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nobu-front .site-footer .footer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.35;
}
.nobu-front .site-footer .footer-tel > span {
  font-size: 1.8rem;
  font-weight: 700;
}
.nobu-front .site-footer .footer-tel strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(3rem, 3vw, 4.8rem);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.nobu-front .site-footer .footer-tel small {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.nobu-front .site-footer .footer-mail {
  width: 264px;
  min-height: 70px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(90deg, #c5a059, #a67c37);
  font-size: 1.7rem;
  font-weight: 700;
  white-space: nowrap;
}
.nobu-front .site-footer .footer-nav {
  margin-top: 38px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  font-size: 1.3rem;
}
.nobu-front .site-footer .footer-nav a {
  color: #fff;
}
.nobu-front .site-footer .footer-nav a::before {
  margin-right: 9px;
  content: "›";
}
.nobu-front .site-footer .copyright {
  min-height: 80px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #888;
  background: #f9f9fb;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .nobu-front .site-footer .site-footer__inner {
    grid-template-columns: 260px 1fr;
    gap: 45px;
  }
  .nobu-front .site-footer .footer-contact__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .nobu-front .site-footer .footer-mail {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .nobu-front .site-footer .site-footer__inner {
    min-height: auto;
    padding-block: 48px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .nobu-front .site-footer .footer-logo {
    font-size: 2.3rem;
  }
  .nobu-front .site-footer .footer-contact__actions {
    flex-direction: column;
    gap: 20px;
  }
  .nobu-front .site-footer .footer-tel strong {
    font-size: clamp(3rem, 10vw, 4rem);
  }
  .nobu-front .site-footer .footer-mail {
    width: 100%;
  }
  .nobu-front .site-footer .footer-nav {
    justify-content: flex-start;
    margin-top: 30px;
    gap: 13px 20px;
  }
  .nobu-front .site-footer .copyright {
    padding: 18px;
    line-height: 1.5;
  }
}
.nobu-front .site-footer .footer-contact__actions {
  justify-content: flex-end;
}

/* NOBUフッター：スマホでは事務所情報を中央寄せ */
@media screen and (max-width: 767.98px) {
  .nobu-front .site-footer .footer-logo {
    align-items: center;
  }
  .nobu-front .site-footer .footer-info {
    text-align: center;
  }
  .nobu-front .site-footer .footer-info address {
    text-align: center;
  }
  .nobu-front .site-footer .footer-hours {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }
}
/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  width: 100%;
  z-index: 105;
  height: 300px;
  margin-top: 90px;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 250px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 230px;
  }
}
.page-title-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 2em;
  background: url(../img/top/slide1.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title-inner {
    justify-content: center;
    padding: 0 1em;
  }
}
.page-title-name {
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 3.8rem;
  font-weight: 700;
  padding: 0.35em 0.6em 0.45em 0.6em;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}
.page-title-name span {
  display: block;
  font-weight: 700;
}

/* 新ヘッダー対応の上書き（site-header--inner が通常フローに入るため上マージン不要） */
.page-title {
  margin-top: 0;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 0;
  }
}
.page-title-inner {
  background-image: url("../img/top/slide1.jpg");
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.8s;
  transition-delay: 0.1s;
  will-change: opacity, transform;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.8s;
    transition-delay: 0.1s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

.anim-delay-1 {
  transition-delay: 0.1s;
}

.anim-delay-2 {
  transition-delay: 0.35s;
}

.anim-delay-3 {
  transition-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  ._anim-point {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 17em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .title {
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: #042046;
}
.contact-form table th .option {
  background-color: #999;
}
.contact-form table td {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}
.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  border: 1px solid #042046;
  background-color: #fff;
  color: #042046;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.contact-submit .btn:hover {
  color: #fff;
  background-color: #042046;
  border: 1px solid #042046;
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.pankz span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .pankz span {
    font-size: 1.4rem;
  }
}
.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}
.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #000;
}
.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}
.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}
.pankz-item._current a {
  position: relative;
  color: #042046;
  padding-left: 1.5em;
}
.pankz-item._current a:hover {
  text-decoration: underline;
}
.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section-heading {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    margin-bottom: 4rem;
  }
}
.section-heading .jp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
}
@media screen and (min-width: 768px), print {
  .section-heading .jp {
    font-size: 3.4rem;
  }
}
.section-heading .jp::before, .section-heading .jp::after {
  content: "";
  border-bottom: 2px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .section-heading .jp::before, .section-heading .jp::after {
    width: 100%;
    max-width: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading .jp::before, .section-heading .jp::after {
    flex: 1;
  }
}
.section-heading .jp::before {
  margin: 0 1em 0 0;
}
.section-heading .jp::after {
  margin: 0 0 0 1em;
}

.top-about-section {
  position: relative;
  padding: 6rem 1em;
}
.top-about-section::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: min(500 * var(--vw1440), 500px);
  height: 150px;
  background: #F4F4F4;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .top-about-section::before {
    left: min(60 * var(--vw1440), 60px);
    top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-section::before {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-section {
    padding: 7rem 2em 10rem 2em;
  }
}
.top-about-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .top-about-container {
    flex-direction: row;
    max-width: 1600px;
    justify-content: center;
    margin: 0;
    gap: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-container {
    gap: min(85 * var(--vw1600), 85px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-main {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-about-side {
    width: min(440 * var(--vw1100), 440px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-side {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .top-about-side::before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: -1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
    background: #F4F4F4;
    z-index: -1;
  }
}
.top-about-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: min(350 * var(--vw600), 350px);
}
@media screen and (min-width: 768px), print {
  .top-about-img {
    width: min(350 * var(--vw1100), 350px);
  }
}
.top-about-heading {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px), print {
  .top-about-heading {
    font-size: min(36 * var(--vw1100), 36px);
    margin-bottom: 0.8em;
  }
}
.top-about-heading span {
  color: #DD1714;
}
.top-about-text {
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .top-about-text {
    font-size: min(15 * var(--vw1100), 15px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-text {
    max-width: 420px;
  }
}
.top-about-text p:not(:last-child) {
  margin-bottom: 1rem;
}

.top-feature-section {
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-feature-section {
    padding: 6rem 2em 10rem;
  }
}
.top-feature-text {
  font-size: 1.5rem;
  line-height: 1.9;
}
.top-feature-wrap {
  display: grid;
  gap: 2.5rem;
  margin-top: 3rem;
  counter-reset: number;
}
@media screen and (min-width: 768px), print {
  .top-feature-wrap {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .top-feature-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .top-feature-wrap {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.top-feature-item {
  background: #fff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px), print {
  .top-feature-item {
    padding: 1rem 1rem 4.5rem 1rem;
  }
}
.top-feature-img {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 20px;
}
.top-feature-img .number {
  counter-increment: number;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
}
.top-feature-img .number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #042046;
  transform: rotate(45deg);
}
.top-feature-img .number::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2rem;
}
.top-feature-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  place-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-feature-heading {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}

.top-service-section {
  padding: 5rem 1em 6rem;
  background: url(../img/top/bg1.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-service-section {
    padding: 7rem 2em 9rem;
  }
}
.top-service-section .inner {
  max-width: 925px;
}
.top-service-section .section-heading {
  position: relative;
}
.top-service-section .section-heading .jp {
  color: #fff;
}
.top-service-section .section-heading .en {
  position: absolute;
  top: -1em;
  left: 22%;
  display: inline-block;
  line-height: 1;
  font-size: 5.2rem;
  font-family: "Allura", cursive;
  background: rgba(255, 255, 255, 0.3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
  margin-left: -2rem;
}
@media screen and (min-width: 768px), print {
  .top-service-section .section-heading .en {
    font-size: 7.2rem;
  }
}
.top-service-item {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-service-item {
    gap: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-service-item {
    flex-direction: column;
  }
}
.top-service-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-service-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.top-service-title {
  width: 100%;
  place-content: center;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 1.2rem 1rem;
}
@media screen and (min-width: 1100px), print {
  .top-service-title {
    width: 205px;
    height: 65px;
    border: 2px solid #fff;
    padding: 0;
  }
}
.top-service-title .br {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .top-service-title .br {
    display: none;
  }
}
.top-service-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 480px), print {
  .top-service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .top-service-list {
    gap: 2rem;
  }
}
.top-service-list li span {
  display: block;
  color: #111;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 0.3rem;
}
@media screen and (min-width: 1100px), print {
  .top-service-list li span {
    font-size: 1.3rem;
  }
}
.top-service-link {
  display: block;
  width: 100%;
  height: 100%;
  place-content: center;
  text-align: center;
  padding: 1rem 1rem;
  color: #042046;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .top-service-link {
    width: 220px;
    height: 65px;
    font-size: 1.8rem;
    padding: 0;
  }
}
.top-service-link:hover {
  color: #fff;
  background-color: #042046;
}
.top-service-link:hover span {
  color: #fff;
}

.top-knowledge-section {
  padding: 6rem 1em;
  background-color: #F3F5F5;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-section {
    padding: 8rem 2em 10rem;
  }
}
.top-knowledge-section .section-heading .jp span {
  display: contents;
  color: #4397A3;
}
.top-knowledge-wrap {
  padding: 3rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-wrap {
    padding: 4rem 3rem;
  }
}
.top-knowledge-topics:not(:last-child) {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.top-knowledge-link {
  transition: opacity 0.3s ease;
}
.top-knowledge-link:hover {
  opacity: 0.8;
}
.top-knowledge-title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.2em;
  padding-left: 15px;
}
@media screen and (min-width: 640px), print {
  .top-knowledge-title {
    font-size: 1.8rem;
  }
}
.top-knowledge-title::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #DD1714;
}
.top-knowledge-text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
}
.top-knowledge-btn {
  text-align: center;
  margin-top: 3em;
}

@media screen and (max-width: 767.98px) {
  .tab-menu-inner {
    border-top: 1px solid #042046;
    border-bottom: 1px solid #042046;
  }
}
.tab-menu-list {
  display: flex;
  flex-wrap: nowrap;
}
.tab-menu-list li {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 50px;
}
.tab-menu-list li + li {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  .tab-menu-list li {
    height: 44px;
  }
}
@media screen and (max-width: 359.98px) {
  .tab-menu-list li {
    height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .tab-menu-list li:nth-child(odd), .tab-menu-list li:nth-child(-n+2) {
    border-bottom: 0;
  }
}
.tab-menu-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  color: #042046;
  padding: 0.5em 0.3em;
  white-space: nowrap;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1099.98px) {
  .tab-menu-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tab-menu-list li a {
    font-size: 1.1rem;
    padding: 0.4em 0.2em;
  }
}
@media screen and (max-width: 359.98px) {
  .tab-menu-list li a {
    font-size: 0.95rem;
  }
}
.tab-menu-list li a.active {
  background-color: #042046;
  color: #fff;
}
.tab-menu-list li a:hover {
  background-color: #042046;
  color: #fff;
}

.top-staff-section {
  position: relative;
  padding: 6rem 1em 4rem 1em;
  margin-bottom: 5rem;
}
.top-staff-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 9rem;
  width: 85%;
  background: #F7F7F7;
}
@media screen and (min-width: 768px), print {
  .top-staff-section::before {
    top: 13rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-section::before {
    top: 22rem;
    width: 82%;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-section {
    padding: 10rem 2em 8rem 2em;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-staff-heading br {
    display: none;
  }
}
.top-staff-heading .jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-staff-heading .jp {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-heading .jp {
    font-size: 3.6rem;
  }
}
.top-staff-heading .en {
  display: inline-block;
  line-height: 1;
  font-size: 3.2rem;
  font-family: "Allura", cursive;
  background: rgba(221, 23, 19, 0.3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px), print {
  .top-staff-heading .en {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-heading .en {
    margin-left: -2rem;
  }
}
.top-staff-text {
  font-size: 1.5rem;
  line-height: 2;
}
.top-staff-text p:not(:last-child) {
  margin-bottom: 1em;
}
.top-staff-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-staff-wrap {
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .top-staff-wrap {
    gap: 10rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-staff-wrap {
    flex-direction: column-reverse;
  }
}
.top-staff-main {
  flex: 1;
  min-width: 0;
}
.top-staff-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-staff-name {
    margin-top: 3.5rem;
  }
}
.top-staff-name dt, .top-staff-name dd {
  font-weight: 700;
  line-height: 1.2;
}
.top-staff-name dt {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-staff-name dt {
    font-size: 1.8rem;
  }
}
.top-staff-name dd {
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-staff-name dd {
    font-size: 2.4rem;
  }
}

.top-office-section {
  position: relative;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-office-section {
    padding: 6rem 2em 12rem;
  }
}
.top-office-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-office-wrap {
    flex-direction: row-reverse;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-office-wrap {
    gap: 8rem;
  }
}
.top-office-main {
  flex: 1;
  min-width: 0;
}
.top-office-table th, .top-office-table td {
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-office-table th, .top-office-table td {
    line-height: 1.78;
  }
}
.top-office-table th {
  font-weight: 500;
  font-size: 1.5rem;
  width: 80px;
  padding: 1rem 0;
}
@media screen and (min-width: 768px), print {
  .top-office-table th {
    font-size: 1.6rem;
    width: 120px;
    padding: 1.5rem 0;
  }
}
.top-office-table td {
  font-size: 1.5rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px), print {
  .top-office-table td {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
}
.top-office-group {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .top-office-group {
    margin-top: 6rem;
    font-size: 1.6rem;
  }
}
.top-office-group-heading {
  margin-bottom: 2.5rem;
  color: #111;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-office-group-heading {
    margin-bottom: 3.5rem;
    font-size: 3rem;
  }
}
.top-office-group-lead {
  position: relative;
  padding: 1.8rem 1.8rem 1.8rem 4.2rem;
  border: 1px solid rgba(4, 32, 70, 0.18);
  background-color: rgba(250, 235, 237, 0.35);
}
@media screen and (min-width: 768px), print {
  .top-office-group-lead {
    padding: 2.2rem 3rem 2.2rem 5.2rem;
  }
}
.top-office-group-lead::before {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: 2.5rem;
  width: 20px;
  height: 20px;
  background: url("../img/base/light.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .top-office-group-lead::before {
    left: 2.4rem;
    top: 2.9rem;
    width: 22px;
    height: 22px;
  }
}
.top-office-group-policy {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-office-group-policy {
    margin-top: 6rem;
  }
}
.top-office-group-policy h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .top-office-group-policy h4 {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}
.top-office-group-list {
  padding-left: 1.8rem;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .top-office-group-list {
    padding-left: 2.4rem;
  }
}
.top-office-group-list section + section {
  margin-top: 1.6rem;
}
.top-office-group-list h5 {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-office-group-list h5 {
    font-size: 1.7rem;
  }
}
.top-office-group-note {
  margin-top: 3rem;
  padding: 1.6rem 1.8rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px), print {
  .top-office-group-note {
    margin-top: 3.5rem;
    padding: 1.8rem 2rem;
  }
}

/* --------------------------------
  TOP（行政書士事務所NOBU）ページ
-------------------------------- */
.nobu-front .hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 820px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 80px;
  color: #222;
}
.nobu-front .hero__image {
  position: absolute;
  inset: 0;
  background: #d9d9d9 url("../img/top/slide1.jpg") center 46%/cover no-repeat;
}
.nobu-front .hero__image::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
  content: "";
}
.nobu-front .hero__copy {
  position: relative;
  z-index: 2;
  inset: auto;
  width: min(1500px, 100% - 80px);
  max-width: none;
  height: auto;
  margin: 0;
  padding: 62px 7%;
  display: block;
  flex-direction: row;
  align-items: normal;
  gap: normal;
  transform: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88) 15%, rgba(255, 255, 255, 0.88) 85%, rgba(255, 255, 255, 0));
}
.nobu-front .hero__title {
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: clamp(3.8rem, 3vw, 5.4rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-shadow: 0 0 12px #fff;
}
.nobu-front .hero__rule {
  display: block;
  width: min(900px, 88%);
  height: 1px;
  margin: 26px auto 18px;
  background: #ccc;
}
.nobu-front .hero__lead {
  margin: 0;
  color: #222;
  font-size: clamp(1.8rem, 1.55vw, 2.8rem);
  font-weight: 700;
  line-height: 1.65;
  text-shadow: 0 0 10px #fff;
}
.nobu-front .service {
  width: min(1250px, 100% - 48px);
  height: auto;
  margin: 0 auto;
  padding-block: 78px 84px;
  display: block;
  flex-direction: row;
  border: 0;
  scroll-margin-top: 80px;
  background: transparent;
}
.nobu-front .section-intro {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 80px;
  margin-bottom: 46px;
}
.nobu-front .section-intro > p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.9;
}
.nobu-front .service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.nobu-front .service-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background: #d9d9d9;
}
.nobu-front .service-card__link > img {
  width: 100%;
  height: 290px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.nobu-front .service-card:hover .service-card__link > img {
  transform: scale(1.03);
}
.nobu-front .service-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 70px;
  padding: 8px 20px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  color: #fff;
  background: rgba(4, 32, 70, 0.88);
}
.nobu-front .service-card__label h3 {
  margin: 0;
  padding-left: 16px;
  border-left: 1px solid #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.nobu-front .service-card__number {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
}
.nobu-front .profile-section {
  padding-block: 80px;
  background: #fff7f0 url("../img/top/staff-bg.jpg") center/cover no-repeat;
  scroll-margin-top: 80px;
}
.nobu-front .profile-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.nobu-front .profile-card {
  min-width: 0;
  padding: 40px 28px;
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 38px;
  align-items: start;
  background: rgba(255, 255, 255, 0.91);
  scroll-margin-top: 100px;
}
.nobu-front .profile-card__image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nobu-front .profile-card__image--portrait {
  -o-object-position: center top;
     object-position: center top;
}
.nobu-front .profile-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.nobu-front .profile-card__body p {
  margin: 20px 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
}
.nobu-front .news {
  padding-block: 92px;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 85px;
  scroll-margin-top: 80px;
}
.nobu-front .news__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.nobu-front .news__list {
  display: flex;
  flex-direction: column;
}
.nobu-front .news-row {
  min-height: 58px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--nobu-line);
}
.nobu-front .news-row time {
  color: #888;
}
.nobu-front .articles {
  padding-block: 82px;
  background: #f9f9fb;
}
.nobu-front .articles__inner {
  display: grid;
  grid-template-columns: 1fr 185px;
  gap: 88px;
  align-items: center;
}
.nobu-front .articles__list {
  display: flex;
  flex-direction: column;
}
.nobu-front .articles__list a {
  min-height: 58px;
  padding: 12px 0;
  border-bottom: 1px solid var(--nobu-line);
}
.nobu-front .articles__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.nobu-front .map {
  margin: 0;
  padding: 0;
  background: #d9d9d9;
  scroll-margin-top: 80px;
}
.nobu-front .map__frame {
  height: clamp(260px, 30vw, 350px);
  overflow: hidden;
  background: #d9d9d9;
}
.nobu-front .map__frame img, .nobu-front .map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.nobu-front .map__frame img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .nobu-front .profile-card {
    grid-template-columns: 40% 1fr;
    gap: 24px;
    padding: 30px 22px;
  }
  .nobu-front .profile-card__image {
    height: 290px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .nobu-front .profile-section__inner {
    grid-template-columns: 1fr;
  }
  .nobu-front .profile-card {
    grid-template-columns: 260px 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .nobu-front .hero {
    height: auto;
    min-height: 560px;
    padding-top: 0;
  }
  .nobu-front .hero__image {
    background-position: 58% center;
  }
  .nobu-front .hero__copy {
    width: 100%;
    padding: 34px 22px;
    background: rgba(255, 255, 255, 0.76);
  }
  .nobu-front .hero__title {
    overflow-wrap: anywhere;
    font-size: clamp(2.3rem, 6.4vw, 3.2rem);
    line-height: 1.5;
  }
  .nobu-front .hero__rule {
    margin-block: 18px 14px;
  }
  .nobu-front .hero__lead {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .nobu-front .service {
    width: min(100% - 36px, 560px);
    padding-block: 58px 64px;
  }
  .nobu-front .section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
  .nobu-front .section-intro > p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .nobu-front .service__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nobu-front .service-card {
    min-height: 250px;
  }
  .nobu-front .service-card__link > img {
    height: 250px;
  }
  .nobu-front .service-card__label {
    min-height: 66px;
  }
  .nobu-front .service-card__number {
    font-size: 3.4rem;
  }
  .nobu-front .service-card__label h3 {
    font-size: 1.8rem;
  }
  .nobu-front .profile-section {
    padding-block: 54px;
  }
  .nobu-front .profile-section__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nobu-front .profile-card {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .nobu-front .profile-card__image {
    height: min(82vw, 390px);
  }
  .nobu-front .profile-card__body p {
    margin-block: 14px 20px;
  }
  .nobu-front .news {
    padding-block: 62px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .nobu-front .news__heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
  .nobu-front .news__heading .more-button {
    min-width: 136px;
  }
  .nobu-front .news-row {
    grid-template-columns: 1fr;
    gap: 1px;
    padding-block: 14px;
  }
  .nobu-front .articles {
    padding-block: 58px;
  }
  .nobu-front .articles__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 28px;
  }
  .nobu-front .articles__heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .nobu-front .articles__heading .more-button {
    min-width: 136px;
  }
  .nobu-front .map__frame {
    height: clamp(220px, 65vw, 340px);
  }
}
/* NOBUメインビジュアル：Swiper表示領域 */
.nobu-front .hero__image .swiper-wrapper {
  height: 100%;
}

.nobu-front .hero__image .swiper-slide {
  height: 100%;
}

.nobu-front .hero__image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-section .news-date {
  width: 100%;
  margin-bottom: 1rem;
}
.news-detail-section .news-date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
  color: #707070;
}
@media screen and (max-width: 767.98px) {
  .news-detail-section .news-date {
    margin-bottom: 1em;
  }
}
.news-list {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-main {
  flex: 1;
  min-width: 0;
  margin: 1.2em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .news-main {
    margin: 0 0 0 2em;
    padding: 0.5em 0 0 0;
  }
}
.news-img {
  position: relative;
  width: 280px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .news-img {
    margin: 0 auto;
  }
}
.news-img::before {
  content: "";
  display: block;
  padding-top: 57%;
}
.news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: scale 0.3s ease;
}
.news-link {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    padding: 3rem;
  }
}
.news-link:hover {
  background-color: #042046;
  color: #ffffff;
}
.news-link:hover .news-title::before {
  background-color: #ffffff;
}
.news-date {
  display: block;
  width: 90px;
  color: #777777;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Allura", cursive;
  word-break: break-all;
  word-wrap: break-word;
}
.news-category {
  display: block;
  width: 100px;
  height: 22px;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Allura", cursive;
  background-color: #042046;
  word-break: break-all;
  word-wrap: break-word;
}
.news-title {
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 0.5em;
  padding-left: 1em;
  transition: color 0.3s ease;
}
.news-title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #042046;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
}
.news-content {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 768px), print {
  .news-content {
    font-size: 1.5rem;
  }
}
.news-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.4rem;
  }
}
.news-text {
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #042046;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2rem;
  padding: 0.5rem 1.1rem;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0.35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: 0.35em 0.75em;
    font-size: 1em;
  }
}
.pagination a:hover, .pagination span.current {
  background-color: #218489 !important;
}

.pagination a:hover {
  text-decoration: none;
}

/* --------------------------------

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 6em 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 10em 2em;
  }
}
.secondary-section .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .secondary-section .section-header {
    margin-bottom: 5rem;
  }
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text p:not(:last-child) {
  margin-bottom: 1em;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}
.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .category-list ul li {
    width: 50%;
  }
}
.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #111;
}
.category-link:hover {
  color: #111;
  text-decoration: none;
}
.category-link:hover .category-title {
  color: #042046;
}
.category-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.category-body {
  font-size: 0.9em;
}
.category-img {
  float: left;
  width: 90px;
}
.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.detail-text h3 {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: 0.7em 0 0.7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #042046;
}
@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}
.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.detail-text h3 span {
  font-weight: 700 !important;
}
.detail-text h4 {
  position: relative;
  color: #042046;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #042046;
}
.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #042046;
  transform: translateY(-40%);
}
.detail-text h4 span {
  font-weight: 700 !important;
}
.detail-text blockquote {
  padding: 1.5em;
  border-radius: 0.5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}
.detail-text blockquote p {
  margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}
.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}
.detail-text ul {
  list-style: disc;
}
.detail-text ol {
  list-style: decimal;
}
.detail-text table {
  width: 100%;
}
.detail-text table th,
.detail-text table td {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}
.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}
.detail-text .post-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}
.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}
.detail-text .post-list li:before {
  display: none;
}
.detail-text .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.detail-text .post-list li p {
  font-size: 0.9em;
}
.detail-text .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .detail-text p {
    font-size: 1.5rem;
  }
}
.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: underline;
}
.detail-paging-subsection .prev {
  float: left;
}
.detail-paging-subsection .next {
  float: right;
}
.detail-paging-subsection .back {
  text-align: center;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}
.pagination a:hover,
.pagination span.current {
  background-color: #042046;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
}

/* プライバシーポリシー */
.privacy p {
  line-height: 2;
}
.privacy p:not(:last-child) {
  margin-bottom: 1em;
}

/* Lower-page Access / Office / Service / Staff layouts */
.secondary-section .access-block,
.secondary-section .office-block,
.secondary-section .service-block,
.secondary-section .staff-block {
  padding: 3rem;
}
.secondary-section .access-block + .access-block,
.secondary-section .office-block + .office-block,
.secondary-section .service-block + .service-block,
.secondary-section .staff-block + .staff-block {
  margin-top: 3rem;
}
.secondary-section .access-map {
  margin-bottom: 2.5rem;
  aspect-ratio: 16/7;
}
.secondary-section .access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.secondary-section .access-table,
.secondary-section .office-table,
.secondary-section .staff-table {
  width: 100%;
  border-collapse: collapse;
}
.secondary-section .access-table th,
.secondary-section .access-table td,
.secondary-section .office-table th,
.secondary-section .office-table td,
.secondary-section .staff-table th,
.secondary-section .staff-table td {
  padding: 1.4rem 1.6rem;
  border: 1px solid #dfe2e5;
  line-height: 1.8;
  vertical-align: top;
}
.secondary-section .access-table th,
.secondary-section .office-table th,
.secondary-section .staff-table th {
  width: 22%;
  background: #f5f7f8;
  font-weight: 700;
  white-space: nowrap;
}
.secondary-section .office-text p,
.secondary-section .service-text p,
.secondary-section .staff-text p {
  line-height: 2;
}
.secondary-section .service-text {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.secondary-section .office-text p:last-child,
.secondary-section .service-text p:last-child,
.secondary-section .staff-text p:last-child {
  margin-bottom: 0;
}
.secondary-section .service-block {
  position: relative;
  padding-left: 4rem;
}
.secondary-section .service-block .main-heading {
  margin-bottom: 1.5rem;
}
.secondary-section .staff-wrap {
  display: grid;
  grid-template-columns: minmax(240px, 32%) 1fr;
  gap: 4rem;
  align-items: start;
}
.secondary-section .staff-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520/640;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondary-section .staff-table p {
  margin-bottom: 0.6rem;
}
.secondary-section .staff-table p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .secondary-section .access-block,
  .secondary-section .office-block,
  .secondary-section .service-block,
  .secondary-section .staff-block {
    padding: 2rem 1.5rem;
  }
  .secondary-section .access-map {
    aspect-ratio: 4/3;
    margin-bottom: 1.8rem;
  }
  .secondary-section .access-table th,
  .secondary-section .access-table td,
  .secondary-section .office-table th,
  .secondary-section .office-table td,
  .secondary-section .staff-table th,
  .secondary-section .staff-table td {
    padding: 1rem 0.9rem;
    font-size: 1.4rem;
  }
  .secondary-section .access-table th,
  .secondary-section .office-table th,
  .secondary-section .staff-table th {
    width: 28%;
  }
  .secondary-section .service-block {
    padding-left: 1.5rem;
  }
  .secondary-section .staff-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .secondary-section .staff-image {
    max-width: 320px;
    margin: 0 auto;
  }
}
.price-container .price-block {
  padding: 3rem 0;
}
.price-container .price-block + .price-block {
  border-top: 1px solid #dfe2e5;
}
.price-container .price-text {
  max-width: 100%;
}
.price-container .price-text h4 {
  display: inline-block;
  padding-bottom: 0.4rem;
  margin: 2.5rem 0 1.2rem;
  border-bottom: 2px solid #333;
  font-size: 1.7rem;
}
.price-container .price-text p, .price-container .price-text li {
  line-height: 1.9;
}
.price-container .price-text ul {
  padding-left: 1.5em;
  list-style: disc;
}
.price-container .price-group {
  margin-top: 2.2rem;
}
.price-container .price-group h5 {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.price-container .price-group ul {
  margin: 0;
}
.price-container .price-note {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .price-container .price-block {
    padding: 2rem 0;
  }
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.price-table th,
.price-table td {
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid #dfe2e5;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.price-table th {
  width: 62%;
  font-weight: 400;
}
.price-table td {
  color: #1d6071;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.price-table tr:last-child th,
.price-table tr:last-child td {
  border-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .price-table th,
  .price-table td {
    padding: 0.9rem 0.8rem;
    font-size: 1.4rem;
  }
  .price-table th {
    width: 58%;
  }
  .price-table td {
    white-space: normal;
  }
}
.price-container .price-block > .main-heading {
  margin-bottom: 0.5rem;
}

.price-container .price-text h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.55rem 1.2rem 0.5rem;
  margin: 1rem 0 1.2rem;
  border-bottom: 0;
  border-left: 4px solid #1d6071;
  background: #f1f6f7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.price-container .price-text h4:nth-of-type(n + 2) {
  margin-top: 3.6rem;
}

@media screen and (max-width: 767.98px) {
  .price-container .price-text h4 {
    font-size: 1.7rem;
  }
  .price-container .price-text h4:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.price-container .price-text h4:first-of-type {
  margin-top: 3.4rem;
}

.price-container .price-text h4 {
  width: 100%;
  padding: 1.1rem 1rem;
  box-sizing: border-box;
  font-size: 2rem;
  white-space: nowrap;
}/*# sourceMappingURL=styles.css.map */