@charset "UTF-8";
/* --------------------------------

  CSS Reset

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

  common styles

-------------------------------- */
.main-heading {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.9rem;
  line-height: 1.3;
  padding-left: 0.9em;
  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: #022662;
}
.main-heading::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  bottom: 0;
  background: #0055A2;
}

/* common heading h4 */
.main-subheading {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  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: #022662;
}

/* common heading h5 */
.main-subsubheading {
  position: relative;
  color: #56BC72;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  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: #022662;
  text-align: center;
  border-bottom: 1px solid #022662;
}
@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: #022662;
  transform: skewX(-30deg);
}

/* note */
.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: #022662;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #022662;
  border: 1px solid #022662;
  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 #022662;
  background-color: #022662;
  z-index: -1;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
}

.link-button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 15em;
  padding: 0.7em 1em 0.8em 1em;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.3s ease;
  border: 1px solid #337AB7;
  border-radius: 5px;
  background-color: #337AB7;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: 1.6rem;
    padding: 1em 1em 1.1em 1em;
  }
}
.link-button:hover {
  border: 1px solid #0055A2;
  background-color: #fff;
  color: #0055A2;
}
.link-button:hover::before {
  background: url(../img/base/arrow-icon_ble.png) no-repeat;
  background-size: contain;
}
.link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/base/arrow-icon_wht.png) no-repeat;
  background-size: contain;
}

/* link button */
/* inner */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* anchor point */
.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 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  background: rgba(2, 38, 98, 0.8);
  z-index: 102;
}
@media screen and (min-width: 1280px), print {
  .global-contact {
    display: none;
  }
}
.global-contact-item:first-child {
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px), print {
  .global-contact-item:first-child {
    padding-right: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item:last-child {
    padding-left: 1rem;
  }
}
.global-contact-info p.text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 480px), print {
  .global-contact-info p.text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-info p.text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-info p.text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .global-contact-info p.text span.br {
    display: block;
  }
}
.global-contact-tel p {
  color: #fff;
}
.global-contact-tel p.tel .tel-link {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.025em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 1.5rem;
}
@media screen and (min-width: 360px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.8rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.8rem;
    padding-left: 3rem;
  }
}
.global-contact-tel p.tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03em;
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/base/icon-tel_wht.png) no-repeat center/cover;
}
@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 11px;
    height: 18px;
  }
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 22px;
    height: 35px;
    top: 80%;
    transform: translateY(-80%);
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 22px;
    height: 35px;
  }
}
.global-contact-tel p.tel .tel-link .u-br--sp {
  display: block;
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link .u-br--sp {
    display: none;
  }
}
.global-contact-tel p.tel .tel-link span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link span {
    font-size: 1.1rem;
  }
}

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

  html, body

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

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

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

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

  wrapper

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

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

  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: 30px;
    top: 24px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    justify-content: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
@media screen and (max-width: 479.98px) {
  .header-logo {
    padding: 0 60px 0 0;
  }
}
.header-logo .site-logo {
  width: 383px;
}
@media screen and (max-width: 1279.98px) {
  .header-logo .site-logo {
    width: 319.16666px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 239.375px;
  }
}
@media screen and (max-width: 479.98px) {
  .header-logo .site-logo {
    width: 191.5px;
  }
}
@media screen and (max-width: 359.98px) {
  .header-logo .site-logo {
    width: 159.5833px;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
.header-tel {
  display: none;
}
@media screen and (min-width: 1280px), print {
  .header-tel {
    position: absolute;
    right: 135px;
    top: 16px;
    display: block;
    z-index: 9999;
  }
}
@media screen and (min-width: 1440px), print {
  .header-tel {
    top: 16px;
  }
}
.header-tel a {
  position: relative;
  display: block;
}
.header-tel a .tel-num {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 0 0.7em;
  line-height: 1;
}
.header-tel a .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  display: block;
  width: 13px;
  height: 22px;
  background: url("../img/base/icon-tel_blk.png") no-repeat center/contain;
}
@media screen and (max-width: 1099.98px) {
  .header-tel a .tel-num {
    font-size: 2.4rem;
  }
}
.header-tel a .tel-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .header-tel a .tel-text {
    font-size: 1rem;
  }
}
.header-contact-button {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .header-contact-button {
    position: absolute;
    right: 200px;
    top: 0;
    width: 200px;
    height: 110px;
    display: block;
    z-index: 9999;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-contact-button {
    right: 140px;
    width: 140px;
  }
}
.header-contact-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #022662;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  padding: 1rem 1rem 1rem 1rem;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-contact-button a {
    font-size: 1.4rem;
    padding: 1rem 0.7rem;
  }
}
.header-contact-button a span {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 27px;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-contact-button a span {
    padding-left: 22px;
  }
}
.header-contact-button a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/base/icon-mail_wht.png) no-repeat center/cover;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-contact-button a span::before {
    width: 17px;
    height: 13px;
  }
}
.header-contact-button a:hover {
  opacity: 0.8;
}
.header-member-button {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .header-member-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 110px;
    display: block;
    z-index: 9999;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-member-button {
    width: 140px;
  }
}
.header-member-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #56BC72;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  padding: 1rem 1rem 1rem 1rem;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-member-button a {
    font-size: 1.4rem;
    padding: 1rem 0.7rem;
  }
}
.header-member-button a span {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 27px;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-member-button a span {
    padding-left: 22px;
  }
}
.header-member-button a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/base/icon-key_wht.png) no-repeat center/cover;
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .header-member-button a span::before {
    width: 18px;
    height: 18px;
  }
}
.header-member-button a:hover {
  opacity: 0.8;
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    width: 100%;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0;
    opacity: 1;
    transition: none;
    padding: 0 26em 0 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1279.98px) {
  .nav {
    padding-right: 18em;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    padding: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    left: -260px;
    width: 260px;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: #fff;
  }
  .nav-logo img {
    width: 200px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
  }
}
/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: flex;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:last-child .nav-link span::after {
    background: transparent;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #022662;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(2, 38, 98, 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-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    color: #111;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1599.98px) {
  .main-nav .nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: inherit;
    padding: 0 1em;
    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 #022662;
    border-left: 1px solid #022662;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(2, 38, 98, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    opacity: 0.8;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  padding: 0 2em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link span::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #022662;
    border-right: solid 1px #022662;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link span {
    padding: 0;
  }
}
.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;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@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: #111;
}
.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: #111;
}
.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: #111;
  text-align: center;
}

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

