@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h3相当）*/
.main-heading {
  position: relative;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: .9em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767.98px) {
  .main-heading {
    font-size: 2rem;
  }
}

.main-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  width: .9rem;
  bottom: 0;
  background: #107ABA;
}

/* 共通見出し（h4相当）*/
.main-subheading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: .4em;
  margin-bottom: 1.2em;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 767.98px) {
  .main-subheading {
    font-size: 1.8rem;
  }
}

.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.2em;
  }
}

.common-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 2rem;
  color: #107ABA;
  text-align: center;
  border-bottom: 1px solid #107ABA;
}

@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: .3rem;
  left: 0;
  width: 10px;
  height: 17px;
  background-color: #107ABA;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.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: #107ABA;
  color: #fff;
}

.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #107ABA;
  border: 1px solid #107ABA;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: color , background-color;
  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% - .5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
}

@media screen and (max-width: 1099.98px) {
  .common-link::before {
    width: 35px;
    height: 6px;
    top: calc(50% - .4rem);
  }
}

.common-link::after {
  content: "";
  position: absolute;
  top: .6rem;
  left: .6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #107ABA;
  background-color: #107ABA;
  z-index: -1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: background-color , border-color;
  transition-property: background-color , border-color;
}

.link-button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 15em;
  padding: 0.8em 1em 0.9em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 5em;
  background: #FAAA20;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.link-button:hover {
  background-color: #EB9505;
  color: #fff;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .5em;
  background: rgba(16, 121, 185, 0.8);
  z-index: 101;
}

@media screen and (min-width: 1100px), 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.8rem;
  }
}

@media screen and (max-width: 359.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.2;
  padding-left: 1.4rem;
}

@media screen and (min-width: 360px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 480px), print {
  .global-contact-tel p.tel .tel-link {
    padding-left: 1.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 2.8rem;
    padding-left: 2.4rem;
  }
}

@media screen and (min-width: 1100px), print {
  .global-contact-tel p.tel .tel-link {
    font-size: 3.6rem;
    padding-left: 3rem;
  }
}

.global-contact-tel p.tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  display: block;
  width: 10px;
  height: 16px;
  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: 13px;
    height: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link::before {
    width: 18px;
    height: 30px;
  }
}

@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 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: .2em;
}

@media screen and (min-width: 768px), print {
  .global-contact-tel p.tel .tel-link span {
    font-size: 1.3rem;
  }
}

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

  html, body

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

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

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

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1100;
}

@media screen and (min-width: 1280px), print {
  .header-logo {
    position: absolute;
    left: 30px;
    top: 19px;
  }
}

@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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}

.header-logo .site-logo {
  width: 201px;
}

@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 167.5px;
  }
}

.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: 7px;
    display: block;
    z-index: 9999;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439.98px) {
  .header-tel {
    top: 15px;
  }
}

.header-tel a {
  position: relative;
  display: block;
  font-size: 3.5rem;
  line-height: 1.2;
  padding-left: 2.5rem;
}

@media screen and (max-width: 1439.98px) {
  .header-tel a {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}

.header-tel a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  display: block;
  width: 21px;
  height: 35px;
  background: url(../img/base/icon-tel_blk.png) no-repeat center/cover;
}

@media screen and (max-width: 1439.98px) {
  .header-tel a::before {
    width: 13px;
    height: 21px;
  }
}

.header-tel a span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin-top: .2em;
}

@media screen and (max-width: 1439.98px) {
  .header-tel a span {
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #107ABA;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .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: #EB9505;
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            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%;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .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;
    -webkit-transition: none;
    transition: none;
    padding: 0 24em 0 0;
    background-color: #fff;
  }
}

@media screen and (max-width: 1439.98px) {
  .nav {
    padding: 0 20em 0 0;
  }
}

@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 {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: .3s;
            transition-duration: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1280px), print {
  .main-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    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: #107ABA;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(16, 122, 186, 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;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  letter-spacing: .05em;
}

@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    color: #444;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media screen and (max-width: 1279.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #444;
    font-size: 1.5rem;
    background-color: #fff;
    height: 60px;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #107ABA;
    border-left: 1px solid #107ABA;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(250, 170, 32, 0.9);
  }
  .main-nav .nav-link:hover::after {
    border-color: #fff;
  }
}

