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

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

  CSS Reset

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
}

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

select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

  共通スタイル

-------------------------------- */
.heading.h2 {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.5em;
  background-color: #273F5E;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .heading.h2 {
    font-size: 2.6rem;
    padding-bottom: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}
.heading.h3 {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 2rem;
}
.heading.h3::before {
  content: "・";
}
@media screen and (min-width: 768px), print {
  .heading.h3 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}

.main-heading {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2.6rem;
  font-weight: 600;
  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: #273F5E;
}

/* 共通見出し（h4相当）*/
.main-subheading {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  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: #273F5E;
}

/* 共通見出し（h5相当）*/
.main-subsubheading {
  position: relative;
  color: #273F5E;
  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: #273F5E;
  text-align: center;
  border-bottom: 1px solid #273F5E;
}
@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: #273F5E;
  transform: skewX(-30deg);
}

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

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-link {
    font-size: 1.2rem;
  }
}
.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #273F5E;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #273F5E;
  border: 1px solid #273F5E;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .common-link span {
    padding: 1.2rem 5.5rem 1.2rem 1.3rem;
  }
}
.common-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: all;
}
@media screen and (max-width: 1099.98px) {
  .common-link::before {
    width: 35px;
    height: 6px;
    top: calc(50% - 0.4rem);
  }
}
.common-link::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #273F5E;
  background-color: #273F5E;
  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: 0.6em 4em 0.6em 0;
  color: #00053A;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: 1.6rem;
    padding: 0.8em 5em 0.8em 0;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_01.svg") no-repeat center/contain;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .link-button::before {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.link-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_04.svg") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .link-button::after {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.link-button:hover {
  color: #BEAE63;
}
.link-button:hover::before {
  opacity: 0;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.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;
}
@media screen and (min-width: 1100px), print {
  .global-contact {
    gap: 1.7rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item {
    width: 50%;
    height: 60px;
  }
}
.global-contact-item.mail a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  place-content: center;
  text-align: center;
  background-color: #273F5E;
  color: #fff;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail a {
    width: 170px;
    height: 42px;
  }
}
.global-contact-item.mail a:hover {
  background-color: #BEAE63;
}
.global-contact-item.mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
}
.global-contact-item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-item.tel {
    border-right: 1px solid #fff;
  }
}
.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: #BEAE63;
    place-content: center;
  }
}
.global-contact-item.tel .tel-text {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.global-contact-item.tel .tel-num {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.1em;
  line-height: 1.2;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.global-contact-item.tel .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 1.9rem;
  height: 2rem;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/contain;
}
/* --------------------------------

  html, body

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

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

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

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

  wrapper

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

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

  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 {
    position: absolute;
    left: 3rem;
    top: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    left: 7rem;
    top: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1.6rem;
    justify-content: flex-start;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
.header-logo .site-logo {
  width: 24rem;
}
@media screen and (min-width: 360px), print {
  .header-logo .site-logo {
    width: 28rem;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    width: 49.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo .pc-logo {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo .sp-logo {
    display: none;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .header-contact {
    display: none;
  }
}
@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);
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 19rem;
    margin: 0;
    opacity: 1;
    transition: none;
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    right: -30rem;
    width: 30rem;
    height: 100%;
    opacity: 0;
  }
}
.nav-open .nav {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity, right;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    right: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .nav-contact {
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-contact {
    display: none;
  }
}
.nav-contact-item a.tel-link:hover {
  background-color: #BEAE63;
}
.nav-contact-item .tel-link {
  display: block;
  width: 24rem;
  height: 7rem;
  text-align: center;
  place-content: center;
  color: #111;
  background-color: #fff;
  line-height: 1.2;
  padding: 0 0.5em;
  transition: background-color 0.3s ease;
}
.nav-contact-item .tel-link .tel-text {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.15em;
}
.nav-contact-item .tel-link .tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 2.6rem;
  font-weight: 500;
}
.nav-contact-item .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.2rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}
.nav-contact-link {
  display: block;
  width: 22rem;
  height: 7rem;
  text-align: center;
  place-content: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #273F5E;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0.5em;
  transition: background-color 0.3s ease;
}
.nav-contact-link:hover {
  background-color: #BEAE63;
}
.nav-contact-link span {
  position: relative;
  display: inline-block;
  padding-left: 1.75em;
}
.nav-contact-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
.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;
  padding-top: 6rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: transparent;
    overflow: hidden;
    padding: 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;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.5rem 2.5rem;
    max-width: 95rem;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    padding: 3rem 5rem 3rem 0;
  }
}
.main-nav .nav-item {
  position: relative;
}
@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: #273F5E;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(39, 63, 94, 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: #111;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    padding: 0 0 0 1.2em;
    border: none;
    display: inline-block;
    font-size: 1.6rem;
    color: #111;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .main-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@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: #111;
    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 #000;
    border-left: 1px solid #000;
    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: #BEAE63;
  }
  .main-nav .nav-link:hover::after {
    border-color: #BEAE63;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #BEAE63;
  }
  .main-nav .nav-link:hover::before {
    border-color: #BEAE63;
  }
}
.main-nav .nav-link span {
  position: relative;
}
.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: #273F5E;
}
@media screen and (min-width: 1100px), 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: #fff;
}
.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: #fff;
}
.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: #fff;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #273F5E;
  border-radius: 0 0 0 0.8rem;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none !important;
  }
}
.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: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    height: 9rem;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    z-index: 1100;
  }
  .nav.fixed .nav-contact {
    display: none;
  }
  .nav.fixed .nav-container {
    align-items: center;
    justify-content: center;
  }
  .nav.fixed .main-nav-area {
    padding: 0 1em;
  }
  .nav.fixed .main-nav {
    justify-content: center;
  }
}
/* --------------------------------

  main

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

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

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

  footer

-------------------------------- */
.footer {
  position: relative;
  background: #ffffff;
  padding: 4rem 1em;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 6rem 2em;
  }
}
.footer .inner {
  max-width: 1300px;
}
.footer-container {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .footer-container {
    gap: 6rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-container {
    gap: 10rem;
  }
}
.footer-logo {
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-logo {
    text-align: left;
  }
}
.footer-add {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-add {
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .footer-add {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.footer-add .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .footer-add .br {
    display: none;
  }
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .footer-text {
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  .footer-text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.footer-text .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .footer-text .br {
    display: none;
  }
}
.footer-subnav-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .footer-subnav-list {
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-subnav-list {
    justify-content: flex-end;
  }
}
.footer-subnav-list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
  color: #273F5E;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-subnav-list li a {
    font-size: 1.5rem;
  }
}
.footer-subnav-list li a:hover {
  color: #BEAE63;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    flex: 1;
    padding-top: 1.5em;
  }
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav-list {
    gap: 0.5rem 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-nav-list {
    justify-content: flex-end;
  }
}
.footer-nav-list li {
  line-height: 1.2;
}
.footer-nav-list li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.footer-nav-list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  padding-left: 1em;
  transition: color 0.3s ease;
}
.footer-nav-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-nav-list li a {
    font-size: 1.6rem;
  }
}
.footer-nav-list li a:hover {
  color: #BEAE63;
}
.footer-nav-list li a:hover::before {
  border-color: #BEAE63;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  overflow: hidden;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.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;
  background-color: #273F5E;
  border: 1px solid #fff;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #BEAE63;
}
.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 #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}
.footer .copy {
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .footer .copy {
    margin-top: 7rem;
  }
}
.footer .copy small {
  display: block;
  text-align: center;
  color: #AAA;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer .copy small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .copy span {
    display: none;
  }
}

