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

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.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: #F1A065;
  text-align: center;
  border-bottom: 1px solid #F1A065;
}
@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 {
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #BBBBBB;
  line-height: 1.2;
  font-size: 2.2rem;
  color: #F1A065;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .common-subheading {
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* 共通見出し（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: #F1A065;
  color: #fff;
}
.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #F1A065;
  border: 1px solid #F1A065;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.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% - 0.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: 0.5s;
          transition-duration: 0.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% - 0.4rem);
  }
}
.common-link::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #F1A065;
  background-color: #F1A065;
  z-index: -1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}

.link-button {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  padding: .9em 4em .9em 4em;
  background-color: #50A944;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #50A944;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
/* .link-button::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 27px;
  height: 1px;
  background: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
} */
.link-button:hover {
  background-color: #fff;
  color: #50A944;
}
/* .link-button:hover::before {
  background-color: #F1A065;
} */

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.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: 80px;
  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 0.5em;
  background: rgba(255, 255, 255, 0.8);
  z-index: 101;
}
.global-contact-item:first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 768px), print {
  .global-contact-item:first-child {
    margin-right: 5rem;
  }
}
.global-contact-item .mail-button {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.5rem 2rem 1.5rem 5rem;
  background-color: #329B27;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px), print {
  .global-contact-item .mail-button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item .mail-button {
    font-size: 1.2rem;
    padding: 1.1rem 1rem 1.1rem 3.7rem;
  }
}
.global-contact-item .mail-button:hover {
  opacity: 0.8;
}
.global-contact-item .mail-button::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 17px;
  background: url("../img/base/icon-mail.png") no-repeat center/cover;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item .mail-button::before {
    left: 1rem;
  }
}
.global-contact-item .mail-button .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .global-contact-item .mail-button .br {
    display: block;
  }
}
.global-contact-tel .tel {
  position: relative;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 480px) {
  .global-contact-tel .tel {
    font-size: 2.8rem;
    padding: 0 0 0 27px;
  }
}
@media screen and (min-width: 640px) {
  .global-contact-tel .tel {
    font-size: 3.2rem;
    padding: 0 0 0 30px;
  }
}
.global-contact-tel .tel::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e900";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 19px;
  color: #19597B;
  text-align: center;
  line-height: 19px;
  font-size: 1.9rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .global-contact-tel .tel::before {
    width: 22px;
    height: 23px;
    line-height: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .global-contact-tel .tel::before {
    width: 25px;
    height: 26px;
    line-height: 26px;
    font-size: 2.6rem;
  }
}
.global-contact-tel .time {
  line-height: 1.2;
  font-size: 1.2rem;
  color: #333;
  margin-top: .5rem;
}
@media screen and (min-width: 480px) {
  .global-contact-tel .time {
    font-size: 1.3rem;
  }
}
.global-contact-tel .time .br {
  display: block;
}
@media screen and (min-width: 480px) {
  .global-contact-tel .time .br {
    display: none;
  }
}

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

  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: #222;
  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-lead {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .header-lead {
    display: block;
    position: absolute;
    top: 12px;
    left: 50px;
    font-size: 1.2rem;
    color: #333;
    z-index: 1100;
  }
}
.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: 1100px), print {
  .header-logo {
    position: absolute;
    left: 50px;
    top: 45px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -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: 359px;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 240px;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
/* スクロール時固定用 */
@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 {
    width: 100%;
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  .header.fixed .pc-only {
    display: none;
  }
  .header.fixed .sp-only {
    display: block;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    left: -260px;
    width: 260px;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: -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: 1100px), 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;
    background-color: #fff;
  }
}
/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2em;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #006CAB;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(24, 25, 57, 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: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), 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: #222;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .main-nav .nav-link::before {
    position: absolute;
    left: 0;
    bottom: 1rem;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EE8C44;
    bottom: -1rem;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .main-nav .nav-link:hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.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: #F1A065;
    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 #F1A065;
    border-left: 1px solid #F1A065;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .main-nav .nav-business .nav-link::after {
    display: none;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
/* @media screen and (min-width: 1100px), print {
  .main-nav .nav-link span {
    padding-right: 1.5rem;
  }
  .main-nav .nav-link span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
} */
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav {
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: -25%;
    width: 150%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

.sub-nav-active .sub-nav {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    top: 100%;
  }
}

.sub-nav ul {
  margin-top: -1px;
}

@media screen and (min-width: 1100px), print {
  .sub-nav ul {
    margin-top: 10px;
  }
  .sub-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
}

.sub-nav li:not(:last-child) {
  margin-bottom: 1px;
}

@media screen and (min-width: 1100px), print {
  .sub-nav li:not(:last-child) {
    margin-bottom: 0;
  }
}

.sub-nav a {
  display: block;
  position: relative;
  padding: 1em;
  font-size: .9em;
  color: #fff;
  background-color: #F1A065;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .sub-nav a {
    padding: 1.5em 1em;
  }
}