@media screen and (min-width: 1280px), print {
  .main-nav .nav-link:hover {
    opacity: .8;
  }
}

.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  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: #107ABA;
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: .4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 80px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    z-index: -1;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: 5em 2em 0 2em;
}

@media screen and (max-width: 1099.98px) {
  .footer {
    margin-bottom: 60px;
    padding: 2em 1em 0 1em;
  }
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60%;
  background: url(../img/top/bg3.jpg) no-repeat center/cover;
}

@media screen and (min-width: 992px), print {
  .footer .section-header {
    margin: 0 auto 2.5rem auto;
  }
}

@media screen and (min-width: 992px), print {
  .footer .section-heading .jp {
    font-size: 2.9rem;
  }
}

.footer .section-heading .en {
  margin-top: 1em;
}

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #FFFDF7;
  z-index: -1;
}

.footer-main {
  padding: 2.5em 1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px), print {
  .footer-main {
    padding: 3em 2em 2.5em;
  }
}

.footer-lead {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .footer-lead {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-lead .br {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em .9em;
}

@media screen and (max-width: 767.98px) {
  .footer-tel {
    padding: 1em 1.5em .9em;
  }
}

.footer-tel .time {
  display: block;
  font-size: 1.2rem;
  margin-top: .5em;
}

@media screen and (min-width: 480px), print {
  .footer-tel .time {
    font-size: 1.4rem;
  }
}

.footer-tel .text {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 480px), print {
  .footer-tel .text {
    font-size: 1.5rem;
  }
}

.footer-tel .tel {
  position: relative;
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .footer-tel .tel {
    font-size: 3.4rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .footer-tel .tel {
    font-size: 4rem;
    padding-left: 4.5rem;
  }
}

@media screen and (min-width: 1100px), print {
  .footer-tel .tel {
    font-size: 4.8rem;
  }
}

.footer-tel .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 27px;
  background: url(../img/base/icon-tel_bue.png) no-repeat center/cover;
}

@media screen and (min-width: 768px), print {
  .footer-tel .tel::before {
    width: 35px;
    height: 58px;
  }
}

.footer-privacy a {
  display: inline-block;
  font-size: 1.4rem;
  padding-bottom: .5em;
  border-bottom: 1px solid #B4A9A7;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-privacy a:hover {
  opacity: .8;
}

.footer-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.2em 4.5em;
  background: #FAAA20;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (max-width: 1099.98px) {
  .footer-mail a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991.98px) {
  .footer-mail a {
    padding: 1.2em 2.5em;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-mail a {
    font-size: 1.4rem;
  }
}

.footer-mail a .br {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .footer-mail a .br {
    display: block;
  }
}

.footer-mail a span {
  position: relative;
  display: block;
  padding-left: 2.5em;
}

.footer-mail a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 28px;
  height: 21px;
  background: url(../img/base/icon-mail_wht.png) no-repeat center/cover;
}

.footer-mail a:hover {
  background-color: #EB9505;
}

.footer-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0 4em;
}

@media screen and (max-width: 1099.98px) {
  .footer-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 550px;
    margin: 2em auto;
  }
}

