@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 {
  position: relative;
  max-width: 1341px;
  margin: 0 auto 2em;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.5em;
  }
}

.common-heading {
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading {
    padding: 0 1em;
  }
}
.common-heading::before {
  content: "";
  position: absolute;
  left: -100vw;
  right: 100%;
  top: 50%;
  height: 1px;
  background-color: #D6D6D6;
}
.common-heading::after {
  content: "";
  position: absolute;
  right: -100vw;
  left: 100%;
  top: 50%;
  height: 1px;
  background-color: #D6D6D6;
}
.common-heading .jp {
  display: block;
  font-size: 2.9rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #B19259;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .common-heading .jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading .jp {
    font-size: 2rem;
  }
}
.common-heading .en {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #111111;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .common-heading .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading.__accent .jp {
    font-size: 1.7rem;
    letter-spacing: inherit;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.common-subheading {
  display: block;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #B19259;
  padding: 0.25em 0 0.2em 0.7em;
  margin-bottom: 0.7em;
  border-left: 5px solid #371C00;
}
@media screen and (max-width: 767.98px) {
  .common-subheading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .common-subheading {
    font-size: 1.8rem;
  }
}

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

.link-button {
  position: relative;
  display: block;
  max-width: 296px;
  width: 100%;
  text-align: center;
  padding: 0.9em 1em 0.9em 2em;
  border: 1px solid #B19459;
  background-color: #B19459;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 auto;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .link-button {
    font-size: 1.4rem;
    max-width: 260px;
  }
}
.link-button.__accent {
  font-size: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .link-button.__accent {
    font-size: 1.6rem;
  }
}
.link-button.__accent2 {
  padding: 1em 1em 1em 2em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .link-button.__accent2 {
    font-size: 1.3rem;
  }
}
.link-button.__accent2 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .link-button.__accent2 span {
    font-size: 1.6rem;
  }
}
.link-button:hover {
  background-color: #ffffff;
  color: #B19459;
}
.link-button:hover::before {
  border-color: #B19459;
}
.link-button::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 9px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -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;
}
@media screen and (max-width: 767.98px) {
  .link-button::before {
    left: 13px;
  }
}
.link-button span {
  font-size: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .link-button span {
    font-size: 1.6rem;
  }
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.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;
  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;
  background-color: #B19459;
  width: 250px;
  height: 140px;
  padding: 1.5em 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .global-contact {
    left: -250px;
    opacity: 0;
    height: 140px;
  }
}
.nav-open .global-contact {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .global-contact {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.global-contact-tel .tel-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
}
.global-contact-tel .tel-text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  background-color: #371C00;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-tel .tel-text {
    margin-bottom: 0.3em;
  }
}
.global-contact-tel .tel-att {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.65em;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-tel .tel-att {
    margin-top: 0.4em;
  }
}

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

  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: #000000;
  font-family: "Kosugi Maru", 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 {
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    z-index: 1010;
  }
}
.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 200px;
  background-color: #371C00;
}
@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;
    -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: #ffffff;
  }
}
.header-logo .site-logo {
  width: 140px;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo .pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo .sp {
    display: none;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .header-content {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    opacity: 0;
    z-index: 1120;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .header-content {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .header-content {
    left: 0;
    margin: 60px 0 0;
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-content-inner {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* スクロール時固定用 */
@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);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: fixed;
    top: 200px;
    left: 0;
    width: 250px;
    height: calc(100vh - 200px);
    margin: 0;
    opacity: 1;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
}
.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 {
    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: 250px;
    height: 140px;
    background-color: #371C00;
  }
  .nav-logo img {
    width: 110px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #DBCEB3;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 140px;
}
.nav .nav-container::-webkit-scrollbar {
  width: 5px;
}
.nav .nav-container::-webkit-scrollbar-track {
  background-color: #eee;
}
.nav .nav-container::-webkit-scrollbar-thumb {
  background-color: #371C00;
}
@media screen and (max-width: 1099.98px) {
  .nav .nav-container {
    padding-bottom: 140px;
  }
}

/* メインナビ */
.main-nav {
  padding: 0.4em 1.5em 0 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
.main-nav .nav-item {
  position: relative;
}
.main-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid #CFBD98;
}
.main-nav .nav-item.main-nav-active .nav-link span::before {
  border-left-color: #371C00;
}
.main-nav .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: inherit;
  padding: 0.8em 0 0.8em 0;
  height: 45px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #371C00;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -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 span {
  position: relative;
  display: block;
  padding-left: 1em;
}
.main-nav .nav-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-left: 8px solid #B19459;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -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-link:hover span::before {
  border-left-color: #371C00;
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

#nav-whitening .nav-link {
  letter-spacing: -1px;
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sub-nav-active .sub-nav {
  pointer-events: auto;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.sub-nav-inner {
  padding-bottom: 0.8em;
}
.sub-nav-list {
  margin-left: 1em;
}
.sub-nav-list li {
  display: block;
}
.sub-nav-list li:not(:last-child) {
  margin-bottom: 0.4em;
}
.sub-nav-list a {
  position: relative;
  display: block;
  color: #371C00;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-left: 0.85em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.sub-nav-list a:hover::before {
  border-left-color: #371C00;
}
.sub-nav-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-left: 5px solid #B19459;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -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;
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
/* ドロップダウンナビボタン（ hover ）*/
.sub-nav-button:hover + .nav-link span::before {
  border-left-color: #371C00;
}

.sub-nav-active .sub-nav-button:hover + .nav-link span::before {
  border-left-color: #371C00;
}

/* ドロップダウンナビボタン（ active ）*/
.sub-nav-active .sub-nav-button + .nav-link span::before {
  border-left-color: #371C00;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #371C00;
  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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.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: #fff;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #371C00;
}
.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);
}

/* ナビゲーション背景 */
@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;
}

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

  main

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

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

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

  footer

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .footer {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer .inner {
  max-width: none;
}
@media screen and (max-width: 639.98px) {
  .footer-map {
    position: relative;
    padding-top: 90%;
  }
}
@media screen and (max-width: 639.98px) {
  .footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.footer-container {
  padding: 2em 1em 2em 1em;
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    padding: 1.2em 1em 1em 1em;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    margin-bottom: 1em;
  }
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 10px;
  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: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.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: #371C00;
  -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;
  background-color: #B19459;
}
.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;
}
.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;
  text-align: center;
  color: #111111;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.6rem;
  }
}
.footer .copy span {
  font-weight: 400;
  padding-left: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .swiper-wrapper {
    height: calc(100vh - 50px);
  }
}
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  padding-bottom: 50px;
}
@media screen and (min-width: 1100px), print {
  .swiper-container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-container {
    padding-bottom: 35px;
  }
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img img {
  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;
}
@media screen and (min-width: 1100px), print {
  .swiper-img img {
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-img img {
    min-height: 60vw;
  }
}
.slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .slider {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .slider {
    margin-top: 60px;
  }
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-main {
  position: relative;
}
@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%;
  }
}
.slider .swiper-pagination {
  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;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 479.98px) {
  .slider .swiper-pagination {
    bottom: 13px;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #999;
  color: #fff;
  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: 10px;
  height: 10px;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  border-radius: 100%;
}
.slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 10px 0 0;
}
.slider .swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #371C00;
}
.slider-side {
  position: fixed;
  right: -722px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.slider-side:hover {
  right: 0;
}
.slider-side:hover .heading::before {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1099.98px) {
  .slider-side {
    display: none;
  }
}
.slider-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-time-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.91);
  padding: 1em 1.5em 1em 1.5em;
}
.slider-time-side {
  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;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 77px;
  background-color: #371C00;
  padding: 0.5em;
}
.slider-time-side .heading {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.083em;
  font-weight: 700;
  color: #fff;
  padding-top: 2.2em;
}
.slider-time-side .heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/base/icon_arrow.png") no-repeat center/cover;
}

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

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

  ページタイトル