.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 89%;
}
@media screen and (min-width: 1100px), print {
  .swiper-img::before {
    padding-top: 89%;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.swiper-pagination {
  position: static !important;
  inset: inherit !important;
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: none;
  overflow: hidden;
  padding: 0 !important;
  margin: clamp(2.2rem, 40 * var(--vw768), 4rem) 0 0 0 !important;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination {
    margin: clamp(2rem, 50 * var(--vw1600), 5rem) 0 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border-radius: 100% !important;
  cursor: pointer;
  margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 2rem 0 0 !important;
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00053A;
}

.swiper-controller {
  display: flex;
  gap: 0.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .swiper-controller {
    gap: 1rem;
  }
}
.swiper-service-prev {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #218489;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .swiper-service-prev {
    width: 60px;
    height: 60px;
  }
}
.swiper-service-prev:hover {
  opacity: 0.8;
}
.swiper-service-prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/base/icon-arrow_left.png") no-repeat center/60%;
}
.swiper-service-next {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #218489;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .swiper-service-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-service-next:hover {
  opacity: 0.8;
}
.swiper-service-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/base/icon-arrow_right.png") no-repeat center/60%;
}

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

  ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  width: 100%;
  z-index: 105;
  margin-top: 6rem;
  background-color: #ffffff;
  padding: 0 2rem 3rem 2rem;
  z-index: 0;
}
.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  background: #273F5E;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    margin-top: 19rem;
    padding: 0 6rem 9rem 6rem;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("../img/base/page-title.jpg") no-repeat top/cover;
  max-width: none;
  padding: 1.5em;
  height: 15rem;
}
@media screen and (min-width: 1100px), print {
  .page-title-inner {
    height: 32rem;
  }
}
.page-title-name {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  padding-bottom: 1em;
}
.page-title-name::before {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (min-width: 1100px), print {
  .page-title-name::before {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title-name {
    font-size: 3.2rem;
  }
}

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

  アニメーション

-------------------------------- */
._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);
}

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

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1280px), print {
  .mail-button {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: background-color 0.3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #F69B11;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/base/icon-mail_wht.png") no-repeat center/cover;
  }
  .mail-button a::after {
    content: "MAIL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .mail-button a:hover {
    background-color: #273F5E;
  }
}

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

  フォーム部品

-------------------------------- */
.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-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .require,
.contact-form table th .option {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #FF0000;
  font-weight: 600;
  padding-left: 2rem;
}
.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 #ddd;
  border-radius: 3px;
  font-size: 1em;
  background-color: #f7f7f7;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  border: 1px solid #273F5E;
  background-color: #273F5E;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 20px;
  width: 180px;
  margin: 0 auto;
  border-radius: 5em;
  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: #BEAE63;
  border: 1px solid #BEAE63;
}

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

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #273F5E;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #273F5E;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  ぱんくず

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

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 4rem;
  }
}
.section-heading {
  position: relative;
}
.section-heading.text-center {
  text-align: center;
}
.section-heading__jp {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: #00053A;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .section-heading__jp {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading__jp {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-heading__jp.category {
    font-size: 3.7rem;
  }
}
.section-heading__en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #00053A;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .section-heading__en {
    font-size: 1.4rem;
  }
}