.sub-nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F1A065;
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 4em;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    width: 100%;
    height: 100%;
    background: none;
    z-index: 10;
  }
}

@media screen and (max-width: 1099.98px), print {
  .sub-nav-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #F1A065;
    border-right: 1px solid #F1A065;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

/* @media screen and (min-width: 1100px), print {
  .sub-nav-button:after {
    top: auto;
    right: 0;
    bottom: 8px;
    left: 0;
  }
} */

@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover:after {
    border-color: #F1A065;
  }
}

/* @media screen and (min-width: 1100px), print {
  .sub-nav-button:hover:after {
    border-color: #fff;
  }
} */

.sub-nav-active .sub-nav-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button:after {
    bottom: -.5em;
    border-color: #F1A065;
  }
}

/* @media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button:after {
    bottom: 3px;
    border-color: #fff;
  }
} */

/* ドロップダウンナビ（ hover + active ）*/
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link,
  .sub-nav-button.nav-link:hover,
  .sub-nav-active .nav-link.sub-nav-button:hover {
    color: #fff;
    /* background-color: #F1A065; */
    z-index: 1;
  }
  .sub-nav-button:hover + .nav-link:before,
  .sub-nav-active .nav-link:before,
  .sub-nav-active .sub-nav-button:hover + .nav-link:before,
  .sub-nav-button.nav-link:hover:before,
  .sub-nav-active .nav-link.sub-nav-button:hover:before {
    height: 100%;
    background-color: #F1A065;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #F1A065;
}
.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: #F1A065;
}
.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: #F1A065;
  text-align: center;
}

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

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 100px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1100;
    padding: 0;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    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: rgba(255, 255, 255, 0.85);
  }
  #top .nav.fixed {
    z-index: 1100;
  }
  /* .nav.fixed .nav-link {
    color: #F1A065;
  }
  .nav.fixed .nav-link span::before {
    border-color: #F1A065;
  } */
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2.5em 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: 2.5em 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

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

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

  footer

