@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
: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] {
  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 */
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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: #12609b;
}

/* 共通見出し（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: #ffa000;
}

/* 共通見出し（h5相当）*/
.main-subsubheading {
  position: relative;
  color: #ffa000;
  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: #12609b;
  text-align: center;
  border-bottom: 1px solid #12609b;
}
@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: #12609b;
  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: none;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #12609b;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #12609b;
  border: 1px solid #12609b;
  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: none;
  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 #12609b;
  background-color: #12609b;
  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: #ffa000;
  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: #ffa000;
  color: #fff;
  border-color: #ffa000;
}
.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: none;
}
@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: none;
}
@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 #12609b;
  }
  .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: none;
}

@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（弁護士 酒井俊和）追加共通スタイル

-------------------------------- */
:root {
  --navy: #02046a;
  --gold: #c5a059;
  --gold-dark: #a67c37;
  --gold-btn: #ae8948;
  --dark: #222;
  --muted: #43474f;
  --line: #d9d9d9;
  --font-en: 'EB Garamond', ui-serif, Georgia, serif;
  --font-serif: 'Noto Serif JP', ui-serif, Georgia, serif;
  --font-logo: 'Zen Old Mincho', serif;
  --font-logo-sub: 'Shippori Mincho', serif;
}

html {
  scroll-behavior: smooth;
}

#top .wrapper {
  color: #333;
}

.sec-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 223px;
  margin: 0 auto;
  padding-bottom: 24px;
  border-bottom: 2px solid #333;
}
.sec-head__en {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 38px;
  letter-spacing: 0.1em;
  color: var(--navy);
  text-align: center;
}
.sec-head__jp {
  margin-top: 7px;
  font-weight: 500;
  font-size: 3rem;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #333;
  text-align: center;
}

.sec-label__jp {
  display: block;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #333;
}
.sec-label__en {
  display: block;
  margin-top: 18px;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 38px;
  letter-spacing: 0.1em;
  color: var(--dark);
  white-space: nowrap;
}
.sec-label__en--service {
  margin-top: 11px;
  line-height: 40px;
  letter-spacing: 0.12em;
}
.sec-label--light .sec-label__jp, .sec-label--light .sec-label__en {
  color: #fff;
}

.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border: 1px solid var(--dark);
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--dark);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-outline:hover {
  background: var(--dark);
  color: #fff;
}
.btn-outline--sm {
  height: 45px;
  font-size: 1.4rem;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #ffa000;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* --------------------------------

  Web font

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

  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%;
  -ms-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;
  height: 100%;
}
@media screen and (max-width: 1099.98px) {
  .wrapper .header-contact {
    -webkit-transition: bottom 0.3s;
    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: #12609b;
}
#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;
  }
}

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

  site-header（TOP 弁護士 酒井俊和）

-------------------------------- */
.site-header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 40px;
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1840px;
  margin: 0 auto;
}
.site-header .header-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 0;
  z-index: auto;
  box-shadow: none;
  background: none;
}
.site-header .header-logo__name {
  font-family: var(--font-logo);
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
.site-header .header-logo__name-sm {
  font-size: 2rem;
}
.site-header .header-logo__name-lg {
  font-size: 3.2rem;
}
.site-header .header-logo__firm {
  font-family: var(--font-logo-sub);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: 54px;
}
.site-header .header-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.85vw, 74px);
}
.site-header .header-nav__link {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.site-header .header-nav__link:hover {
  opacity: 0.7;
  color: #fff;
}
.site-header .header-cta {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 65px;
  border-radius: 50px;
  background: var(--gold-btn);
  flex-shrink: 0;
  transition: filter 0.3s ease;
}
.site-header .header-cta:hover {
  filter: brightness(1.08);
}
.site-header .header-cta__label {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (max-width: 1299.98px) {
  .site-header .header-nav__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .site-header {
    top: 20px;
    padding: 0 20px;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .header-cta {
    width: 180px;
    height: 54px;
  }
}

/* スクロール時固定ヘッダー（common.js の waypointsInit() が #header に .fixed を付与） */
@media screen and (min-width: 1100px), print {
  .site-header.fixed {
    position: fixed;
    top: 0;
    padding: 0 40px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    animation: headerSlideDown 0.4s ease both;
  }
  .site-header.fixed .header-inner {
    height: 74px;
  }
  .site-header.fixed .header-nav {
    gap: clamp(20px, 1.5vw, 54px);
  }
  .site-header.fixed .header-logo {
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
  }
  .site-header.fixed .header-logo__name {
    color: var(--dark);
    line-height: 1;
  }
  .site-header.fixed .header-logo__name-lg {
    font-size: 2.8rem;
  }
  .site-header.fixed .header-logo__firm {
    color: var(--dark);
    font-size: 1.3rem;
  }
  .site-header.fixed .header-nav__link {
    color: var(--dark);
  }
  .site-header.fixed .header-nav__link:hover {
    opacity: 0.7;
    color: var(--dark);
  }
  .site-header.fixed .header-cta {
    width: 190px;
    height: 52px;
  }
}

/* 下層ページ用ヘッダー（白背景・静的配置。スクロール時は .fixed が上書き） */
@media screen and (min-width: 1100px), print {
  .site-header--inner {
    position: relative;
    top: auto;
    padding: 0 40px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .site-header--inner .header-inner {
    height: 74px;
  }
  .site-header--inner .header-logo {
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
  }
  .site-header--inner .header-logo__name {
    color: var(--dark);
    line-height: 1;
  }
  .site-header--inner .header-logo__name-lg {
    font-size: 2.8rem;
  }
  .site-header--inner .header-logo__firm {
    color: var(--dark);
    font-size: 1.3rem;
  }
  .site-header--inner .header-nav__link {
    color: var(--dark);
  }
  .site-header--inner .header-nav__link:hover {
    opacity: 0.7;
    color: var(--dark);
  }
  .site-header--inner .header-cta {
    width: 190px;
    height: 52px;
  }
}

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

  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: #12609b;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(18, 96, 155, 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 #12609b;
    border-left: 1px solid #12609b;
    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(18, 96, 155, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #12609b;
  }
}
.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: #12609b;
}
.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: #12609b;
}
.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: #12609b;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #12609b;
  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%;
  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: 0 1px 4px rgba(0, 0, 0, 0.08);
    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: 60px;
    height: 68px;
    flex-shrink: 0;
    background: #fff;
    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: #00254a;
  }
  .sp-menu-button__label {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #00254a;
  }
  .sp-header-mail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 66px;
    height: 68px;
    flex-shrink: 0;
    background: #00254a;
  }
  .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: 60px;
    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;
  }
}
/* --------------------------------

  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 {
    overflow: visible;
  }
}

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

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

  footer

-------------------------------- */
.footer {
  position: relative;
  background: #12609b;
}
.footer-contact {
  position: relative;
  background: #12609b;
  padding: 3.5rem 1em 0 1em;
  z-index: 0;
}
.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: url("../img/top/bg2.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .footer-contact::before {
    height: 332px;
  }
}
@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: #ffa000;
  color: #fff;
  border-color: #ffa000;
  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: none;
}
.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: none;
}
@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: #ff9800;
}
.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: 3rem;
  }
}
.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: none;
}
.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: none;
}
.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: #12609b;
}
.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 #12609b;
  border-right: 2px solid #12609b;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}
