@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相当）*/
.main-heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  padding-left: 1em;
  padding-bottom: .4em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #CCCCCC;
}

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

.main-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: .2rem;
  width: .9rem;
  bottom: 1.4rem;
  background: #EF8B8B;
}

.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: #ED7A7A;
  text-align: center;
  border-bottom: 1px solid #ED7A7A;
}

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

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

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

.common-subheading {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}

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

.common-subheading::before {
  content: "";
  position: absolute;
  top: .3rem;
  left: 0;
  width: 10px;
  height: 17px;
  background-color: #ED7A7A;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.common-link {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 0;
}

@media screen and (max-width: 1099.98px) {
  .common-link {
    font-size: 1.4rem;
  }
}

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

.common-link:hover::before {
  background: url("../img/base/icon-arrow_wht.png") no-repeat center/cover;
}

.common-link:hover::after {
  background-color: #fff;
}

.common-link:hover span {
  background-color: #ED7A7A;
  color: #fff;
}

.common-link span {
  display: block;
  padding: 1.5rem 4em 1.5rem 2rem;
  background-color: #fff;
  color: #ED7A7A;
  border: 1px solid #ED7A7A;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: color , background-color;
  transition-property: color , background-color;
}

@media screen and (max-width: 1099.98px) {
  .common-link span {
    padding: 1.2rem 5.5rem 1.2rem 1.3rem;
  }
}

.common-link::before {
  content: "";
  position: absolute;
  top: calc(50% - .5rem);
  right: 1.5rem;
  display: block;
  width: 42px;
  height: 7px;
  background: url("../img/base/icon-arrow_blk.png") no-repeat center/cover;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
}

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

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

.link-button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 15em;
  padding: 0.8em 0.2em 0.5em;
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: 1px solid #887875;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (min-width: 768px), print {
  .link-button {
    font-size: 1.6rem;
    padding: 1em 1em 0.8em 1em;
  }
}

.link-button:hover {
  background-color: #887875;
  border: 1px solid #887875;
  color: #fff;
}

.link-button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% + 2.5px);
  height: calc(100% + 2.5px);
  border: 1px solid #887875;
  z-index: -1;
}

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

.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

.global-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .5em;
  background: rgba(238, 126, 126, 0.8);
  z-index: 101;
}

@media screen and (min-width: 1100px), print {
  .global-contact {
    display: none;
  }
}

.global-contact-item:first-child {
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 768px), print {
  .global-contact-item:first-child {
    padding-right: 5rem;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 479.98px) {
  .global-contact-item:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479.98px) {
  .global-contact-item:last-child {
    padding-left: 1rem;
  }
}

.global-contact-info p.text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .global-contact-info p.text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .global-contact-info p.text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .global-contact-info p.text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359.98px) {
  .global-contact-info p.text span.br {
    display: block;
  }
}

.global-contact-tel p {
  color: #fff;
}

.global-contact-tel p.tel .tel-link {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  padding-left: 1.4rem;
}

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

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

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

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

.global-contact-tel p.tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/base/icon-tel_wht.png) no-repeat center/cover;
}

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

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

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

.global-contact-tel p.tel .tel-link span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: .2em;
}

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

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

  html, body

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

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

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

body {
  min-width: 320px;
  color: #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-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: 35px;
    top: 28px;
  }
}

@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: 169px;
}

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

.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}

.header-tel {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .header-tel {
    position: absolute;
    right: 135px;
    top: 16px;
    display: block;
    z-index: 9999;
  }
}

.header-tel a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  padding-left: 2rem;
}

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

.header-tel a span {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: .2em;
}

.header-contact-button {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .header-contact-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 80px;
    display: block;
    z-index: 9999;
  }
}

.header-contact-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #EF8B8B;
  line-height: 1.2;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.header-contact-button a span {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 22px;
}

.header-contact-button a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/base/icon-mail_wht.png) no-repeat center/cover;
}

.header-contact-button a:hover {
  background-color: #ED7A7A;
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    width: 100%;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    padding: 0 20em 0 0;
    background-color: #fff;
  }
}

@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: .3s;
            transition-duration: .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;
  }
}

/* メインナビ */
@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: #ED7A7A;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: rgba(237, 122, 122, 0.9);
    color: #fff;
  }
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #fff;
  }
}

.main-nav .nav-link {
  position: relative;
  display: block;
  line-height: 1.2;
  color: #000;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  letter-spacing: .05em;
}