-------------------------------- */
.page-title {
  height: 320px;
  padding: 1em 2em;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    height: 320px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 280px;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title {
    height: 180px;
  }
}
.clinic-page .page-title {
  background: url("../img/pages/clinic/bg.jpg") no-repeat center/cover;
}
.cosmetic-dentistry-page .page-title {
  background: url("../img/pages/cosmetic-dentistry/bg.jpg") no-repeat center/cover;
}
.implant-page .page-title {
  background: url("../img/pages/implant/bg.jpg") no-repeat center/cover;
}
.cookie-page .page-title {
  background: url("../img/pages/cookie/bg.jpg") no-repeat center/cover;
}
.medical-info-page .page-title {
  background: url("../img/pages/medical-info/bg.jpg") no-repeat center/cover;
}
.orthodontics-page .page-title {
  background: url("../img/pages/orthodontics/bg.jpg") no-repeat center/cover;
}
.recruit-page .page-title {
  background: url("../img/pages/recruit/bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    z-index: 0;
  }
}
.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 .jp {
  font-weight: 700;
  font-size: 3rem;
  padding: 0.4em 1em 0.5em 1em;
  background-color: #371C00;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name .jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .page-title-name .jp {
    font-size: 2rem;
  }
}
.page-title-name span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

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

  idxx　診察時間のご案内