@media screen and (max-width: 1099.98px) {
  .footer-left {
    text-align: center;
    margin-bottom: 2em;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav li {
  width: 25%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0 .8em;
  margin-bottom: 2em;
  border-right: 1px solid #107ABA;
}

@media screen and (max-width: 479.98px) {
  .footer-nav li {
    width: 50%;
  }
}

.footer-nav li:nth-child(4), .footer-nav li:nth-child(7) {
  border-right: none;
}

@media screen and (max-width: 479.98px) {
  .footer-nav li:nth-child(4), .footer-nav li:nth-child(7) {
    border-right: 1px solid #107ABA;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-nav li:nth-child(even) {
    border-right: none;
  }
}

.footer-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0 -2em -1em 0;
}

.footer-subnav li {
  font-size: 1.3rem;
  padding: 0 2em 1em 0;
}

.footer-logo {
  margin-bottom: 1.5em;
}

.footer-adr {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.footer-acs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099.98px) {
  .footer-acs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-acs dt {
  width: 5em;
  color: #FAAA20;
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #FAAA20;
  padding: .2em;
}

.footer-acs dd {
  font-size: 1.4rem;
  margin-left: 1em;
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .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: .35rem;
  background-color: #FAAA20;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EB9505;
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-foot {
  background-color: #107ABA;
  padding: 1.5em;
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .footer-foot {
    margin: 0 -2em;
  }
}

.footer-foot-inner {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 639.98px) {
  .footer-foot-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 639.98px) {
  .footer .copy {
    margin-top: 1.5em;
  }
}

.footer .copy small {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.footer .copy span {
  font-weight: 500;
  margin-left: .3em;
}

@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.swiper-img {
  display: block;
}

.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.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;
  bottom: 8%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 805px;
  width: 100%;
  height: 345px;
  border-radius: 0 1em 1em 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2em 2em 3em;
  z-index: 1;
}

@media screen and (max-width: 1099.98px) {
  .slider-side {
    padding: 2em 1.5em 2.5em;
  }
}

@media screen and (max-width: 767.98px) {
  .slider-side {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 350px;
    border-radius: 1em;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.slider-side-inner {
  max-width: 580px;
}

.slider-heading {
  color: #107ABA;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1099.98px) {
  .slider-heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .slider-heading {
    font-size: 2.2rem;
  }
}

.slider-heading .heading {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fddf6a), to(#fddf6a));
  background: linear-gradient(transparent 60%, #fddf6a 60%, #fddf6a 100%);
}

.slider-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 1099.98px) {
  .slider-text {
    font-size: 1.5rem;
  }
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: 250px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px;
}

@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;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity , -webkit-transform;
  transition-property: opacity , -webkit-transform;
  transition-property: opacity , transform;
  transition-property: opacity , transform , -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          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;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #FAAA20;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            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: .1em;
    line-height: 1;
  }
  .mail-button a:hover {
    background-color: #EB9505;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}

.contact-form table tr {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}

.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}

.contact-form table th {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: .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: .9em;
  color: #fff;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form table th .require {
  background-color: #107ABA;
}

.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: .8em 0 .8em 1em;
  }
}

.contact-form table td input[type="text"],
.contact-form table td input[type="email"],
.contact-form table td input[type="tel"] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}

.contact-form table td input::-webkit-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input:-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::placeholder {
  font-size: .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 #FAAA20;
  background-color: #fff;
  color: #107ABA;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.contact-submit .btn:hover {
  color: #fff;
  background-color: #EB9505;
}

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

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .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 #107ABA;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          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 #107ABA;
    top: 0;
  }
}

.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

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

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

/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 80px;
  padding: 0;
  background-color: #FFF;
}

@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
  }
}

.mainvisual .inner {
  max-width: none;
}

.mainvisual-main {
  position: relative;
}

.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 47.5%;
}

@media screen and (max-width: 479.98px) {
  .mainvisual-main::before {
    padding-top: 80%;
  }
}

.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 1;
}

.mainvisual-catch {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    margin-bottom: 3rem;
  }
}

.mainvisual-catch .catch1 {
  display: inline-block;
  font-size: 3.6rem;
  border-bottom: 2px solid #fff;
  padding-bottom: .5em;
  margin-bottom: .7em;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.8rem;
  }
}

.mainvisual-catch .catch2 {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.6rem;
  }
}

.mainvisual video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}

.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: .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%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          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: #107ABA;
  padding-left: 1.5em;
}

.pankz-item._current a:hover {
  text-decoration: underline;
}

.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-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;
  margin: 0 auto 3rem auto;
  text-align: center;
}

@media screen and (min-width: 992px), print {
  .section-header {
    margin: 0 auto 5rem auto;
  }
}

.section-heading {
  display: block;
  line-height: 1.2;
}

.section-heading .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 992px), print {
  .section-heading .jp {
    font-size: 3.6rem;
  }
}

.section-heading .en {
  display: block;
  font-size: 1.3rem;
  color: #107ABA;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1.5em;
  letter-spacing: 0.05em;
}