-------------------------------- */
.footer {
  background-color: #F1A065;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding-bottom: 0;
  }
}
.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -2em 0;
}
@media screen and (max-width: 575.98px) {
  .footer-nav {
    margin: 0 0 -1em 0;
  }
}
.footer-nav li {
  width: 33.333333%;
  padding: 0 0 2em 0;
}
@media screen and (max-width: 575.98px) {
  .footer-nav li {
    width: 50%;
    padding: 0 0 1em 0;
  }
}
.footer-nav li a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 2px solid #fff;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 575.98px) {
  .footer-nav li a {
    font-size: 1.5rem;
    white-space: pre-wrap;
  }
}
.footer-nav li a:hover {
  opacity: 0.8;
}
.footer-nav li a .br {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .footer-nav li a .br {
    display: block;
  }
}
.footer-side {
  max-width: 450px;
}
@media screen and (max-width: 575.98px) {
  .footer-side {
    max-width: 360px;
  }
}
.footer-main {
  margin-right: 4em;
}
@media screen and (max-width: 1099.98px) {
  .footer-main {
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
.footer-logo {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 2em;
  }
}
.footer-wrap {
  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;
}
@media screen and (max-width: 767.98px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-contact {
  margin-top: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact {
    text-align: center;
  }
}
.footer-contact-link {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  padding: .9em 1.5em 1em 3em;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #fff;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 575.98px) {
  .footer-contact-link {
    font-size: 1.4rem;
    padding: .7em 1em .8em 3.5em;
  }
}
.footer-contact-link::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 17px;
  background: url(../img/base/icon-mail.png) no-repeat center / cover;
}
/* .footer-contact-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 27px;
  height: 1px;
  background: #F1A065;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
} */
.footer-contact-link:hover {
  background-color: #fff;
  color: #F1A065;
  border-color: #fff;
}
.footer-contact-link:hover::before {
  background: url(../img/base/icon-mail_orn.png) no-repeat center / cover;
}
.footer-info {
  padding-right: 3rem;
  margin-right: 3rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .footer-info {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    border-right: none;
  }
}
.footer-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info dl:first-child {
  margin-bottom: 0.5rem;
}
.footer-info dl dt {
  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: 80px;
  height: 23px;
  background-color: #fff;
  color: #F1A065;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.footer-info dl dd {
  color: #fff;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 1rem;
}
@media screen and (min-width: 480px), print {
  .footer-info dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer-tel .tel {
  position: relative;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 0 30px;
}
@media screen and (min-width: 640px) {
  .footer-tel .tel {
    font-size: 3.2rem;
  }
}
.footer-tel .tel::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e900";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 26px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 2.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-tel .time {
  line-height: 1.2;
  font-size: 1.3rem;
  color: #fff;
  margin-top: .5rem;
}
.footer-tel .time .br {
  display: block;
}
@media screen and (min-width: 640px), print {
  .footer-tel .time .br {
    display: none;
  }
}
.footer .inner {
  max-width: none;
  padding: 2em 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .footer .inner {
    padding: 3em 2em 5em 2em;
  }
}
.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: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #50A944;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer .copy {
  overflow: hidden;
  border-top: 1px solid #fff;
  padding: 1.8em 1em 1.8em 1em;
}
@media screen and (max-width: 767.98px) {
  .footer .copy {
    padding: 1.5em 1em 1.5em 1em;
  }
}
.footer .copy small {
  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%;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .footer .copy small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.4rem;
  }
}
.footer .copy span {
  font-weight: 400;
  margin-left: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

.swiper-container {
  display: block;
  position: relative;
  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.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .slider-catch {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-catch {
    font-size: 3rem;
  }
}
.slider-catch span {
  font-size: 3.2rem;
}
@media screen and (max-width: 1099.98px) {
  .slider-catch span {
    font-size: 2.4rem;
  }
}
.slider-side {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  max-width: 430px;
  width: 100%;
  height: 430px;
  text-align: center;
  border: 1px solid #fff;
  padding: 4em 1em 1em 1em;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .slider-side {
    max-width: 270px;
    width: 100%;
    height: 270px;
    padding: 2em 1em 1em 1em;
  }
}
.slider-logo {
  text-align: center;
  max-width: 178px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1099.98px) {
  .slider-logo {
    max-width: 140px;
    margin: 0 auto 2rem;
  }
}
.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;
  }
}

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

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 60px;
}

@media screen and (min-width: 1100px), print {
  .mainvisual {
    margin-top: 110px;
  }
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #fff;
}

.mainvisual-img img {
  width: 100%;
  height: auto;
}

.mainvisual-catch {
  background-color: #F1A065;
  padding: 1.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch {
    position: absolute;
    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;
    top: 50%;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 45%;
    padding: 2rem 2rem;
    height: 320px;
    background-color: rgba(239,147,78,0.6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mainvisual-catch .catch {
  display: block;
  color: #fff;
}

.mainvisual-catch .catch1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch .catch1 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch .catch1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1600px), print {
  .mainvisual-catch .catch1 {
    font-size: 3rem;
  }
}

.mainvisual-catch .catch2 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1600px), print {
  .mainvisual-catch .catch2 {
    font-size: 2rem;
  }
}

.mainvisual-catch .catch2 .officename {
  display: inline-block;
  position: relative;
  padding-left: 70px;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch .catch2 .officename {
    padding-left: 200px;
  }
}

.mainvisual-catch .catch2 .officename:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch .catch2 .officename:before {
    width: 150px;
  }
}