/* ナビゲーション背景 */
@media screen and (min-width: 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 {
    max-width: none;
    right: 0;
    position: fixed;
    height: 110px;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 110px;
    z-index: -1;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  #top .nav.fixed {
    z-index: 1100;
  }
}
/* --------------------------------

  main

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

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

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

  footer

-------------------------------- */
.footer {
  position: relative;
  padding: 0 2em;
  background: url("../img/top/bg2.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .footer {
    padding: 0 1em;
  }
}
.footer-contact-heading {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-size: 6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 0cap;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-heading {
    font-size: 12rem;
    margin-bottom: 4rem;
  }
}
.footer-contact-text {
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-text {
    font-size: 2.4rem;
  }
}
.footer-contact-text .bg-wht {
  display: block;
  color: #022662;
  margin-bottom: 1.5rem;
}
.footer-contact-text .bg-wht span {
  display: inline-block;
  background-color: #fff;
  padding: 0.5rem 1em 0.7rem;
}
.footer-contact-text .c-wht {
  display: block;
  color: #fff;
}
.footer-contact-mail {
  text-align: center;
  margin-top: 2em;
}
.footer-contact-mail a {
  display: block;
  width: 100%;
  max-width: 17em;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  border-radius: 3px;
  padding: 2rem 1em;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-contact-mail a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .footer-contact-mail a {
    font-size: 2.4rem;
    padding: 4.5rem 1em;
  }
}
.footer-contact-mail a:hover {
  opacity: 0.8;
}
.footer-main {
  padding: 3.5rem 0 5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-main {
    padding: 5rem 0 10rem;
  }
}
.footer-side {
  padding: 2em 30px;
  margin: 0 -1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .footer-side {
    display: grid;
    align-items: center;
    grid-template-columns: 500px 1fr;
    gap: 2rem;
    padding: 3em 30px;
    margin: 0 -2em;
  }
}
.footer-logo {
  max-width: 340px;
}
@media screen and (max-width: 1099.98px) {
  .footer-logo {
    max-width: 260px;
    margin: 0 auto;
  }
}
.footer-adr {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (min-width: 1100px), print {
  .footer-adr {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-adr {
    text-align: center;
  }
}
.footer-tel, .footer-mail {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.6;
  margin-top: 0.2em;
}
@media screen and (min-width: 1100px), print {
  .footer-tel, .footer-mail {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-tel, .footer-mail {
    text-align: center;
  }
}
.footer-tel a, .footer-mail a {
  color: #111;
  transition: opacity 0.3s ease;
}
.footer-tel a:hover, .footer-mail a:hover {
  opacity: 0.8;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-nav {
    margin-top: 3em;
  }
}
.footer-nav li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #111;
  padding: 0 0 0 1em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .footer-nav li a {
    font-size: 1.6rem;
  }
}
.footer-nav li a:hover {
  opacity: 0.8;
}
.footer-nav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #022662;
  border-right: solid 1px #022662;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #022662;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F69B11;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  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);
}
.footer .copy {
  margin: 0 -2em;
  overflow: hidden;
  background-color: #fff;
  padding: 1.8em 1em 1.8em 1em;
}
@media screen and (max-width: 1099.98px) {
  .footer .copy {
    margin: 0 -1em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .copy {
    padding: 1.5em 1em 1.5em 1em;
  }
}
.footer .copy small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #aaa;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
.footer .copy span {
  font-weight: 400;
  margin-left: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

.swiper-container {
  display: block;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    z-index: 1;
  }
}
.swiper-img {
  display: block;
}
.swiper-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .swiper-img img {
    position: absolute;
    top: 0;
    left: 0;
    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 {
  height: 30px !important;
  z-index: 899 !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;
  background-color: #333 !important;
}
@media screen and (max-width: 1099.98px) {
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #F2D11A !important;
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-catch {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .slider-catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-catch {
    font-size: 1.8rem;
  }
}
.slider-side {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 1em;
}
@media screen and (max-width: 767.98px) {
  .slider-side {
    max-width: 350px;
  }
}
.slider-side-inner {
  max-width: 850px;
  text-align: center;
}
.slider-heading {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px 1px 5px rgba(0, 0, 0, 0.4), 1px -1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1099.98px) {
  .slider-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-heading {
    font-size: 2rem;
  }
}
.slider-heading .br {
  display: block;
}
@media screen and (max-width: 359.98px) {
  .slider-heading .br {
    display: none;
  }
}
.slider-officename {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5), -1px 1px 8px rgba(0, 0, 0, 0.5), 1px -1px 8px rgba(0, 0, 0, 0.5), -1px -1px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1099.98px) {
  .slider-officename {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-officename {
    font-size: 1.6rem;
  }
}
.slider-scroll {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/base/icon-scroll.png") no-repeat center/cover;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.swiper-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 1200;
  max-width: 1175px;
}
@media screen and (min-width: 1600px), print {
  .swiper-arrow {
    max-width: 1310px;
  }
}

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  width: 100%;
  z-index: 105;
  height: 300px;
  margin-top: 110px;
  background: url(../img/base/mainvisual.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 180px;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.page-title-name {
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  color: #222;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 24px #fff;
  font-size: 3rem;
}
@media screen and (min-width: 1100px), print {
  .page-title-name {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 1rem 1em 1.3rem 1em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}
.page-title-name span {
  display: block;
  font-weight: 500;
}

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

  アニメーション

-------------------------------- */
._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: 1100px), print {
  .mail-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 55px;
    width: 55px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: opacity 0.5s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #022662;
  }
  .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;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .mail-button a:hover {
    opacity: 0.8;
  }
}

/* 会員専用ページ*/
@media screen and (min-width: 1100px), print {
  .member-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .member-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: opacity 0.5s ease;
  }
  .member-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #56BC72;
  }
  .member-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/base/icon-key_wht.png") no-repeat center/cover;
  }
  .member-button a::after {
    content: "Member";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .member-button a:hover {
    opacity: 0.8;
  }
}

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

  form parts

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

.contact-page-block {
  border: 1px solid #DDD;
  background-color: #fff;
}
.contact-page-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .contact-page-block:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.contact-page-heading {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2.8rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .contact-page-heading {
    font-size: 2.8rem;
    padding: 2.4rem 2.5rem 2.4rem 3.2rem;
  }
}
.contact-page-heading:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #022662;
}
.contact-page-content {
  padding: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .contact-page-content {
    padding: 3rem;
  }
}
.contact-page-request-list {
  margin-bottom: 3rem;
}
.contact-page-request-list li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1.4em;
}
@media screen and (min-width: 1100px), print {
  .contact-page-request-list li {
    font-size: 1.6rem;
  }
}
.contact-page-request-list li:before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background-color: #022662;
}
.contact-page-request-list li:not(:last-child) {
  margin-bottom: 0.6em;
}
.contact-page-text {
  margin-bottom: 3rem;
}
.contact-page-text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .contact-page-text p {
    font-size: 1.6rem;
  }
}
.contact-page-text p:not(:last-child) {
  margin-bottom: 0.4em;
}
.contact-page .contact-form {
  margin-top: 5rem;
}
.contact-page .contact-form table {
  width: 100%;
  border-collapse: collapse;
}
.contact-page .contact-form tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-page .contact-form tr {
    display: table;
    width: 100%;
  }
}
.contact-page .contact-form tr:not(:last-child) {
  margin-bottom: 2.2rem;
}
.contact-page .contact-form th,
.contact-page .contact-form td {
  display: block;
  vertical-align: middle;
  border: none;
}
@media screen and (min-width: 768px), print {
  .contact-page .contact-form th,
  .contact-page .contact-form td {
    display: table-cell;
  }
}
.contact-page .contact-form th {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 0 0.8rem;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .contact-page .contact-form th {
    font-size: 1.7rem;
    width: 22rem;
    padding: 1.2rem 2rem 1.2rem 0;
  }
}
.contact-page .contact-form th .require {
  position: static;
  display: inline;
  width: auto;
  color: #c00;
  font-size: 1.4rem;
  background-color: transparent;
  transform: none;
}
@media screen and (min-width: 768px), print {
  .contact-page .contact-form td {
    padding: 1.2rem 0;
  }
}
.contact-page .contact-form input[type=text],
.contact-page .contact-form input[type=email],
.contact-page .contact-form input[type=tel],
.contact-page .contact-form textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 1.2rem;
  border: 1px solid #DDD;
  border-radius: 4px;
  background-color: #FAFAFA;
}
.contact-page .contact-form textarea {
  min-height: 25rem;
  resize: vertical;
}
.contact-page .contact-submit {
  text-align: center;
  margin-top: 4rem;
}
.contact-page .contact-submit .btn {
  display: inline-block;
  width: 24rem;
  max-width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.7rem 2rem;
  border: 1px solid #337AB7;
  border-radius: 4px;
  background-color: #337AB7;
  cursor: pointer;
}
.contact-page .contact-submit .btn:hover {
  color: #fff;
  border-color: #0055A2;
  background-color: #0055A2;
}
.contact-page-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .contact-page-table {
    font-size: 1.5rem;
  }
}
.contact-page-table th,
.contact-page-table td {
  vertical-align: middle;
  text-align: center;
  padding: 1.6rem 1rem;
  border: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .contact-page-table th,
  .contact-page-table td {
    padding: 1.8rem 2rem;
  }
}
.contact-page-table td a {
  color: #337AB7;
  text-decoration: underline;
}
.contact-page-table thead th {
  font-weight: normal;
  background-color: #F7F7F7;
}
.contact-page-table tbody th {
  width: 18%;
  font-weight: normal;
}