-------------------------------- */
.time-table {
  display: table;
  width: 100%;
  max-width: 674px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.time-table-att li {
  font-size: 1.5rem;
  color: #444444;
  list-style: none;
  line-height: 1.55;
  letter-spacing: 0.053em;
}
.time-table-add {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
  margin-left: 2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time-table-wrap {
  margin-bottom: 1em;
}
.time-table thead th {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #371C00;
  padding: 0.2em 0.5em 0.2em 0.5em;
  height: 60px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.time-table thead th:first-child {
  width: 150px;
}
.time-table thead td span {
  position: relative;
  display: block;
  padding-bottom: 1.1em;
}
.time-table thead td span::before {
  content: attr(data-en);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1rem;
  color: #B19459;
  font-weight: 700;
}
.time-table tbody th, .time-table tbody td {
  line-height: 1.2;
  height: 60px;
}
.time-table tbody td {
  line-height: 1.2;
  height: 60px;
}
.time-table tbody td .close {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #B19459;
  margin: 0 auto;
}
.time-table tbody td .open {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #371C00;
  border-radius: 100%;
  margin: 0 auto;
}
.time-table tbody td .txt {
  font-size: 1.2rem;
  font-weight: 700;
}
.time-table th, .time-table td {
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #371C00;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 3px solid #DBCEB3;
}
.timetable-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .timetable-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-radius: 0.5em 0.5em 0 0;
    z-index: 110;
  }
  .timetable-button 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;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0.5em 1em;
    border-radius: 0.5em 0.5em 0 0;
    background-color: #371C00;
    color: #fff;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .timetable-button a:hover {
    background-color: #B19459;
  }
  .timetable-button a span {
    position: relative;
    display: inline-block;
    padding-right: 2em;
    line-height: 1.2;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .timetable-button a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/base/icon_arrow.png") no-repeat center/cover;
    width: 28px;
    height: 28px;
  }
}
/* Instagram */
.instagram-section {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .instagram-section {
    margin-bottom: 7.5rem;
  }
}
.instagram-bg {
  margin: 0 -1.5rem;
}

@media screen and (min-width: 1100px), print {
  .instagram-bg {
    margin: 0 -3rem;
  }
}
.instagram-bg img {
  width: 100%;
}

.instagram-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}

@media screen and (min-width: 1100px), print {
  .instagram-row {
    margin: 0 -1.5rem -1.5rem 0;
  }
}
.instagram-col {
  width: 50%;
  padding: 0 0.5rem 0.5rem 0;
}

@media screen and (min-width: 768px), print {
  .instagram-col {
    width: 25%;
  }
}
@media screen and (min-width: 1100px), print {
  .instagram-col {
    padding: 0 1.5rem 1.5rem 0;
  }
}
.instagram-card {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0.8em;
  overflow: hidden;
}

.instagram-card::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.instagram-card a {
  display: block;
}

.instagram-card a:hover {
  text-decoration: none;
}

.instagram-card a:hover .instagram-meta {
  opacity: 1;
}

.instagram-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.instagram-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

@media screen and (min-width: 1100px), print {
  .instagram-meta {
    padding: 2rem;
  }
}
.instagram-meta--caption {
  display: block;
  line-height: 1.3;
  font-size: 1.3rem;
  word-wrap: break-word;
}

@media screen and (min-width: 1100px), print {
  .instagram-meta--caption {
    font-size: 100%;
  }
}
.instagram-meta--likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
}

.instagram-meta--likes::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  background: url(../img/base/heart_wht.svg) center no-repeat;
  background-size: contain;
}

.instagram-more {
  margin-top: 3rem;
  text-align: center;
}

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

  アニメーション

-------------------------------- */
._anim-point {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
._anim-point.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

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

-------------------------------- */
/* お問い合わせ（電話）*/
@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: 7px;
    right: 7px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 1;
    background-color: #371C00;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .tel-button:hover {
    background-color: #B19459;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_wht.svg") no-repeat center/cover;
  }
}

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

  フォーム部品

-------------------------------- */
.form-fin-link:hover {
  color: #371C00;
}

.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: 500;
  cursor: pointer;
  font-size: 1.8rem;
  color: #666666;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.form-check-icon {
  display: block;
  margin: 2px 0.6em 0 0;
}
@media screen and (max-width: 639.98px) {
  .form-check-icon {
    margin: 2px 0.6em 0 0;
  }
}
.form-check-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  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: 5px;
  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: 5px;
    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: #371C00;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #371C00;
  background-color: #371C00;
}
.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 label {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  padding-left: 2em;
  display: inline-block;
}
.privacy-check-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 0.2em;
  border: 1px solid #003371;
}
.privacy-check-agree label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -1px;
  display: block;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 3px solid #003371;
  border-left: 3px solid #003371;
  opacity: 0;
}