@media screen and (min-width: 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;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #333;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

@media screen and (max-width: 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: #444;
    font-size: 1.5rem;
    background-color: #fff;
    height: 60px;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #ED7A7A;
    border-left: 1px solid #ED7A7A;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}

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

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

.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.main-nav .nav-link .br {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-open .nav-button {
  display: none;
}

.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #222;
}

.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: #222;
}

.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: #222;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #ED7A7A;
  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: .2s;
          transition-duration: .2s;
}

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

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 80px;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1100;
  }
  .nav.fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    z-index: -1;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  #top .nav.fixed {
    z-index: 1100;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #fff;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

#top .main {
  padding: 0 1em 0 1em;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

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

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

  footer

-------------------------------- */
.footer {
  position: relative;
  padding: 2em 2em 0 2em;
}

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

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

.footer-container {
  padding-bottom: 3em;
}

.footer-map {
  margin-bottom: 3em;
}

.footer-heading {
  display: block;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2em;
}

.footer-heading .en {
  display: block;
  font-size: 2.6rem;
  color: #333;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-bottom: .15em;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px), print {
  .footer-heading .en {
    font-size: 3.2rem;
  }
}

.footer-heading .jp {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.02em;
}

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

.footer-lead {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 2em;
}

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

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

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

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2em 3em 1.1em;
  background-color: #fff;
}

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

.footer-tel .time {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

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

.footer-tel .tel {
  position: relative;
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 2rem;
}

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

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

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

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

.footer-privacy {
  text-align: center;
  margin-top: 2em;
}

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

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

.footer-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.7em 4.5em;
  background: #EF8B8B;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

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

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

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

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

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

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

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

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

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: .35rem;
  background-color: #EF8B8B;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

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

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

.footer .copy {
  margin: 0 -2em;
  overflow: hidden;
  background-color: #806F6C;
  padding: 1.8em 1em 1.8em 1em;
}

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

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

.footer .copy small {
  display: -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%;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

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

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

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  width: 100%;
  z-index: 105;
  height: 250px;
  margin-top: 80px;
  background: url(../img/base/mainvisual.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title {
    height: 180px;
  }
}

.page-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}

.page-title-name {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px;
}

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

@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 1rem 1em 1.3rem 1em;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}

.page-title-name span {
  display: block;
  font-weight: 500;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity , -webkit-transform;
  transition-property: opacity , -webkit-transform;
  transition-property: opacity , transform;
  transition-property: opacity , transform , -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

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

._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1100px), print {
  .mail-button {
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .mail-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .mail-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #EF8B8B;
  }
  .mail-button a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 20px;
    height: 15px;
    background: url("../img/base/icon-mail_wht.png") no-repeat center/cover;
  }
  .mail-button a::after {
    content: "MAIL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1;
  }
  .mail-button a:hover {
    background-color: #ED7A7A;
  }
}

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

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

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

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

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

.contact-form table th {
  position: relative;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: .8em 1em;
  }
}

.contact-form table th .title {
  font-weight: bold;
}

.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: .9em;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.contact-form table th .option {
  background-color: #999;
}

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

@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: .8em 0 .8em 1em;
  }
}

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

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

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

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

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

.contact-form table td .full {
  width: 100%;
}

.contact-form table td .per60 {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}

.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}

.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}

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

.contact-submit .btn {
  display: block;
  border: 1px solid #EF8B8B;
  background-color: #fff;
  color: #ED7A7A;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

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

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

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}

.loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #ED7A7A;
  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 #ED7A7A;
    top: 0;
  }
}

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

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

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

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

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

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

.mainvisual-main {
  position: relative;
}

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

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

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

.mainvisual-catch {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 8px, rgba(0, 0, 0, 0.4) -1px 1px 8px, rgba(0, 0, 0, 0.4) 1px -1px 8px, rgba(0, 0, 0, 0.4) -1px -1px 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}

.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .5em;
  color: #000;
}

.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}

.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}

.pankz-item._current a {
  position: relative;
  color: #ED7A7A;
  padding-left: 1.5em;
}

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

.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}

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

.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}

@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}

.section-secondary .inner {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}

.section-dummy {
  text-align: center;
}

.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}

.section-dummy .inner {
  max-width: none;
  text-align: center;
}

.section-dummy_wide {
  overflow: hidden;
}

.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}

@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}

.section-header {
  max-width: 1100px;
  margin: 0 auto 3rem auto;
}

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

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

.section-heading .en {
  display: block;
  font-size: 3.5rem;
  color: #333;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  margin-bottom: .25em;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px), print {
  .section-heading .en {
    font-size: 5rem;
  }
}