.mainvisual-catch .br {
  display: none;
}

@media screen and (min-width: 640px), print {
  .mainvisual-catch .br {
    display: block;
  }
}

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

  ページタイトル

-------------------------------- */
.page-title {
  height: 400px;
  padding: 11rem 2em 2em 2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/base/pagetitle.jpg");
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    padding: 60px 1em 0 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 250px;
  }
}
.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;
  padding: 1.8rem 2em 2rem 2em;
  background-color: rgba(239, 147, 78, 0.6);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 3.4rem;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 2.8rem;
  }
}
@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: 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: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .tel-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 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .tel-button:hover {
    background-color: #006CAB;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_blue.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #006CAB;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

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

  フォーム部品

-------------------------------- */
.contact-intro {
  text-align: center;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #333333;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1439.98px) {
  .contact-intro {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .contact-intro {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .contact-intro {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-intro {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}

.contact-form {
  background-color: #FDF1E8;
  border-radius: 1em;
  padding: 5em 5em;
}
@media screen and (max-width: 767.98px) {
  .contact-form {
    padding: 2em 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .contact-form {
    padding: 1.5em 1.5em;
  }
}

.form-fin-link:hover {
  color: #006CAB;
}

.contact-form-section {
  padding: 0 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .contact-form-section {
    padding: 0 2em 5em 2em;
  }
}

/* レイアウト用 */
.form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.form-check-inline {
  padding-left: 0;
}
.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.6rem;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.form-check-icon {
  display: block;
  margin: -3px 0.6em 0 0;
}
@media screen and (max-width: 639.98px) {
  .form-check-icon {
    margin: -3px 0.6em 0 0;
  }
}
.form-check-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 640px), print {
  .form-check-icon::before {
    width: 24px;
    height: 24px;
  }
}
.form-check-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 640px), print {
  .form-check-checkbox::after {
    top: 0;
    left: 8px;
    width: 9px;
    height: 14px;
  }
}
.form-check-radio::before {
  border-radius: 100%;
  border-color: #666666;
  width: 22px;
  height: 22px;
}
.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-radio::after {
    left: 4px;
    width: 14px;
    height: 14px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::after {
  background-color: #006CAB;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #006CAB;
  background-color: #006CAB;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon::before, .form-check-input[type=radio].validate-error + .form-check-icon::before {
  border-color: #c00;
}

.privacy-check-agree {
  text-align: center;
  margin-top: 2em;
}
.privacy-check-agree input {
  display: none;
}
.privacy-check-agree input:checked + label::after {
  opacity: 1;
}
.privacy-check-agree input:checked + label::before {
  background-color: #fff;
}
.privacy-check-agree label {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  padding-left: 2.5em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: inline-block;
}
.privacy-check-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 0.2em;
  border: 1px solid #004BB1;
}
.privacy-check-agree label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: -1px;
  display: block;
  width: 11px;
  height: 18px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 3px solid #003371;
  border-left: 3px solid #003371;
  opacity: 0;
}

.form-other-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 0.95em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .form-other-title {
    margin-bottom: 0.85em;
    margin-top: 1.5em;
  }
}

.form-att {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #DD4157;
  margin-top: 0.9em;
  font-weight: 700;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 1099.98px) {
  .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-item {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .form-item {
    width: 100%;
  }
}
.form-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .form-item dt {
    font-size: 1.6rem;
  }
}
.form-item dt span {
  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: 44px;
  height: 25px;
  margin: auto;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 0.3em;
  font-weight: 700;
  padding: 4px 1px 1px 1px;
  margin: 0 0 0 1em;
  background-color: #DD4157;
}
@media screen and (max-width: 767.98px) {
  .form-item dt span {
    padding: 2px 1px 1px 1px;
  }
}
.form-item:first-child {
  margin-right: 4em;
}
@media screen and (max-width: 1099.98px) {
  .form-item:first-child {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.form-table {
  display: block;
  line-height: 1.5;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding-bottom: 2em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
    padding: 0;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 2em;
  }
}
.form-table th {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-bottom: 0.6em;
  background: none;
}
.form-table td {
  font-weight: 500;
  font-size: 1.8rem;
  color: #666666;
  display: block;
}
.form-table td div {
  font-weight: 500;
}

/* レイアウト用：タイトル */
.form-label {
  max-width: 100%;
  min-width: 6em;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check {
  margin: 0 1.5em 1em 0;
}
@media screen and (max-width: 479.98px) {
  .form-check {
    margin: 0 0 0.5em 0;
  }
}
.form-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-check-item:first-child {
  margin-right: 1em;
}
.form-check-label {
  margin-bottom: 0.8em;
}
.form-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .form-check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.5em -1em 0;
}
@media screen and (max-width: 479.98px) {
  .form-check-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 -0.5em 0;
  }
}

/* フォーム部品：タイトル */
.form-title {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.8rem;
  color: #666666;
}
.form-title .desc {
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  margin-top: 0.4em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .form-title .desc {
    display: inline-block;
    margin-left: 0.5em;
  }
}

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

/* フォーム部品：入力必須マーク */
.form-icon {
  display: inline-block;
}
.form-icon::before {
  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;
  width: 44px;
  height: 25px;
  margin: auto;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 0.3em;
  font-weight: 700;
  padding: 4px 1px 1px 1px;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767.98px) {
  .form-icon::before {
    padding: 2px 1px 1px 1px;
  }
}
.form-icon-required::before {
  content: "必須";
  color: #fff;
  background-color: #DD4157;
}
.form-icon-free::before {
  content: "任意";
  color: #fff;
  background-color: #AFAFAF;
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 51px;
  padding: 0 1.5em;
  color: #000000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .form-control {
    padding: 0 1em;
  }
}
.form-control:active, .form-control:focus {
  background-color: #fff;
  outline: none;
}
.form-control:active, .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #444444;
  background-color: #fff;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #DDDDDD;
}
.form-control::-moz-placeholder {
  color: #DDDDDD;
}
.form-control:-ms-input-placeholder {
  color: #DDDDDD;
}
.form-control::-ms-input-placeholder {
  color: #DDDDDD;
}
.form-control::placeholder {
  color: #DDDDDD;
}
@media screen and (max-width: 767.98px) {
  .form-control {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.form-group-fluid {
  margin-bottom: 1em;
}
@media screen and (max-width: 479.98px) {
  .form-group-fluid {
    margin-bottom: 0.6em;
  }
}
.form-group-fluid .form-text-left {
  font-size: 1.7rem;
  line-height: 1.2;
  color: #545454;
}

.form-short {
  max-width: 120px;
  text-align: center;
}

.form-middle {
  max-width: 233px;
}

.form-low {
  height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .form-low {
    height: 2em;
  }
}

.form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0;
}
.form-inline-right {
  margin-left: 0.5em;
}
.form-inline-left {
  margin-right: 0.5em;
}
.form-inline-both {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

/* フォーム部品：テキストエリア */
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 5em;
  min-height: 2.5em;
  max-height: 16em;
  padding-top: 1em;
}
.form-textarea-low {
  height: 2.5em;
}
.form-textarea-high {
  height: 16em;
}

/* フォーム部品：セレクト */
.select-wrap {
  position: relative;
  max-width: 233px;
  color: #000000;
  background-color: #fff;
}
@media screen and (max-width: 479.98px) {
  .select-wrap {
    max-width: 233px;
  }
}
@media screen and (max-width: 359.98px) {
  .select-wrap {
    max-width: 233px;
  }
}
.select-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 1.8em;
  padding-left: 1.1em;
  color: #666666;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select option {
  background-color: #fff;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap .select-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #666666;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
  position: absolute;
  opacity: 0;
}
.form-box + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  padding-left: 26px;
  cursor: pointer;
}
.form-box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.form-box + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.form-box:checked + label {
  color: #006CAB;
}
.form-box:checked + label::before {
  border-color: #006CAB;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
  border-radius: 100%;
}
.form-box-radio + label::after {
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}
.form-box-radio:checked + label::after {
  background-color: #006CAB;
  opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
  border-radius: 0;
}
.form-box-check + label::after {
  top: -10px;
  bottom: 0;
  left: 3px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #006CAB;
  border-bottom: 3px solid #006CAB;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-box-check:checked + label::after {
  opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #c00;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #c00;
}
span.validate-error:first-of-type {
  margin-top: 1em;
}
.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  padding-top: 2em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    padding-top: 3em;
  }
}