.top-about-section {
  position: relative;
  padding: 3em 1em;
  background-color: #D8F1FC;
}

@media screen and (min-width: 1100px), print {
  .top-about-section {
    padding: 5em 2em;
  }
}

.top-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 45%;
  background: url(../img/top/bg1.jpg) no-repeat center/cover;
}

.top-about-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3.5em;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .top-about-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 3em;
  }
}

.top-about-description {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 1.5em 0 0 0;
}

@media screen and (min-width: 768px), print {
  .top-about-description {
    font-size: 1.6rem;
    margin: 0 0 0 3em;
  }
}

.top-about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .top-about-items {
    margin: 0 -2.5em -2em 0;
  }
}

.top-about-item {
  width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 768px), print {
  .top-about-item {
    width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .top-about-item {
    padding: 0 2.5em 2em 0;
    width: 33.33333%;
  }
}

.top-about-item.item2 .top-about-subheading {
  background-color: #64B105;
}

.top-about-item.item2 .top-about-subheading::before {
  border-top: 15px solid #64B105;
}

.top-about-item.item2 .top-about-heading .heading {
  color: #64B105;
}

.top-about-item.item3 .top-about-subheading {
  background-color: #F5C503;
}

.top-about-item.item3 .top-about-subheading::before {
  border-top: 15px solid #F5C503;
}

.top-about-item.item3 .top-about-heading .heading {
  color: #F5C503;
}

.top-about-subheading {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: .7em 1em .8em;
  margin-bottom: 1.8em;
  border-radius: .5em;
  background-color: #107ABA;
}

@media screen and (min-width: 768px), print {
  .top-about-subheading {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1100px), print {
  .top-about-subheading {
    font-size: 1.9rem;
  }
}

.top-about-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #107ABA;
  border-bottom: 0;
}

.top-about-body {
  position: relative;
  height: 100%;
  padding: 2em 1.5em 3em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.top-about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  .top-about-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.top-about-icon {
  width: 88px;
  height: 88px;
  margin: 0 0 0 2.5em;
}

@media screen and (max-width: 767.98px) {
  .top-about-icon {
    margin: 1.5em 0 0;
  }
}

.top-about-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 1100px), print {
  .top-about-heading {
    font-size: 2rem;
  }
}

.top-about-heading span {
  display: block;
  color: #107ABA;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .3em;
}

@media screen and (min-width: 1100px), print {
  .top-about-heading span {
    font-size: 1.8rem;
  }
}

.top-about-text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .top-about-text {
    font-size: 1.6rem;
  }
}

.top-consul-section {
  position: relative;
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .top-consul-section {
    padding: 5em 2em;
  }
}

.top-consul-section::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFBF0;
}

.top-consul-header {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

@media screen and (min-width: 992px), print {
  .top-consul-header {
    margin: 0 auto 5rem auto;
  }
}

@media screen and (max-width: 991.98px) {
  .top-consul-header {
    padding-top: 4em;
  }
}

.top-consul-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 195px;
  background: url(../img/top/icon4.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 991.98px) {
  .top-consul-header::before {
    right: 0;
    width: 102px;
    height: 63px;
    margin: auto;
  }
}

.top-consul-heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 992px), print {
  .top-consul-heading {
    font-size: 3.2rem;
  }
}

.top-consul-heading span {
  position: relative;
  display: inline-block;
  color: #107ABA;
  font-size: 2.6rem;
  font-weight: 700;
  padding-top: .7em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fddf6a), to(#fddf6a));
  background: linear-gradient(transparent 85%, #fddf6a 85%, #fddf6a 100%);
}

@media screen and (min-width: 992px), print {
  .top-consul-heading span {
    font-size: 4rem;
    padding-top: 1em;
  }
}

.top-consul-heading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 52px;
  height: 26px;
  background: url(../img/top/icon5.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 992px), print {
  .top-consul-heading span::before {
    width: 67px;
    height: 33px;
  }
}

.top-consul-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099.98px) {
  .top-consul-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}

.top-consul-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1100px), print {
  .top-consul-main {
    margin: 0 5em 0 0;
  }
}