.section-heading .jp {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.02em;
}

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

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

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

.top-about-section .section-heading .en {
  color: #B2A9A5;
  letter-spacing: 0.01em;
}

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

.top-about-header {
  margin-bottom: 2em;
}

.top-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.top-about-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 2em 0;
}

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

.top-about-heading {
  color: #333;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
}

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

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

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

@media screen and (min-width: 768px), print {
  .top-about-text p {
    line-height: 2;
  }
}

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

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

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

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

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

.top-service-section .section-heading .jp {
  color: #fff;
}

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

.top-service-section .section-heading .en {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
  margin-bottom: .2em;
}

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

.top-service-section .inner {
  max-width: 1200px;
}

.top-service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.5em;
}

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

.top-service-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 1.5em 0 0 0;
}

@media screen and (min-width: 768px), print {
  .top-service-description {
    line-height: 2;
    margin: 0 0 0 3em;
  }
}

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

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

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

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

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

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

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

.top-service-item.corporation .top-service-heading {
  border-bottom: 1px solid #B4A9A7;
}

.top-service-item.corporation .top-service-subheading::before {
  background: #806F6C;
}

.top-service-inner {
  position: relative;
  text-align: center;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.top-service-link {
  display: block;
  padding: 2em 1em 3em;
}

@media screen and (min-width: 480px), print {
  .top-service-link {
    padding: 2em 1.5em 3em;
  }
}

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

.top-service-link:hover .top-service-arrow {
  right: -1rem;
}

@media screen and (min-width: 1100px), print {
  .top-service-link:hover .top-service-arrow {
    right: -3rem;
  }
}

@media screen and (min-width: 1280px), print {
  .top-service-link:hover .top-service-arrow {
    right: -5rem;
  }
}

.top-service-icon {
  margin: -4em auto .5em;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1100px), print {
  .top-service-icon {
    margin: -7.5em auto 1em;
    width: 120px;
    height: 120px;
  }
}

.top-service-icon img {
  max-width: 100%;
  height: auto;
}

.top-service-heading {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  padding-bottom: .2em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #F5B4B4;
}

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

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

.top-service-subheading {
  position: relative;
  color: #514644;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 1em;
}

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

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

.top-service-subheading::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #EE7E7E;
  border-radius: 50%;
  position: absolute;
  top: .3rem;
  left: 0;
  margin: auto;
}

.top-service-subheading::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 1.1rem;
  left: .7rem;
  margin: auto;
}

.top-service-subheading .br {
  display: block;
}

@media screen and (max-width: 1099.98px) {
  .top-service-subheading .br {
    display: none;
  }
}

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

@media screen and (min-width: 1100px), print {
  .top-service-text {
    line-height: 2;
  }
}

.top-service-arrow {
  position: absolute;
  bottom: 2rem;
  right: 1em;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #b4a9a7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1100px), print {
  .top-service-arrow {
    bottom: 3rem;
    right: -2rem;
    width: 100px;
    height: 2px;
    margin-top: 9.2px;
  }
}

@media screen and (min-width: 1280px), print {
  .top-service-arrow {
    right: -4rem;
    width: 120px;
  }
}

.top-service-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #b4a9a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}

@media screen and (min-width: 1100px), print {
  .top-service-arrow::before {
    top: calc(50% - 1px);
    width: 15px;
    height: 2px;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
  }
}

.top-service-note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.5em;
}

.top-service-fee {
  padding: 1.2em;
  margin-top: 2.5em;
  background-color: #FEF3F3;
}

@media screen and (min-width: 480px), print {
  .top-service-fee {
    padding: 1.5em;
  }
}

.top-service-fee p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 480px), print {
  .top-service-fee p {
    font-size: 1.5rem;
  }
}

.top-keyword-body {
  padding: 1.5em 1.5em 2em;
  background-color: #F2F2F2;
}

.top-keyword-heading {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

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

.top-keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -.7em 0;
}

@media screen and (max-width: 767.98px) {
  .top-keyword-list {
    margin: 0 -.5em -.5em 0;
  }
}

.top-keyword-list li {
  width: 25%;
  padding: 0 1em .7em 0;
}

@media screen and (max-width: 1099.98px) {
  .top-keyword-list li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767.98px) {
  .top-keyword-list li {
    width: 50%;
    padding: 0 .5em .5em 0;
  }
}

.top-keyword-list li a {
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: .6rem 1rem;
  font-size: 1.3rem;
  color: #111;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 10em;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (max-width: 767.98px) {
  .top-keyword-list li a {
    font-size: 1.2rem;
  }
}