.form-button[disabled] {
  pointer-events: none;
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 72px;
  border: 0;
  border-radius: 0;
  background: none;
  font-weight: normal;
  font-size: 100%;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: 0.5em;
  padding: 0.78em 2em 0.78em 2em;
  color: #fff;
  line-height: 1.1;
  border-radius: 0.35em;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .form-button {
    font-size: 2.4rem;
  }
}
.form-button-send {
  border-color: #00C2C9;
  background: #00C2C9;
}
.form-button-send:hover {
  border-color: #006CAB;
  background: #006CAB;
}
.form-button-back {
  border-color: #999;
  background: #999;
}
.form-button-back:hover {
  border-color: #ccc;
  background: #ccc;
}
.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.425em 0.9em 0.45em 0.9em;
  font-size: 1.7rem;
}
.form-button-inline::after {
  display: none;
}
.form-button-search {
  border-color: #fff;
  background: #D6D6D6;
}
.form-button-search:hover {
  border-color: #006CAB;
  background: #006CAB;
}
.form-button-upload {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}
.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #e94709;
}
.form-button-upload::after {
  display: none;
}

.form-area-age .form-short {
  margin-right: 1em;
}
@media screen and (max-width: 479.98px) {
  .form-area-age .form-short {
    margin-right: 0.6em;
  }
}

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

  ローディング