.footer .copy {
  overflow: hidden;
  background: #12609b;
  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: none;
}

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

  site-footer（TOP 弁護士 酒井俊和）

-------------------------------- */
.site-footer {
  margin-top: 104px;
  background: none;
}
.site-footer .footer-inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 4.3vw, 82px);
  max-width: 1805px;
  margin: 0 auto;
  padding: 0 115px;
}
.site-footer .footer-col--logo {
  width: 382px;
  flex-shrink: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .site-footer .footer-col--logo {
    width: 100%;
  }
}
.site-footer .footer-col--info {
  width: 134px;
  flex-shrink: 0;
}
.site-footer .footer-col--service {
  width: 596px;
  flex-shrink: 0;
}
.site-footer .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .footer-logo__name {
  font-family: var(--font-logo);
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--dark);
  white-space: nowrap;
}
.site-footer .footer-logo__name-sm {
  font-size: 2rem;
}
.site-footer .footer-logo__name-lg {
  font-size: 3.2rem;
}
.site-footer .footer-logo__firm {
  margin-top: 9px;
  font-family: var(--font-logo-sub);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: var(--navy);
  white-space: nowrap;
}
.site-footer .footer-addr {
  margin-top: 29px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 26px;
  color: #333;
}
.site-footer .footer-head {
  display: block;
  width: 100%;
  padding: 4px 8px;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 20px;
  letter-spacing: 5.2px;
  color: var(--navy);
  white-space: nowrap;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.4);
}
.site-footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 32px;
  padding: 0;
}
.site-footer .footer-nav__link {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.site-footer .footer-nav__link:hover {
  color: var(--gold-dark);
}
.site-footer .footer-service {
  display: flex;
  gap: 62px;
  align-items: flex-start;
  margin-top: 32px;
}
.site-footer .footer-service__title-row {
  display: flex;
  gap: 9px;
  align-items: center;
}
.site-footer .footer-service__title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.site-footer .footer-service__title:hover {
  color: var(--gold-dark);
}
.site-footer .footer-service__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 17px;
}
.site-footer .footer-service__list li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
}
.site-footer .footer-service__list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}
.site-footer .footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 60px;
  border-top: 1px solid var(--line);
}
.site-footer .footer-copy small {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 16.5px;
  letter-spacing: 3.3px;
  color: rgba(0, 30, 64, 0.4);
  white-space: nowrap;
}
@media screen and (max-width: 1439.98px) {
  .site-footer .footer-inner {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1099.98px) {
  .site-footer .footer-col--logo {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .site-footer {
    margin-top: 70px;
  }
  .site-footer .footer-inner {
    flex-direction: column;
    padding: 0 24px;
  }
  .site-footer .footer-col--logo,
  .site-footer .footer-col--info,
  .site-footer .footer-col--service {
    width: 100%;
  }
  .site-footer .footer-service {
    flex-wrap: wrap;
    gap: 30px;
  }
  .site-footer .footer-copy small {
    white-space: normal;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 0 16px;
  }
}

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

@media (max-width: 1099.98px) {
  body {
    padding-bottom: 60px;
  }
  html.nav-open, html.nav-open body {
    overflow: hidden;
  }
  .site-header .header-main {
    position: relative;
    width: 100%;
    height: 68px;
    padding: 0 66px 0 60px;
    justify-content: center;
  }
  .site-header .header-logo {
    display: flex;
    width: min(220px, 100%);
    height: 68px;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .site-header .header-logo img {
    width: min(190px, 100%);
  }
  .site-header .header-tel, .site-header .header-contact, .site-header .global-nav {
    display: none;
  }
  .sp-menu-button, .sp-header-mail {
    position: absolute;
    top: 0;
    z-index: 20;
    display: flex;
    height: 68px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1;
  }
  .sp-menu-button {
    left: 0;
    width: 60px;
    background: #fff;
    color: #333;
  }
  .sp-menu-button__icon {
    display: grid;
    width: 25px;
    gap: 5px;
    margin-bottom: 7px;
  }
  .sp-menu-button__icon i {
    display: block;
    height: 2px;
    background: #333;
  }
  .sp-header-mail {
    right: 0;
    width: 66px;
    background: #f7931d;
    color: #fff;
  }
  .sp-header-mail span {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .sp-drawer-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    z-index: 1001;
    display: block;
    width: 250px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    transition: left 0.3s ease;
  }
  .nav-open .sp-drawer-nav {
    left: 0;
  }
  .sp-drawer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp-drawer-nav__list a {
    display: flex;
    height: 61px;
    align-items: center;
    padding: 10px 22px;
    border-bottom: 1px solid #ddd;
    color: #222;
    font-size: 1.4rem;
  }
  .sp-nav-close-button {
    position: absolute;
    top: 0;
    left: 250px;
    display: flex;
    width: 60px;
    height: 68px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f7931d;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
  }
  .sp-nav-close-button span {
    font-size: 3rem;
    line-height: 0.8;
  }
  .sp-nav-screen {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .nav-open .sp-nav-screen {
    visibility: visible;
    opacity: 1;
  }
  .sp-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: grid;
    height: 60px;
    grid-template-columns: 1fr 1fr;
  }
  .sp-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-contact-bar__mail {
    gap: 7px;
    background: #f7931d;
    color: #fff;
  }
  .sp-contact-bar__tel {
    gap: 7px;
    background: #fff;
    color: #222;
  }
  .sp-contact-bar__tel img {
    width: 15px;
  }
  .sp-contact-bar__tel span {
    display: grid;
    line-height: 1.2;
  }
  .sp-contact-bar__tel b {
    font-size: 1.5rem;
  }
  .sp-contact-bar__tel small {
    font-size: 0.9rem;
  }
}
/* 下層ページタイトル */
.page-title {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 0;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    height: 250px;
    margin-top: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 230px;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2em;
  background: url("../img/top/main_bg.png") no-repeat center/cover;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .page-title-inner {
    padding: 0 1em;
  }
}
.page-title-name {
  display: inline-block;
  padding: 0.35em 0.6em 0.45em;
  background: rgba(255, 255, 255, 0.7);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}
.page-title-name span {
  display: block;
  font-weight: 700;
}

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

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.6s;
    transition-delay: 0.3s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

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

  フォーム部品

-------------------------------- */
.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: #12609b;
}
.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::-webkit-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input:-ms-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::-ms-input-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 #12609b;
  background-color: #fff;
  color: #12609b;
  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: #12609b;
  border: 1px solid #12609b;
}

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

  ぱんくず

-------------------------------- */
.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;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}
.pankz a {
  color: inherit;
  text-decoration: none;
}
.pankz a:hover {
  color: #ffa000;
  text-decoration: underline;
}
.pankz [aria-current=page],
.pankz .breadcrumb_last {
  font-weight: 700;
}
.pankz-separator {
  color: #999;
}
.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: #12609b;
  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: 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%;
  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: #ffa000;
  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: #ff9800;
  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: #ffa000;
  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 #12609b;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