.top-keyword-list li a:hover {
  color: #FFFFFF;
  border: 1px solid #ED7A7A;
  background-color: #ED7A7A;
}

.top-knowledge-section {
  position: relative;
  background-color: #806F6C;
}

.top-knowledge-section .section-header {
  text-align: center;
  margin: 0 auto;
}

.top-knowledge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5em -2em 0;
}

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

.top-knowledge-topics {
  width: 100%;
  padding: 0 1.5em 2em 0;
}

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

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

.top-knowledge-topics:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1099.98px) {
  .top-knowledge-topics:first-child {
    padding-top: 0;
  }
}

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

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

.top-knowledge-title {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

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

.top-knowledge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.top-knowledge-container {
  padding: 1.5em;
  background-color: #fff;
}

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

.top-knowledge-block:first-child {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1099.98px) {
  .top-knowledge-block:first-child {
    margin-bottom: 2.5em;
  }
}

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

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

.tab-menu {
  max-width: 1100px;
  margin: 0 auto;
}

.tab-menu-content {
  border-top: 1px solid #806F6C;
}

@media screen and (min-width: 1100px), print {
  .tab-menu-content {
    border-top: none;
    padding: 1.5em 0;
  }
}

.tab-menu-inner {
  background-color: #fff;
}

.tab-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-menu-list li {
  position: relative;
  width: 20%;
  height: 65px;
}

@media screen and (max-width: 767.98px) {
  .tab-menu-list li {
    width: 50%;
    height: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .tab-menu-list li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}

@media screen and (max-width: 767.98px) {
  .tab-menu-list li:nth-child(-n+4) {
    border-bottom: 1px solid #ccc;
  }
}

.tab-menu-list li a {
  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: 100%;
  background-color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: .5em;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

@media screen and (max-width: 1099.98px) {
  .tab-menu-list li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .tab-menu-list li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 359.98px) {
  .tab-menu-list li a {
    font-size: 1.2rem;
  }
}

.tab-menu-list li a.active {
  background-color: #806F6C;
  color: #fff;
}

.tab-menu-list li a:hover {
  background-color: #806F6C;
  color: #fff;
}

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

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

.top-staff-section::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/top/bg3.jpg) no-repeat center/cover;
  z-index: -10;
}

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

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

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

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

.top-staff-header {
  margin: 0 0 2.5em 0;
}

@media screen and (max-width: 1099.98px) {
  .top-staff-header {
    padding-bottom: 520px;
    margin: -550px 0 0 0;
  }
}

.top-staff-table {
  width: 100%;
  border-spacing: 0;
}

.top-staff-table tr:first-child th,
.top-staff-table tr:first-child td {
  border-top: 1px solid #B4A9A7;
}

.top-staff-table th,
.top-staff-table td {
  padding: 1.5em 0;
  border-bottom: 1px solid #B4A9A7;
}

.top-staff-table th {
  width: 7.5em;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 480px), print {
  .top-staff-table th {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .top-staff-table th {
    width: 9em;
    font-size: 1.6rem;
  }
}

.top-staff-table td {
  font-size: 1.4rem;
}

@media screen and (min-width: 480px), print {
  .top-staff-table td {
    font-size: 1.5rem;
  }
}

.top-staff-list li {
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .top-staff-list li {
    line-height: 2;
  }
}

.top-staff-list:not(:last-child) {
  margin-bottom: 1em;
}

.top-staff-button {
  text-align: right;
  margin-top: 2.5em;
}

@media screen and (max-width: 1099.98px) {
  .top-staff-button {
    text-align: center;
  }
}

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

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

.top-staff-name {
  font-size: 2rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-top: 1em;
}

@media screen and (min-width: 1100px), print {
  .top-staff-name {
    font-size: 2.8rem;
  }
}

.top-staff-name span {
  display: block;
  color: #ED7A7A;
  font-size: 1.5rem;
  margin-top: .7em;
}

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

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

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

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

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

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

.top-office-header {
  margin-bottom: 2.5em;
}

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

.top-office-table {
  width: 100%;
  border-spacing: 0;
}

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

.top-office-table tr {
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .top-office-table tr:first-child th,
  .top-office-table tr:first-child td {
    border-top: 1px solid #B4A9A7;
  }
}

@media screen and (max-width: 639.98px) {
  .top-office-table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}

.top-office-table th, .top-office-table td {
  padding: 1.5em 0;
}

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

@media screen and (min-width: 768px), print {
  .top-office-table th, .top-office-table td {
    border-bottom: 1px solid #B4A9A7;
  }
}

.top-office-table th {
  width: 11em;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 639.98px) {
  .top-office-table th {
    width: 100%;
    color: #fff;
    padding: .7em;
    background-color: #EF8B8B;
  }
}

@media screen and (min-width: 480px), print {
  .top-office-table th {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .top-office-table th {
    font-size: 1.6rem;
  }
}

.top-office-table td {
  font-size: 1.4rem;
}

@media screen and (max-width: 1099.98px) {
  .top-office-table td {
    padding: 1em .7em;
  }
}

@media screen and (max-width: 639.98px) {
  .top-office-table td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

@media screen and (min-width: 480px), print {
  .top-office-table td {
    font-size: 1.5rem;
  }
}

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

  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 #ED7A7A;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  idxx　下層

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

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

.secondary-section p {
  line-height: 1.8;
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

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

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

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

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}

.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}

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

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

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

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

.category-title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: .5rem;
}

.category-body {
  font-size: .9em;
}

.category-img {
  float: left;
  width: 90px;
}

.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.detail-text h3 {
  position: relative;
  color: #333;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
  padding: .7em 0 .7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #ED7A7A;
}

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

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

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

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

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

.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: #444;
}

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

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

.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}