.post-password-form {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .post-password-form {
    font-size: 1.6rem;
  }
}
.post-password-form p {
  max-width: 62em;
}
.post-password-form p:not(:last-child) {
  margin-bottom: 2rem;
}
.post-password-form label {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.post-password-form input[name=post_password] {
  width: 26.5rem;
  max-width: 100%;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
}
.post-password-form input[type=submit] {
  display: inline-block;
  min-width: 8rem;
  height: 3.8rem;
  margin-left: 0.4rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  border: 1px solid #337AB7;
  border-radius: 3px;
  background-color: #337AB7;
  padding: 0.2rem 0.2rem 0.4rem;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 639.98px) {
  .post-password-form input[type=submit] {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}

/* マンション管理状況調査フォーム */
#mansion_summary,
#evaluation_criteria,
#contact {
  width: 100%;
  margin-bottom: 4.5rem;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #mansion_summary,
  #evaluation_criteria,
  #contact {
    font-size: 1.5rem;
  }
}
#mansion_summary th,
#mansion_summary td,
#evaluation_criteria th,
#evaluation_criteria td,
#contact th,
#contact td {
  vertical-align: middle;
  padding: 1.4rem;
  border: 1px solid #D6DEE8;
}
@media screen and (min-width: 768px), print {
  #mansion_summary th,
  #mansion_summary td,
  #evaluation_criteria th,
  #evaluation_criteria td,
  #contact th,
  #contact td {
    padding: 1.8rem 2rem;
  }
}
#mansion_summary th,
#evaluation_criteria th,
#contact th {
  width: 24%;
  color: #173A66;
  font-weight: 700;
  text-align: left;
  background-color: #EDF4FA;
}
#mansion_summary td,
#evaluation_criteria td,
#contact td {
  background-color: #fff;
}
#mansion_summary input[type=text],
#mansion_summary input[type=email],
#mansion_summary input[type=tel],
#mansion_summary input[type=number],
#mansion_summary textarea,
#mansion_summary select,
#evaluation_criteria input[type=text],
#evaluation_criteria input[type=email],
#evaluation_criteria input[type=tel],
#evaluation_criteria input[type=number],
#evaluation_criteria textarea,
#evaluation_criteria select,
#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact input[type=number],
#contact textarea,
#contact select {
  width: 100%;
  max-width: 100%;
  min-height: 4.6rem;
  padding: 0.9rem 1.2rem;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #B8C4D2;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#mansion_summary input[type=text]::-moz-placeholder, #mansion_summary input[type=email]::-moz-placeholder, #mansion_summary input[type=tel]::-moz-placeholder, #mansion_summary input[type=number]::-moz-placeholder, #mansion_summary textarea::-moz-placeholder, #mansion_summary select::-moz-placeholder, #evaluation_criteria input[type=text]::-moz-placeholder, #evaluation_criteria input[type=email]::-moz-placeholder, #evaluation_criteria input[type=tel]::-moz-placeholder, #evaluation_criteria input[type=number]::-moz-placeholder, #evaluation_criteria textarea::-moz-placeholder, #evaluation_criteria select::-moz-placeholder, #contact input[type=text]::-moz-placeholder, #contact input[type=email]::-moz-placeholder, #contact input[type=tel]::-moz-placeholder, #contact input[type=number]::-moz-placeholder, #contact textarea::-moz-placeholder, #contact select::-moz-placeholder {
  color: #8793A1;
}
#mansion_summary input[type=text]::placeholder,
#mansion_summary input[type=email]::placeholder,
#mansion_summary input[type=tel]::placeholder,
#mansion_summary input[type=number]::placeholder,
#mansion_summary textarea::placeholder,
#mansion_summary select::placeholder,
#evaluation_criteria input[type=text]::placeholder,
#evaluation_criteria input[type=email]::placeholder,
#evaluation_criteria input[type=tel]::placeholder,
#evaluation_criteria input[type=number]::placeholder,
#evaluation_criteria textarea::placeholder,
#evaluation_criteria select::placeholder,
#contact input[type=text]::placeholder,
#contact input[type=email]::placeholder,
#contact input[type=tel]::placeholder,
#contact input[type=number]::placeholder,
#contact textarea::placeholder,
#contact select::placeholder {
  color: #8793A1;
}
#mansion_summary input[type=text]:focus,
#mansion_summary input[type=email]:focus,
#mansion_summary input[type=tel]:focus,
#mansion_summary input[type=number]:focus,
#mansion_summary textarea:focus,
#mansion_summary select:focus,
#evaluation_criteria input[type=text]:focus,
#evaluation_criteria input[type=email]:focus,
#evaluation_criteria input[type=tel]:focus,
#evaluation_criteria input[type=number]:focus,
#evaluation_criteria textarea:focus,
#evaluation_criteria select:focus,
#contact input[type=text]:focus,
#contact input[type=email]:focus,
#contact input[type=tel]:focus,
#contact input[type=number]:focus,
#contact textarea:focus,
#contact select:focus {
  border-color: #337AB7;
  box-shadow: 0 0 0 3px rgba(51, 122, 183, 0.14);
  outline: none;
}
#mansion_summary input[type=radio],
#mansion_summary input[type=checkbox],
#evaluation_criteria input[type=radio],
#evaluation_criteria input[type=checkbox],
#contact input[type=radio],
#contact input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.5rem 0 0;
  accent-color: #337AB7;
  vertical-align: -0.3rem;
  cursor: pointer;
}
#mansion_summary label,
#evaluation_criteria label,
#contact label {
  display: inline-block;
  margin: 0.35rem 1.5rem 0.35rem 0;
  cursor: pointer;
}
#mansion_summary .wpcf7-list-item,
#evaluation_criteria .wpcf7-list-item,
#contact .wpcf7-list-item {
  margin: 0.35rem 1.5rem 0.35rem 0;
}
#mansion_summary .wpcf7-list-item-label,
#evaluation_criteria .wpcf7-list-item-label,
#contact .wpcf7-list-item-label {
  cursor: pointer;
}
#mansion_summary .wpcf7-not-valid-tip,
#evaluation_criteria .wpcf7-not-valid-tip,
#contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  color: #c00;
  font-size: 1.3rem;
}

