@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;
}

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

  共通スタイル

-------------------------------- */
.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: #0055A2;
}
.main-heading::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  bottom: 0;
  background: #0055A2;
}

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

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

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

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-link {
    font-size: 1.2rem;
  }
}
.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}
.common-link:hover::after {
  background-color: #fff;
}
.common-link:hover span {
  background-color: #0055A2;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #0055A2;
  border: 1px solid #0055A2;
  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 #0055A2;
  background-color: #0055A2;
  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.6em 2em 0.5em 0.2em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.3s ease;
  border: 1px solid #004079;
  border-radius: 5em;
  background-color: #004079;
  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: 0.8em 3.5em 0.8em 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;
}

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

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

.global-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  background: rgba(0, 85, 162, 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: 1280px), print {
  .header-logo {
    position: absolute;
    left: 30px;
    top: 22px;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    left: 50px;
  }
}
@media screen and (max-width: 1279.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;
  }
}
.header-logo .site-logo {
  width: 372px;
}
@media screen and (max-width: 1279.98px) {
  .header-logo .site-logo {
    width: 186px;
  }
}
.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: 1280px), print {
  .header-contact-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 80px;
    display: block;
    z-index: 9999;
  }
}
.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: #00823A;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 1rem;
  transition: background-color 0.3s ease;
  transition-property: background-color, color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.header-contact-button a span {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 22px;
}
.header-contact-button a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/base/icon-mail_wht.png) no-repeat center/cover;
}
.header-contact-button a:hover {
  background-color: #0055A2;
}
/* スクロール時固定用 */
@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: 1280px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    opacity: 1;
    transition: none;
    padding: 0 23em 0 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1279.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: 1279.98px) {
  .nav-open .nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1280px), 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: 1280px), 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: 1279.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav-area {
    display: flex;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-item:last-child .nav-link span::after {
    background: transparent;
  }
}
@media screen and (max-width: 1279.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #0055A2;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(0, 85, 162, 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: #000;
  font-feature-settings: "palt";
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px), 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.4rem;
    color: #111;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1279.98px) {
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #444;
    font-size: 1.5rem;
    background-color: #fff;
    height: 60px;
    transition-property: color, background-color;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #0055A2;
    border-left: 1px solid #0055A2;
    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(0, 85, 162, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link:hover {
    opacity: 0.8;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #ccc;
  }
}
@media screen and (max-width: 1279.98px) {
  .main-nav .nav-link span {
    padding: 0;
  }
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1280px), 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: 1280px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #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: #0055A2;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1280px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-open .nav-close-button {
  display: block;
}
.nav-close-button .nav-button-icon {
  background: none;
  top: -17px;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

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

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 80px;
    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: 80px;
    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: #0055A2;
}
@media screen and (max-width: 1099.98px) {
  .footer {
    margin-bottom: 60px;
    padding: 0 1em;
  }
}
.footer-contact-heading {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-heading {
    margin-bottom: 4rem;
  }
}
.footer-contact-heading .en {
  display: block;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 0.7rem;
}
.footer-contact-heading .jp {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
.footer-contact-text {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-contact-text {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
}
.footer-contact-text .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .footer-contact-text .br {
    display: none;
  }
}
.footer-contact-wrap {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .footer-contact-wrap {
    flex-direction: column;
  }
}
.footer-contact-item {
  height: 80px;
}
@media screen and (max-width: 767.98px) {
  .footer-contact-item {
    height: 70px;
  }
}
.footer-contact-item:first-child {
  width: 60%;
}
@media screen and (max-width: 767.98px) {
  .footer-contact-item:first-child {
    width: 100%;
  }
}
.footer-contact-item:last-child {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  .footer-contact-item:last-child {
    width: 100%;
  }
}
.footer-contact-item.tel .tel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer-contact-item.tel .tel-num {
  position: relative;
  display: block;
  font-size: 4.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 0 0.8em;
  line-height: 1;
}
.footer-contact-item.tel .tel-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  display: block;
  width: 21px;
  height: 35px;
  background: url("../img/base/icon-tel_wht.png") no-repeat center/contain;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-item.tel .tel-num::before {
    width: 16px;
    height: 27px;
    top: 0.08em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-item.tel .tel-num {
    font-size: 3.2rem;
  }
}
.footer-contact-item.tel .tel-text {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  font-feature-settings: "palt";
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-item.tel .tel-text {
    font-size: 1.2rem;
  }
}
.footer-contact-item.tel .tel-adr {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  font-feature-settings: "palt";
  margin-top: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact-item.tel .tel-adr {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-contact-item.mail {
    margin-top: 1.5em;
  }
}
.footer-contact-item.mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background-color: #fff;
  color: #111;
  line-height: 1.2;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  transition: background-color 0.3s ease;
}
.footer-contact-item.mail a:hover {
  color: #fff;
  background-color: #0055A2;
}
.footer-contact-item.mail a:hover span::before {
  background: url("../img/base/icon-mail_wht.png") no-repeat center/contain;
}
.footer-contact-item.mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
}
.footer-contact-item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 21px;
  background: url("../img/base/icon-mail_ble.png") no-repeat center/contain;
}
.footer-map {
  position: relative;
  margin: -5em 0 0 0;
  z-index: 101;
}
@media screen and (min-width: 1100px), print {
  .footer-map {
    margin: -5em 0 0 0;
  }
}
.footer-main {
  padding: 3.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .footer-main {
    padding: 5rem 0 6rem;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    margin-top: 5rem;
  }
}
.footer-nav li a {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #fff;
  transition: color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .footer-nav li a {
    font-size: 1.4rem;
  }
}
.footer-nav li a:hover {
  color: #3374AD;
}
.footer-nav li:first-child {
  margin-right: 2rem;
}
.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: #0055A2;
  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: #3374AD;
  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: #fff;
  font-size: 1.3rem;
  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: 320px;
  margin-top: 80px;
  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: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}