-------------------------------- */
.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 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #F1A065;
  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 #F1A065;
    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);
  }
}
/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  overflow: hidden;
}
.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.section-heading {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 3.2rem;
  }
}
.section-heading span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #19597A;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .section-heading span {
    font-size: 1.5rem;
  }
}

.top-business-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-business-section {
    padding: 5em 2em;
  }
}
.top-business-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  color: #19597A;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-business-heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-business-heading {
    margin-bottom: 3rem;
  }
}
.top-business-heading::before,
.top-business-heading::after {
  background-color: #aaa;
  content: "";
  height: 1px;
  width: 12%;
}
.top-business-heading::before {
  margin-right: 1.5rem;
}
.top-business-heading::after {
  margin-left: 1.5rem;
}
.top-business-text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-business-text {
    margin-bottom: 5rem;
  }
}
.top-business-text p {
  line-height: 1.8;
}
.top-business-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.top-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
@media screen and (min-width: 640px), print {
  .top-business-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-business-list {
    margin: 0 -7rem -5rem 0;
  }
}
.top-business-item {
  width: 50%;
  padding: 0 1rem 1rem 0;
}
@media screen and (min-width: 640px), print {
  .top-business-item {
    width: 33.3333%;
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-business-item {
    padding: 0 7rem 5rem 0;
  }
}
.top-business-inner {
  position: relative;
  overflow: hidden;
}
.top-business-img {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.top-business-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-business-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.top-business-main {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 10;
}
.top-business-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top-business-subheading {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-business-subheading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-business-subheading {
    font-size: 2.4rem;
  }
}
.top-business-subheading .heading {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: .5rem;
}

.top-knowledge-section {
  position: relative;
  padding: 3em 1em;
  background-color: #F1A065;
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-section {
    padding: 5em 2em;
  }
}
.top-knowledge-section .section-heading {
  color: #fff;
}
.top-knowledge-section .section-heading span {
  color: #fff;
}
.top-knowledge-list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -.5em -1.5em 0;
}
@media screen and (min-width: 768px), print {
  .top-knowledge-list {
    margin: 0 -1em -1.5em 0;
  }
}
.top-knowledge-topics {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 .5em 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .top-knowledge-topics {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1em 1.5em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-knowledge-topics {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
.top-knowledge-link {
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
  margin-left: -90px;
  padding: 1rem 1rem 1rem 115px;
  color: #222;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}
.top-knowledge-link:hover {
  color: #51AA47;
  text-decoration: none;
}
.top-knowledge-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
@media screen and (min-width: 768px), print {
  .top-knowledge-title {
    font-size: 1.8rem;
  }
}
.top-knowledge-body {
  font-size: .85em;
}
.top-knowledge-img {
  position: absolute;
  display: block;
  top: 1rem;
  left: 1rem;
}
.top-knowledge-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

.top-keyword-section {
  position: relative;
  padding: 3em 1em;
  background: url(../img/top/keyword_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-keyword-section {
    padding: 5em 2em;
  }
}
.top-keyword-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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -3rem -3rem 0;
}
.top-keyword-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 3rem 3rem 0;
}
@media screen and (min-width: 768px), print {
  .top-keyword-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px), print {
  .top-keyword-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
.top-keyword-item-inner {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 65px;
}
.top-keyword-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 2.5em 0 1em;
  background-color: #3B7390;
}
.top-keyword-body {
  position: relative;
  height: 100%;
}
.top-keyword-heading {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .top-keyword-heading {
    font-size: 1.8rem;
  }
}
.top-keyword-list {
  position: relative;
  padding-bottom: 2em;
}
.top-keyword-list li a {
  font-size: 1.5rem;
}
.top-keyword-list-container {
  position: relative;
  height: 100%;
  padding: 1em;
  border: 1em solid #3B7390;
  border-top: none;
}
.top-keyword-list-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.top-keyword-section .accordion-button {
  cursor: pointer;
}
.top-keyword-section .accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.top-keyword-section .accordion-button.active:after {
  bottom: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-keyword-section .accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s;
  transition: max-height .4s;
}
.top-keyword-section .accordion-panel.active {
  min-height: 100%;
}

.top-staff-section {
  position: relative;
  padding: 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-staff-section {
    padding: 5em 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-staff-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-staff-side {
  max-width: 260px;
}
@media screen and (max-width: 1099.98px), print {
  .top-staff-side {
    margin: auto;
  }
}
.top-staff-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .top-staff-main {
    margin: 0 0 0 5rem;
  }
}
.top-staff-define li:not(:last-child) {
  margin-bottom: 3rem;
}
.top-staff-define dt {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-staff-define dt {
    font-size: 1.5rem;
  }
}
.top-staff-define dd {
  line-height: 1.8;
}
.top-staff-name {
  display: block;
  text-align: center;
  padding: 1.8rem 1em 3rem 1em;
  background-color: #F1A065;
  color: #fff;
  line-height: 1.6;
}
.top-staff-name .name {
  font-size: 1.4rem;
}
.top-staff-name .name span {
  display: block;
  font-size: 2.6rem;
}
.top-staff-name .kana {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding: .5rem 1rem 0 1rem;
  margin-top: .5rem;
  border-top: 1px solid #fff;
}

.top-office-section {
  position: relative;
  padding: 3em 1em;
  background: url("../img/top/office_bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-office-section {
    padding: 5em 2em;
  }
}
.top-office-section .section-heading {
  color: #fff;
}
.top-office-section .section-heading span {
  color: #fff;
}
.top-office-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4em 3em;
  -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);
}
@media screen and (max-width: 1099.98px) {
  .top-office-container {
    display: block;
    padding: 3em 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-office-container {
    padding: 1.3em 1em;
  }
}
@media screen and (max-width: 639.98px) {
  .top-office-container {
    padding: 1em 1em;
  }
}
.top-office-map {
  width: 100%;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 1100px) {
  .top-office-map {
    max-width: 370px;
    margin: 0 0 0 3rem;
  }
}
.top-office-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-office-table {
  display: block;
  width: 100%;
}
@media screen and (max-width: 639.98px) {
  .top-office-table tbody {
    display: block;
    width: 100%;
  }
}
.top-office-table tr {
  display: table;
  width: 100%;
}
.top-office-table tr:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .top-office-table tr:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639.98px) {
  .top-office-table tr:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.top-office-table th, .top-office-table td {
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .top-office-table th, .top-office-table td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.98px) {
  .top-office-table th, .top-office-table td {
    display: block;
    font-weight: none;
  }
}
.top-office-table th {
  width: 9em;
}
@media screen and (max-width: 1099.98px) {
  .top-office-table th {
    width: 7em;
  }
}
@media screen and (max-width: 639.98px) {
  .top-office-table th {
    width: 100%;
    color: #19597A;
    font-weight: 700;
    padding-bottom: .8rem;
  }
}

.top-news-section {
  position: relative;
  padding: 3em 1em;
  background-color: #FDF1E8;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 5em 2em;
  }
}
.top-news-more {
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .top-news-more {
    margin-top: 2.5em;
  }
}

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

  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 #CCC;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.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: #F1A065;
}
.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 0.3s ease;
  transition: color 0.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: #888;
  margin-right: 4rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.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: 0.5em;
  }
}
.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 0.3s ease;
  transition: color 0.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;
  line-height: 1.8;
}
.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 #F1A065;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}
/* パンくずリスト */
.pankz {
  max-width: 1100px;
  margin: 0 auto 2.5em;
}
/* プライバシーポリシー */
.privacy p {
  line-height: 1.8;
}