.top-hero-section {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 5rem;
  padding-bottom: 14rem;
}
@media screen and (min-width: 768px), print {
  .top-hero-section {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-section {
    margin-top: 19rem;
    margin-bottom: 12rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px), print {
  .top-hero-section {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-container {
    display: grid;
    grid-template-columns: 1fr 60%;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-hero-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-hero-detail {
  place-content: center;
  padding: clamp(3rem, 50 * var(--vw768), 5rem) clamp(2.5rem, 50 * var(--vw768), 5rem);
}
@media screen and (min-width: 1100px), print {
  .top-hero-detail {
    padding: clamp(2rem, 50 * var(--vw1600), 5rem);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-detail__inner {
    max-width: 52rem;
    width: 100%;
    margin: auto;
  }
}
.top-hero-catch {
  display: block;
  font-size: clamp(2.6rem, 52 * var(--vw768), 5.2rem);
  color: #00053A;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 360px), print {
  .top-hero-catch {
    font-size: clamp(3rem, 52 * var(--vw768), 5.2rem);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-catch {
    font-size: clamp(3rem, 52 * var(--vw1600), 5.2rem);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-side {
    position: relative;
  }
}
.top-hero-label {
  position: absolute;
  max-width: clamp(15rem, 600 * var(--vw1100), 60rem);
  z-index: 2;
}
@media screen and (max-width: 1099.98px) {
  .top-hero-label {
    top: clamp(20rem, 780 * var(--vw1100), 78rem);
    left: clamp(2rem, 50 * var(--vw1100), 5rem);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-label {
    max-width: clamp(40rem, 754 * var(--vw1600), 75.4rem);
    left: calc(-1 * clamp(10rem, 297 * var(--vw1600), 29.7rem));
    bottom: clamp(2rem, 70 * var(--vw1600), 7rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-hero-label {
    display: none;
  }
}
.top-hero-news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 14rem;
  background: #001C46;
  place-content: center;
  padding: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-hero-news {
    display: flex;
    align-items: center;
    height: 9rem;
    padding: 2.5rem 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-news {
    max-width: 85rem;
    transform: translateY(50%);
    max-width: clamp(40rem, 850 * var(--vw1600), 85rem);
    height: clamp(5rem, 95 * var(--vw1600), 9.5rem);
    padding: clamp(1.5rem, 25 * var(--vw1600), 2.5rem) clamp(2rem, 35 * var(--vw1600), 3.5rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-hero-news__list {
    flex: 1;
    min-width: 0;
  }
}
.top-hero-news__topics {
  display: grid;
  align-items: center;
  grid-template-columns: 8rem auto;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .top-hero-news__topics {
    grid-template-columns: 8.5rem auto;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-news__topics {
    font-size: clamp(1.4rem, 16 * var(--vw1600), 1.6rem);
    grid-template-columns: clamp(8rem, 85 * var(--vw1600), 8.5rem) auto;
    gap: clamp(2rem, 30 * var(--vw1600), 3rem);
  }
}
.top-hero-news__date {
  color: #AAA;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px), print {
  .top-hero-news__date {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-news__date {
    font-size: clamp(1.4rem, 16 * var(--vw1600), 1.6rem);
  }
}
.top-hero-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-hero-news__link {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 0.6em 4em 0.6em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-hero-news__link {
    font-size: 1.6rem;
    padding: 1em 5em 1em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-news__link {
    font-size: clamp(1.4rem, 16 * var(--vw1600), 1.6rem);
  }
}
.top-hero-news__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3rem;
  height: 2.7rem;
  background: url("../img/base/icon-arrow_03.svg") no-repeat center/contain;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-hero-news__link::before {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.top-hero-news__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.3rem;
  height: 2.7rem;
  background: url("../img/base/icon-arrow_04.svg") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top-hero-news__link::after {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.top-hero-news__link:hover {
  color: #BEAE63;
}
.top-hero-news__link:hover::before {
  opacity: 0;
}
.top-hero-news__heading {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .top-hero-news__heading {
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .top-hero-news__heading {
    border-right: 1px solid #D9D9D9;
    padding: 0 3.5rem 0 0;
    margin: 0 3.5rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero-news__heading {
    padding: 0 clamp(2rem, 35 * var(--vw1600), 3.5rem) 0 0;
    margin: 0 clamp(2rem, 35 * var(--vw1600), 3.5rem) 0 0;
    font-size: clamp(2rem, 28 * var(--vw1600), 2.8rem);
  }
}
.top-hero-text {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 18 * var(--vw768), 1.8rem);
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (min-width: 1100px), print {
  .top-hero-text {
    font-size: clamp(1.2rem, 18 * var(--vw1600), 1.8rem);
  }
}
.top-hero-text p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.top-news-section {
  position: relative;
  padding: 15rem 0 0 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 14rem clamp(6rem, 150 * var(--vw1600), 15rem) 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .top-news-section {
    padding: 23rem clamp(6rem, 150 * var(--vw1600), 15rem) 0 0;
  }
}
@media screen and (min-width: 1700px), print {
  .top-news-section {
    padding: 23rem 30rem 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-section .section-heading {
    text-align: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-section .section-header {
    margin-bottom: 3rem;
  }
}
.top-news-section .inner {
  max-width: none;
}
.top-news-container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1.5em 1em 5em 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px), print {
  .top-news-container {
    padding: 2em 1.5em 6em 1.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-container {
    flex-direction: row;
    gap: clamp(3rem, 100 * var(--vw1600), 10rem);
    padding: clamp(3rem, 70 * var(--vw1600), 7rem) clamp(3rem, 80 * var(--vw1600), 8rem);
  }
}
@media screen and (min-width: 1700px), print {
  .top-news-container {
    gap: clamp(6rem, 150 * var(--vw1600), 15rem);
    padding: clamp(3rem, 80 * var(--vw1600), 8rem) clamp(6rem, 120 * var(--vw1600), 12rem);
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-detail {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-action {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.top-news-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/top/news_bg.jpg") no-repeat center/cover;
  padding: 0 1.5em;
  height: 15rem;
}
@media screen and (max-width: 1099.98px) {
  .top-news-bg {
    place-content: center;
  }
}
.top-news-bg::before {
  content: "News";
  color: rgba(255, 255, 255, 0.5);
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  text-align: right;
}
@media screen and (min-width: 1100px), print {
  .top-news-bg::before {
    font-size: 10rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1440px), print {
  .top-news-bg::before {
    font-size: 19rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-bg {
    height: 28rem;
    padding: 1em clamp(6rem, 150 * var(--vw1600), 15rem) 0 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .top-news-bg {
    height: 42rem;
  }
}
@media screen and (min-width: 1700px), print {
  .top-news-bg {
    padding: 1em 30rem 0 2em;
  }
}

.top-service-section {
  position: relative;
  background-color: #273F5E;
  padding: 15rem 0 3rem 0;
}
@media screen and (min-width: 1100px), print {
  .top-service-section {
    padding: 22rem 0 5rem 5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-service-section {
    padding: 31rem 0 9rem clamp(5rem, 100 * var(--vw1600), 10rem);
  }
}
@media screen and (min-width: 1700px), print {
  .top-service-section {
    padding: 31rem 0 9rem 15rem;
  }
}
.top-service-section .section-heading {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-service-section .section-heading {
    text-align: right;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-service-section .section-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-service-action {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.top-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/top/service_bg.jpg") no-repeat center/cover;
  padding: 0 1.5em;
  height: 15rem;
  place-content: center;
}
.top-service-bg::before {
  content: "Service";
  color: rgba(255, 255, 255, 0.5);
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .top-service-bg::before {
    font-size: 10rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1440px), print {
  .top-service-bg::before {
    font-size: 17rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-bg {
    height: 28rem;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .top-service-bg {
    height: 40rem;
  }
}
.top-service-container {
  position: relative;
  background-color: #fff;
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  padding: 1.5em 1.5em 5em 1.5em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px), print {
  .top-service-container {
    padding: 1.5em 1.5em 6em 1.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-container {
    gap: clamp(3rem, 80 * var(--vw1600), 8rem);
    flex-direction: row-reverse;
    padding: clamp(3rem, 80 * var(--vw1600), 8rem);
  }
}
.top-service-detail {
  flex: 1;
  min-width: 0;
}
.top-service-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .top-service-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .top-service-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-card {
    gap: clamp(1rem, 20 * var(--vw1600), 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service-card {
    margin: 0 -1.2em;
  }
}
.top-service-card__item {
  position: relative;
}
.top-service-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #273F5E;
  text-align: center;
  place-content: center;
  line-height: 1.13;
  font-size: 1rem;
  min-height: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.5em 1.5em;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .top-service-card__link {
    font-size: 1.2rem;
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-service-card__link {
    font-size: 1.4rem;
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-card__link {
    font-size: clamp(1.2rem, 18 * var(--vw1600), 1.8rem);
    min-height: clamp(5rem, 70 * var(--vw1600), 7rem);
  }
}
@media screen and (min-width: 1700px), print {
  .top-service-card__link {
    font-size: 2rem;
    padding: 0.5em 1.8em;
    min-height: 7rem;
  }
}
.top-service-card__link::before {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 480px), print {
  .top-service-card__link::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-card__link::before {
    right: 1em;
    width: clamp(0.8rem, 10 * var(--vw1600), 1rem);
    height: clamp(0.8rem, 10 * var(--vw1600), 1rem);
  }
}
.top-service-card__link:hover {
  background-color: #BEAE63;
}

.top-features-section {
  position: relative;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-features-section {
    padding: 14rem 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-features-section .section-heading {
    text-align: center;
  }
}
@media screen and (max-width: 359.98px) {
  .top-features-section .section-heading .section-heading__jp {
    font-size: 2.2rem;
  }
}
.top-features-section .inner {
  max-width: 1300px;
}
.top-features-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.77;
}
@media screen and (min-width: 1100px), print {
  .top-features-desc {
    font-size: 1.8rem;
  }
}
.top-features-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.64;
}
@media screen and (min-width: 1440px), print {
  .top-features-text {
    font-size: 1.7rem;
  }
}
.top-features-detail {
  display: grid;
  margin-top: 3rem;
  gap: 3rem 2rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .top-features-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-features-detail {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-features-detail {
    max-width: 42rem;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.top-features-image {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .top-features-image {
    margin-bottom: 2.8rem;
  }
}
.top-features-image img {
  width: 100%;
  height: auto;
}
.top-features-subheading {
  position: relative;
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.46;
  padding: 0 0 0 4em;
  margin-bottom: 1.6rem;
  place-content: center;
  min-height: 5rem;
}
@media screen and (min-width: 768px), print {
  .top-features-subheading {
    font-size: 2rem;
    min-height: 6.2rem;
    padding: 0 0 0 4.5em;
  }
}
@media screen and (min-width: 1440px), print {
  .top-features-subheading {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    min-height: 8.2rem;
  }
}
.top-features-subheading .marker {
  display: inline;
  padding: 0 0.15em;
  background-color: rgba(213, 208, 185, 0.3);
}
.top-features-subheading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D5D0B9;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-features-subheading::before {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-features-subheading::before {
    font-size: 8.2rem;
  }
}

.top-media-section {
  position: relative;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-media-section {
    padding: 12rem 2em;
  }
}
.top-media-section .section-heading {
  text-align: center;
}
.top-media-section .inner {
  max-width: 1300px;
}
.top-media-container {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .top-media-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .top-media-container {
    gap: 4rem 3rem;
  }
}
.top-media-item {
  position: relative;
  border: 1px solid rgba(0, 5, 58, 0.3);
  background: #ffffff;
  padding: 2rem 1.5rem 7rem 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-media-item {
    padding: 3rem 2.5rem 10rem 2.5rem;
  }
}
.top-media-image {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-media-image {
    margin-bottom: 4rem;
  }
}
.top-media-title {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (min-width: 480px), print {
  .top-media-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-media-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-media-title br {
    display: none;
  }
}
.top-media-att {
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .top-media-att {
    font-size: 1.5rem;
  }
}
.top-media-action {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-media-action {
    bottom: 2em;
    right: 2em;
  }
}

.top-knowledge-section {
  position: relative;
  padding: 6rem 1em;
  background: #F7F7F7;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-section {
    padding: 12rem 2em;
  }
}
.top-knowledge-section .section-heading {
  text-align: center;
}
.top-knowledge-section .section-heading .section-heading__jp {
  color: #222;
}
@media screen and (max-width: 479.98px) {
  .top-knowledge-section .section-heading .section-heading__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-knowledge-section .section-heading .section-heading__jp {
    font-size: 2rem;
  }
}
.top-knowledge-section .inner {
  max-width: 1300px;
}
.top-knowledge-block {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-block {
    margin-bottom: 4.5rem;
  }
}
.top-knowledge-topics {
  border-bottom: 1px solid rgba(0, 5, 58, 0.2);
}
.top-knowledge-title {
  position: relative;
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 1.2em;
  margin-bottom: 0.8em;
  transition: color 0.3s ease;
}
.top-knowledge-title::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #273F5E;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-title::before {
    width: 1rem;
    height: 1rem;
    top: 0.47em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.top-knowledge-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.78;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-text {
    font-size: 1.4rem;
  }
}
.top-knowledge-link {
  display: block;
  padding: 1.2rem 0.5rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-knowledge-link {
    padding: 2rem 1rem;
  }
}
.top-knowledge-link:hover {
  opacity: 0.8;
}
.top-knowledge-link:hover .top-knowledge-title {
  color: #273F5E;
}

.top-keyword-title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .top-keyword-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-keyword-title {
    font-size: 2.6rem;
    margin-bottom: 1.2em;
  }
}
.top-keyword-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-keyword-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .top-keyword-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem 2rem;
  }
}
.top-keyword-link {
  display: block;
  width: 100%;
  padding: 0.5em 0.5em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #273F5E;
  transition: background-color 0.3s ease;
}
.top-keyword-link:hover {
  background-color: #BEAE63;
}

.tab-menu {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 5, 58, 0.12);
}
.tab-menu-inner {
  background-color: #273F5E;
  padding: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .tab-menu-inner {
    padding: 2rem 3rem;
  }
}
.tab-menu-content {
  background-color: #fff;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .tab-menu-content {
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .tab-menu-content {
    padding: 3.5rem 6.5rem 6.5rem 6.5rem;
  }
}
.tab-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
@media screen and (min-width: 1100px), print {
  .tab-menu-list {
    margin: 0 -2rem -1rem 0;
  }
}
.tab-menu-list li {
  position: relative;
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 1100px), print {
  .tab-menu-list li {
    padding: 0 2rem 1rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .tab-menu-list li {
    width: 50%;
  }
}
.tab-menu-list li a {
  position: relative;
  display: inline-block;
  background-color: #273F5E;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .tab-menu-list li a {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    padding: 0.5em 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .tab-menu-list li a {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.tab-menu-list li a.active {
  background-color: #fff;
  color: #273F5E;
}
.tab-menu-list li a:hover {
  background-color: #fff;
  color: #273F5E;
}

.p-contact-section {
  position: relative;
  padding: 9rem 1em 5rem 1em;
  background: url("../img/top/contact_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-contact-section {
    padding: 9rem 2em 5rem 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .p-contact-section {
    padding: 16rem 2em 9rem 2em;
  }
}
.p-contact-section::before {
  content: "Contact";
  position: absolute;
  top: 0.2em;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-contact-section::before {
    top: -0.14em;
    font-size: 10rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1440px), print {
  .p-contact-section::before {
    font-size: 19rem;
  }
}
.p-contact-section .inner {
  max-width: 1300px;
}
.p-contact-container {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-contact-container {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact-container {
    padding: 5rem;
  }
}
.p-contact-text {
  color: #273F5E;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .p-contact-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact-text {
    font-size: 2.6rem;
  }
}
.p-contact-text .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-contact-text .br {
    display: none;
  }
}
.p-contact-link {
  display: block;
  text-align: center;
  place-content: center;
  width: 25rem;
  height: 6rem;
  color: #fff;
  background-color: #BEAE63;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .p-contact-link {
    width: 28rem;
    height: 8rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact-link {
    width: 40rem;
    height: 12rem;
    font-size: 2.4rem;
  }
}
.p-contact-link:hover {
  background-color: #273F5E;
}
.p-contact-link span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px), print {
  .p-contact-link span {
    padding-left: 1.35em;
  }
}
.p-contact-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-contact-link span::before {
    width: 2.6rem;
    height: 2rem;
  }
}
.p-contact-item.tel .tel-link {
  display: block;
  text-align: center;
}
.p-contact-item.tel .tel-link .tel-text {
  display: block;
  color: #222;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 1100px), print {
  .p-contact-item.tel .tel-link .tel-text {
    font-size: 2rem;
  }
}
.p-contact-item.tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  color: #111;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 0.8em;
}
@media screen and (min-width: 768px), print {
  .p-contact-item.tel .tel-link .tel-num {
    font-size: 4rem;
    padding-left: 0.65em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact-item.tel .tel-link .tel-num {
    font-size: 5.8rem;
  }
}
.p-contact-item.tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 4.2rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-contact-item.tel .tel-link .tel-num::before {
    width: 3.2rem;
    height: 4.6rem;
  }
}
.p-contact-item.tel .tel-link .tel-time {
  display: block;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.2em;
}
@media screen and (min-width: 1100px), print {
  .p-contact-item.tel .tel-link .tel-time {
    font-size: 1.9rem;
    padding-left: 1.8em;
  }
}
.p-contact-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .p-contact-wrap {
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact-wrap {
    gap: 8rem;
    flex-direction: row;
  }
}

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

  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;
  }
}
@media screen and (max-width: 767.98px) {
  .news-thumb-list {
    max-width: 50rem;
    margin: 0 auto;
  }
}
.news-thumb-topics {
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #DDD;
}
.news-thumb-topics:first-child {
  border-top: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-topics {
    padding: 1.2em 1em;
  }
}
.news-thumb-body {
  padding: 0.5em 0 2.3em 0;
}
@media screen and (min-width: 768px), print {
  .news-thumb-body {
    padding: 0.5em 0 1.5em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-body {
    padding: 1em 0 1.5em 0;
  }
}
.news-thumb-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-link {
    gap: 2rem;
    grid-template-columns: 20rem 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-link {
    gap: 4rem;
    grid-template-columns: 27rem 1fr;
  }
}
.news-thumb-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.3rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_02.svg") no-repeat center/contain;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-link::before {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.news-thumb-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.3rem;
  height: 2.8rem;
  opacity: 0;
  background: url("../img/base/icon-arrow_01.svg") no-repeat center/contain;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-link::after {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.news-thumb-link:hover {
  color: #273F5E;
}
.news-thumb-link:hover::after {
  opacity: 1;
}
.news-thumb-link:hover .news-thumb-image img {
  scale: 1.05;
}
.news-thumb-date {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-date {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.news-thumb-title {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.news-thumb-excerpt {
  color: #888;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-excerpt {
    font-size: 1.4rem;
  }
}
.news-thumb-image {
  position: relative;
  overflow: hidden;
}
.news-thumb-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-image::before {
    padding-top: 16rem;
  }
}
.news-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.3s ease;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-list {
    gap: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .news-list {
    gap: 4rem 5rem;
  }
}
.news-topics {
  border-bottom: 1px solid #D9D9D9;
}
.news-img {
  position: relative;
  width: 280px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .news-img {
    margin: 0 auto;
  }
}
.news-img::before {
  content: "";
  display: block;
  padding-top: 57%;
}
.news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: scale 0.3s ease;
}
.news-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 0 6rem 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .news-link {
    padding: 0 0 9rem 0;
  }
}
.news-link::before {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 1em;
  width: 5.3rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_02.svg") no-repeat center/contain;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .news-link::before {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.news-link::after {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 1em;
  width: 5.3rem;
  height: 2.8rem;
  opacity: 0;
  background: url("../img/base/icon-arrow_01.svg") no-repeat center/contain;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .news-link::after {
    width: 6.3rem;
    height: 3.7rem;
  }
}
.news-link:hover {
  color: #273F5E;
}
.news-link:hover::after {
  opacity: 1;
}
.news-link:hover .news-title {
  text-decoration: none;
}
.news-date {
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 1em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .news-date {
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
}
.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: "Noto Serif JP", serif;
  background-color: #BEAE63;
  word-break: break-all;
  word-wrap: break-word;
}
.news-title {
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px), print {
  .news-title {
    font-size: 1.8rem;
  }
}
.news-excerpt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 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 #273F5E;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

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

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

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

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

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

  idxx　下層

-------------------------------- */
.secondary-section {
  position: relative;
  padding: 2.5em 1em 6em 1em;
}
.secondary-section:has(.greeting)::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 9rem;
  width: 50%;
  max-height: 580px;
  background: #F7F7F7;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .secondary-section:has(.greeting)::before {
    top: 18rem;
    width: 65%;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 7em 2em;
  }
}
.secondary-section .inner {
  max-width: 1300px;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.detail-text h3 {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  padding: 0.5em 0;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #111;
}
@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}
.detail-text h4 {
  position: relative;
  color: #273F5E;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  background-color: #f2f2f2;
}
.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%;
  border-collapse: collapse;
  border-spacing: 0;
}
.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;
  width: 30%;
}
.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 {
  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: #BEAE63;
  color: #fff;
}
.pagination a:hover {
  text-decoration: none;
}

/* 当事務所の特徴 */
.philosophy-contents:not(:last-child) {
  margin-bottom: 3em;
}
@media screen and (min-width: 1100px), print {
  .philosophy-contents:not(:last-child) {
    margin-bottom: 6em;
  }
}
.philosophy-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 1.5em 2em 3em;
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .philosophy-wrap {
    padding: 3em 3em 4em;
  }
}
.philosophy-label {
  display: inline-block;
  line-height: 1.1;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: clamp(3rem, 58 * var(--vw1600), 5.8rem);
  color: rgba(0, 5, 58, 0.1);
  letter-spacing: 0.05em;
  position: absolute;
  top: -5%;
  left: 30%;
  transform: translateX(-30%) rotate(-10deg);
}
.philosophy-heading {
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: clamp(2.2rem, 42 * var(--vw1600), 4.2rem);
}
.philosophy-heading span {
  font-size: clamp(2.6rem, 58 * var(--vw1600), 5.2rem);
}
.philosophy-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 18 * var(--vw1600), 1.8rem);
  line-height: 2;
  font-weight: 400;
}
.philosophy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1440px), print {
  .philosophy-text {
    font-size: 1.7rem;
  }
}
.philosophy-detail {
  display: grid;
  gap: 3rem 2rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .philosophy-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .philosophy-detail {
    gap: 7em 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .philosophy-detail {
    max-width: 42rem;
    margin: 0 auto;
  }
}
.philosophy-image {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .philosophy-image {
    margin-bottom: 2.5rem;
  }
}
.philosophy-image img {
  width: 100%;
  height: auto;
}
.philosophy-subheading {
  position: relative;
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 0 4em;
  margin-bottom: 1.6rem;
  place-content: center;
  min-height: 5rem;
}
@media screen and (min-width: 768px), print {
  .philosophy-subheading {
    font-size: 2rem;
    min-height: 6.2rem;
    padding: 0 0 0 4.5em;
  }
}
@media screen and (min-width: 1440px), print {
  .philosophy-subheading {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    min-height: 8.2rem;
  }
}
.philosophy-subheading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D5D0B9;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .philosophy-subheading::before {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .philosophy-subheading::before {
    font-size: 8.2rem;
  }
}

/* 代表ごあいさつ */
.greeting.inner {
  max-width: inherit;
}
.greeting-contents {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px), print {
  .greeting-wrap {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 5rem;
    align-items: start;
  }
}
@media screen and (max-width: 1099.98px) {
  .greeting-wrap {
    max-width: 52rem;
    margin: 0 auto;
  }
}
.greeting-image {
  text-align: center;
}
.greeting-image img {
  width: 100%;
  height: auto;
}
.greeting-profile {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.2;
}
.greeting-profile-title {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .greeting-profile-title {
    font-size: 1.6rem;
  }
}
.greeting-profile-name {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px), print {
  .greeting-profile-name {
    font-size: 3.2rem;
  }
}
.greeting-profile-kana {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .greeting-profile-kana {
    font-size: 1.6rem;
  }
}
.greeting-main {
  position: relative;
  margin-top: 3em;
}
@media screen and (min-width: 1100px), print {
  .greeting-main {
    margin-top: 10em;
  }
}
.greeting-label {
  display: inline-block;
  line-height: 1.1;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: clamp(3rem, 66 * var(--vw1600), 6.6rem);
  color: rgba(0, 5, 58, 0.1);
  letter-spacing: 0.05em;
  position: absolute;
  top: -15%;
  left: 0;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1099.98px) {
  .greeting-label {
    top: -5%;
  }
}
.greeting-heading {
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-weight: 500;
  font-size: clamp(1.8rem, 34 * var(--vw1600), 3.4rem);
}
.greeting-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 17 * var(--vw1600), 1.7rem);
  line-height: 2;
  font-weight: 400;
}
.greeting-body p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.greeting-career {
  margin-top: 3em;
}
@media screen and (min-width: 1100px), print {
  .greeting-career {
    margin-top: 6em;
  }
}
.greeting-career-header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .greeting-career-header {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .greeting-career-header .section-heading__jp {
    font-size: 3.6rem;
  }
}
.greeting-career-block {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 3em;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 1100px), print {
  .greeting-career-block {
    padding-left: 5rem;
    margin-top: 6em;
  }
}
.greeting-career-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 2px;
  height: 15%;
  background-color: #273F5E;
}
.greeting-career-table {
  width: 100%;
  border-collapse: collapse;
}
.greeting-career-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.greeting-career-table th, .greeting-career-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .greeting-career-table th, .greeting-career-table td {
    font-size: 1.6rem;
  }
}
.greeting-career-table th {
  width: 10rem;
  padding: 2rem 2rem 2rem 1rem;
}
@media screen and (min-width: 768px), print {
  .greeting-career-table th {
    width: 18rem;
  }
}
.greeting-career-table td {
  padding: 2rem 0;
}
.greeting-career-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5rem;
}
@media screen and (max-width: 767.98px) {
  .greeting-career-column {
    grid-template-columns: 1fr;
  }
}
.greeting-career-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 2rem 0;
}
.greeting-career-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .greeting-career-list li {
    font-size: 1.6rem;
  }
}

/* 取扱業務 */
.service-wrap {
  background-color: #F7F7F7;
  padding: 1.5em 2em 3em;
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .service-wrap {
    padding: 3em 3em 4em;
  }
}
.service-header {
  margin-top: -3em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .service-header {
    margin-top: -5em;
    margin-bottom: 3rem;
  }
}
.service-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .service-desc p {
    font-size: 1.7rem;
    margin-bottom: 5rem;
  }
}
.service-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .service-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .service-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-card {
    gap: clamp(1rem, 20 * var(--vw1600), 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .service-card {
    margin: 0 -1.2em;
  }
}
.service-card__item {
  position: relative;
}
.service-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #273F5E;
  text-align: center;
  place-content: center;
  line-height: 1.13;
  font-size: 1rem;
  min-height: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.5em 1.5em;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .service-card__link {
    font-size: 1.2rem;
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .service-card__link {
    font-size: 1.4rem;
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-card__link {
    font-size: clamp(1.2rem, 18 * var(--vw1600), 1.8rem);
    min-height: clamp(5rem, 70 * var(--vw1600), 7rem);
  }
}
@media screen and (min-width: 1700px), print {
  .service-card__link {
    font-size: 2rem;
    padding: 0.5em 1.8em;
    min-height: 7rem;
  }
}
.service-card__link::before {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 480px), print {
  .service-card__link::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-card__link::before {
    right: 1em;
    width: clamp(0.8rem, 10 * var(--vw1600), 1rem);
    height: clamp(0.8rem, 10 * var(--vw1600), 1rem);
  }
}
.service-card__link:hover {
  background-color: #BEAE63;
}

/* ご依頼の流れ */
.flow-desc {
  margin-bottom: 3em;
}
@media screen and (min-width: 1100px), print {
  .flow-desc {
    margin-bottom: 5em;
  }
}
.flow-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .flow-desc p {
    font-size: 1.7rem;
  }
}
.flow-item:not(:last-child) {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #ddd;
}
.flow-wrap {
  position: relative;
  padding-left: 55px;
}
@media screen and (min-width: 480px), print {
  .flow-wrap {
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px), print {
  .flow-wrap {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-wrap {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 5rem;
    align-items: start;
    flex-direction: row-reverse;
  }
}
.flow-image {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .flow-image {
    max-width: 45rem;
    margin: 0 auto;
  }
}
.flow-image img {
  width: 100%;
  height: auto;
}
.flow-main {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2em;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 1100px), print {
  .flow-main {
    padding-left: 5rem;
    margin-bottom: 0;
  }
}
.flow-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 2px;
  height: 20%;
  background-color: #273F5E;
}
.flow-header {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .flow-header .section-heading__jp {
    font-size: 3.6rem;
  }
}
.flow-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #273F5E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 480px), print {
  .flow-number {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .flow-number {
    width: 100px;
    height: 100px;
    font-size: 2.8rem;
  }
}
.flow-subheading {
  display: inline-block;
  font-size: clamp(1.8rem, 26 * var(--vw1600), 2.6rem);
  line-height: 1, 4;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.1rem 0.5rem 0.3rem;
  margin-bottom: 2.5rem;
  background-color: rgba(213, 208, 185, 0.3);
}
.flow-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .flow-body p {
    font-size: 1.6rem;
  }
}

/* 事務所概要・地図 */
.office-block {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 1100px), print {
  .office-block {
    padding-left: 5rem;
  }
}
.office-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 2px;
  height: 15%;
  background-color: #273F5E;
}
.office-table {
  width: 100%;
  border-collapse: collapse;
}
.office-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.office-table th, .office-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .office-table th, .office-table td {
    font-size: 1.6rem;
  }
}
.office-table th {
  width: 10rem;
  font-weight: 500;
  padding: 2rem 2rem 2rem 1rem;
}
@media screen and (min-width: 768px), print {
  .office-table th {
    width: 18rem;
  }
}
.office-table td {
  padding: 2rem 0;
}
.office-table td a {
  color: #001C46;
  text-decoration: underline;
}
.office-map {
  margin-top: 2em;
}

/* 駐車場案内 */
.parking-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .parking-desc p {
    font-size: 1.7rem;
  }
}
.parking-desc p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.parking-desc p a {
  color: #001C46;
  text-decoration: underline;
}
.parking-tel {
  margin: 1em 0 2.5em;
}
.parking-tel .tel-link {
  display: inline-block;
}
.parking-tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  color: #111;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 0.8em;
}
@media screen and (min-width: 768px), print {
  .parking-tel .tel-link .tel-num {
    font-size: 4rem;
    padding-left: 0.65em;
  }
}
@media screen and (min-width: 1100px), print {
  .parking-tel .tel-link .tel-num {
    font-size: 5.2rem;
  }
}
.parking-tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 4.2rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .parking-tel .tel-link .tel-num::before {
    width: 3.2rem;
    height: 4.6rem;
  }
}
.parking-tel .tel-link .tel-time {
  display: block;
  color: #273F5E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .parking-tel .tel-link .tel-time {
    font-size: 1.6rem;
    padding-left: 1.8em;
  }
}

/* 採用情報 */
.recruit-table {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .recruit-table {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-table tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
  }
}
.recruit-table tr:hover {
  background: #f9fafb;
}
.recruit-table th, .recruit-table td {
  font-family: "Noto Sans JP", sans-serif;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .recruit-table th, .recruit-table td {
    font-size: 1.6rem;
  }
}
.recruit-table th {
  background: #E7EDF3;
  color: #273F5E;
  font-weight: 500;
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 767.98px) {
  .recruit-table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .recruit-table td::before {
    content: attr(data-label);
    font-weight: 500;
    color: #273F5E;
    display: block;
    margin-bottom: 8px;
  }
}
.recruit-table td p:not(:last-child) {
  margin-bottom: 0.5em;
}

/* 依頼事例・料金表 */
.price-contents:not(:last-child) {
  margin-bottom: 3em;
}
@media screen and (min-width: 1100px), print {
  .price-contents:not(:last-child) {
    margin-bottom: 6em;
  }
}
.price-block {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid #ddd;
}
@media screen and (min-width: 1100px), print {
  .price-block {
    padding-left: 5rem;
  }
}
.price-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 2px;
  height: 15%;
  background-color: #273F5E;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.price-table th, .price-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .price-table th, .price-table td {
    font-size: 1.6rem;
  }
}
.price-table th {
  width: 15rem;
  font-weight: 500;
  padding: 2rem 3rem 2rem 1rem;
}
@media screen and (min-width: 768px), print {
  .price-table th {
    width: 40rem;
  }
}
.price-table td {
  padding: 2rem 0;
}
.price-table td a {
  color: #001C46;
  text-decoration: underline;
}
.price-file {
  background-color: #f7f7f7;
  padding: 1.5em 1.5em 2em;
  margin-top: 2em;
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .price-file {
    padding: 1.5em 2em 2em;
  }
}
.price-list li {
  position: relative;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #C41E3A;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .price-list li {
    font-size: 1.6rem;
  }
}
.price-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #273F5E;
  border-right: 0;
  background: transparent;
  border-radius: 0;
}
.price-note {
  background-color: #F2F6F8;
  padding: 1.5em 1.5em 2.5em;
  margin-top: 2em;
  position: relative;
}
.price-note--before {
  margin-bottom: 2em;
}
.price-note--before P:last-child {
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .price-note {
    padding: 2em 2em 3em;
  }
}
.price-note P {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .price-note P {
    font-size: 1.5rem;
  }
}
.price-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1440px), print {
  .price-text {
    font-size: 1.7rem;
  }
}
.price-detail {
  display: grid;
  gap: 3rem 2rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .price-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .price-detail {
    gap: 7em 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .price-detail {
    max-width: 42rem;
    margin: 0 auto;
  }
}
.price-image {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .price-image {
    margin-bottom: 2.5rem;
  }
}
.price-image img {
  width: 100%;
  height: auto;
}
.price-name {
  color: #273F5E;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .price-name {
    font-size: 1.6rem;
  }
}
.price-subheading {
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .price-subheading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .price-subheading {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}

/* スタッフ紹介 */
.staff-detail {
  max-width: 811px;
  margin: auto;
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(2, 1fr);
  counter-reset: number 0;
}
@media screen and (min-width: 768px), print {
  .staff-detail {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .staff-detail {
    max-width: 42rem;
    margin: 0 auto;
  }
}
.staff-item {
  text-align: center;
}
.staff-image {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .staff-image {
    margin-bottom: 2rem;
  }
}
.staff-image img {
  width: 100%;
  height: auto;
}
.staff-name {
  display: inline-block;
  color: #273F5E;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.2rem 0.5rem;
  margin-bottom: 1rem;
  background-color: rgba(213, 208, 185, 0.3);
}
@media screen and (min-width: 768px), print {
  .staff-name {
    font-size: 1.8rem;
  }
}
.staff-number p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .staff-number p {
    font-size: 1.4rem;
  }
}

/* お問い合わせ */
.contact-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .contact-desc p {
    font-size: 1.7rem;
  }
}
.contact-tel {
  margin: 1em 0 2.5em;
}
.contact-tel .tel-link {
  display: inline-block;
}
.contact-tel .tel-link .tel-num {
  position: relative;
  display: inline-block;
  color: #111;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 0.8em;
}
@media screen and (min-width: 768px), print {
  .contact-tel .tel-link .tel-num {
    font-size: 4rem;
    padding-left: 0.65em;
  }
}
@media screen and (min-width: 1100px), print {
  .contact-tel .tel-link .tel-num {
    font-size: 5.2rem;
  }
}
.contact-tel .tel-link .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 4.2rem;
  background: url("../img/base/icon-tel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .contact-tel .tel-link .tel-num::before {
    width: 3.2rem;
    height: 4.6rem;
  }
}
.contact-tel .tel-link .tel-time {
  display: block;
  color: #273F5E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .contact-tel .tel-link .tel-time {
    font-size: 1.6rem;
    padding-left: 1.8em;
  }
}
.contact-detail {
  border-top: 1px solid #ddd;
  padding-top: 3em;
  margin-top: 3em;
}

/* プライバシーポリシー */
.privacy-wrap {
  background-color: #F7F7F7;
  padding: 1.5em 2em 3em;
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .privacy-wrap {
    padding: 3em 3em 4em;
  }
}
.privacy-header {
  margin-top: -3em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .privacy-header {
    margin-top: -5em;
    margin-bottom: 3rem;
  }
}
.privacy-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .privacy-body p {
    font-size: 1.7rem;
  }
}
.privacy-body p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .privacy-body p:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.privacy-body p span.title {
  color: #273F5E;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .privacy-body p span.title {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=styles.css.map */