.page-title-name {
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  font-size: 3.8rem;
}
@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: 1280px), print {
  .mail-button {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: background-color 0.3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #F69B11;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/base/icon-mail_wht.png") no-repeat center/cover;
  }
  .mail-button a::after {
    content: "MAIL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .mail-button a:hover {
    background-color: #0055A2;
  }
}

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

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  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 .title {
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: #0055A2;
}
.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 #0055A2;
  background-color: #fff;
  color: #0055A2;
  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;
}

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

  ローディング

-------------------------------- */
.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 #0055A2;
  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 #0055A2;
    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;
  padding: 0 5rem 0 5rem;
  margin-top: 90px;
}
@media screen and (max-width: 1279.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}
.mainvisual .inner {
  max-width: none;
}
.mainvisual-img {
  position: relative;
  overflow: hidden;
}
.mainvisual-img::before {
  content: "";
  display: block;
  padding-top: 380px;
}
@media screen and (min-width: 768px), print {
  .mainvisual-img::before {
    padding-top: 500px;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-img::before {
    padding-top: 680px;
  }
}
.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%);
}
.mainvisual-side {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  height: 320px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  padding: 2em 2em 2em 2em;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-side {
    height: 250px;
    padding: 1em 1em 1em 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-side {
    height: 200px;
  }
}
.mainvisual-catch {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  font-weight: 600;
  color: #111111;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    letter-spacing: 0.02em;
  }
}
.mainvisual-catch .catch1 {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.6rem;
  }
}
.mainvisual-catch .catch2 {
  display: block;
  font-size: 5.6rem;
  padding: 0 2em 0.2em 2em;
  margin-bottom: 0.45em;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch2 {
    font-size: 4rem;
    padding: 0 1em 0.2em 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 2.8rem;
    margin-bottom: 0.65em;
    padding: 0 0.5em 0.4em 0.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 2.4rem;
  }
}
.mainvisual-catch .catch2 span {
  color: #0055A2;
}
@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch3 {
    display: block;
    max-width: 180px;
    margin: 0 auto;
  }
}

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

  ぱんくず

-------------------------------- */
.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: #0055A2;
  padding-left: 1.5em;
}
.pankz-item._current a:hover {
  text-decoration: underline;
}
.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  max-width: 1100px;
  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-family: "Zen Kaku Gothic New", sans-serif;
}
.section-heading .en {
  position: relative;
  display: block;
  color: #0062BB;
  font-size: 5.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .section-heading .en {
    font-size: 8rem;
  }
}
.section-heading .jp {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .section-heading .jp {
    font-size: 2.2rem;
  }
}
.section-heading .jp.single {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .section-heading .jp.single {
    font-size: 2.8rem;
  }
}