.top-consul-list {
  margin-top: 2.5em;
}

@media screen and (min-width: 1100px), print {
  .top-consul-list {
    margin-top: 4em;
  }
}

.top-consul-list li:not(:last-child) {
  border-bottom: 2px solid #CCC;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.top-consul-list li span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 35px;
}

@media screen and (min-width: 768px), print {
  .top-consul-list li span {
    font-size: 2rem;
    padding-left: 45px;
  }
}

@media screen and (min-width: 1100px), print {
  .top-consul-list li span {
    font-size: 2.5rem;
    padding-left: 55px;
  }
}

.top-consul-list li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 23px;
  background: url(../img/top/icon6.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .top-consul-list li span::before {
    width: 35px;
    height: 33px;
  }
}

@media screen and (min-width: 1100px), print {
  .top-consul-list li span::before {
    width: 42px;
    height: 39px;
  }
}

.top-consul-side {
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .top-consul-side {
    max-width: 320px;
    margin: 0 auto;
  }
}

.top-service-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .top-service-section {
    padding: 5em 2em;
  }
}

.top-service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .top-service-items {
    margin: 0 -2.5em -2em 0;
  }
}

.top-service-item {
  width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 768px), print {
  .top-service-item {
    width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .top-service-item {
    padding: 0 2.5em 2em 0;
    width: 33.33333%;
  }
}

.top-service-body {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100%;
  padding: 1.5em 1.5em 2em;
  margin: -2em auto 0;
  text-align: center;
  border-top: 3px solid #64B105;
  background-color: #fff;
}

@media screen and (max-width: 1099.98px) {
  .top-service-body {
    max-width: 300px;
  }
}

@media screen and (max-width: 1099.98px) {
  .top-service-image {
    max-width: 320px;
    margin: 0 auto;
  }
}

.top-service-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .top-service-heading {
    font-size: 2.5rem;
  }
}

.top-service-heading span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-bottom: .7em;
  margin-bottom: .7em;
}

.top-service-heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #64B105;
}

.top-service-text {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 1100px), print {
  .top-service-text {
    font-size: 1.6rem;
  }
}

.top-service-foot {
  text-align: center;
  margin-top: 2em;
}

.top-service-foot .link-button {
  max-width: 18em;
  font-size: 1.5rem;
  padding: 1.2em 1em 1.3em;
}

@media screen and (min-width: 1100px), print {
  .top-service-foot .link-button {
    font-size: 1.6rem;
  }
}

.top-article-section {
  position: relative;
  background-color: #107ABA;
}

.top-article-section .section-header {
  text-align: left;
  margin-bottom: 0;
}

.top-article-container {
  background-color: #107ABA;
  padding: 2em 1em;
}

@media screen and (min-width: 1100px), print {
  .top-article-container {
    padding: 2em 2em;
  }
}

.top-article-topics:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}

.top-article-link {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top-article-link:hover {
  opacity: .8;
}

.top-article-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media screen and (min-width: 640px), print {
  .top-article-title {
    font-size: 1.8rem;
  }
}

.top-article-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 640px), print {
  .top-article-text {
    font-size: 1.5rem;
  }
}

.top-article-main {
  padding: 1.5em;
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .top-article-main {
    padding: 3em 2em;
  }
}

.top-article-side {
  text-align: center;
  margin-top: 2em;
}

.top-article-side .link-button {
  border: 2px solid #fff;
  background-color: #107ABA;
}

.top-article-side .link-button:hover {
  color: #107ABA;
  background-color: #fff;
}

.top-article-header {
  background-color: #107ABA;
  padding: 3rem 1em;
  background: url("../img/top/bg2.jpg") no-repeat center/cover;
}

@media screen and (min-width: 1100px), print {
  .top-article-header {
    padding: 7rem 2em;
  }
}

.top-case-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .top-case-section {
    padding: 5em 2em;
  }
}

.top-case-section .section-heading {
  position: relative;
  padding-top: 100px;
}

.top-case-section .section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  background: url(../img/top/icon7.png) no-repeat;
  background-size: contain;
}