.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: 0.5em;
}
@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;
  vertical-align: top;
  width: 245px;
  padding: 1.15em 1em 1em 1em;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    margin-bottom: 1em;
    padding: 0 0 0.5em;
    border-bottom: 2px solid #003371;
    background: none;
  }
}
.form-table td {
  vertical-align: middle;
  font-weight: 500;
  padding: 1em;
  font-size: 1.8rem;
  color: #666666;
}
@media screen and (max-width: 1099.98px) {
  .form-table td {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 0.5em;
  }
}
.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-wrap {
  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-wrap {
    -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-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 {
  float: right;
}
.form-icon::before {
  content: "";
  display: block;
  width: 58px;
  margin: auto;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  margin-top: -2px;
}
@media screen and (max-width: 767.98px) {
  .form-icon::before {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 479.98px) {
  .form-icon::before {
    font-size: 1.4rem;
    width: 50px;
    margin-top: 1px;
  }
}
.form-icon-required::before {
  content: "必須";
  color: #fff;
  background-color: #c00;
}
@media screen and (max-width: 767.98px) {
  .form-icon-free::before {
    content: "任意";
    color: #fff;
    background-color: #fff;
  }
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 2.28em;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  padding: 0 0.5em;
  color: #000000;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form-control:active, .form-control:focus {
  border-color: #444444;
  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;
}
@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: 8em;
  min-height: 2.5em;
  max-height: 16em;
  padding: 0.5em 0.5em 0;
}
.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: #B19459;
}
.form-box:checked + label::before {
  border-color: #B19459;
}

/* フォーム部品：ラジオボタン */
.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: #B19459;
  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 #B19459;
  border-bottom: 3px solid #B19459;
  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;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: 0.5em;
  padding: 0.8em 2em 0.8em 3em;
  color: #fff;
  line-height: 1.1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form-button-send {
  border-color: #003371;
  background: #003371;
  border-radius: 10em;
}
.form-button-send:hover {
  border-color: #449DBF;
  background: #449DBF;
}
.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: #371C00;
  background: #371C00;
}
.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 #B19459;
  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 #B19459;
    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;
  }
}
.top-about-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-about-section {
    padding: 3em 2em 6em 2em;
  }
}
.top-about-section .inner {
  max-width: 1340px;
}
@media screen and (max-width: 1279.98px) {
  .top-about-section .inner {
    max-width: 551px;
  }
}
.top-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279.98px) {
  .top-about-container {
    -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;
  }
}
.top-about-main {
  margin-left: 5em;
  width: 50%;
}
@media screen and (max-width: 1439.98px) {
  .top-about-main {
    margin-left: 2em;
  }
}
@media screen and (max-width: 1279.98px) {
  .top-about-main {
    margin-left: 0;
    margin-top: 2em;
    width: 100%;
  }
}
@media screen and (min-width: 1280px), print {
  .top-about-image {
    width: 50%;
  }
}
.top-about-header {
  border: 1px solid #6C5933;
  padding: 1.7em 1.5em;
  margin-bottom: 2.5em;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .top-about-header {
    padding: 1.5em 1em;
    margin-bottom: 2em;
  }
}
.top-about-header .label_1 {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #000000;
  margin-bottom: 0.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1279.98px) {
  .top-about-header .label_1 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.top-about-header .label_2 {
  display: inline-block;
  font-size: 2.9rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #fff;
  background-color: #6C5933;
  padding: 0.25em 0.5em 0.25em 0.8em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1279.98px) {
  .top-about-header .label_2 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-header .label_2 {
    font-size: 2rem;
  }
}
.top-about-header .heading {
  display: block;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  color: #6C5933;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1279.98px) {
  .top-about-header .heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-header .heading {
    font-size: 1.6rem;
  }
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 1.55;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.053em;
}
@media screen and (max-width: 1279.98px) {
  .top-about-text {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
}
.top-about-text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .top-about-text p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.top-about-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .top-about-text .br {
    display: block;
  }
}

.top-medical-section .inner {
  max-width: none;
  padding: 2em 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .top-medical-section .inner {
    padding: 4em 2em 0 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-medical-section .inner {
    padding: 0 1em 0 1em;
  }
}
.top-medical-container {
  max-width: 1446px;
  margin: 0 auto;
}
.top-medical-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .top-medical-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-medical-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-medical-wrap:first-child {
    border-bottom: 1px dashed #E9E9E9;
  }
}
@media screen and (max-width: 767.98px) {
  .top-medical-wrap:first-child .top-medical-item:last-child {
    border-bottom: 1px dashed #E9E9E9;
  }
}
.top-medical-text {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #111111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .top-medical-text {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 432px;
    margin: 0 auto;
  }
}
.top-medical-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .top-medical-text .br {
    display: block;
  }
}
.top-medical-subheading {
  display: block;
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.2;
  color: #B19259;
  letter-spacing: 0.036em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .top-medical-subheading {
    font-size: 2.2rem;
    margin-bottom: 0.9em;
  }
}
.top-medical-image {
  text-align: center;
}
.top-medical-more {
  text-align: center;
  margin-top: 1.8em;
}
@media screen and (min-width: 768px), print {
  .top-medical-more {
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.top-medical-item {
  position: relative;
  width: 33.33333%;
  padding: 3em 2em 9em 2em;
}
@media screen and (max-width: 1279.98px) {
  .top-medical-item {
    width: 50%;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-medical-item {
    padding: 2em 1.5em 9em 1.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-medical-item {
    width: 100%;
    padding: 2em 0 2em 0;
  }
}
@media screen and (min-width: 1280px), print {
  .top-medical-item:not(:last-child) {
    border-right: 1px dashed #E9E9E9;
  }
}
@media screen and (max-width: 767.98px) {
  .top-medical-item:not(:last-child) {
    border-bottom: 1px dashed #E9E9E9;
  }
}
.top-medical-header {
  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: 324px;
  padding: 1em;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .top-medical-header {
    height: 200px;
  }
}
.top-medical-heading {
  display: inline-block;
  padding: 1.6em 5.7em;
  border-radius: 0.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.top-medical-heading .jp {
  display: block;
  font-size: 2.9rem;
  line-height: 1.2;
  color: #B19359;
  letter-spacing: 0.036em;
}
.top-medical-heading .en {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #111111;
  margin-top: 0.35em;
}

.top-timetable-section {
  padding: 2em 1em 2em 1em;
  background: url("../img/top/bg2.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-timetable-section {
    padding: 5em 2em 5em 2em;
  }
}
.top-timetable-section .inner {
  max-width: 1292px;
}
.top-timetable-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 2.5em 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .top-timetable-container {
    padding: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container {
    padding: 1em 1em;
  }
}
.top-timetable-container .time-table {
  max-width: none;
}
@media screen and (max-width: 575.98px) {
  .top-timetable-container .time-table {
    width: 100%;
    min-width: 465px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 575.98px) {
  .top-timetable-container .time-table-wrap {
    overflow-x: auto;
  }
}
.top-timetable-container .time-table th, .top-timetable-container .time-table td {
  border-bottom: 6px solid #DBCEB3;
  height: 107px;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table th, .top-timetable-container .time-table td {
    height: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table th, .top-timetable-container .time-table td {
    border-bottom: 3px solid #DBCEB3;
    height: 60px;
  }
}
@media screen and (max-width: 639.98px) {
  .top-timetable-container .time-table th, .top-timetable-container .time-table td {
    letter-spacing: inherit;
  }
}
.top-timetable-container .time-table thead th {
  font-size: 2.9rem;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table thead th {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table thead th {
    font-size: 1.6rem;
  }
}
.top-timetable-container .time-table thead th:first-child {
  width: 260px;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table thead th:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table thead th:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 639.98px) {
  .top-timetable-container .time-table thead th:first-child {
    width: 130px;
  }
}
.top-timetable-container .time-table thead td {
  font-size: 2.9rem;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table thead td {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table thead td {
    font-size: 1.6rem;
  }
}
.top-timetable-container .time-table thead td span::before {
  font-size: 1.6rem;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table thead td span::before {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table thead td span::before {
    font-size: 1rem;
  }
}
.top-timetable-container .time-table tbody th {
  font-size: 2.9rem;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table tbody th {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table tbody th {
    font-size: 1.6rem;
  }
}
.top-timetable-container .time-table tbody td .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table tbody td .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table tbody td .txt {
    font-size: 1.2rem;
  }
}
.top-timetable-container .time-table tbody td .close {
  width: 40px;
  height: 7px;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table tbody td .close {
    width: 25px;
    height: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table tbody td .close {
    width: 18px;
    height: 3px;
  }
}
.top-timetable-container .time-table tbody td .open {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1279.98px) {
  .top-timetable-container .time-table tbody td .open {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-timetable-container .time-table tbody td .open {
    width: 16px;
    height: 16px;
  }
}

.top-sns-section {
  padding: 3em 1em 3em 1em;
  background: #F8F4EF;
}
@media screen and (min-width: 1100px), print {
  .top-sns-section {
    padding: 6em 2em 6em 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.top-sns-section .inner {
  max-width: 1315px;
}
.top-sns-header {
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  .top-sns-header {
    margin-bottom: 2em;
  }
}
.top-sns-heading {
  display: block;
  text-align: center;
}
.top-sns-heading .jp {
  display: block;
  font-size: 2.9rem;
  letter-spacing: 0.036em;
  line-height: 1.2;
  color: #B19359;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1099.98px) {
  .top-sns-heading .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-sns-heading .jp {
    font-size: 2rem;
  }
}
.top-sns-heading .en {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #111111;
}
@media screen and (max-width: 1099.98px) {
  .top-sns-heading .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-sns-heading .en {
    font-size: 1.6rem;
  }
}
.top-sns-foot {
  margin-top: 3em;
}
@media screen and (min-width: 1100px), print {
  .top-sns-foot {
    margin-top: 5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-sns-foot {
    margin-top: 2em;
  }
}
.top-sns-list {
  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;
}
.top-sns-list li {
  position: relative;
  list-style: none;
}
.top-sns-list li {
  padding-right: 3em;
  margin-right: 3em;
}
.top-sns-list li:lsat-child {
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .top-sns-list lid {
    padding-right: 2em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-sns-list li {
    padding-right: 1em;
    margin-right: 1em;
  }
}
.top-sns-list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
  width: 1px;
  height: 120px;
  background-color: #A5A5A5;
}
.top-sns-list li:last-child::after {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .top-sns-list li:after {
    height: 100px;
  }
}
@media screen and (max-width: 479.98px) {
  .top-sns-list li:after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    height: 45px;
  }
}
.top-sns-list li a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-sns-list li a:hover {
  opacity: 0.8;
}

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

  下層

-------------------------------- */
.secondary-section {
  padding: 0 1em;
}
.secondary-section:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section:not(:last-child) {
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 0 2em;
  }
}
.secondary-section .inner {
  max-width: 1341px;
}
.secondary-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2em -2em 0;
}
@media screen and (max-width: 1099.98px) {
  .secondary-numbers {
    margin: 0 -1em -1em 0;
  }
}
.secondary-numbers-item {
  width: 50%;
  padding: 0 2em 2em 0;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .secondary-numbers-item {
    padding: 0 1em 1em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-numbers-item {
    width: 100%;
  }
}
.secondary-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5em -0.5em 0;
}
.secondary-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em 0.5em 0;
  padding: 1.3em 1.2em;
  background-color: #DBCEB3;
}
@media screen and (max-width: 479.98px) {
  .secondary-check-list li {
    padding: 1em 1em;
  }
}
.secondary-check-list li span {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #444444;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.secondary-check-list li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: url("../img/pages/recruit/icon_check.png") no-repeat center/cover;
}
.secondary-check-list.__type1 {
  margin-top: 1em;
}
.secondary-check-list.__type1 li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 575.98px) {
  .secondary-check-list.__type1 li {
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  .secondary-check-list.__type1 li span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .secondary-check-list.__type1 li span::before {
    width: 28px;
    height: 28px;
  }
}
.secondary-check-list.__type2 {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 639.98px) {
  .secondary-check-list.__type2 li {
    padding: 0.8em;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-check-list.__type2 li span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639.98px) {
  .secondary-check-list.__type2 li span {
    font-size: 1.4rem;
    padding-left: 1.8em;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-check-list.__type2 li span::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 639.98px) {
  .secondary-check-list.__type2 li span::before {
    width: 18px;
    height: 18px;
  }
}
.secondary-text {
  font-size: 1.8rem;
  line-height: 2;
  color: #444444;
}
@media screen and (max-width: 767.98px) {
  .secondary-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.secondary-text p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .secondary-text p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.secondary-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .secondary-text .br {
    display: block;
  }
}
.secondary-text.__mt {
  margin-top: 2em;
}
.secondary-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279.98px) {
  .secondary-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secondary-greeting-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dotted #B19459;
}
@media screen and (min-width: 768px), print {
  .secondary-greeting-history {
    padding-top: 2em;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1599.98px) {
  .secondary-greeting-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secondary-greeting-history__item:first-child {
  margin-right: 5em;
}
@media screen and (max-width: 1599.98px) {
  .secondary-greeting-history__item:first-child {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.secondary-greeting-history__body {
  padding-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .secondary-greeting-history__body {
    padding-left: 0.5em;
  }
}
.secondary-greeting-history__define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.secondary-greeting-history__define dt, .secondary-greeting-history__define dd {
  font-weight: 400;
  line-height: 1.55;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .secondary-greeting-history__define dt, .secondary-greeting-history__define dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-greeting-history__define dt, .secondary-greeting-history__define dd {
    font-size: 1.4rem;
  }
}
.secondary-greeting-history__define dt {
  margin-right: 0.8em;
}
.secondary-greeting-history__define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.secondary-greeting-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-greeting-main {
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-greeting-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.secondary-greeting-image:first-child {
  margin-bottom: 1em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-greeting-image:first-child {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-greeting-image:first-child {
    margin-right: 0.5em;
  }
}
.secondary-gallery {
  max-width: 1100px;
  margin: 0 auto;
}
.secondary-gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
@media screen and (max-width: 767.98px) {
  .secondary-gallery-inner {
    margin: 0 -10px -10px 0;
  }
}
.secondary-gallery-image {
  width: 33.33333%;
  padding: 0 30px 30px 0;
}
@media screen and (max-width: 767.98px) {
  .secondary-gallery-image {
    padding: 0 10px 10px 0;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-gallery-image {
    width: 50%;
  }
}
.secondary-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1600px), print {
  .secondary-access {
    padding: 0 3em;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secondary-access-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-access-main {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.secondary-access-more {
  text-align: center;
  margin-top: 3.5em;
}
@media screen and (max-width: 767.98px) {
  .secondary-access-more {
    margin-top: 2em;
  }
}
.secondary-access-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secondary-access-define:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .secondary-access-define:not(:last-child) {
    margin-bottom: 1em;
  }
}
.secondary-access-define dt, .secondary-access-define dd {
  line-height: 1.55;
  font-weight: 400;
}
.secondary-access-define dt {
  font-size: 2.3rem;
  letter-spacing: 0.036em;
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: 3px solid #D6D6D6;
  color: #B19259;
  width: 6em;
}
@media screen and (max-width: 767.98px) {
  .secondary-access-define dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-access-define dt {
    font-size: 1.4rem;
    padding-right: 1em;
    margin-right: 1em;
    width: 5.5em;
  }
}
.secondary-access-define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  letter-spacing: 0.053em;
}
@media screen and (max-width: 767.98px) {
  .secondary-access-define dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-access-define dd {
    font-size: 1.2rem;
  }
}
.secondary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279.98px) {
  .secondary-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secondary-wrap.__accent2 .secondary-main {
  margin: 0 0 0 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-wrap.__accent2 .secondary-main {
    margin: 2em 0 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .secondary-wrap.__accent {
    padding-left: 1.5em;
  }
}
.secondary-wrap.__accent .secondary-main {
  margin: 0 0 0 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-wrap.__accent .secondary-main {
    margin: 2em 0 0 0;
  }
}
.secondary-wrap.__accent .secondary-text {
  padding: 0;
}
.secondary-wrap .secondary-text {
  line-height: 1.55;
}
.secondary-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-main {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.secondary-block {
  padding: 2.5em 1em;
}
.secondary-block:not(:last-child) {
  border-bottom: 1px dotted #B19459;
}
.__requiring .secondary-block {
  border-bottom: 1px dotted #B19459;
}
@media screen and (max-width: 767.98px) {
  .secondary-block {
    padding: 1.5em 0.5em;
  }
}
.secondary-block .secondary-text {
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .secondary-block .secondary-text {
    padding-left: 0;
  }
}
.secondary-child-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-child-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary-child-wrap {
    margin-top: 5em;
  }
}
.secondary-child-item {
  width: 50%;
}
@media screen and (max-width: 1279.98px) {
  .secondary-child-item {
    width: 100%;
  }
}
.secondary-child-item:first-child {
  margin-right: 3em;
}
@media screen and (max-width: 1439.98px) {
  .secondary-child-item:first-child {
    margin-right: 2em;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-child-item:first-child {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px), print {
  .secondary-child-body {
    padding-left: 1.45em;
  }
}
.secondary-child-image {
  text-align: center;
  margin-top: 2em;
}
.secondary-list {
  margin-left: 2em;
}
@media screen and (max-width: 767.98px) {
  .secondary-list {
    margin-left: 0;
  }
}
.secondary-list.__mt {
  margin-top: 1em;
}
.secondary-list.__accent {
  margin-left: 0;
}
.secondary-list li {
  position: relative;
  list-style: none;
  line-height: 2;
  font-size: 1.8rem;
  padding-left: 1em;
  letter-spacing: 0.053em;
}
@media screen and (max-width: 767.98px) {
  .secondary-list li {
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-list li {
    font-size: 1.4rem;
  }
}
.secondary-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.48em;
  font-size: 1.3rem;
  color: #B19259;
}
@media screen and (max-width: 767.98px) {
  .secondary-list li::before {
    font-size: 1.2rem;
    top: 0.32em;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-list li::before {
    font-size: 1rem;
    top: 0.29em;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1280px), print {
  .secondary-float::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 1280px), print {
  .secondary-float-image {
    float: right;
    padding: 0 0 2em 2em;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-float-image {
    text-align: center;
    margin-top: 2em;
  }
}
.secondary-box {
  position: relative;
  width: 50%;
  padding: 2.5em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-box {
    width: 100%;
    padding: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-box {
    padding: 1em;
  }
}
.secondary-box .secondary-list {
  z-index: 1;
  margin: 0;
}
.secondary-box.merit {
  background-color: #DBCEB3;
}
.secondary-box.merit::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 192px;
  height: 192px;
  z-index: 0;
  background: url("../img/pages/implant/merit.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .secondary-box.merit::before {
    width: 100px;
    height: 100px;
    right: 1em;
  }
}
.secondary-box.demerit {
  background-color: #D6D6D6;
}
.secondary-box.demerit::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 188px;
  height: 164px;
  z-index: 0;
  background: url("../img/pages/implant/demerit.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .secondary-box.demerit::before {
    width: 114px;
    height: 100px;
    right: 1em;
  }
}
.secondary-box:first-child {
  margin-right: 2em;
}
@media screen and (max-width: 1279.98px) {
  .secondary-box:first-child {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.secondary-box-heading {
  display: block;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.036em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .secondary-box-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-box-heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-box-heading {
    font-size: 1.6rem;
  }
}
.secondary-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
@media screen and (max-width: 767.98px) {
  .secondary-box-wrap {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1279.98px) {
  .secondary-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

  idxx　お知らせ

-------------------------------- */
.news-section {
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    padding: 0 2em;
  }
}
.news-section .news-list {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 479.98px) {
  .news-section .news-list {
    margin-bottom: 2em;
  }
}
.news-section.__newspaper .inner {
  max-width: 1316px;
}
.news-section.__newspaper .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em 2em 0;
}
@media screen and (max-width: 479.98px) {
  .news-section.__newspaper .news-list {
    margin: 0 -1em 1em 0;
  }
}
.news-section.__newspaper .news-topics {
  width: calc(33.33333% - 16px);
  margin: 0 1em 2em 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .news-section.__newspaper .news-topics {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 479.98px) {
  .news-section.__newspaper .news-topics {
    width: 100%;
  }
}
.news-section.__newspaper .news-link {
  display: block;
}
.news-section.__newspaper .news-link:hover {
  color: #371C00;
}
.news-section.__newspaper .news-link:hover .news-date {
  color: #371C00;
}
.news-section.__newspaper .news-date {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767.98px) {
  .news-section.__newspaper .news-date {
    font-size: 1.6rem;
    margin: 0 0 0.6em 0;
  }
}
.news-section.__newspaper .news-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .news-section.__newspaper .news-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .news-section.__newspaper .news-title {
    font-size: 1.6rem;
  }
}
.news-section.__newspaper .news-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.news-section.__newspaper .news-img::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.news-section.__newspaper .news-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail-section .news-date {
  margin-bottom: 0.7em;
}
.news-topics {
  padding: 1.25em 0 1.25em 0;
  border-bottom: 1px solid #CDD6DD;
}
@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1em 0 1em 0;
  }
}
@media screen and (max-width: 479.98px) {
  .news-topics {
    padding: 1em 0;
  }
}
.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707F89;
  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;
  }
}
@media screen and (max-width: 575.98px) {
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-link:hover {
  text-decoration: none;
  color: #371C00;
}
.news-link:hover .news-title {
  color: #371C00;
}
.news-date {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 5.9em;
  margin-right: 0.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639.98px) {
  .news-date {
    width: 5.6em;
  }
}
@media screen and (max-width: 575.98px) {
  .news-date {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #3B4043;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 575.98px) {
  .news-title {
    margin-left: 0;
    display: block;
  }
}
.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 {
  text-align: center;
  margin-top: 1.5em;
}
.news-more__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5em -1em 2em 0;
}
@media screen and (max-width: 767.98px) {
  .news-more__area {
    margin: 2em -1em 1em 0;
  }
}
.news-back {
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}
.news-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    padding: 0 2em 5em 2em;
  }
}
.news-detail-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-detail-section {
    padding: 0 2em 5em 2em;
  }
}
.news-detail-section .news-date {
  margin-top: 0.3em;
}