.top-about-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-about-section {
    margin-top: -7em;
    padding: 0 2em 5em;
  }
}
.top-about-section .inner {
  max-width: 1040px;
}
.top-about-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
@media screen and (min-width: 480px), print {
  .top-about-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .top-about-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-about-item {
  background-color: #0055A2;
}
.top-about-item:nth-child(2) {
  background-color: #3374AD;
}
.top-about-inner {
  height: 100%;
  padding: 1rem 1rem 2.5rem;
}
.top-about-image {
  margin-bottom: 0.8em;
  text-align: center;
}
.top-about-image img {
  width: 100%;
  height: auto;
}
.top-about-heading {
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 0.7em;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .top-about-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-heading {
    font-size: 2.2rem;
  }
}
.top-about-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.top-about-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 1em;
}
@media screen and (min-width: 768px), print {
  .top-about-text {
    font-size: 1.45rem;
  }
}

.top-service-section {
  position: relative;
}
.top-service-section .inner {
  max-width: inherit;
}
.top-service-section .section-header {
  padding: 0 1em;
  margin: 0 auto 2.5em;
}
@media screen and (min-width: 768px), print {
  .top-service-section .section-header {
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-section .section-header {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-section .section-heading .en {
    font-size: 10rem;
  }
}
.top-service-section .view-more {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 2rem 0.5rem 0;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-service-section .view-more {
    font-size: 2rem;
  }
}
.top-service-section .view-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 111px;
  height: 10px;
  background: url(../img/base/icon-arrow_right.png) no-repeat;
  background-size: contain;
}
.top-service-grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 310px);
  gap: 0;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-service-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
  }
}
.top-service-card-1 {
  background: url(../img/top/service1.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}
.top-service-card-2 {
  background: url(../img/top/service2.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}
.top-service-card-3 {
  background: url(../img/top/service3.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}
.top-service-card-4 {
  background: url(../img/top/service4.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}
.top-service-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.top-service-content:hover {
  opacity: 0.8;
}
.top-service-title-jp {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  opacity: 0.95;
}
@media screen and (min-width: 768px), print {
  .top-service-title-jp {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service-title-jp {
    font-size: 3.6rem;
  }
}
.top-service-text {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .top-service-text {
    font-size: 1.6rem;
    margin-top: 3em;
  }
}

.top-article-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-article-section {
    padding: 5em 2em;
  }
}
.top-news-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 5em 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-section .section-heading .en {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-news-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.top-news-contents {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .top-news-contents {
    flex: 1;
    min-width: 0;
    margin: 0 0 0 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-contents {
    margin: 0 0 0 15rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-news-btn {
    margin-top: 3em;
  }
}

.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: #0055A2;
}
.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: #EEEEEE;
}
@media screen and (min-width: 768px), print {
  .article-wrap {
    padding: 5rem 5rem 4.5rem;
  }
}
.article-list {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.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;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  height: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .article-link {
    padding: 3rem;
  }
}
.article-link:hover {
  background-color: #3374AD;
  color: #ffffff;
}
.article-link:hover .article-title::before {
  background-color: #ffffff;
}
.article-date {
  display: block;
  width: 90px;
  color: #777777;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "BIZ UDPMincho", serif;
  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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #0055A2;
  word-break: break-all;
  word-wrap: break-word;
}
.article-title {
  position: relative;
  display: block;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  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.4em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0055A2;
  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;
    margin-bottom: 0.8em;
  }
}
.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.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .article-body {
    font-size: 1.4rem;
  }
}
.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-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #0055A2;
}
@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;
  border-bottom: 1px solid #CCC;
}
.news-info {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.news-link {
  position: relative;
  display: block;
  padding-right: 2rem;
  transition: color 0.3s ease;
}
.news-link:hover {
  color: #0055A2;
}
.news-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}
.news-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
}
.news-img {
  position: relative;
}
.news-title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.7rem;
  }
}