.top-case-section .section-heading .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-case-section .section-heading .jp::before, .top-case-section .section-heading .jp::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ccc;
}

.top-case-section .section-heading .jp::before {
  margin-right: 3rem;
}

.top-case-section .section-heading .jp::after {
  margin-left: 3rem;
}

.top-case-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .top-case-items {
    margin: 0 -2em -2em 0;
  }
}

.top-case-item {
  width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 768px), print {
  .top-case-item {
    width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .top-case-item {
    padding: 0 2em 2em 0;
    width: 33.33333%;
  }
}

.top-case-inner {
  position: relative;
  height: 100%;
  padding: 1em 1em 2em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.top-case-image {
  margin: 0 0 1em;
}

@media screen and (max-width: 1099.98px) {
  .top-case-image {
    max-width: 320px;
    margin: 0 auto 1em;
  }
}

.top-case-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: .8em;
}

.top-case-text {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
}

@media screen and (min-width: 1100px), print {
  .top-case-text {
    font-size: 1.6rem;
  }
}

.top-case-foot {
  text-align: center;
  margin-top: 4em;
}

.top-case-foot .link-button {
  max-width: 18em;
  font-size: 1.5rem;
  padding: 1.2em 1em 1.3em;
}

@media screen and (min-width: 1100px), print {
  .top-case-foot .link-button {
    font-size: 1.6rem;
  }
}

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

  idxx　お知らせ

-------------------------------- */
.news-section .news-date {
  width: 100%;
  margin-bottom: 1rem;
}

.news-detail-section .news-date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
  color: #707070;
}

@media screen and (max-width: 767.98px) {
  .news-detail-section .news-date {
    margin-bottom: 1em;
  }
}

.news-topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 1.5em;
  border: 1px solid #107ABA;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1em 1em;
  }
}

@media screen and (max-width: 575.98px) {
  .news-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-topics:hover {
  background-color: #107ABA;
}

.news-topics:hover .news-date {
  color: #fff;
}

.news-topics:hover .news-title {
  color: #fff;
}

.news-topics:not(:last-child) {
  margin-bottom: 1.7em;
}

@media screen and (max-width: 767.98px) {
  .news-topics:not(:last-child) {
    margin-bottom: 1em;
  }
}

.news-link {
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.6rem;
  }
}

.news-link:hover {
  text-decoration: underline;
}

.news-date {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  width: 6em;
  color: #333;
  margin-right: 4rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 575.98px) {
  .news-date {
    margin-right: 0;
    margin-bottom: .3em;
  }
}

.news-title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 1.4rem;
  }
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  word-break: break-all;
  word-wrap: break-word;
}

.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}

.news-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #107ABA;
}

@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: .35em .75em;
    font-size: 1em;
  }
}

.pagination a:hover, .pagination span.current {
  background-color: #107ABA;
}

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

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

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 5em 2em;
  }
}

.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 .5em;
}

.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.category-text p:not(:last-child) {
  margin-bottom: 1em;
}

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      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 {
  color: #111;
  text-decoration: none;
}

.category-link:hover {
  color: #111;
}

.category-link:hover .category-title {
  color: #EB9505;
}

.category-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.category-body {
  font-size: .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;
  color: #333;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
  padding: .7em 0 .7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #107ABA;
}

@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: #333;
  font-size: 1.1em;
  padding: 0 0 .3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #107ABA;
}

.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #107ABA;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.detail-text a {
  color: #FAAA20;
}

.detail-text blockquote {
  padding: 1.5em;
  border-radius: .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: .5em 1em;
  border: 1px solid #ddd;
}

.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}

.detail-text .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      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: .5rem;
}

.detail-text .post-list li p {
  font-size: .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 a {
  font-weight: bold;
  text-decoration: underline;
}

.detail-paging-subsection .prev {
  float: left;
}

.detail-paging-subsection .next {
  float: right;
}

.detail-paging-subsection .back {
  text-align: center;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: .6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #FAAA20;
  color: #fff;
}

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

/* 事務所概要 */
.office-block:not(:last-child) {
  margin-bottom: 6em;
}

.office-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099.98px) {
  .office-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}