.taiyo-page .news-title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px), print {
  .taiyo-page .news-title {
    min-height: 2.4em;
    margin-bottom: 0.8em;
    font-size: 1.8rem;
  }
}

.taiyo-page .news-body {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media screen and (min-width: 768px), print {
  .taiyo-page .news-body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .taiyo-page .news-link {
    min-height: 270px;
  }
}
/* 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: #ffa000 !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;
  }
}
.secondary-section .section-heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .secondary-section .section-heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-section .section-heading {
    font-size: 3.2rem;
  }
}

/* 基礎知識や事例 */
.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: #ff9800;
}
.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 #12609b;
}
@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 h4 {
  position: relative;
  color: #ffa000;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #ffa000;
}
.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffa000;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.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: #ffa000;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
}

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

/* お客様の声 */
.voice-section {
  background: linear-gradient(180deg, #fff 0%, #fbf7f2 100%);
}

.voice-content {
  position: relative;
  padding: 2.4rem 1.6rem 2.8rem;
  background: #fff;
  border: 1px solid #e4d8d0;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.07);
}
@media screen and (min-width: 768px), print {
  .voice-content {
    padding: 4.8rem 5rem 5.2rem;
  }
}
.voice-content:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .voice-content:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.voice-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #12609b 0%, #c7a35b 58%, #ffa000 100%);
}

.voice-intro {
  position: relative;
  margin-bottom: 3rem;
  padding: 2.2rem 2rem;
  background: #fbf7f2;
  border-left: 4px solid #c7a35b;
  color: #3a302a;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .voice-intro {
    margin-bottom: 4rem;
    padding: 2.8rem 3.2rem;
    font-size: 1.8rem;
  }
}

.voice-impression {
  padding: 2.4rem 0;
  border-top: 1px solid #e7e1dc;
}
.voice-impression:last-child {
  border-bottom: 1px solid #e7e1dc;
}
@media screen and (min-width: 768px), print {
  .voice-impression {
    padding: 3rem 0;
  }
}

.voice-heading {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 3.4rem;
  color: #2d2d2d;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .voice-heading {
    font-size: 1.9rem;
  }
}
.voice-heading::before {
  content: "Q";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #12609b;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 1;
}

.voice-check {
  margin: 0;
}
.voice-check .list-style-none {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.voice-check li {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 3.6rem;
  padding: 0.7rem 1.1rem 0.7rem 3rem;
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.35;
}
.voice-check li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #bdbdbd;
  background: #fff;
  transform: translateY(-50%);
}
.voice-check li.check {
  background: #fff7f1;
  border-color: #c7a35b;
  color: #2d2d2d;
  font-weight: 700;
}
.voice-check li.check::before {
  border-color: #12609b;
  background: #12609b;
}
.voice-check li.check::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 50%;
  width: 0.45rem;
  height: 0.8rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-62%) rotate(45deg);
}

.voice-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .voice-item {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1.4rem;
    align-items: start;
  }
}

.voice-item_name {
  margin: 0 0 0.8rem;
  color: #12609b;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .voice-item_name {
    margin-bottom: 0;
    padding-top: 0.7rem;
  }
}

.voice-text {
  position: relative;
  margin: 1.6rem 0 0;
  padding: 1.8rem 2rem;
  background: #f8fbfc;
  border: 1px solid #d9e8eb;
  color: #333;
  font-size: 1.5rem;
  line-height: 2;
  white-space: pre-line;
}
@media screen and (min-width: 768px), print {
  .voice-text {
    margin-top: 2rem;
    padding: 2.2rem 2.6rem;
    font-size: 1.6rem;
  }
}
.voice-text::before {
  content: "A";
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.8rem;
  background: #ffa000;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: 0.1em;
}

@media screen and (max-width: 639.98px) {
  .voice-content {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .voice-check .list-style-none {
    gap: 0.6rem;
  }
  .voice-check li {
    width: 100%;
    min-height: 3.4rem;
    font-size: 1.35rem;
  }
}
.voice-section {
  background: #fff;
}

.voice-content {
  padding: 2.8rem 0 3.2rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px), print {
  .voice-content {
    padding: 4.8rem 0 5.6rem;
  }
}
.voice-content::before {
  display: none;
}
.voice-content:not(:last-child) {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.35);
}
@media screen and (min-width: 768px), print {
  .voice-content:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.voice-intro {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 2.4rem;
  background: transparent;
  border-left: 0;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .voice-intro {
    padding: 0 0 3.2rem;
  }
}
.voice-intro::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 2.2rem auto 0;
  background: #c5a059;
}

.voice-impression {
  border-top-color: rgba(197, 160, 89, 0.28);
}
.voice-impression:last-child {
  border-bottom: 0;
}

.voice-heading {
  color: #02046a;
}
.voice-heading::before {
  background: transparent;
  color: #c5a059;
  font-family: var(--font-en);
  font-size: 2.2rem;
}

.voice-check li {
  background: transparent;
  border: 0;
  color: #6b6b6b;
}
.voice-check li::before {
  border-color: #cfc6b7;
}
.voice-check li.check {
  background: rgba(197, 160, 89, 0.11);
  border: 0;
  color: #02046a;
}
.voice-check li.check::before {
  border-color: #c5a059;
  background: #c5a059;
}

.voice-item_name {
  color: #a67c37;
}

.voice-text {
  background: #f7f8fb;
  border: 0;
  color: #333;
}
.voice-text::before {
  background: transparent;
  color: #c5a059;
  font-size: 2rem;
}

.voice-content:not(:last-child) {
  border-bottom: 0;
}

.voice-intro {
  font-family: inherit;
}
.voice-intro::after {
  background: #ff9800;
}

.voice-impression {
  border-top-color: rgba(255, 152, 0, 0.28);
}