h3:has(+ #mansion_summary),
h3:has(+ #evaluation_criteria),
h3:has(+ #contact) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #022662;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  h3:has(+ #mansion_summary),
  h3:has(+ #evaluation_criteria),
  h3:has(+ #contact) {
    font-size: 2.5rem;
  }
}
h3:has(+ #mansion_summary):not(:first-child),
h3:has(+ #evaluation_criteria):not(:first-child),
h3:has(+ #contact):not(:first-child) {
  margin-top: 5rem;
}
h3:has(+ #mansion_summary):after,
h3:has(+ #evaluation_criteria):after,
h3:has(+ #contact):after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 3px;
  background-color: #022662;
}
h3:has(+ #mansion_summary) .annotation,
h3:has(+ #evaluation_criteria) .annotation,
h3:has(+ #contact) .annotation {
  flex: 0 0 auto;
  color: #B3261E;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.required {
  display: inline-block;
  margin-left: 0.25em;
  color: #B3261E;
  font-weight: 700;
}

#mansion_summary th {
  width: 24%;
}
#mansion_summary #houses,
#mansion_summary #floor,
#mansion_summary #area,
#mansion_summary #build_year,
#mansion_summary #build_month {
  width: 10rem;
  margin: 0 0.6rem;
  text-align: right;
}
#mansion_summary #mansion_zip {
  max-width: 31rem;
}

#evaluation_criteria th {
  width: 24%;
  text-align: center;
}
#evaluation_criteria tr.sub_item td {
  color: #173A66;
  font-weight: 700;
  background-color: #F7FAFD;
}
#evaluation_criteria .wpcf7-list-item {
  min-width: 8em;
}

#contact {
  table-layout: fixed;
}
#contact th {
  width: 24%;
  text-align: center;
}
#contact td:first-of-type {
  width: 18%;
  color: #173A66;
  font-weight: 700;
  background-color: #F7FAFD;
}
#contact #kaitou_zip,
#contact #contact_zip {
  width: 20rem;
  margin-right: 1.5rem;
}
#contact #kaitou_zokusei_other_text,
#contact #renraku_zokusei_other_text {
  width: 18rem;
  min-height: 3.8rem;
  margin-left: 0.4rem;
  padding: 0.5rem 0.8rem;
}

#contact ~ h4 {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2.8rem;
  margin: 6rem 0 2.5rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  #contact ~ h4 {
    font-size: 2.8rem;
    padding: 2.4rem 2.5rem 2.4rem 3.2rem;
  }
}
#contact ~ h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #022662;
}

#contact ~ dl {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  #contact ~ dl {
    font-size: 1.5rem;
  }
}
#contact ~ dl > dt {
  margin-top: 3.5rem;
  padding: 1.4rem 1.8rem;
  color: #173A66;
  font-weight: 700;
  background-color: #EDF4FA;
  border-left: 5px solid #337AB7;
}
#contact ~ dl > dt:first-child {
  margin-top: 0;
}
#contact ~ dl > dd {
  margin: 0;
  padding: 1.6rem 1.8rem;
  border-right: 1px solid #D6DEE8;
  border-bottom: 1px solid #D6DEE8;
  border-left: 1px solid #D6DEE8;
  background-color: #fff;
}
#contact ~ dl input[type=text],
#contact ~ dl input[type=email],
#contact ~ dl input[type=tel],
#contact ~ dl input[type=number] {
  width: 14rem;
  max-width: 100%;
  min-height: 4.2rem;
  margin: 0.4rem 0.8rem;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
  border: 1px solid #B8C4D2;
  border-radius: 4px;
}
#contact ~ dl input[type=text]:focus,
#contact ~ dl input[type=email]:focus,
#contact ~ dl input[type=tel]:focus,
#contact ~ dl input[type=number]:focus {
  border-color: #337AB7;
  box-shadow: 0 0 0 3px rgba(51, 122, 183, 0.14);
  outline: none;
}
#contact ~ dl input[type=radio],
#contact ~ dl input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.5rem 0 0;
  accent-color: #337AB7;
  vertical-align: -0.3rem;
  cursor: pointer;
}
#contact ~ dl label {
  display: inline-block;
  margin: 0.3rem 1.5rem 0.3rem 0;
  cursor: pointer;
}

.mansion_enquete,
.mansion_enquete_disc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mansion_enquete li,
.mansion_enquete_disc li {
  position: relative;
  margin: 0;
  padding: 0.65rem 0 0.65rem 2.8rem;
}
.mansion_enquete li input[type=radio],
.mansion_enquete li input[type=checkbox],
.mansion_enquete_disc li input[type=radio],
.mansion_enquete_disc li input[type=checkbox] {
  position: absolute;
  top: 1.05rem;
  left: 0;
}
.mansion_enquete li label,
.mansion_enquete_disc li label {
  display: block;
  margin: 0;
}

.mansion_enquete_disc {
  margin-top: 1rem;
}
.mansion_enquete_disc li {
  padding-left: 1.4em;
}
.mansion_enquete_disc li:before {
  position: absolute;
  top: 1.35em;
  left: 0.25em;
  width: 0.45em;
  height: 0.45em;
  background-color: #337AB7;
  content: "";
  transform: translateY(-50%);
}

#third_party_mng {
  margin: 4.5rem 0 !important;
  padding: 2.8rem 2rem 2rem !important;
  border: 2px solid #7B91AA !important;
  border-radius: 6px;
  background-color: #F7FAFD;
}
@media screen and (min-width: 768px), print {
  #third_party_mng {
    padding: 3.2rem 3rem 2.5rem !important;
  }
}
#third_party_mng .title_box {
  position: absolute;
  top: 0;
  left: 2rem;
  display: inline-block;
  max-width: calc(100% - 4rem);
  padding: 0.45rem 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #43658D;
  border-radius: 0 0 4px 4px;
}
#third_party_mng #notes {
  margin: 1.8rem 0 2rem;
  padding: 0;
  list-style: none;
}
#third_party_mng #notes li {
  margin: 0.4rem 0;
  line-height: 1.7;
}
#third_party_mng dl {
  margin: 0;
}
#third_party_mng dt {
  margin-top: 2.5rem;
  color: #173A66;
  font-weight: 700;
}
#third_party_mng dd {
  margin: 0.6rem 0 0;
}
#third_party_mng img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto 0;
}