.office-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 3em 0 0 0;
}

@media screen and (min-width: 1100px), print {
  .office-main {
    margin: 0 5em 0 0;
  }
}

.office-side {
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .office-image {
    max-width: 300px;
    margin: 0 auto;
  }
}

.office-text p {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (min-width: 1100px), print {
  .office-text p {
    font-size: 1.6rem;
  }
}

.office-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

.office-text p.name {
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.office-text p.name span {
  display: block;
  font-weight: 500;
}

.office-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 #eee;
  }
}

.office-table th,
.office-table td {
  vertical-align: middle;
  padding: 1.5em 1em;
  border: 1px solid #eee;
}

@media screen and (max-width: 639.98px) {
  .office-table th,
  .office-table td {
    display: block;
    padding: .7em 1em;
    border-bottom: none;
  }
}

.office-table th {
  color: #333;
  width: 9em;
  background-color: #EBF9FE;
}

@media screen and (max-width: 639.98px) {
  .office-table th {
    width: 100%;
  }
}

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

.staff-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 #eee;
  }
}

.staff-table th,
.staff-table td {
  vertical-align: middle;
  padding: 1.5em 1em;
  border: 1px solid #eee;
}

@media screen and (max-width: 639.98px) {
  .staff-table th,
  .staff-table td {
    display: block;
    padding: .7em 1em;
    border-bottom: none;
  }
}

.staff-table th {
  color: #333;
  width: 9em;
  background-color: #EBF9FE;
}

@media screen and (max-width: 639.98px) {
  .staff-table th {
    width: 100%;
  }
}

.staff-list {
  display: table;
  width: 100%;
}

.staff-list dt {
  display: table-cell;
  width: 6em;
  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;
}

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

.service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099.98px) {
  .service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
}

.service-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 3em 0 0 0;
}

@media screen and (min-width: 1100px), print {
  .service-main {
    margin: 0 5em 0 0;
  }
}

.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-top: 4em;
}

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

.faq-item:not(:last-child) {
  margin-bottom: 5em;
}

.faq-item dt {
  position: relative;
  color: #333;
  margin-top: 0;
  padding: 1.5rem 1em 1.6rem 2.5em;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.8em;
  border-left: 4px solid #64B105;
  background: #EFF7E6;
}

@media screen and (min-width: 1100px), print {
  .faq-item dt {
    font-size: 2rem;
  }
}

.faq-item dt::before {
  content: 'Q.';
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  font-size: 2.6rem;
  color: #64B105;
}

.faq-item dd {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (min-width: 1100px), print {
  .faq-item dd {
    font-size: 1.6rem;
  }
}

.faq-item dd:not(:last-child) {
  margin-bottom: 1.5em;
}

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

.case-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .case-items {
    margin: 0 -2em -2em 0;
  }
}

.case-item {
  width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 768px), print {
  .case-item {
    width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .case-item {
    padding: 0 2em 2em 0;
    width: 33.33333%;
  }
}

.case-inner {
  position: relative;
  height: 100%;
  padding: 1em 1em 2em;
  border: 1px solid #ccc;
  background-color: #fff;
}

.case-image {
  margin: 0 0 1em;
}

@media screen and (max-width: 1099.98px) {
  .case-image {
    max-width: 320px;
    margin: 0 auto 1em;
  }
}

.case-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: .8em;
}

.case-text {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
}

@media screen and (min-width: 1100px), print {
  .case-text {
    font-size: 1.6rem;
  }
}

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

.sitemap-block .wsp-pages-title {
  position: relative;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: .9em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767.98px) {
  .sitemap-block .wsp-pages-title {
    font-size: 2rem;
  }
}

.sitemap-block .wsp-pages-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  width: .9rem;
  bottom: 0;
  background: #107ABA;
}

.sitemap-block .wsp-pages-list li {
  font-size: 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .sitemap-block .wsp-pages-list li {
    font-size: 1.6rem;
  }
}

.sitemap-block .wsp-pages-list li:not(:last-child) {
  margin-bottom: 1.5em;
}

.sitemap-block .wsp-pages-list li a {
  color: #107ABA;
  text-decoration: underline;
}