.voice-heading {
  color: #12609b;
}
.voice-heading::before {
  color: #ff9800;
}

.voice-check li::before {
  border-color: #d6dce2;
}
.voice-check li.check {
  background: #fff4e5;
  color: #12609b;
}
.voice-check li.check::before {
  border-color: #ff9800;
  background: #ff9800;
}

.voice-item_name {
  color: #ff8c00;
}

.voice-text {
  background: #f6f9fc;
}
.voice-text::before {
  color: #ff9800;
}

.voice-intro::after {
  background: linear-gradient(90deg, #ffb735 0%, #ff9700 100%);
}

.voice-heading,
.voice-check li.check {
  color: #12609b;
}

.voice-heading::before,
.voice-text::before {
  background: linear-gradient(180deg, #ffb735 0%, #ff9700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.voice-impression {
  border-top-color: rgba(255, 151, 0, 0.28);
}

.voice-check li.check {
  background: linear-gradient(90deg, rgba(255, 183, 53, 0.16) 0%, rgba(255, 151, 0, 0.08) 100%);
}
.voice-check li.check::before {
  border-color: #ff9700;
  background: linear-gradient(180deg, #ffb735 0%, #ff9700 100%);
}

.voice-item_name {
  color: #ff8c00;
}

@media screen and (min-width: 768px), print {
  .voice-item {
    grid-template-columns: 18rem 1fr;
  }
}

.voice-item_name {
  white-space: nowrap;
}

.voice-item_name {
  color: #12609b;
}

.voice-item_name {
  color: #333;
}

.voice-impression {
  padding: 3rem 0;
  border-top-color: #ddd;
}
@media screen and (min-width: 768px), print {
  .voice-impression {
    padding: 4rem 0;
  }
}

.voice-heading {
  padding-left: 4rem;
}
.voice-heading::before {
  top: 0.02em;
  width: 3rem;
  height: 3rem;
  font-size: 2.8rem;
}

.voice-heading {
  margin-bottom: 2.4rem;
}

.voice-text {
  white-space: normal;
}
.voice-text::before {
  display: block !important;
  margin-bottom: 1.2rem;
}

.voice-text::before {
  display: inline-grid !important;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.8rem 0 0;
  vertical-align: 0.1em;
}

.voice-text::before {
  font-weight: 700;
  vertical-align: -0.08em;
}

.voice-check li {
  min-width: 13rem;
  justify-content: flex-start;
}
@media screen and (max-width: 639.98px) {
  .voice-check li {
    min-width: 0;
  }
}

.office-section {
  background: #fff;
}
.office-section .main-heading {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  min-height: 4rem;
  margin: 0 0 3.8rem;
  padding: 0;
  color: #111;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
.office-section .main-heading::before {
  content: "";
  display: block;
  position: static;
  flex: 0 0 0.6rem;
  width: 0.6rem;
  height: 3rem;
  margin: 0;
  background: linear-gradient(180deg, #ffb735 0%, #ff9700 100%);
}
.office-section .main-heading::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  min-width: 4rem;
  margin: 0;
  background: linear-gradient(90deg, #12609b 0%, rgba(18, 96, 155, 0) 100%);
}

.office-content {
  margin: 0;
}
.office-content:not(:last-child) {
  margin-bottom: 8rem;
  padding-bottom: 7.2rem;
  border-bottom: 1px solid #ddd;
}

.office-main {
  border-top: 1px solid #ddd;
}
.office-main table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .office-main table {
    font-size: 1.6rem;
  }
}
.office-main th,
.office-main td {
  padding: 1.6rem 1.4rem;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.office-main th {
  width: 14em;
  background: #fafafa;
  color: #333;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.office-main td {
  color: #333;
}

.office-guideline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
  gap: 3rem 3.2rem;
  padding: 4.2rem 0 3.4rem;
  counter-reset: office-guideline;
}

.office-guideline-list {
  counter-increment: office-guideline;
  display: grid;
  flex: 0 0 190px;
  width: 190px;
  height: 190px;
  place-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc75b, #f79300);
  color: #fff;
  font-style: italic;
  text-align: center;
  box-shadow: none;
}
.office-guideline-list > p {
  margin: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}
.office-guideline-list > p::before {
  content: counter(office-guideline, decimal-leading-zero);
  display: block;
  margin-bottom: 0.35em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.office-guideline-list em {
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.office-incident {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .office-incident {
    grid-template-columns: 20rem 1fr;
  }
}
.office-incident:last-child {
  border-bottom: 1px solid #ddd;
}
.office-incident dt,
.office-incident dd {
  margin: 0;
  padding: 1.7rem 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
.office-incident dt {
  color: #12609b;
  font-size: 1.6rem;
  font-weight: 700;
}
.office-incident dd {
  color: #333;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .office-incident dd {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
}
.office-incident dd p {
  margin: 0;
}
.office-incident dd p:not(:last-child) {
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 1099.98px) {
  .office-guideline {
    max-width: 558px;
    gap: 2.4rem;
  }
  .office-guideline-list {
    flex-basis: 170px;
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  .office-section .main-heading {
    gap: 1.2rem;
    min-height: 3.4rem;
    margin-bottom: 2.8rem;
    font-size: 2.2rem;
  }
  .office-section .main-heading::before {
    flex-basis: 0.5rem;
    width: 0.5rem;
    height: 2.5rem;
  }
  .office-content:not(:last-child) {
    margin-bottom: 5.8rem;
    padding-bottom: 5.4rem;
  }
  .office-main th,
  .office-main td {
    display: block;
    width: 100%;
    padding: 1.35rem 1.5rem;
  }
  .office-main th {
    border-bottom: 0;
  }
  .office-guideline {
    max-width: 314px;
    gap: 1.4rem;
    padding: 2.8rem 0 2.2rem;
  }
  .office-guideline-list {
    flex: 0 0 calc((100% - 1.4rem) / 2);
    width: calc((100% - 1.4rem) / 2);
    max-width: 150px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .office-guideline-list em {
    font-size: 1.4rem;
  }
  .office-incident {
    display: block;
  }
  .office-incident dt,
  .office-incident dd {
    min-height: 0;
    padding: 1.45rem 0;
  }
  .office-incident dt {
    border-bottom: 0;
  }
  .office-incident dd {
    padding-left: 0;
    font-size: 1.5rem;
  }
}
.staff-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28rem;
  gap: 4.8rem;
  align-items: start;
}

.staff-profile-main {
  min-width: 0;
}

.staff-birth {
  margin: 0 0 2.2rem;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.staff-photo {
  margin: 0;
}
.staff-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-history {
  margin: 0;
  border-top: 1px solid #ddd;
}

.staff-history-row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 2.4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
.staff-history-row dt,
.staff-history-row dd {
  margin: 0;
}
.staff-history-row dt {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #12609b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}
.staff-history-row dt::before {
  content: "";
  flex: 0 0 0.4rem;
  width: 0.4rem;
  height: 1.6rem;
  margin-top: 0.55rem;
  background: linear-gradient(180deg, #ffb735 0%, #ff9700 100%);
}
.staff-history-row dd {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.85;
}

.staff-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.staff-list li {
  margin: 0;
}

.staff-list--dates li {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 1.6rem;
}

.staff-date {
  color: #333;
  white-space: nowrap;
}

.staff-list--mark li {
  position: relative;
  padding-left: 1.2em;
}
.staff-list--mark li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #111;
}

.staff-list--number {
  padding-left: 1.4em;
  list-style: decimal;
}

.staff-text {
  margin: 0;
}

@media screen and (max-width: 1199.98px) {
  .staff-profile-layout {
    grid-template-columns: minmax(0, 1fr) 24rem;
    gap: 3.2rem;
  }
  .staff-history-row {
    grid-template-columns: 13rem 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .staff-profile-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.8rem;
  }
  .staff-photo {
    width: min(24rem, 70%);
    margin: 0 auto;
  }
  .staff-birth {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
  }
  .staff-history-row {
    display: block;
    padding: 1.7rem 0;
  }
  .staff-history-row dt {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .staff-history-row dd {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .staff-list--dates li {
    display: block;
  }
  .staff-date {
    display: inline-block;
    min-width: 9.4rem;
    margin-right: 1rem;
  }
}
.taco-content {
  counter-reset: taco-overview;
}

.taco-overview {
  counter-increment: taco-overview;
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 3rem;
  margin: 0;
  padding: 3.2rem 0;
  border-bottom: 1px solid #ddd;
}
.taco-overview:first-child {
  padding-top: 0;
}

.taco-heading {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  align-items: center;
  gap: 1.4rem;
  margin: 0;
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}
.taco-heading::before {
  content: counter(taco-overview, decimal-leading-zero);
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  place-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc75b, #f79300);
  color: #fff;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.taco-text {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.9;
}

.taco-item {
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 0 2.4rem;
  padding: 1.8rem 0;
  border-top: 1px solid #ddd;
}
.taco-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.taco-item:last-child {
  padding-bottom: 0;
}
.taco-item .taco-text {
  font-size: 1.5rem;
}

.taco-item_name {
  margin: 0;
  color: #12609b;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.7;
  text-shadow: 0.018em 0 0 currentColor, -0.018em 0 0 currentColor;
}

@media screen and (max-width: 767.98px) {
  .taco-overview {
    display: block;
    padding: 2.6rem 0;
  }
  .taco-heading {
    grid-template-columns: 4.4rem 1fr;
    gap: 1.2rem;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .taco-heading::before {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.4rem;
  }
  .taco-text {
    font-size: 1.5rem;
    line-height: 1.85;
  }
  .taco-item {
    display: block;
    padding: 1.5rem 0;
  }
  .taco-item .taco-text {
    font-size: 1.5rem;
  }
  .taco-item_name {
    margin-bottom: 0.4rem;
    font-size: 1.7rem;
  }
}
/* 太陽コスモ・フロントページ固有CSS */
.taiyo-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: #222;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.taiyo-page * {
  box-sizing: border-box;
}
.taiyo-page img {
  display: block;
  max-width: 100%;
}
.taiyo-page a {
  color: inherit;
  text-decoration: none;
}
.taiyo-page .main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
.taiyo-page#top .main {
  padding-right: 0;
  padding-left: 0;
}
.taiyo-page .wrap {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.taiyo-page.taiyo-front-page h1,
.taiyo-page.taiyo-front-page h2,
.taiyo-page.taiyo-front-page h3,
.taiyo-page.taiyo-front-page p {
  padding: 0;
}
.taiyo-page.taiyo-front-page main h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
}
.taiyo-page.taiyo-front-page main h3 {
  font-weight: 700;
}
.taiyo-page.taiyo-front-page main p {
  margin: 0 0 18px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
.taiyo-page .site-header {
  position: sticky;
  top: 0;
  z-index: 101;
  padding: 0;
  background: #fff;
}
.taiyo-page .header-main {
  display: flex;
  height: 96px;
  align-items: center;
  gap: 30px;
  padding: 0 15px;
}
.taiyo-page .logo {
  margin-right: auto;
}
.taiyo-page .logo img {
  width: 238px;
  height: 43px;
}
.taiyo-page .header-tel {
  display: grid;
  justify-items: center;
  text-align: center;
  line-height: 1.25;
}
.taiyo-page .header-tel small {
  width: 230px;
  color: #ffa000;
  border: 1px solid #ffa000;
  font-size: 1.2rem;
}
.taiyo-page .header-tel a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Arial, sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.taiyo-page .header-tel a img {
  width: 21px;
}
.taiyo-page .header-tel span {
  font-size: 1.3rem;
}
.taiyo-page .header-contact {
  position: static;
  inset: auto;
  width: 150px;
  height: 81px;
  flex: 0 0 150px;
  align-self: center;
  overflow: hidden;
}
.taiyo-page .header-contact img {
  width: 150px;
  height: 81px;
  max-width: none;
}
.taiyo-page .global-nav {
  padding: 10px 0;
  border: 0;
  background: #fff;
}
.taiyo-page .global-nav .wrap {
  display: flex;
  height: 40px;
  align-items: stretch;
}
.taiyo-page .global-nav .wrap > a,
.taiyo-page .global-nav .nav-business > a {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-right: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.taiyo-page .global-nav .wrap > a:last-child {
  border-right: 0;
}
.taiyo-page .nav-business {
  position: relative;
  display: flex;
  flex: 1;
}
.taiyo-page .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  width: 200px;
  margin: 0;
  padding: 0;
  background: #333;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -4px);
  transition: opacity 0.2s, transform 0.2s;
}
.taiyo-page .nav-business:hover .sub-menu,
.taiyo-page .nav-business:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.taiyo-page .sub-menu li,
.taiyo-page .sub-menu a {
  width: 100%;
  height: 40px;
  margin: 0;
}
.taiyo-page .global-nav .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  white-space: nowrap;
}
.taiyo-page .sub-menu .is-current a,
.taiyo-page .sub-menu a:hover,
.taiyo-page .sub-menu a:focus {
  background: #f7931d;
}
.taiyo-page .hero {
  position: relative;
  display: block;
  height: 500px;
  margin: 0;
  background: #fff url("../img/top/main_bg.png") no-repeat right top;
  background-size: auto 500px;
}
.taiyo-page .hero-copy {
  position: absolute;
  top: 92px;
  left: max((100% - 1100px) / 2, 20px);
  width: 570px;
  padding: 38px 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.taiyo-page .hero h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.55;
}
.taiyo-page .hero p {
  margin: 22px 0 0;
  color: #ffa000;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.taiyo-page .about {
  display: grid;
  grid-template-columns: 550px 430px;
  gap: 100px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 100px;
}
.taiyo-page .eyebrow {
  display: block;
  width: max-content;
  margin: 0 0 26px;
  padding-bottom: 7px;
  border-bottom: 2px solid #ffa000;
  color: #aaa;
  font-size: 1.6rem;
  line-height: 1.4;
}
.taiyo-page .about h2 {
  margin-bottom: 24px;
  font-size: 3.4rem;
}
.taiyo-page .about img {
  width: 430px;
  height: 300px;
  object-fit: cover;
}
.taiyo-page .policy {
  padding: 70px 20px 71px;
  background: url("../img/top/bg2.png") center/cover no-repeat;
  text-align: center;
}
.taiyo-page .policy h2 {
  margin-bottom: 34px;
}
.taiyo-page .policy-list {
  display: flex;
  width: 720px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 40px;
  margin: 0 auto;
}
.taiyo-page .policy-list span {
  display: grid;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  place-content: center;
  background: linear-gradient(180deg, #ffc75b, #f79300);
  color: #fff;
  font-style: italic;
}
.taiyo-page .policy-list em {
  font-size: 2rem;
  font-style: normal;
  line-height: 1.35;
}
.taiyo-page.taiyo-front-page .section {
  padding-top: 96px;
  padding-bottom: 96px;
}
.taiyo-page .section-title {
  margin-bottom: 34px;
  text-align: center;
}
.taiyo-page .section-title small {
  display: block;
  margin-bottom: 12px;
  color: #ffa000;
  font-size: 1.6rem;
  line-height: 1.4;
}
.taiyo-page .fee {
  padding-top: 74px;
  padding-bottom: 73px;
  background: url("../img/top/bg3.png") center/cover no-repeat;
}
.taiyo-page .fee .section-title {
  margin-bottom: 38px;
}
.taiyo-page .fee .section-title small,
.taiyo-page .fee .section-title h2 {
  color: #fff;
}
.taiyo-page .fee .section-title small::after {
  display: block;
  width: 35px;
  height: 2px;
  margin: 10px auto 0;
  background: #fff;
  content: "";
}
.taiyo-page .fee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.taiyo-page .fee article {
  background: #fffdf7;
}
.taiyo-page .fee h3 {
  margin: 0;
  padding: 10px 15px;
  background: #12609b;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
.taiyo-page .fee article > img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.taiyo-page .fee-card__body {
  padding: 18px 20px 8px;
}
.taiyo-page .fee-card__body p {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.55;
}
.taiyo-page .fee-card__body strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.taiyo-page .fee-label {
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 1.4rem;
  line-height: 1;
}
.taiyo-page .fee-label--blue {
  background: #d9e7f3;
  color: #12609b;
}
.taiyo-page .fee-label--orange {
  background: #ff9800;
  color: #fff;
}
.taiyo-page .fee-value {
  font-size: 1.8rem;
  line-height: 1.3;
  white-space: nowrap;
}
.taiyo-page .fee-value--blue {
  color: #12609b;
}
.taiyo-page .fee-value--orange {
  color: #ff8c00;
}
.taiyo-page .credo h2 {
  margin-bottom: 42px;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.taiyo-page .credo ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 28px;
  margin: 0;
  padding: 28px 0 27px;
  background: url("../img/top/bg4.png") center/contain no-repeat;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  list-style: none;
}
.taiyo-page .credo li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.taiyo-page .credo b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 12px;
  border-radius: 50%;
  place-content: center;
  background: linear-gradient(145deg, #ffc64a, #ed8500);
  color: #fff;
  font-family: "BIZ UDPGothic", "Yu Gothic", sans-serif;
  font-style: italic;
}
.taiyo-page .message {
  margin-top: 55px;
  padding: 18px;
  border: 3px solid #12609b;
  text-align: center;
}
.taiyo-page .message,
.taiyo-page .message h3,
.taiyo-page .message p {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
}
.taiyo-page .message h3 {
  margin: 0 0 12px;
  color: #12609b;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.taiyo-page .message p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.taiyo-page .cases {
  padding-top: 101px;
  padding-bottom: 102px;
  background: #fff0d2;
}
.taiyo-page .cases .section-title {
  margin-bottom: 48px;
}
.taiyo-page .cases .section-title small::after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto 0;
  background: #ffa000;
  content: "";
}
.taiyo-page .case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.taiyo-page .case-grid article {
  padding: 22px;
  background: #fff;
}
.taiyo-page .case-grid h3 {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  color: #12609b;
  font-size: 2rem;
  line-height: 1.4;
}
.taiyo-page .case-grid h3 img {
  width: auto;
  height: auto;
  max-width: 45px;
  max-height: 30px;
  flex: 0 0 auto;
  margin-right: 7px;
}
.taiyo-page .case-grid p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.taiyo-page .content-grid {
  display: grid;
  grid-template-columns: 790px 260px;
  column-gap: 50px;
  padding-top: 101px;
  padding-bottom: 101px;
}
.taiyo-page .business h2,
.taiyo-page .staff h2,
.taiyo-page .office h2 {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 18px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.taiyo-page .business h2 img,
.taiyo-page .staff h2 img {
  width: 38px;
  height: 38px;
  align-self: center;
  object-fit: contain;
}
.taiyo-page .business h2 small,
.taiyo-page .staff h2 small,
.taiyo-page .office h2 small {
  align-self: baseline;
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.taiyo-page .business h3 {
  margin: 0 0 14px;
  color: #12609b;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.taiyo-page .business > p {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.taiyo-page .business-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 22px;
}
.taiyo-page .business-grid a {
  position: relative;
  overflow: hidden;
}
.taiyo-page .business-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
}
.taiyo-page .business-grid span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.taiyo-page .staff,
.taiyo-page .news {
  margin-top: 96px;
}
.taiyo-page .staff > div {
  display: flex;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
.taiyo-page .staff figure {
  margin: 0;
}
.taiyo-page .staff figure img {
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  border-radius: 50%;
  object-fit: cover;
}
.taiyo-page .staff figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
.taiyo-page .staff strong {
  display: block;
  color: #12609b;
  font-size: 2rem;
}
.taiyo-page .staff small {
  display: block;
  color: #888;
  font-size: 1.3rem;
}
.taiyo-page.taiyo-front-page .button {
  position: relative;
  display: block;
  width: 180px;
  margin: 28px auto 0;
  padding: 12px 28px 12px 18px;
  background: linear-gradient(90deg, #ffb735, #ff9700);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.taiyo-page.taiyo-front-page .button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}
.taiyo-page .news {
  width: 740px;
  padding: 30px;
  background: url("../img/top/bg_news.jpg") center/cover no-repeat;
}
.taiyo-page .news > .news__panel {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  padding: 42px 28px;
  background: rgba(255, 255, 255, 0.9);
}
.taiyo-page .news__panel h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-right: 0;
  font-size: 2.8rem;
  line-height: 1.2;
}
.taiyo-page .news__panel h2 img {
  width: 24px;
  margin-bottom: 8px;
}
.taiyo-page .news__panel h2 span {
  writing-mode: vertical-rl;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.taiyo-page .news__panel h2 small {
  margin-top: 12px;
  color: #aaa;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.taiyo-page .news__body {
  padding-left: 28px;
}
.taiyo-page .news__body p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.taiyo-page .news time {
  color: #12609b;
  font-family: auto;
}
.taiyo-page .office {
  display: block;
  margin-top: 64px;
}
.taiyo-page .office h2 {
  margin-bottom: 28px;
}
.taiyo-page .office h2 img {
  width: 30px;
  height: 36px;
  object-fit: contain;
}
.taiyo-page .office dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
}
.taiyo-page .office dt,
.taiyo-page .office dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 9px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.taiyo-page .office dt {
  background: #eee;
}
.taiyo-page .office__more {
  margin: 48px 0 0 auto;
}
.taiyo-page aside section {
  margin: 0 0 25px;
  border: 1px solid #ccc;
}
.taiyo-page aside h3 {
  margin: 0;
  padding: 10px 12px;
  background: #12609b;
  color: #fff;
  font-size: 1.8rem;
}
.taiyo-page .keyword-section h3 {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 0;
}
.taiyo-page .keyword-section h3::before {
  content: "";
  width: 26px;
  height: 1px;
  flex-shrink: 0;
  background: currentColor;
}
.taiyo-page .knowledge-list {
  margin: 0;
  padding: 8px 14px;
  list-style: none;
}
.taiyo-page .knowledge-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.taiyo-page .knowledge-list li::before {
  flex: 0 0 auto;
  color: #12609b;
  content: "›";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.taiyo-page .knowledge-list a {
  display: block;
  flex: 1;
}
.taiyo-page .keyword-list {
  margin: 0;
  padding: 0;
  background: #fff0d2;
}
.taiyo-page .keyword-list details {
  margin: 0;
  border-top: 1px solid #ddd;
}
.taiyo-page .keyword-list summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  list-style: none;
}
.taiyo-page .keyword-list summary::-webkit-details-marker {
  display: none;
}
.taiyo-page .keyword-list summary::after {
  flex: 0 0 auto;
  color: #222;
  content: "⌄";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.taiyo-page .keyword-list details:not([open]) summary::after {
  content: "›";
}
.taiyo-page .keyword-list p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 8px 20px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.taiyo-page .keyword-list p::before {
  content: "›";
  flex: 0 0 auto;
  color: #12609b;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.taiyo-page .keyword-list p a {
  display: block;
  flex: 1;
}
.taiyo-page .map {
  height: 358px;
  background: #ddd;
}
.taiyo-page .map iframe,
.taiyo-page .map noscript,
.taiyo-page .map noscript img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.taiyo-page .map noscript img {
  object-fit: cover;
}
.taiyo-page .site-footer {
  margin: 0;
  background: #ffa000;
  color: #fff;
}
.taiyo-page .site-footer > .footer-main {
  display: grid;
  grid-template-columns: auto 210px 323px;
  max-width: 1130px;
  column-gap: 32px;
  align-items: center;
  padding: 51px 0;
}
.taiyo-page .site-footer .footer-main nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 5px 25px;
  font-size: 1.5rem;
}
.taiyo-page .site-footer .footer-main nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 0;
}
.taiyo-page .site-footer .footer-main nav a::before {
  content: "›";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.taiyo-page .site-footer .footer-hours {
  display: grid;
  gap: 8px;
  padding-right: 0;
  font-size: 1.5rem;
}
.taiyo-page .site-footer .footer-hours p {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin: 0;
}
.taiyo-page .site-footer .footer-hours b {
  padding: 2px 8px;
  background: #fff;
  color: #ffa000;
  line-height: 21px;
  text-align: center;
}
.taiyo-page .site-footer .footer-hours span {
  padding-left: 12px;
  white-space: nowrap;
}
.taiyo-page .site-footer .footer-tel {
  display: grid;
  min-height: 60px;
  align-content: center;
  padding-left: 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.9);
}
.taiyo-page .site-footer .footer-tel a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3.4rem;
  line-height: 1.2;
  white-space: nowrap;
}
.taiyo-page .site-footer .footer-tel a img {
  width: 27px;
}
.taiyo-page .site-footer .footer-tel small {
  padding-left: 39px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.taiyo-page .site-footer > .copyright {
  margin: 0;
  padding: 32.5px 0;
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.taiyo-page .wrapper {
  height: auto;
  min-height: 100%;
  overflow: visible;
}

@media (max-width: 1099.98px) {
  .taiyo-page .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    width: 100%;
    height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1099.98px) {
  .taiyo-page .header-main {
    position: relative;
    width: 100%;
    height: 68px;
    padding: 0;
  }
  .taiyo-page .header-main .header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: calc(100% - 140px);
    height: 68px;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: translateX(-50%);
  }
  .taiyo-page .header-main .header-logo img {
    width: 190px;
    height: auto;
  }
  .taiyo-page .header-tel,
  .taiyo-page .header-contact,
  .taiyo-page .global-nav {
    display: none;
  }
  .taiyo-page .sp-contact-bar a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .taiyo-page {
    font-size: 1.4rem;
  }
  .taiyo-page .wrap {
    width: 100%;
  }
  .taiyo-page .site-header {
    margin-top: 0;
  }
  .taiyo-page .header-main {
    height: 68px;
    padding: 0;
  }
  .taiyo-page .header-main .header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: calc(100% - 140px);
    height: 68px;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: translateX(-50%);
  }
  .taiyo-page .logo img {
    width: 190px;
    height: auto;
  }
  .taiyo-page .header-tel,
  .taiyo-page .header-contact,
  .taiyo-page .global-nav {
    display: none;
  }
  .taiyo-page .hero {
    height: 400px;
    background-size: auto 400px;
  }
  .taiyo-page .hero-copy {
    top: 50%;
    right: 15px;
    left: 15px;
    width: auto;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.78);
    transform: translateY(-50%);
  }
  .taiyo-page .hero h1 {
    font-size: clamp(1.8rem, 5.2vw, 2.4rem);
  }
  .taiyo-page .about {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 64px 1.5rem;
  }
  .taiyo-page .about img {
    width: 100%;
    height: auto;
    order: -1;
  }
  .taiyo-page .about h2 {
    font-size: 2.4rem;
  }
  .taiyo-page.taiyo-front-page main h2 {
    font-size: 2.4rem;
  }
  .taiyo-page .credo h2 {
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .taiyo-page .fee h3 {
    font-size: 1.8rem;
  }
  .taiyo-page.taiyo-front-page main p {
    font-size: 1.4rem;
  }
  .taiyo-page .policy {
    padding: 64px 15px;
  }
  .taiyo-page .policy-list {
    gap: 10px;
  }
  .taiyo-page .policy-list span {
    width: 100px;
    height: 100px;
  }
  .taiyo-page .policy-list em {
    font-size: 1.4rem;
  }
  .taiyo-page.taiyo-front-page .section,
  .taiyo-page .cases,
  .taiyo-page .content-grid {
    padding: 64px 1.5rem;
  }
  .taiyo-page .fee-grid,
  .taiyo-page .case-grid,
  .taiyo-page .content-grid {
    grid-template-columns: 1fr;
  }
  .taiyo-page .credo ol {
    grid-template-columns: 1fr;
  }
  .taiyo-page .business-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .taiyo-page .business-grid a {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .taiyo-page .content-grid {
    column-gap: 0;
  }
  .taiyo-page.taiyo-front-page aside {
    margin-top: 30px;
  }
  .taiyo-page .news {
    width: 100%;
    padding: 15px;
  }
  .taiyo-page .news > .news__panel {
    display: block;
    padding: 20px;
  }
  .taiyo-page .news__panel h2 {
    flex-direction: row;
    justify-content: flex-start;
    border: 0;
  }
  .taiyo-page .news__panel h2 span,
  .taiyo-page .news__panel h2 small {
    margin-left: 8px;
    writing-mode: horizontal-tb;
  }
  .taiyo-page .news__body {
    padding: 15px 0 0;
  }
  .taiyo-page .news__body p {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .taiyo-page .office dl {
    display: block;
    border: 0;
    font-size: 1.4rem;
  }
  .taiyo-page .office dt,
  .taiyo-page .office dd {
    display: block;
    width: 100%;
    border: 0;
  }
  .taiyo-page .office dt {
    margin-top: 14px;
    padding: 8px 12px;
    border-left: 4px solid #12609b;
    background: #eef3f7;
    color: #12609b;
    font-weight: 600;
  }
  .taiyo-page .office dt:first-child {
    margin-top: 0;
  }
  .taiyo-page .office dd {
    padding: 10px 12px 4px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
  .taiyo-page .office dd a {
    word-break: break-all;
  }
  .taiyo-page .map {
    height: 280px;
  }
  .taiyo-page .site-footer > .footer-main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    text-align: center;
  }
  .taiyo-page .site-footer .footer-tel {
    order: 1;
    align-items: center;
    padding-left: 0;
    border-left: 0;
  }
  .taiyo-page .site-footer .footer-tel a {
    justify-content: center;
    font-size: 2.3rem;
  }
  .taiyo-page .site-footer .footer-tel a img {
    width: 20px;
  }
  .taiyo-page .site-footer .footer-tel small {
    padding-left: 0;
  }
  .taiyo-page .site-footer .footer-hours {
    order: 2;
    width: min(100%, 300px);
    padding-right: 0;
    justify-items: stretch;
  }
  .taiyo-page .site-footer .footer-hours p {
    grid-template-columns: 80px 1fr;
    text-align: left;
    white-space: nowrap;
  }
  .taiyo-page .site-footer .footer-main nav {
    order: 3;
    width: min(100%, 360px);
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    margin-top: 0;
    text-align: left;
  }
  .taiyo-page .sp-header-mail,
  .taiyo-page .sp-header-mail b,
  .taiyo-page .sp-header-mail span,
  .taiyo-page .sp-contact-bar__mail,
  .taiyo-page .sp-contact-bar__mail b,
  .taiyo-page .sp-contact-bar__mail span {
    color: #fff;
  }
  .taiyo-page .sp-header-mail > span,
  .taiyo-page .sp-contact-bar__mail > span {
    font-family: "Segoe UI Symbol", "Noto Sans Symbols", sans-serif;
    font-variant-emoji: text;
  }
  .taiyo-page .sp-contact-bar__tel img {
    width: 13px;
  }
  .taiyo-page .sp-contact-bar a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
/* BIZ UDPGothic target areas */
.taiyo-page .site-footer,
.taiyo-page .site-footer *,
.taiyo-page .site-header,
.taiyo-page .site-header * {
  font-family: "BIZ UDPGothic", sans-serif !important;
}

.taiyo-page.taiyo-front-page h1,
.taiyo-page.taiyo-front-page h2,
.taiyo-page.taiyo-front-page h3 {
  font-weight: 600 !important;
}
.taiyo-page.taiyo-front-page h2 {
  letter-spacing: 2px !important;
}
.taiyo-page.taiyo-front-page h1 {
  letter-spacing: 1px !important;
}
.taiyo-page.taiyo-front-page .policy-list,
.taiyo-page.taiyo-front-page .policy-list * {
  font-weight: 600 !important;
}
.taiyo-page.taiyo-front-page h2,
.taiyo-page.taiyo-front-page h2 *,
.taiyo-page.taiyo-front-page h3,
.taiyo-page.taiyo-front-page h3 *,
.taiyo-page.taiyo-front-page .section-title small,
.taiyo-page.taiyo-front-page .section-title small *,
.taiyo-page.taiyo-front-page figure,
.taiyo-page.taiyo-front-page figure *,
.taiyo-page.taiyo-front-page .business-grid,
.taiyo-page.taiyo-front-page .business-grid *,
.taiyo-page.taiyo-front-page .fee-grid,
.taiyo-page.taiyo-front-page .fee-grid *,
.taiyo-page.taiyo-front-page .policy-list,
.taiyo-page.taiyo-front-page .policy-list *,
.taiyo-page.taiyo-front-page .eyebrow,
.taiyo-page.taiyo-front-page .eyebrow *,
.taiyo-page.taiyo-front-page .hero-copy,
.taiyo-page.taiyo-front-page .hero-copy * {
  font-family: "BIZ UDPGothic", sans-serif !important;
}
.taiyo-page.taiyo-front-page .fee-grid p,
.taiyo-page.taiyo-front-page .fee-grid p * {
  font-family: "Noto Sans JP", sans-serif !important;
}
.taiyo-page.taiyo-front-page .message h3,
.taiyo-page.taiyo-front-page .message h3 * {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif !important;
}

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