/* 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 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}
.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .category-list ul li {
    width: 50%;
  }
}
.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #111;
}
.category-link:hover {
  color: #111;
  text-decoration: none;
}
.category-link:hover .category-title {
  color: #0055A2;
  transition: color 0.3s ease;
}
.category-title {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  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: "Zen Kaku Gothic New", sans-serif;
  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 #0055A2;
}
@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}
.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.detail-text h4 {
  position: relative;
  color: #0055A2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1em;
  padding: 0 0 0.3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #0055A2;
}
.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0055A2;
  transform: translateY(-40%);
}
.detail-text blockquote {
  padding: 1.5em;
  border-radius: 0.5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}
.detail-text blockquote p {
  margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}
.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}
.detail-text ul {
  list-style: disc;
}
.detail-text ol {
  list-style: decimal;
}
.detail-text table {
  width: 100%;
}
.detail-text table th,
.detail-text table td {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}
.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}
.detail-text .post-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}
.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}
@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}
.detail-text .post-list li:before {
  display: none;
}
.detail-text .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.detail-text .post-list li p {
  font-size: 0.9em;
}
.detail-text .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.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: #004079;
  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;
}

.office-block:not(:last-child) {
  margin-bottom: 6em;
}
.office-text p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .office-text p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.office-text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.office-table {
  flex: 1;
  width: 100%;
  border-collapse: collapse;
  margin: 3em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .office-table {
    margin: 0 3.5em 0 0;
  }
}
@media screen and (max-width: 639.98px) {
  .office-table tbody {
    width: 100%;
    display: block;
  }
}
.office-table tr {
  display: table;
  width: 100%;
}
@media screen and (max-width: 639.98px) {
  .office-table tr:last-child td {
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (min-width: 640px), print {
  .office-table tr:not(:last-child) th, .office-table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.office-table th,
.office-table td {
  vertical-align: middle;
  padding: 1.2em 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 639.98px) {
  .office-table th,
  .office-table td {
    display: block;
    padding: 0.7em 1em;
    border-bottom: none;
  }
}
.office-table th {
  font-weight: normal;
  width: 12em;
  background-color: #F5F3F1;
}
@media screen and (max-width: 639.98px) {
  .office-table th {
    width: 100%;
  }
}
.office-table td {
  background-color: #fff;
}
.office-table td p.title {
  font-weight: 700;
  margin-bottom: 0.8em;
}

.staff-block:not(:last-child) {
  margin-bottom: 6em;
}
.staff-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .staff-wrap {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}
.staff-main {
  flex: 1;
  margin: 3em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .staff-main {
    margin: 0 5em 0 0;
  }
}
.staff-side {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .staff-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.staff-table {
  flex: 1;
  width: 100%;
  border-collapse: collapse;
  margin: 3em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .staff-table {
    margin: 0 3.5em 0 0;
  }
}
@media screen and (max-width: 639.98px) {
  .staff-table tbody {
    width: 100%;
    display: block;
  }
}
.staff-table tr {
  display: table;
  width: 100%;
}
@media screen and (max-width: 639.98px) {
  .staff-table tr:last-child td {
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (min-width: 640px), print {
  .staff-table tr:not(:last-child) th, .staff-table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.staff-table th,
.staff-table td {
  vertical-align: middle;
  padding: 1.2em 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 639.98px) {
  .staff-table th,
  .staff-table td {
    display: block;
    padding: 0.7em 1em;
    border-bottom: none;
  }
}
.staff-table th {
  font-weight: normal;
  width: 12em;
  background-color: #F5F3F1;
}
@media screen and (max-width: 639.98px) {
  .staff-table th {
    width: 100%;
  }
}
.staff-table td {
  background-color: #fff;
}
.staff-table td p {
  line-height: 1.7;
}
.staff-table td p:not(:last-child) {
  margin-bottom: 1em;
}
.staff-list {
  display: table;
  width: 100%;
}
.staff-list dt {
  display: table-cell;
  width: 11em;
  font-weight: 500;
  vertical-align: top;
  font-size: 1.5rem;
}
.staff-list dd {
  display: table-cell;
  vertical-align: top;
  font-size: 1.5rem;
}
.staff-list:not(:last-child) {
  margin-bottom: 1.5em;
}
.staff-text p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .staff-text p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.staff-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

.service-block:not(:last-child) {
  margin-bottom: 6em;
}
.service-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .service-wrap {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}
.service-main {
  flex: 1;
}
.service-side {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .service-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.service-text p {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .service-text p {
    font-size: 1.6rem;
  }
}
.service-text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.service-text p.name {
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
.service-text p.name span {
  display: block;
  font-weight: 500;
}

.access-block:not(:last-child) {
  margin-bottom: 6em;
}
.access-map {
  margin-bottom: 3em;
}

.sitemap-block:not(:last-child) {
  margin-bottom: 6em;
}
.sitemap-block .wsp-pages-title,
.sitemap-block .wsp-newss-title,
.sitemap-block .wsp-posts-title,
.sitemap-block .wsp-cases-title,
.sitemap-block .wsp-voices-title,
.sitemap-block .wsp-news_categorys-title,
.sitemap-block .wsp-voice_categorys-title {
  position: relative;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
  padding: 1.7rem 1.5rem;
  margin-bottom: 3rem;
  border-top: 3px solid #0055A2;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767.98px) {
  .sitemap-block .wsp-pages-title,
  .sitemap-block .wsp-newss-title,
  .sitemap-block .wsp-posts-title,
  .sitemap-block .wsp-cases-title,
  .sitemap-block .wsp-voices-title,
  .sitemap-block .wsp-news_categorys-title,
  .sitemap-block .wsp-voice_categorys-title {
    font-size: 2rem;
  }
}
.sitemap-block .wsp-category-title {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.sitemap-block .wsp-category-title a {
  font-weight: normal;
}
.sitemap-block .wsp-pages-list,
.sitemap-block .wsp-newss-list,
.sitemap-block .wsp-posts-list,
.sitemap-block .wsp-cases-list,
.sitemap-block .wsp-voices-list,
.sitemap-block .wsp-news_categorys-list,
.sitemap-block .wsp-voice_categorys-list {
  margin-bottom: 4em;
}
.sitemap-block .wsp-pages-list li,
.sitemap-block .wsp-newss-list li,
.sitemap-block .wsp-posts-list li,
.sitemap-block .wsp-cases-list li,
.sitemap-block .wsp-voices-list li,
.sitemap-block .wsp-news_categorys-list li,
.sitemap-block .wsp-voice_categorys-list li {
  font-size: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .sitemap-block .wsp-pages-list li,
  .sitemap-block .wsp-newss-list li,
  .sitemap-block .wsp-posts-list li,
  .sitemap-block .wsp-cases-list li,
  .sitemap-block .wsp-voices-list li,
  .sitemap-block .wsp-news_categorys-list li,
  .sitemap-block .wsp-voice_categorys-list li {
    font-size: 1.6rem;
  }
}
.sitemap-block .wsp-pages-list li:not(:last-child),
.sitemap-block .wsp-newss-list li:not(:last-child),
.sitemap-block .wsp-posts-list li:not(:last-child),
.sitemap-block .wsp-cases-list li:not(:last-child),
.sitemap-block .wsp-voices-list li:not(:last-child),
.sitemap-block .wsp-news_categorys-list li:not(:last-child),
.sitemap-block .wsp-voice_categorys-list li:not(:last-child) {
  margin-bottom: 1.5em;
}
.sitemap-block .wsp-pages-list li a,
.sitemap-block .wsp-newss-list li a,
.sitemap-block .wsp-posts-list li a,
.sitemap-block .wsp-cases-list li a,
.sitemap-block .wsp-voices-list li a,
.sitemap-block .wsp-news_categorys-list li a,
.sitemap-block .wsp-voice_categorys-list li a {
  color: #333;
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (min-width: 1100px), print {
  .sitemap-block .wsp-pages-list li a,
  .sitemap-block .wsp-newss-list li a,
  .sitemap-block .wsp-posts-list li a,
  .sitemap-block .wsp-cases-list li a,
  .sitemap-block .wsp-voices-list li a,
  .sitemap-block .wsp-news_categorys-list li a,
  .sitemap-block .wsp-voice_categorys-list li a {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=styles.css.map */