#submit_area {
  margin-top: 4rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border-top: 1px solid #D6DEE8;
  background-color: #F7FAFD;
}
#submit_area label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
  cursor: pointer;
}
#submit_area input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  accent-color: #337AB7;
}
#submit_area button {
  display: block;
  width: 30rem;
  max-width: 100%;
  min-height: 5.4rem;
  margin: 0 auto;
  padding: 1.2rem 2rem;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  border-radius: 4px;
  background-color: #337AB7;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
#submit_area button:hover:not(:disabled) {
  background-color: #0055A2;
}
#submit_area button:disabled {
  color: #687483;
  background-color: #D7DDE4;
  cursor: not-allowed;
  opacity: 1;
}

@media screen and (max-width: 639.98px) {
  h3:has(+ #mansion_summary),
  h3:has(+ #evaluation_criteria),
  h3:has(+ #contact) {
    display: block;
  }
  h3:has(+ #mansion_summary) .annotation,
  h3:has(+ #evaluation_criteria) .annotation,
  h3:has(+ #contact) .annotation {
    display: block;
    margin-top: 0.5rem;
  }
  #mansion_summary,
  #evaluation_criteria,
  #contact {
    display: block;
    border-top: 1px solid #D6DEE8;
  }
  #mansion_summary tbody,
  #mansion_summary tr,
  #mansion_summary th,
  #mansion_summary td,
  #evaluation_criteria tbody,
  #evaluation_criteria tr,
  #evaluation_criteria th,
  #evaluation_criteria td,
  #contact tbody,
  #contact tr,
  #contact th,
  #contact td {
    display: block;
    width: 100%;
  }
  #mansion_summary tr,
  #evaluation_criteria tr,
  #contact tr {
    border-right: 1px solid #D6DEE8;
    border-bottom: 1px solid #D6DEE8;
    border-left: 1px solid #D6DEE8;
  }
  #mansion_summary th,
  #mansion_summary td,
  #evaluation_criteria th,
  #evaluation_criteria td,
  #contact th,
  #contact td {
    width: 100%;
    border: 0;
  }
  #mansion_summary th,
  #evaluation_criteria th,
  #contact th {
    padding: 1.1rem 1.3rem;
  }
  #mansion_summary td,
  #evaluation_criteria td,
  #contact td {
    padding: 1.3rem;
  }
  #evaluation_criteria tr.sub_item {
    border-bottom: 0;
  }
  #evaluation_criteria th {
    text-align: left;
  }
  #evaluation_criteria th[rowspan] {
    padding-top: 1.4rem;
    border-top: 3px solid #022662;
  }
  #contact th[rowspan] {
    color: #fff;
    text-align: left;
    background-color: #022662;
  }
  #contact td:first-of-type {
    width: 100%;
    padding-bottom: 0.6rem;
  }
  #contact #kaitou_zip,
  #contact #contact_zip,
  #contact #kaitou_zokusei_other_text,
  #contact #renraku_zokusei_other_text {
    width: 100%;
    margin: 0.5rem 0;
  }
  #contact ~ dl > dt,
  #contact ~ dl > dd {
    padding: 1.3rem;
  }
  #third_party_mng {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  #third_party_mng .title_box {
    left: 1.4rem;
    max-width: calc(100% - 2.8rem);
  }
  #submit_area {
    padding: 2rem 1.3rem;
  }
}
/* マンション管理状況調査 確認画面 */
#confirm {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  #confirm {
    font-size: 1.5rem;
  }
}
#confirm > h3 {
  position: relative;
  color: #022662;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  #confirm > h3 {
    font-size: 2.5rem;
  }
}
#confirm > h3:not(:first-child) {
  margin-top: 5rem;
}
#confirm > h3:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 3px;
  background-color: #022662;
}
#confirm > dl {
  margin: 0;
  border: 1px solid #D6DEE8;
  background-color: #fff;
}
#confirm > dl > dt,
#confirm > dl > dd {
  margin: 0;
  padding: 1.4rem 1.8rem;
}
#confirm > dl > dt {
  color: #173A66;
  font-weight: 700;
  background-color: #EDF4FA;
}
#confirm > dl > dd {
  overflow-wrap: anywhere;
  border-top: 1px solid #D6DEE8;
}
#confirm > dl label {
  cursor: default;
}
#confirm > dl:first-of-type {
  display: grid;
  grid-template-columns: 24% minmax(0, 1fr);
}
#confirm > dl:first-of-type > dt,
#confirm > dl:first-of-type > dd {
  border-top: 1px solid #D6DEE8;
}
#confirm > dl:first-of-type > dd {
  border-left: 1px solid #D6DEE8;
}
#confirm > dl:first-of-type > :nth-child(-n+2) {
  border-top: 0;
}
#confirm > dl:not(:first-of-type) {
  border: 0;
}
#confirm > dl:not(:first-of-type) > dt,
#confirm > dl:not(:first-of-type) > dd {
  border-right: 1px solid #D6DEE8;
  border-left: 1px solid #D6DEE8;
}
#confirm > dl:not(:first-of-type) > dt {
  border-top: 3px solid #022662;
}
#confirm > dl:not(:first-of-type) > dt:first-child {
  border-top: 1px solid #D6DEE8;
}
#confirm > dl:not(:first-of-type) > dt:not(:first-child) {
  margin-top: 2.5rem;
}
#confirm > dl:not(:first-of-type) > dd:has(+ dt),
#confirm > dl:not(:first-of-type) > dd:last-child {
  border-bottom: 1px solid #D6DEE8;
}
#confirm #mansion_enq01 > dt {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
#confirm #mansion_enq01 > dd {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 639.98px) {
  #confirm > h3 {
    font-size: 1.9rem;
  }
  #confirm > h3:not(:first-child) {
    margin-top: 4rem;
  }
  #confirm > dl > dt,
  #confirm > dl > dd {
    padding: 1.2rem 1.3rem;
  }
  #confirm > dl:not(:first-of-type) > dt:not(:first-child) {
    margin-top: 1.8rem;
  }
  #confirm > dl:first-of-type {
    display: block;
  }
  #confirm > dl:first-of-type > dt,
  #confirm > dl:first-of-type > dd {
    border-top: 1px solid #D6DEE8;
    border-left: 0;
  }
  #confirm > dl:first-of-type > :first-child {
    border-top: 0;
  }
}