/* お問い合わせ */
.contact-description {
  border: 2px solid #C1272D;
  border-radius: 5px;
  padding: 10px;
}

.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;
  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;
  font-weight: normal;
  color: #fff;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.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;
  background-color: #FFF;
}

.contact-form table td textarea {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
  background-color: #FFF;
}

.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;
  font-size: 1em;
  background-color: #FFF;
}

.contact-submit {
  margin-top: 1em;
  text-align: center;
}

.contact-submit .btn {
  display: block;
  border: 1px solid #F1A065;
  background-color: #fff;
  color: #F1A065;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

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

/* 基礎知識や事例 */
.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;
  -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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1.5em -1.5em 0;
}

.category-list ul li {
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .category-list ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #333;
}

.category-link:hover {
  color: #333;
  text-decoration: none;
}

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

.category-title {
  color: #F1A065;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  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;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding: .65em 0 .7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #f7f7f7;
  border-left: 5px solid #F1A065;
}

@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.3em;
  }
}

.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

.detail-text h3 a {
  font-weight: 500;
}

.detail-text h4 {
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 0 .3em 1.5em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #F1A065;
}

.detail-text h4 a {
  font-weight: 500;
}

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

.detail-text h5 {
  position: relative;
  color: #19597A;
  font-size: 1.1em;
  font-weight: 500;
  margin: 2.5em 0 .7em 0;
}

.detail-text h5 a {
  font-weight: 500;
}

.detail-text strong {
  font-weight: 700;
}

.detail-text a {
  color: #50A944;
}

.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;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #555;
}

.detail-text blockquote p {
  margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.detail-text table {
  width: 100%;
  border-collapse: collapse;
}

.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 ul li {
  list-style: disc;
  margin: 0 0 0 1.5em;
}

.detail-text ol li {
  list-style: decimal;
  margin: 0 0 0 1.5em;
}

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

.detail .post-list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1.5em -1.5em 0;
}

.detail .post-list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-top: 0 !important;
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .detail .post-list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.detail .post-list li:before {
  display: none;
}

.detail .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: .5rem;
}

.detail .post-list li p {
  font-size: .9em;
}

.detail .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

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

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

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

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

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

  Webフォント

-------------------------------- */
/*
 * https://icomoon.io/
 */
 @font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?dbkwwe");
  src: url("../fonts/icomoon.eot?dbkwwe#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dbkwwe") format("truetype"), url("../fonts/icomoon.woff?dbkwwe") format("woff"), url("../fonts/icomoon.svg?dbkwwe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "\e900";
}

.icon-home:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

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

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 0 2em 6em 2em;
  }
}