.detail-text ul {
  list-style: disc;
}

.detail-text ol {
  list-style: decimal;
}

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

.detail-text table th,
.detail-text table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}

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

.detail-text .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
  list-style: none;
}

.detail-text .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
  margin-left: 0;
}

@media screen and (min-width: 768px), print {
  .detail-text .post-list li {
    width: 50%;
  }
}

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

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

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

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

.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: underline;
}

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

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

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

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

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

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

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

/* 弁護士紹介 */
.staff-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.staff-header {
  margin: 0 0 2.5em 0;
}

@media screen and (max-width: 1099.98px) {
  .staff-header {
    padding-bottom: 520px;
    margin: -550px 0 0 0;
  }
}

.staff-list {
  margin-bottom: 3em;
}

.staff-list li {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

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

.staff-list2 dt {
  display: table-cell;
  width: 9em;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.staff-list2 dd {
  display: table-cell;
  vertical-align: top;
  font-size: 1.5rem;
}

.staff-list2:not(:last-child) {
  margin-bottom: 1.5em;
}

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

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

.staff-name {
  font-size: 2rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-top: 1em;
}

@media screen and (min-width: 1100px), print {
  .staff-name {
    font-size: 2.8rem;
  }
}

.staff-name span {
  display: block;
  color: #ED7A7A;
  font-size: 1.5rem;
  margin-top: .7em;
}

.staff-media {
  margin-top: 3em;
}

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

.staff-mediabook {
  margin-top: 3em;
}

@media screen and (min-width: 1100px), print {
  .staff-mediabook {
    margin-top: 6em;
  }
}

.staff-mediabook .mediabook-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 1.5em 2.5em;
  background: #f7f7f7;
}

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

.staff-mediabook .mediabook-box:not(:last-child) {
  margin-bottom: 3em;
}

.staff-mediabook .mediabook-image {
  text-align: center;
}

.staff-mediabook .mediabook-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 2em 0 0 0;
}

@media screen and (min-width: 480px), print {
  .staff-mediabook .mediabook-main {
    margin: 0 0 0 3em;
  }
}

.staff-mediabook .mediabook-detail dt {
  margin-bottom: 1em;
}

.staff-mediabook .mediabook-detail dd {
  color: #555;
  font-size: 1.4rem;
}

.staff-mediabook .mediabook-detail dd p:not(:last-child) {
  margin-bottom: .2em;
}

.staff-text {
  padding: 1.2em 1.2em 1.5em;
  margin-top: 2.5em;
  background-color: #FEF3F3;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .staff-text {
    padding: 1.5em 1.5em 1.8em;
  }
}

.staff-text p {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  padding-bottom: .2em;
  border-bottom: 1px solid #ED7A7A;
}

@media screen and (min-width: 480px), print {
  .staff-text p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px), print {
  .staff-text p {
    font-size: 2.2rem;
  }
}

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

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

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

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

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

.service-inner {
  position: relative;
  text-align: center;
  height: 100%;
}

.service-image {
  margin: 0 0 .8em;
}

.service-image img {
  max-width: 100%;
  height: auto;
}

.service-heading {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  padding-bottom: .2em;
  border-bottom: 1px solid #F5B4B4;
}

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

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