#confirm + #submit_area {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#confirm + #submit_area button {
  width: 24rem;
  margin: 0 !important;
}
#confirm + #submit_area button:first-of-type {
  background-color: #43658D;
}
#confirm + #submit_area button:first-of-type:hover {
  background-color: #304B6B;
}
@media screen and (max-width: 639.98px) {
  #confirm + #submit_area {
    flex-direction: column !important;
  }
  #confirm + #submit_area button {
    width: 100%;
  }
}

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

  ローディング

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

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual {
    margin-top: 60px;
  }
}
.mainvisual .inner {
  max-width: none;
}
.mainvisual-img {
  position: relative;
  overflow: hidden;
}
.mainvisual-img::before {
  content: "";
  display: block;
  padding-top: 250px;
}
@media screen and (min-width: 768px), print {
  .mainvisual-img::before {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-img::before {
    padding-top: 600px;
  }
}
.mainvisual-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

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

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.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: #022662;
  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 top page

-------------------------------- */
/* page section */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto 2.5em auto;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin: 0 auto 3em auto;
  }
}
.section-heading {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
}
.section-heading .jp {
  display: block;
  color: #022662;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1100px), print {
  .section-heading .jp {
    font-size: 3.2rem;
  }
}
.section-heading .en {
  display: block;
  color: #56BC72;
  font-size: 1.3rem;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

.top-about-section {
  position: relative;
  padding: 0 1em 3em;
}
@media screen and (max-width: 1099.98px) {
  .top-about-section {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-section {
    padding: 0 2em 5em;
  }
}
.top-about-section .inner {
  max-width: 1500px;
}
.top-about-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1499.98px) and (min-width: 1100px) {
  .top-about-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-wrap {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}
.top-about-side {
  min-width: 0;
}
@media screen and (min-width: 1100px), print {
  .top-about-side {
    flex: 0 1 60%;
  }
}
@media screen and (max-width: 1499.98px) and (min-width: 1100px) {
  .top-about-side {
    flex-basis: 58%;
  }
}
.top-about-main {
  flex: 0 1 680px;
  width: 100%;
  max-width: 680px;
  padding: 3em 0 0 0;
  margin-left: -8em;
}
@media screen and (max-width: 1499.98px) and (min-width: 1100px) {
  .top-about-main {
    flex-basis: 520px;
    max-width: 520px;
    margin-left: -6em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-main {
    flex: none;
    padding: 0;
    margin: 2em 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-image {
    max-width: 70%;
    margin: 0 auto;
  }
}
.top-about-heading {
  line-height: 1.65;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 480px), print {
  .top-about-heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-about-heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-heading {
    font-size: 3.6rem;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 1499.98px) and (min-width: 1100px) {
  .top-about-heading {
    font-size: 3.2rem;
  }
}
.top-about-heading .c-blue {
  color: #337AB7;
}
.top-about-heading .br {
  display: block;
}
@media screen and (max-width: 1499.98px) {
  .top-about-heading .br {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading .br {
    display: none;
  }
}
.top-about-text p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-about-text p {
    font-size: 1.7rem;
    line-height: 2;
  }
}

.top-news-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (max-width: 1099.98px) {
  .top-news-section {
    padding-top: 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 0 2em 5em;
  }
}
.top-news-section .inner {
  max-width: 1350px;
}
.top-news-wrap {
  display: flex;
  align-items: center;
}
.top-news-wrap .top-about-side {
  flex: 0 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .top-news-wrap {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}
.top-news-main {
  flex: 1;
  width: 100%;
  max-width: 820px;
  padding: 3em 0 0 0;
  margin: 0 3em 0 0;
}
@media screen and (max-width: 1099.98px) {
  .top-news-main {
    padding: 0;
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-image {
    max-width: 70%;
    margin: 0 auto;
  }
}
.top-news-header {
  margin-bottom: 0.5em;
}
.top-news-heading .jp {
  display: inline-block;
  color: #022662;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 480px), print {
  .top-news-heading .jp {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-news-heading .jp {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-heading .jp {
    font-size: 3rem;
  }
}
.top-news-heading .en {
  display: inline-block;
  color: #aaa;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
}
.top-news-btn {
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .top-news-btn {
    text-align: right;
  }
}

.top-info-section {
  position: relative;
  padding: 3em 1em;
  background-color: #EBF6FA;
}
@media screen and (min-width: 1100px), print {
  .top-info-section {
    padding: 5em 2em;
  }
}
.top-info-section .inner {
  max-width: 1250px;
}
.top-info-wrap {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .top-info-wrap {
    grid-template-columns: 1fr;
  }
}
.top-info-item {
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.top-info-body {
  padding: 1.8em 1.5em 2em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.top-info-head {
  text-align: center;
}
.top-info-heading {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-align: center;
  padding-left: 50px;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 480px), print {
  .top-info-heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-info-heading {
    font-size: 2.6rem;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-info-heading {
    font-size: 3rem;
    padding-left: 65px;
  }
}
.top-info-heading::before {
  content: "";
  width: 50px;
  height: 32px;
  display: block;
  background: url("../img/top/logo2.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1099.98px) {
  .top-info-heading::before {
    width: 45px;
    height: 29px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-info-heading::before {
    width: 40px;
    height: 26px;
  }
}
.top-info-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .top-info-text {
    font-size: 1.8rem;
  }
}
.top-info-btn {
  text-align: center;
  margin-top: auto;
  padding-top: 2em;
}

.top-article-section {
  position: relative;
  padding: 3em 1em;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-article-section {
    padding: 5em 2em;
  }
}
.top-article-section .inner {
  max-width: 1250px;
}
.top-staff-section {
  position: relative;
  padding: 3em 1em 5em;
}
@media screen and (min-width: 1100px), print {
  .top-staff-section {
    padding: 3em 2em 8em;
  }
}
.top-staff-section .section-header {
  margin: 0 auto 4rem;
}
@media screen and (min-width: 1100px), print {
  .top-staff-section .section-header {
    margin: 0 auto 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-section .section-heading .en {
    font-size: 7.6rem;
  }
}
.top-staff-container {
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .top-staff-container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.top-staff-main {
  margin: 2em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .top-staff-main {
    margin: 0 3em 0 0;
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 1280px), print {
  .top-staff-main {
    margin: 0 5em 0 0;
  }
}
.top-staff-greeting {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .top-staff-greeting {
    font-size: 1.6rem;
  }
}
.top-staff-greeting p:not(:last-child) {
  margin-bottom: 1.5em;
}
.top-staff-img {
  text-align: center;
}
.top-staff-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
}
.top-staff-name .label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
.top-staff-name .name .jp {
  font-size: 2.6rem;
}
.top-staff-overview {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1.5rem;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .top-staff-overview {
    gap: 2rem;
  }
}
.top-staff-overview dl dt {
  font-size: 1.5rem;
  font-weight: normal;
  border: 1px solid #CCC;
  padding: 0.35em 0.7em 0.4em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .top-staff-overview dl dt {
    font-size: 1.8rem;
  }
}
.top-staff-overview dl dd {
  flex: 1;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-staff-overview dl dd {
    font-size: 1.5rem;
  }
}

.top-office-section {
  position: relative;
  padding: 0 1em;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-office-section {
    padding: 0 2em;
  }
}
.top-office-section .inner {
  padding: 5.5em 0 6em 0;
}
@media screen and (min-width: 480px), print {
  .top-office-section .inner {
    padding: 5.5em 0 6em 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-office-section .inner {
    padding: 6em 0 6em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-office-section .inner {
    padding: 9em 0 6em 0;
  }
}
.top-office-section .section-header {
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .top-office-section .section-header {
    top: -3.5em;
  }
}
.top-office-main {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .top-office-main {
    max-width: 335px;
    margin: 0 auto;
  }
}
.top-office-table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.top-office-table th, .top-office-table td {
  font-weight: 400;
  padding: 0 0 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .top-office-table th, .top-office-table td {
    padding: 0 0 2.5em 0;
  }
}
.top-office-table th {
  font-size: 1.2rem;
  width: 10em;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-office-table th {
    font-size: 1.6rem;
    width: 11em;
    line-height: 1.7;
  }
}
.top-office-table td {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-office-table td {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.top-office-table td span {
  color: #022662;
}
.top-office-btn {
  text-align: right;
}
.top-office-side {
  margin-top: 3.5em;
}
.top-office-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 480px), print {
  .top-office-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-office-text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 0.8em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-office-text {
    font-size: 1.5rem;
  }
}

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

  idxx　記事コンテンツ

-------------------------------- */
.article-section .article-date {
  width: 100%;
  margin-bottom: 1rem;
}
.article-detail-section .article-date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
  color: #707070;
}
@media screen and (max-width: 767.98px) {
  .article-detail-section .article-date {
    margin-bottom: 1em;
  }
}
.article-btn {
  text-align: center;
  margin-top: 2em;
}
.article-wrap {
  padding: 2.5rem 2rem 3rem;
  background-color: #fff;
  border: 1px solid #022662;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px), print {
  .article-wrap {
    padding: 5rem 5rem 4.5rem;
  }
}
.article-topics:not(:last-child) {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.article-main {
  flex: 1;
  min-width: 0;
  margin: 1.2em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .article-main {
    margin: 0 0 0 2em;
    padding: 0.5em 0 0 0;
  }
}
.article-img {
  position: relative;
  width: 280px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .article-img {
    margin: 0 auto;
  }
}
.article-img::before {
  content: "";
  display: block;
  padding-top: 57%;
}
.article-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;
}
.article-link {
  display: block;
  height: 100%;
  transition: color 0.3s ease;
}
.article-link:hover {
  color: #337AB7;
}
.article-date {
  display: block;
  width: 5em;
  color: #337AB7;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
}
.article-category {
  display: block;
  width: 100px;
  height: 22px;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  background-color: #0055A2;
  word-break: break-all;
  word-wrap: break-word;
}
.article-title {
  position: relative;
  display: block;
  line-height: 1.4 !important;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 0.5em;
  padding-left: 1em;
  transition: color 0.3s ease;
}
.article-title::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #56BC72;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .article-title::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .article-title {
    font-size: 1.8rem;
  }
}
.article-content {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (min-width: 768px), print {
  .article-content {
    font-size: 1.5rem;
  }
}
.article-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.article-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .article-body {
    font-size: 1.5rem;
  }
}
.article-more {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .article-more {
    text-align: right;
    margin-top: 0;
  }
}
.article-more span {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 12em;
  padding: 0.2em 1em 0.3em 1em;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.3s ease;
  border: 1px solid #022662;
  border-radius: 5em;
  background-color: #022662;
}
.article-text {
  word-break: break-all;
  word-wrap: break-word;
}
.article-text p,
.article-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.article-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #022662;
}
@media screen and (max-width: 767.98px) {
  .article-back {
    margin-top: 2em;
  }
}
/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics {
  padding: 2.6rem 0;
}
.news-topics:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.news-info {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.news-link {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-link:hover {
  color: #0055A2;
}
.news-date {
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #337AB7;
  font-size: 1.5rem;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: 0.03em;
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    margin: 0 0 0.8rem 0;
  }
}
.news-img {
  position: relative;
}
.news-title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.6rem;
  }
}

/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

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

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

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

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

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

  idxx　下層

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

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}
.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}
.category-text p:not(:last-child) {
  margin-bottom: 1em;
}
.category-text ul,
.category-text ol {
  margin-bottom: 1em;
}
.category-text ul li,
.category-text ol li {
  margin-left: 1.3em;
}
.category-text ul {
  list-style: disc;
}
.category-text ol {
  list-style: decimal;
}
.category-list.article-wrap {
  margin-top: 3rem;
}
.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #111;
}
.category-link:hover {
  color: #111;
  text-decoration: none;
}
.category-link:hover .category-title {
  color: #0055A2;
  transition: color 0.3s ease;
}
.category-title {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.category-body {
  font-size: 0.9em;
}
.category-img {
  float: left;
  width: 90px;
}
.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

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

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

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

.aboutus-block {
  border: 1px solid #DDD;
  background-color: #fff;
}
.aboutus-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .aboutus-block:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.aboutus-heading {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2.8rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .aboutus-heading {
    font-size: 2.8rem;
    padding: 2.4rem 2.5rem 2.4rem 3.2rem;
  }
}
.aboutus-heading:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #022662;
}
.aboutus-heading span {
  font-size: 1.3rem;
}
@media screen and (min-width: 1100px), print {
  .aboutus-heading span {
    font-size: 1.5rem;
  }
}
.aboutus-content {
  padding: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .aboutus-content {
    padding: 3rem;
  }
}
.aboutus-greeting-title {
  position: relative;
  color: #022662;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .aboutus-greeting-title {
    font-size: 2.5rem;
  }
}
.aboutus-greeting-title:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 3px;
  background-color: #022662;
}
.aboutus-text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .aboutus-text p {
    font-size: 1.6rem;
  }
}
.aboutus-text p:not(:last-child) {
  margin-bottom: 1.2em;
}
.aboutus-signature {
  text-align: right;
  padding-top: 2.8rem;
  margin-top: 3rem;
  border-top: 1px solid #DDD;
}
.aboutus-signature-organization {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .aboutus-signature-organization {
    font-size: 1.4rem;
  }
}
.aboutus-signature-name {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1100px), print {
  .aboutus-signature-name {
    font-size: 2.5rem;
  }
}
.aboutus-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .aboutus-table {
    font-size: 1.5rem;
  }
}
.aboutus-table th,
.aboutus-table td {
  vertical-align: middle;
  padding: 1.5rem;
  border: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .aboutus-table th,
  .aboutus-table td {
    padding: 1.8rem 2.5rem;
  }
}
.aboutus-table th {
  width: 12em;
  font-weight: normal;
  text-align: center;
  background-color: #F7F7F7;
}
@media screen and (max-width: 639.98px) {
  .aboutus-table th {
    width: 100%;
  }
}
.aboutus-table a {
  color: #337AB7;
  text-decoration: underline;
}
@media screen and (max-width: 639.98px) {
  .aboutus-table--officers th,
  .aboutus-table--officers td {
    padding: 1.4rem 1rem;
  }
}
@media screen and (max-width: 639.98px) {
  .aboutus-table--officers th {
    width: 42%;
  }
}
@media screen and (max-width: 639.98px) {
  .aboutus-table--officers td {
    width: 58%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1100px), print {
  .aboutus-table--officers {
    max-width: 920px;
  }
}
.aboutus-member {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .aboutus-member {
    font-size: 1.6rem;
  }
}

.activities-lead {
  margin-bottom: 5rem;
}
.activities-lead p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .activities-lead p {
    font-size: 1.6rem;
  }
}
.activities-lead p:not(:last-child) {
  margin-bottom: 1.2em;
}
.activities-block {
  border: 1px solid #DDD;
  background-color: #fff;
}
.activities-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .activities-block:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.activities-heading {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2.8rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .activities-heading {
    font-size: 2.8rem;
    padding: 2.4rem 2.5rem 2.4rem 3.2rem;
  }
}
.activities-heading:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #022662;
}
.activities-heading span {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .activities-heading span {
    font-size: 1.3rem;
  }
}
.activities-content {
  padding: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .activities-content {
    padding: 3rem;
  }
}
.activities-area:not(:last-child) {
  margin-bottom: 4.5rem;
}
.activities-area-title {
  position: relative;
  color: #022662;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .activities-area-title {
    font-size: 2.5rem;
  }
}
.activities-area-title:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 3px;
  background-color: #022662;
}
.activities-project-title {
  color: #337AB7;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 2.2rem;
  background-color: #EBF6FA;
}
@media screen and (min-width: 1100px), print {
  .activities-project-title {
    font-size: 2rem;
  }
}
.activities-text, .activities-links {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .activities-text, .activities-links {
    font-size: 1.6rem;
  }
}
.activities-text {
  margin-bottom: 2.5rem;
}
.activities-result {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding: 2rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1100px), print {
  .activities-result {
    padding: 2.5rem 3rem 4rem;
  }
}
.activities-result a {
  color: #337AB7;
  text-decoration: underline;
}
.activities-list {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (min-width: 1100px), print {
  .activities-list {
    font-size: 1.6rem;
  }
}
.activities-list li {
  position: relative;
  padding-left: 1.4em;
}
.activities-list li:before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  background-color: #022662;
}
.activities-list li:not(:last-child) {
  margin-bottom: 0.4em;
}
.activities-list li ul {
  margin-top: 0.4em;
  padding-left: 2.2rem;
}
.activities-list li ul li {
  font-size: 0.95em;
}
.activities-list li ul li:before {
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.5em solid #56BC72;
}
.activities-link-area:not(:last-child) {
  margin-bottom: 4rem;
}
.activities-links p:not(:last-child) {
  margin-bottom: 1.2em;
}
.activities-links a {
  color: #337AB7;
  text-decoration: underline;
}
.activities-link-description {
  padding-left: 2em;
}
@media screen and (max-width: 639.98px) {
  .activities-link-description {
    padding-left: 1em;
  }
}

.member-list-lead {
  margin-bottom: 5rem;
}
.member-list-lead p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1100px), print {
  .member-list-lead p {
    font-size: 1.6rem;
  }
}
.member-list-lead p:not(:last-child) {
  margin-bottom: 1em;
}
.member-list-table-wrap {
  width: 100%;
  overflow-x: visible;
}
@media screen and (max-width: 1099.98px) {
  .member-list-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.member-list-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.3rem;
}
@media screen and (max-width: 1099.98px) {
  .member-list-table {
    min-width: 1180px;
  }
}
@media screen and (min-width: 1100px), print {
  .member-list-table {
    font-size: 1.4rem;
  }
}
.member-list-table th,
.member-list-table td {
  vertical-align: middle;
  text-align: center;
  padding: 1.2rem 0.8rem;
  border: 1px solid #D8D8D8;
}
.member-list-table thead th {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: #337DB7;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0;
}
.member-list-table thead th.member-list-table-name, .member-list-table thead th.member-list-table-office {
  font-size: 1.4rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.member-list-table thead th.member-list-table-field-heading {
  font-size: 1.5rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.member-list-table thead tr:first-child th {
  height: 5.5rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.member-list-table thead tr:nth-child(2) th {
  height: 25rem;
}
.member-list-table tbody th {
  font-weight: normal;
  background-color: #fff;
  white-space: nowrap;
}
.member-list-table tbody td {
  background-color: #fff;
}
.member-list-table tbody td:nth-child(2) {
  white-space: nowrap;
}
.member-list-table tbody .member-list-kana > th,
.member-list-table tbody .member-list-kana > td {
  background-color: #EBF6FA;
}
.member-list-table tbody .member-list-kana > th {
  border-right-color: #EBF6FA;
}
.member-list-table tbody .member-list-kana > td {
  border-left-color: #EBF6FA;
  border-right-color: #EBF6FA;
}
.member-list-table-name, .member-list-table-office {
  font-size: 1.4rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.member-list-table-name {
  width: 16.5rem;
}
.member-list-table-office {
  width: 7.5rem;
}
.member-list-table-field-heading {
  font-size: 1.5rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.member-list-table-note {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.member-list-col-name {
  width: 15%;
}
.member-list-col-office {
  width: 7%;
}
.member-list-col-field {
  width: 4.875%;
}
.member-list-kana > th,
.member-list-kana > td {
  height: 5.5rem;
  font-weight: 700;
  background-color: #EBF6FA;
}
.member-list-kana > th {
  border-right-color: #EBF6FA;
}
.member-list-kana > td {
  border-left-color: #EBF6FA;
  border-right-color: #EBF6FA;
}
.member-list-name-link {
  color: #337AB7;
}

.member-page-block {
  border: 1px solid #DDD;
  background-color: #fff;
}
.member-page-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .member-page-block:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.member-page-heading {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 2.8rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1100px), print {
  .member-page-heading {
    font-size: 2.8rem;
    padding: 2.4rem 2.5rem 2.4rem 3.2rem;
  }
}
.member-page-heading:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #022662;
}
.member-page-heading span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .member-page-heading span {
    font-size: 1.3rem;
  }
}
.member-page-content {
  padding: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .member-page-content {
    padding: 3rem;
  }
}
.member-page-link-list li {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .member-page-link-list li {
    font-size: 1.6rem;
  }
}
.member-page-link-list li:not(:last-child) {
  margin-bottom: 1.5em;
}
.member-page-link-list a {
  color: #337AB7;
  text-decoration: underline;
}
.member-page-archive-item:not(:last-child) {
  margin-bottom: 2rem;
}
.member-page-archive-title {
  margin-bottom: 0.8rem;
}
.member-page-archive p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .member-page-archive p {
    font-size: 1.6rem;
  }
}
.member-page-archive p:not(:last-child) {
  margin-bottom: 0.6em;
}
.member-page-archive p a {
  color: #337AB7;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */