@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ノーマライズ */
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

* {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #000;
}

#wrap {
  overflow: hidden;
}

/* リセット関連 */
a {
  text-decoration: none;
  color: #1A65BA;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}
a img, a svg {
  backface-visibility: hidden;
  /* for chrome */
}
a:hover {
  text-decoration: underline;
}
a[href^=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

p,
ul,
ul li,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

main, section {
  display: block;
}

em, cite, dfn {
  font-style: normal;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
textarea,
button,
html [type=submit],
html [type=button] {
  appearance: none;
  border-radius: 0;
  border: 0;
  font-family: inherit;
}

input[type=checkbox],
input[type=radio],
label,
button {
  cursor: pointer;
}

button {
  padding: 0;
  background: none;
  transition: all 0.3s;
}

/* 表示／非表示切り替え */
@media screen and (max-width: 768px) {
  .visible-pc {
    display: none !important;
  }
}

.visible-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-sp {
    display: block !important;
  }
}

/* 余白 */
.mt-0 {
  margin-top: 0px !important;
}

.mt-s {
  margin-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 4px !important;
  }
}

.mt-m {
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .mt-m {
    margin-top: 8px !important;
  }
}

.mt-l {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt-l {
    margin-top: 20px !important;
  }
}

.mt-xl {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt-xl {
    margin-top: 40px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-s {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .mb-s {
    margin-bottom: 4px !important;
  }
}

.mb-m {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .mb-m {
    margin-bottom: 8px !important;
  }
}

.mb-l {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb-l {
    margin-bottom: 20px !important;
  }
}

.mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb-xl {
    margin-bottom: 40px !important;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-s {
  margin-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .ml-s {
    margin-left: 4px !important;
  }
}

.ml-m {
  margin-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .ml-m {
    margin-left: 8px !important;
  }
}

.ml-l {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml-l {
    margin-left: 20px !important;
  }
}

.ml-xl {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml-xl {
    margin-left: 40px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-s {
  margin-right: 8px !important;
}
@media screen and (max-width: 768px) {
  .mr-s {
    margin-right: 4px !important;
  }
}

.mr-m {
  margin-right: 16px !important;
}
@media screen and (max-width: 768px) {
  .mr-m {
    margin-right: 8px !important;
  }
}

.mr-l {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr-l {
    margin-right: 20px !important;
  }
}

.mr-xl {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr-xl {
    margin-right: 40px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-s {
  padding-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .pt-s {
    padding-top: 4px !important;
  }
}

.pt-m {
  padding-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .pt-m {
    padding-top: 8px !important;
  }
}

.pt-l {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt-l {
    padding-top: 20px !important;
  }
}

.pt-xl {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt-xl {
    padding-top: 40px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-s {
  padding-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .pb-s {
    padding-bottom: 4px !important;
  }
}

.pb-m {
  padding-bottom: 16px !important;
}
@media screen and (max-width: 768px) {
  .pb-m {
    padding-bottom: 8px !important;
  }
}

.pb-l {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb-l {
    padding-bottom: 20px !important;
  }
}

.pb-xl {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb-xl {
    padding-bottom: 40px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-s {
  padding-left: 8px !important;
}
@media screen and (max-width: 768px) {
  .pl-s {
    padding-left: 4px !important;
  }
}

.pl-m {
  padding-left: 16px !important;
}
@media screen and (max-width: 768px) {
  .pl-m {
    padding-left: 8px !important;
  }
}

.pl-l {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .pl-l {
    padding-left: 20px !important;
  }
}

.pl-xl {
  padding-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .pl-xl {
    padding-left: 40px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-s {
  padding-right: 8px !important;
}
@media screen and (max-width: 768px) {
  .pr-s {
    padding-right: 4px !important;
  }
}

.pr-m {
  padding-right: 16px !important;
}
@media screen and (max-width: 768px) {
  .pr-m {
    padding-right: 8px !important;
  }
}

.pr-l {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pr-l {
    padding-right: 20px !important;
  }
}

.pr-xl {
  padding-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .pr-xl {
    padding-right: 40px !important;
  }
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* 基本設定 */
/* js */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/themes/nikko/img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  padding: 20px 15px;
  font-family: "icon";
  font-size: 14px;
  line-height: 1;
  color: gray;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
}

.slick-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\e901";
}
[dir=rtl] .slick-prev:before {
  content: "\e906";
}

.slick-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\e906";
}
[dir=rtl] .slick-next:before {
  content: "\e901";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: white;
  opacity: 0.2;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* ablogcms custom */
.acms-entry [class*=acms-col-] {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .acms-entry [class*=acms-col-] {
    float: none;
    width: 100%;
  }
}

.column-image-auto {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .column-image-left,
.column-image-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.acms-admin-table-responsive {
  border: none;
}

.acms-entry [class*=column-eximage-] .caption,
.acms-entry [class*=column-image-] .caption,
.acms-entry [class*=column-media-] .caption {
  margin: 0;
  padding: 5px 0;
  color: #666;
  background-color: #FFF;
  font-size: 1.6rem;
}

.acms-entry [class*=column-file-] {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 45px;
  border: 3px solid #ddd;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .acms-entry [class*=column-file-] {
    min-width: 240px;
  }
}
.acms-entry [class*=column-file-]:hover .caption {
  text-decoration: underline;
}
.acms-entry [class*=column-file-] a {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.acms-entry [class*=column-file-] .columnIcon {
  width: 25px;
  min-width: 25px;
}
.acms-entry [class*=column-file-] .caption {
  font-weight: bold;
  color: #1A65BA;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .js-table-unit-scroll-hint {
    min-width: 800px !important;
  }
}

.entryFormLiteEditor, .entryFormColumnBody textarea, .acms-admin-form textarea {
  font-size: 16px;
}
.entryFormLiteEditor em, .entryFormColumnBody textarea em, .acms-admin-form textarea em {
  font-weight: bold !important;
}
.entryFormLiteEditor strong, .entryFormColumnBody textarea strong, .acms-admin-form textarea strong {
  font-weight: bold !important;
  background-color: #FF0 !important;
}

.acms-admin-btn-action-group {
  margin: 60px auto;
  max-width: 980px;
}

/* 共通 */
@font-face {
  font-family: "icon";
  src: url("/themes/nikko/fonts/icon.ttf?wksa4f") format("truetype"), url("/themes/nikko/fonts/icon.woff?wksa4f") format("woff"), url("/themes/nikko/fonts/icon.svg?wksa4f#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-pencil:before {
  content: "\e916";
}

.icon-arrowLineLeft:before {
  content: "\e913";
}

.icon-arrowLineRight:before {
  content: "\e914";
}

.icon-hospital:before {
  content: "\e915";
}

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

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

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

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

.icon-arrowCircleBottom:before {
  content: "\e904";
}

.icon-arrowCircleLeft:before {
  content: "\e905";
}

.icon-arrowCircleMinBottom:before {
  content: "\e906";
}

.icon-arrowCircleMinLeft:before {
  content: "\e907";
}

.icon-arrowCircleMinRight:before {
  content: "\e908";
}

.icon-arrowCircleMinTop:before {
  content: "\e909";
}

.icon-arrowCircleRight:before {
  content: "\e90a";
}

.icon-arrowCircleTop:before {
  content: "\e90b";
}

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

.icon-map:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90e";
}

.icon-twitter:before {
  content: "\e90f";
}

.icon-pdf:before {
  content: "\e910";
}

.icon-word:before {
  content: "\e911";
}

.icon-excel:before {
  content: "\e912";
}

/* アイコンフォント */
/* ff */
.ff-en {
  font-family: Avenir, "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ff-en.bold {
  font-weight: 700;
}
.ff-en.heavy {
  font-weight: 900;
}

.ff-Min {
  font-family: YuMincho, "游明朝", serif;
}

/* uppercase */
.uppercase {
  text-transform: uppercase;
}

/* text align */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* global-header */
.global-header {
  position: relative;
}

.header-wrap {
  display: flex;
  align-items: center;
  padding: 18px 0 15px;
  font-size: 1.4rem;
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  .header-wrap {
    min-height: 50px;
    padding: 15px 0 13px;
  }
}
.header-wrap .logo {
  margin: 0 20px 0 30px;
}
@media screen and (max-width: 960px) {
  .header-wrap .logo {
    max-width: 150px;
    margin: 0 0 0 10px;
    line-height: 0;
  }
}
.header-wrap a {
  color: #000;
}
.header-wrap .lang-nav {
  display: flex;
  margin: 0 105px 0 auto;
}
@media screen and (max-width: 768px) {
  .header-wrap .lang-nav {
    margin-right: 120px;
  }
}
.header-wrap .lang-nav .acms-admin-icon {
  padding-right: 0;
  font-size: 20px;
  opacity: 0.8;
}
.header-wrap .lang {
  color: #777;
}
@media screen and (max-width: 768px) {
  .header-wrap .lang {
    display: none;
  }
}
.header-wrap .lang-list {
  display: flex;
}
.header-wrap .lang-list li {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
}
.header-wrap .lang-list li.active {
  color: #000;
  text-decoration: underline;
}
.header-wrap .lang-list li.active:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  background: #00A0DB;
  border-radius: 50%;
  transform: translateX(50%);
}
.header-wrap .lang-list li a {
  color: #777;
}
.header-wrap .lang-list li a:hover {
  text-decoration: underline;
  color: #000;
}

.global-nav {
  background: #00A0DB;
}
@media screen and (max-width: 960px) {
  .global-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    transform: scaleY(0.9);
    background-color: #00A0DB;
    transform-origin: top center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    opacity: 0 !important;
  }
}
.global-nav.active {
  display: block !important;
  transform: scaleY(1);
  opacity: 1 !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.global-nav .main-nav {
  position: relative;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.global-nav .main-nav > li {
  flex-grow: 1;
}
.global-nav .main-nav > li.active a, .global-nav .main-nav > li.active span {
  text-decoration: none;
  background: #0A55AA;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.active a, .global-nav .main-nav > li.active span {
    border-bottom: 1px solid #0A55AA;
  }
}
.global-nav .main-nav > li.active a .icon-arrowBottom, .global-nav .main-nav > li.active span .icon-arrowBottom {
  transform: rotate(180deg);
}
.global-nav .main-nav > li.active > a:before, .global-nav .main-nav > li.active > a:after, .global-nav .main-nav > li.active > span:before, .global-nav .main-nav > li.active > span:after {
  display: none;
}
.global-nav .main-nav > li:first-of-type > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  background: #33B3E2;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li:first-of-type > a:before {
    display: none;
  }
}
.global-nav .main-nav > li:first-of-type > .current:before {
  display: none;
}
.global-nav .main-nav > li > .nav-inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 40px;
  width: calc(100% - 80px);
  padding: 30px 0 40px;
  margin-left: -600px;
  margin-left: auto;
  margin-right: auto;
  background: #0A55AA;
  z-index: 1010;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .global-nav .main-nav > li > .nav-inner {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 0 20px;
    margin-right: 0;
    box-shadow: none;
  }
}
.global-nav .main-nav > li > .nav-inner .title {
  margin: 0 30px;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner .title {
    margin: 0 20px;
  }
}
.global-nav .main-nav > li > .nav-inner .title a {
  display: block;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner .title a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner .title a {
    font-size: 1.4rem;
  }
}
.global-nav .main-nav > li > .nav-inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul {
    width: auto;
    padding: 0 10px;
  }
}
.global-nav .main-nav > li > .nav-inner > ul > li {
  width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul > li {
    width: 100%;
    padding: 0 10px;
  }
}
.global-nav .main-nav > li > .nav-inner > ul > li > a {
  display: block;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul > li > a {
    display: block;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul > li > a {
    font-size: 1.4rem;
  }
}
.global-nav .main-nav > li > .nav-inner > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul > li > a:hover {
    padding-left: 0;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li:nth-child(n+4) {
    margin-top: 0;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul {
  width: 100%;
  margin-top: 5px;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul {
    display: block;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul > li {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul > li {
    display: inline-block;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul > li a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 1.3rem;
  color: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul > li a {
    padding: 4px 10px;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list > li > ul > li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li > a {
  width: 8em;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li > a {
    width: 6em;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul {
  flex-wrap: wrap;
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li {
  width: 25%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li {
    width: auto;
    margin-bottom: 0;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li a {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li .icon {
  width: 34px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li .icon {
    padding-right: 2px;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li .icon img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li .icon img {
    width: 28px;
  }
}
.global-nav .main-nav > li > .nav-inner > ul.category-entry-list-department > li ul li span {
  flex: 1;
  background: transparent !important;
}
.global-nav .main-nav > li > .nav-inner.col4 > ul li {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > .nav-inner.col4 > ul li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.information > a {
    border-bottom: none;
  }
}
.global-nav .main-nav > li.information > a:after {
  display: none;
}
.global-nav .main-nav > li.medical {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.medical {
    border-left: none;
  }
}
.global-nav .main-nav > li.medical > .nav-inner {
  background: #474594;
}
.global-nav .main-nav > li.medical.active a {
  background: #474594;
}
.global-nav .main-nav > li.medical > a {
  background: #5b79e4;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.medical > a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #474594;
  }
}
.global-nav .main-nav > li.medical > a.current, .global-nav .main-nav > li.medical > a:hover {
  background: #474594;
}
.global-nav .main-nav > li.medical > a:after {
  display: none;
}
.global-nav .main-nav > li.recruit {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.recruit {
    border-left: none;
    border-right: none;
  }
}
.global-nav .main-nav > li.recruit > a {
  background: #ff8230;
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li.recruit > a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.global-nav .main-nav > li.recruit > a:hover {
  background: #FF511D;
}
.global-nav .main-nav > li.recruit > a:after {
  display: none;
}
.global-nav .main-nav > li > a, .global-nav .main-nav > li > span {
  position: relative;
  display: block;
  padding: 25px 20px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .global-nav .main-nav > li > a, .global-nav .main-nav > li > span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > a, .global-nav .main-nav > li > span {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #0A55AA;
    text-align: left;
  }
}
.global-nav .main-nav > li > a::after, .global-nav .main-nav > li > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  display: block;
  width: 1px;
  height: 25px;
  background: #33B3E2;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > a::after, .global-nav .main-nav > li > span::after {
    display: none;
  }
}
.global-nav .main-nav > li > a.current, .global-nav .main-nav > li > span.current {
  position: relative;
  text-decoration: none;
  background: #006abb;
}
.global-nav .main-nav > li > a:hover, .global-nav .main-nav > li > span:hover {
  position: relative;
  text-decoration: none;
  background: #0A55AA;
}
.global-nav .main-nav > li > a .icon-arrowBottom, .global-nav .main-nav > li > span .icon-arrowBottom {
  display: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 960px) {
  .global-nav .main-nav > li > a .icon-arrowBottom, .global-nav .main-nav > li > span .icon-arrowBottom {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    font-size: 1rem;
  }
}
.global-nav .sub-nav {
  position: absolute;
  top: 25px;
  right: 220px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .global-nav .sub-nav {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    margin: 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  .global-nav .sub-nav li {
    display: inline-block;
    margin-right: 10px;
  }
}
.global-nav .sub-nav a {
  position: relative;
  padding: 0 15px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.6;
  vertical-align: middle;
}
.global-nav .sub-nav a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .global-nav .sub-nav a:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .global-nav .sub-nav a {
    display: block;
    padding: 10px 5px;
    color: #FFF;
  }
}
.global-nav .sub-nav li:last-of-type a:after {
  display: none;
}
.global-nav .sub-nav .access:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: 0;
  font-family: "icon";
  content: "\e90d";
  color: #FF5C88;
  font-size: 2rem;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .global-nav .sub-nav .access:before {
    color: #FFF;
  }
}
.global-nav .sub-nav .access a {
  position: relative;
  padding-left: 24px;
}

/* gnavTrg */
.gnavTrg {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .gnavTrg {
    position: absolute;
    top: 0;
    right: 0;
    flex-shrink: 0;
    display: block !important;
    width: 50px;
    height: 50px;
    z-index: 10000;
    margin-left: auto;
    padding: 10px;
    color: #fff;
    background: #00A0DB;
  }
}
.gnavTrg.active {
  background: #0A55AA;
}
.gnavTrg.active .border:nth-of-type(1) {
  transform: translate(50%) scale(0);
}
.gnavTrg.active .border:nth-of-type(2) {
  transform: rotate(45deg);
}
.gnavTrg.active .border:nth-of-type(2)::after {
  transform: rotate(90deg);
  background-color: #fff;
}
.gnavTrg.active .border:nth-of-type(3) {
  transform: translate(-50%) scale(0);
}
.gnavTrg span {
  display: block;
  margin: 6px auto 0;
}
.gnavTrg .border {
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.gnavTrg .border:nth-of-type(1) {
  margin-top: 0;
}
.gnavTrg .border:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 4px;
}

/* header-search */
.header-search {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  color: #FFF;
  background-color: #0A55AA;
}
@media screen and (max-width: 960px) {
  .header-search {
    right: 50px;
    height: 50px;
    width: 50px;
  }
}
.header-search .icon-search {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .header-search .icon-search {
    font-size: 2rem;
    margin: auto;
  }
}
.header-search .border {
  display: none;
}
.header-search.active .icon-search {
  display: none;
}
.header-search.active .border {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(45deg);
}
.header-search.active .border::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 4px;
  transform: rotate(90deg);
  background-color: #fff;
}

.header-handy {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #E7EBEF;
  font-size: 1.8rem;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.2);
  transform: scaleY(0.95);
  transform-origin: top center;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .header-handy {
    top: 50px;
  }
}
.header-handy.show {
  transform: scaleY(1);
  z-index: 10;
  opacity: 1;
}
.header-handy .inner {
  display: flex;
}
@media screen and (max-width: 960px) {
  .header-handy .inner {
    display: block;
  }
}
.header-handy .search-wrap {
  margin-right: 50px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 960px) {
  .header-handy .search-wrap {
    width: auto;
    margin-right: 0;
  }
}
.header-handy .search-wrap .search-form {
  display: flex;
}
.header-handy .search-wrap .search-form input {
  width: calc(100% - 120px);
  font-size: 2.4rem;
  padding: 10px 20px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  box-shadow: none;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .header-handy .search-wrap .search-form input {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .header-handy .search-wrap .search-form input {
    width: calc(100% - 90px);
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.header-handy .search-wrap .search-form input:-ms-input-placeholder {
  color: #888;
}
.header-handy .search-wrap .search-form input::placeholder {
  color: #888;
}
.header-handy .search-wrap .search-form .btn-search {
  padding: 10px 25px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background: #00A0DB;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .header-handy .search-wrap .search-form .btn-search {
    padding: 5px 15px;
    font-size: 1.6rem;
  }
}
.header-handy .search-wrap .search-form i {
  margin-right: 10px;
}
.header-handy .search-wrap .title {
  margin-top: 30px;
  font-size: 1.4rem;
}
.header-handy .search-wrap .word-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.header-handy .search-wrap .word-list li {
  margin-top: 10px;
  margin-right: 15px;
}
.header-handy .search-wrap .word-list li:last-of-type {
  margin-right: 0;
}
.header-handy .contact-block {
  margin-left: auto;
}

/* topicpath */
.topicpath {
  list-style: none;
  display: inline-block;
}
.topicpath li {
  position: relative;
  margin-right: 10px;
  padding: 0 20px 0 0;
  float: left;
  font-size: 1.4rem;
}
.topicpath li a {
  display: block;
  text-align: center;
}
.topicpath li:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}
.topicpath li:last-child:after {
  display: none;
}

/* contact-block */
@media screen and (max-width: 960px) {
  .contact-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
    text-align: left;
  }
}
.contact-block .item {
  display: flex;
}
@media screen and (max-width: 960px) {
  .contact-block .item {
    margin: 0 10px;
  }
}
.contact-block .item + .item {
  margin-top: 5px;
}
.contact-block .item .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .contact-block .item .head {
    width: calc(100% - 220px);
  }
}
.contact-block .item .head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
}
.contact-block .item .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .contact-block .item .body {
    width: 220px;
  }
}
.contact-block .item .body .tel {
  display: block;
  margin-top: 5px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.contact-block .item .body .day {
  margin-right: 5px;
  font-size: 1.2rem;
}
.contact-block .item .body .time {
  font-size: 1.8rem;
  text-align: left;
}
.contact-block .representative .head {
  background: #0A55AA;
}
.contact-block .representative .head:before {
  border-color: #00A0DB transparent transparent transparent;
}
.contact-block .representative .body .tel {
  color: #0A55AA;
}
.contact-block .reservation .head {
  background: #057430;
}
.contact-block .reservation .head:before {
  border-color: #35B43F transparent transparent transparent;
}
.contact-block .reservation .body .tel {
  color: #057430;
}
.contact-block .reservation .body .schedule {
  margin: 5px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-block .reservation .body .schedule .type {
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px 5px 2px;
  font-size: 1.2rem;
  color: #057430;
  border: 1px solid #057430;
  border-radius: 2px;
  clear: left;
  text-align: center;
  line-height: 1.25em;
}
.contact-block .reservation .body .schedule dd {
  margin-top: 5px;
  width: calc(100% - 50px);
  line-height: 1em;
}

/* globalFooter */
.global-footer {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #FFF;
}
.global-footer .footer-nav {
  padding: 23vw 0 50px;
  color: #FFF;
  background: url("/themes/nikko/img/common/footer_bg.jpg") 50% 0 no-repeat #0A55AA;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-nav {
    padding: 25vw 0 30px;
  }
}
.global-footer .footer-nav .inner {
  display: flex;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .inner {
    display: block;
  }
}
.global-footer .footer-nav a {
  color: #FFF;
}
.global-footer .footer-nav a:hover {
  text-decoration: underline;
}
.global-footer .footer-nav .col {
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid #276BB7;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .col {
    width: auto;
    padding: 0;
    border-right: none;
  }
}
.global-footer .footer-nav .col:first-of-type {
  padding-left: 0;
}
.global-footer .footer-nav .col:last-of-type {
  padding-right: 0;
  border: none;
}
.global-footer .footer-nav .about {
  padding-bottom: 40px;
  border-bottom: 1px solid #276BB7;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .about {
    padding-bottom: 10px;
    border-bottom: none;
    text-align: center;
  }
}
.global-footer .footer-nav .about .logo a:hover {
  opacity: 0.8;
}
.global-footer .footer-nav .address {
  margin-top: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .address {
    margin-top: 10px;
  }
}
.global-footer .footer-nav .tel {
  margin-top: 10px;
  font-size: 1.6rem;
}
.global-footer .footer-nav .common-btn {
  margin-top: 25px;
}
.global-footer .footer-nav .common-btn:after {
  display: none;
}
.global-footer .footer-nav .common-btn:hover {
  text-decoration: none;
  box-shadow: 0 0 0 1px white inset;
}
.global-footer .footer-nav .twitter {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .twitter {
    justify-content: center;
    margin-top: 20px;
    text-align: left;
  }
}
.global-footer .footer-nav .twitter .icon {
  margin-right: 20px;
}
.global-footer .footer-nav .twitter .icon:hover {
  opacity: 0.8;
}
.global-footer .footer-nav .twitter .name {
  margin-top: 5px;
  font-size: 1.6rem;
}
.global-footer .footer-nav .twitter .name a {
  text-decoration: none;
}
.global-footer .footer-nav .twitter .name a:hover span {
  text-decoration: underline;
}
.global-footer .footer-nav .twitter .name a i {
  font-size: 1.8rem;
  margin-right: 10px;
}
.global-footer .footer-nav * + .item {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav * + .item {
    margin-top: 0;
  }
}
.global-footer .footer-nav .footer-sitemap-btn {
  display: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .footer-sitemap-btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item {
    display: none;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.global-footer .footer-nav .item .title {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item .title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item:first-child .title {
    padding-top: 0;
    border-top: none;
  }
}
.global-footer .footer-nav .item ul.entry-list {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item ul.entry-list li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.global-footer .footer-nav .item ul.category-entry-list {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item ul.category-entry-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
.global-footer .footer-nav .item ul.category-entry-list li {
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item ul.category-entry-list li {
    width: 100%;
    margin: 20px 0 0;
    line-height: 1.4;
  }
}
.global-footer .footer-nav .item ul.category-entry-list li + li {
  margin-top: 1.5em;
}
.global-footer .footer-nav .item ul.category-entry-list li ul li {
  margin-top: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-nav .item ul.category-entry-list li ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.global-footer .footer-nav .item a {
  display: inline-block;
  padding: 1px 0;
}
.global-footer .footer-nav .item.separate > li + li {
  margin-top: 25px;
}
.global-footer .footer-nav .item .child {
  margin-left: 30px;
  font-size: 1.2rem;
}
.global-footer .footer-hospital {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-hospital {
    display: block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.global-footer .footer-hospital .logo-wrap {
  margin-right: 70px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .global-footer .footer-hospital .logo-wrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .global-footer .footer-hospital .logo-wrap {
    margin: 0;
  }
}
.global-footer .footer-hospital .logo-wrap .logo {
  min-width: 170px;
}
@media screen and (max-width: 960px) {
  .global-footer .footer-hospital .logo-wrap .logo {
    max-width: 170px;
    min-width: inherit;
    margin: auto;
  }
}
.global-footer .footer-hospital .logo-wrap a {
  display: block;
}
.global-footer .footer-hospital .logo-wrap a:hover {
  opacity: 0.7;
}
.global-footer .footer-hospital .logo-wrap .url {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital .logo-wrap .url {
    margin-top: 5px;
  }
}
.global-footer .footer-hospital .hospital-list {
  display: flex;
  flex-wrap: wrap-reverse;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .global-footer .footer-hospital .hospital-list {
    max-width: calc(635px + 4%);
  }
}
@media screen and (max-width: 960px) {
  .global-footer .footer-hospital .hospital-list {
    max-width: 900px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital .hospital-list {
    justify-content: center;
    max-width: 520px;
  }
}
.global-footer .footer-hospital .hospital-list li {
  display: flex;
  margin: 10px;
}
@media screen and (max-width: 1200px) {
  .global-footer .footer-hospital .hospital-list li {
    margin: 0.5%;
  }
}
@media screen and (max-width: 960px) {
  .global-footer .footer-hospital .hospital-list li {
    width: calc(25% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital .hospital-list li {
    margin: 5px;
    width: calc(33.3% - 10px);
  }
}
.global-footer .footer-hospital .hospital-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  background: #E7EBEF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital .hospital-list a {
    font-size: 1.2rem;
  }
}
.global-footer .footer-hospital .hospital-list .text {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 5px 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-hospital .hospital-list .text {
    padding: 5px;
  }
}
.global-footer .footer-bottom {
  padding: 25px 0;
  background: #E7EBEF;
}
@media screen and (max-width: 768px) {
  .global-footer .footer-bottom {
    padding: 10px 0;
    line-height: 1.4;
  }
}
.global-footer .footer-bottom .copyright {
  font-size: 1.2rem;
  color: #666;
}
.global-footer .page-top {
  position: fixed;
  z-index: 998;
  bottom: -70px;
  right: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.global-footer .page-top.active {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .global-footer .page-top.active {
    bottom: 20px;
  }
}
.global-footer .page-top a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A0DB;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .global-footer .page-top a {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.global-footer .page-top a:hover {
  text-decoration: none;
  background-color: #0A55AA;
}
.global-footer .page-top i {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .global-footer .page-top i {
    font-size: 1rem;
  }
}

/* main */
main {
  background-color: #FFF;
}

/* inner */
.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner.small {
  max-width: 1040px;
}

/* btn */
.btn-wrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 30px;
  }
}

.common-btn {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 16px;
  background-color: #1A65BA;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.common-btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.55em;
  content: "\e902";
  font-family: "icon";
  font-size: 20px;
  color: #FFF;
}
.common-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  background-color: #0A55AA;
}
.common-btn.large {
  min-width: 600px;
  padding: 30px 20px;
  font-size: 2.2rem;
}
.common-btn.large::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-btn.large {
    width: calc(100% - 30px);
    min-width: inherit;
  }
}
.common-btn.middle {
  min-width: 300px;
  padding: 20px 50px 20px 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .common-btn.middle {
    min-width: 280px;
  }
}
.common-btn.small {
  min-width: 120px;
  padding: 8px 20px;
}
.common-btn.small::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-btn.small {
    padding: 6px 10px;
  }
}
.common-btn.mini {
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .common-btn.mini {
    padding: 6px 10px;
  }
}
.common-btn.mini::after {
  display: none;
}
.common-btn.mini.border {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.common-btn.mini.border:hover {
  text-decoration: underline;
}
.common-btn.mini .icon-arrowRight {
  margin-left: 5px;
  font-size: 0.8rem;
  vertical-align: 1px;
}
.common-btn.cancel {
  background-color: #F53D3D;
}
.common-btn.cancel:hover {
  background-color: #710000;
}
.common-btn.back {
  color: #000;
  background-color: #E7EBEF;
  padding-right: 20px;
}
.common-btn.back::after {
  display: none;
}
.common-btn.back:hover {
  color: #fff;
  background-color: #333;
}
.common-btn.white {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.common-btn.white::after {
  color: #AAA;
}
.common-btn.white:hover {
  text-decoration: underline;
}
.common-btn.gray {
  color: #000;
  background-color: #E7EBEF;
}
.common-btn.gray::after {
  color: #999;
}
.common-btn.gray:hover {
  color: #fff;
  background-color: #333;
}
.common-btn.border {
  padding: 15px 20px;
  color: #1A65BA;
  border: 3px solid #ddd;
  background: #FFF;
  box-shadow: none;
}
.common-btn.border::after {
  display: none;
}
.common-btn.border span:hover {
  text-decoration: underline;
}
.common-btn.border i {
  font-size: 3.4rem;
  margin-right: 15px;
  vertical-align: -7px;
}
.common-btn.border.light {
  border-width: 1px;
  color: #000;
}
.common-btn.border.light:hover {
  background-color: #ddd;
}
.common-btn.recruit {
  color: #FFF;
  background-color: #FF511D;
  box-shadow: none;
  padding-right: 20px;
}
.common-btn.recruit::after {
  display: none;
}
.common-btn.recruit:hover {
  background-color: #e31800;
}
.common-btn i {
  margin-right: 5px;
  font-size: 1.8rem;
  vertical-align: -2px;
}
.common-btn i.icon-pdf {
  color: #F53D3D;
}
.common-btn i.icon-excel {
  color: #35B43F;
}
.common-btn i.icon-pencil {
  margin-right: 0;
  margin-left: 10px;
}
.common-btn i.icon-external-link {
  margin-right: 0;
  margin-left: 10px;
}

a.with-arrow {
  display: block;
}

.with-arrow {
  position: relative;
  padding-left: 25px;
  color: #000;
}
.with-arrow .icon-arrowCircleRight {
  position: absolute;
  top: 5px;
  left: 0;
  color: #00A0DB;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .with-arrow .icon-arrowCircleRight {
    top: 3px;
  }
}

/* title */
.common-title {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
}
.common-title.middle {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .common-title.middle {
    font-size: 2rem;
  }
}
.common-title.small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .common-title.small {
    font-size: 1.8rem;
  }
}
.common-title.xsmall {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .common-title.xsmall {
    font-size: 1.6rem;
  }
}
.common-title a {
  color: #000;
}
.common-title a:hover {
  text-decoration: underline;
}

/* container */
.container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 960px) {
  .container {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* main-localNav */
.main-localNav {
  width: 100%;
  background: #006abb;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-localNav {
    text-align: left;
  }
}
.main-localNav ul {
  display: inline-flex;
  padding: 15px 0;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .main-localNav ul {
    padding: 5px 20px;
    justify-content: flex-start;
  }
}
.main-localNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main-localNav ul li a {
    padding: 10px 0;
  }
}
.main-localNav ul li span {
  position: relative;
}
.main-localNav ul li span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-localNav ul li span.current::before {
  transform: scale(1);
}
.main-localNav ul li.parent {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-localNav ul li.parent {
    font-weight: normal;
  }
}
.main-localNav ul li a:hover span::before {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .main-localNav ul li:not(.parent) {
    display: none;
  }
}

/* main-contents */
.main-contents {
  max-width: 1040px;
  margin: 40px auto 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main-contents {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }
}
.main-contents.wMax {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main-contents.wMax {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-contents.with-side {
  max-width: 800px;
  padding: 0;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 960px) {
  .main-contents.with-side {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}
.main-contents .category {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
}
.main-contents .category.no-border {
  padding: 0;
  font-size: 1.8rem;
  border: 0;
  font-weight: bold;
}
.main-contents h1 {
  margin: 0;
  padding: 0.25em 0;
  font-size: 4.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .main-contents h1 {
    font-size: 3.2rem;
  }
}
.main-contents h1 + .date {
  display: inline-block;
  padding-top: 0.5em;
  color: #777;
}
.main-contents h1.with-icon {
  display: flex;
}
.main-contents h1.with-icon.naika .icon {
  background: #e6f0d6;
}
.main-contents h1.with-icon.geka .icon {
  background: #DDEDFF;
}
.main-contents h1.with-icon.syusan .icon {
  background: #FFE3D6;
}
.main-contents h1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .main-contents h1 .icon {
    min-width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-right: 10px;
  }
}
.main-contents h1 .icon img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .main-contents h1 .icon img {
    width: 25px;
  }
}
.main-contents .localNav {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main-contents .localNav {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.main-contents .localNav .menu {
  position: relative;
  display: flex;
  margin-top: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .main-contents .localNav .menu {
    padding: 0 20px;
  }
}
.main-contents .localNav .menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.main-contents .localNav .menu + .acms-entry {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main-contents .localNav .menu + .acms-entry {
    margin-top: 20px;
  }
}
.main-contents .localNav .menu li {
  position: relative;
  margin-right: 1px;
  z-index: 1;
}
.main-contents .localNav .menu li.active {
  padding: 10px 15px;
  color: #FFF;
  font-weight: bold;
  background: #00A0DB;
}
.main-contents .localNav .menu li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFF transparent transparent transparent;
}
.main-contents .localNav .menu a {
  display: block;
  padding: 10px 15px;
  color: #000;
  background: #E7EBEF;
  border: 1px solid #E7EBEF;
  border-bottom: none;
}
.main-contents .localNav .menu a:hover {
  background: #FFF;
  border: 1px solid #ddd;
  border-bottom: none;
  text-decoration: none;
}
.main-contents .localNav .menu a:hover:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 7px;
  width: 1px;
  height: 20px;
  z-index: 1;
  background: #ddd;
  transform: rotate(45deg);
}

/* acms-entry */
.acms-entry {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .acms-entry {
    margin: 0;
  }
}
.acms-entry p + * {
  margin-top: 20px;
}
.acms-entry p + dl {
  margin-top: 20px;
}
.acms-entry p + p {
  margin-top: 0.5em;
}
.acms-entry h2 {
  margin-top: 120px;
  margin-bottom: 20px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .acms-entry h2 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.acms-entry h2:first-child {
  margin-top: 0;
}
.acms-entry h2 + h3 {
  margin-top: 0;
}
.acms-entry h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 1.8rem;
  background: #00A0DB;
  background: linear-gradient(to right, #00a0db 0%, #6bc2ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0db", endColorstr="#6bc2ea",GradientType=1 );
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .acms-entry h3 {
    margin-top: 40px;
    padding: 6px 10px;
    font-size: 1.8rem;
  }
}
.acms-entry h3 strong {
  background: linear-gradient(transparent 70%, #9C0 70%);
}
.acms-entry h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 1.8rem;
  background: #E7EBEF;
}
.acms-entry ul {
  margin: 20px 15px;
  overflow: hidden;
}
.acms-entry ul li {
  position: relative;
  padding-left: 20px;
}
.acms-entry ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #00A0DB;
  border-radius: 50%;
}
.acms-entry ul li + li {
  margin-top: 5px;
}
.acms-entry ul li a {
  position: relative;
  padding-left: 5px;
}
.acms-entry ul li a:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "\e90a";
  font-family: "icon";
  font-size: 1.8rem;
  background: #fff;
  color: #00A0DB;
}
.acms-entry ul li a:before:hover {
  text-decoration: none;
}
.acms-entry * + h2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .acms-entry * + h2 {
    margin-top: 40px;
  }
}
.acms-entry ol {
  margin: 20px 15px;
  padding-left: 25px;
  overflow: hidden;
}
.acms-entry ol li {
  margin: 5px 0;
}
.acms-entry dl {
  margin: 0 10px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.acms-entry dl dt {
  padding: 20px 40px 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .acms-entry dl dt {
    padding: 10px 20px 0 20px;
  }
}
.acms-entry dl dd {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .acms-entry dl dd {
    padding: 0 20px;
  }
}
.acms-entry dl dd + dt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .acms-entry dl dd + dt {
    padding-top: 10px;
  }
}
.acms-entry [class*=acms-col-] [class*=bg-] {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-entry [class*=acms-col-] .contact-box {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-entry [class*=bg-] {
  margin: 0 10px;
  padding: 20px 30px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .acms-entry [class*=bg-] {
    padding: 10px;
  }
}
.acms-entry [class*=bg-] p {
  margin-right: 0;
  margin-left: 0;
}
.acms-entry [class*=bg-] + * {
  margin-top: 20px;
}
.acms-entry .bg-blue {
  background: #DDEDFF;
}
.acms-entry .bg-red {
  background: #FFE3D6;
}
.acms-entry .bg-gray {
  background: #E7EBEF;
}
.acms-entry em {
  font-weight: bold;
}
.acms-entry strong {
  position: relative;
  display: inline;
  font-weight: bold;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #ff0 70%, #ff0 100%);
  background-size: 100% 1.6em;
}
.acms-entry table {
  width: auto;
  margin: 20px 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.acms-entry table th, .acms-entry table td {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .acms-entry table th, .acms-entry table td {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
.acms-entry table th {
  background: #E7EBEF;
  text-align: left;
}
.acms-entry .note {
  margin-top: 10px;
  font-size: 1.4rem;
}
.acms-entry .common-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-box {
  margin: 20px 15px;
  padding: 20px 40px;
  background: #E7EBEF;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact-box {
    padding: 10px;
  }
}
.contact-box p {
  margin-left: 0;
  margin-right: 0;
}
.contact-box .title {
  font-weight: bold;
}
.contact-box .telNum {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact-box .telNum {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-box .telNum + .faxNum {
    margin-top: 20px;
  }
}
.contact-box .faxNum {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact-box .faxNum {
    display: block;
  }
}
.contact-box .en {
  margin-right: 10px;
  padding: 5px 10px;
  background: #FFF;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact-box .en {
    display: block;
    margin: 5px 0;
    padding: 0;
    background: none;
    border-bottom: #ddd 1px solid;
  }
}
.contact-box .num {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact-box .num {
    font-size: 2.6rem;
  }
}
.contact-box .representative {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .contact-box .representative {
    font-size: 1.4rem;
  }
}

/* page-list */
.page-list {
  margin-top: 30px;
}
.page-list .item + .item {
  margin-top: 70px;
}
.page-list .category-entry-list {
  margin-top: 30px;
  line-height: 1.4;
}
.page-list .category-entry-list > li {
  padding-bottom: 20px;
}
.page-list .category-entry-list > li:last-of-type {
  border: none;
}
.page-list .category-entry-list > li + li {
  margin-top: 10px;
}
.page-list .category-entry-list > li > a {
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  padding: 10px;
}
.page-list .category-entry-list > li > a:hover {
  text-decoration: none;
  background: #E7EBEF;
}
.page-list .category-entry-list > li ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-list .category-entry-list > li ul li {
  width: 33.3%;
}
@media screen and (max-width: 960px) {
  .page-list .category-entry-list > li ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-list .category-entry-list > li ul li {
    width: 100%;
  }
}
.page-list .category-entry-list > li ul li a {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0 10px;
  padding: 10px 20px 10px 40px;
  font-size: 1.4rem;
  color: #000;
  border-bottom: 1px solid #E7EBEF;
}
.page-list .category-entry-list > li ul li a::before {
  font-family: icon;
  font-size: 1.6rem;
  position: absolute;
  top: 0.8rem;
  left: 10px;
  content: "\e90a";
  color: #aaa;
}
.page-list .category-entry-list > li ul li a:hover {
  text-decoration: none;
  background: #E7EBEF;
}
.page-list .entry-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;
  padding-bottom: 20px;
  line-height: 1.4;
}
.page-list .entry-list li {
  width: 33.3%;
}
@media screen and (max-width: 960px) {
  .page-list .entry-list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-list .entry-list li {
    width: 100%;
  }
}
.page-list .entry-list li a {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0 10px;
  padding: 10px 20px 10px 40px;
  font-size: 1.4rem;
  color: #000;
  border-bottom: 1px solid #E7EBEF;
}
.page-list .entry-list li a::before {
  font-family: icon;
  font-size: 1.6rem;
  position: absolute;
  top: 0.8rem;
  left: 10px;
  content: "\e90a";
  color: #aaa;
}
.page-list .entry-list li a:hover {
  text-decoration: none;
  background: #E7EBEF;
}

.tablewMax table {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .tablewMax table {
    width: auto !important;
    min-width: 640px;
  }
}

/* side-contents*/
.side-contents {
  max-width: 320px;
}
@media screen and (max-width: 960px) {
  .side-contents {
    width: calc(100% + 40px);
    max-width: inherit;
    margin: 40px -20px 0;
    padding: 20px 20px 40px;
    background-color: #E7EBEF;
  }
}

/* numberPager */
/* numberPager */
.number-pager {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .number-pager {
    padding: 40px 0;
  }
}
.number-pager ul {
  display: flex;
  justify-content: center;
}
.number-pager li {
  display: flex;
  font-size: 1.6rem;
}
.number-pager a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #00A0DB;
}
@media screen and (max-width: 768px) {
  .number-pager a {
    width: 50px;
    height: 50px;
  }
}
.number-pager a:hover {
  background-color: #0A55AA;
}
.number-pager .current a {
  background-color: #E7EBEF;
  color: #000;
}
.number-pager .prev, .number-pager .next {
  font-size: 1.4rem;
}
.number-pager .prev a, .number-pager .next a {
  width: 75px;
  background-color: #00A0DB;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .number-pager .prev a, .number-pager .next a {
    width: auto;
    background: none;
  }
}
.number-pager .prev a:hover, .number-pager .next a:hover {
  background-color: #0A55AA;
}
.number-pager .prev {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .number-pager .prev {
    margin-right: 10px;
  }
}
.number-pager .next {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .number-pager .next {
    margin-left: 10px;
  }
}

/* entryPager */
.entry-pager {
  max-width: 980px;
  margin-top: 60px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .entry-pager {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.entry-pager ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry-pager ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.entry-pager li {
  display: flex;
  width: 33.3333333333%;
  font-weight: bold;
}
.entry-pager li a {
  flex-grow: 1;
  padding: 20px 30px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .entry-pager li a {
    padding: 10px;
  }
}
.entry-pager li a:hover {
  text-decoration: none;
  background-color: #00A0DB;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entry-pager .prev, .entry-pager .next {
    width: calc((100% - 1px) / 2);
  }
}
.entry-pager .prev i, .entry-pager .next i {
  font-size: 0.8em;
}
.entry-pager .prev {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .entry-pager .prev {
    order: 1;
    margin-right: 0;
  }
}
.entry-pager .prev i {
  margin-right: 15px;
}
.entry-pager .prev + .back {
  margin-left: 0;
}
.entry-pager .prev a {
  align-items: flex-start;
}
.entry-pager .back {
  margin-left: auto;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-pager .back {
    margin: 1px 0 0;
    max-width: inherit;
    width: 100%;
    order: 3;
  }
}
.entry-pager .back:only-of-type {
  margin-left: auto;
  margin-right: auto;
}
.entry-pager .back a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-pager .next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .entry-pager .next {
    order: 2;
    margin-left: auto;
  }
}
.entry-pager .next i {
  margin-left: 15px;
}
.entry-pager .next a {
  align-items: flex-end;
}
.entry-pager .label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: normal;
}

/* slick最初のスライド以外いったん非表示 */
.slideWrap .slide:not(:first-of-type) {
  display: none;
}

/* news-list */
.news-list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-top: 10px;
  }
}
.news-list.hidden {
  display: none;
}
.news-list .important .category {
  color: #F53D3D;
  border: 1px solid #F53D3D;
}
.news-list a {
  display: flex;
  align-items: flex-start;
  padding: 6px 10px;
}
@media screen and (max-width: 768px) {
  .news-list a {
    flex-wrap: wrap;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
}
.news-list a:hover {
  text-decoration: none;
  background: #E7EBEF;
}
.news-list .date {
  min-width: 120px;
  color: #666;
  font-size: 1.4rem;
  padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-list .date {
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-right: 1em;
    min-width: inherit;
  }
}
.news-list .category {
  min-width: 90px;
  margin-right: 15px;
  text-align: center;
  border-radius: 2px;
  color: #000;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .news-list .category {
    min-width: inherit;
    margin-right: 0;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .news-list .text {
    width: 100%;
  }
}

/* doctor-block */
.doctor-block {
  margin: 0 10px;
}

/* introduction-block */
.introduction-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}
@media screen and (max-width: 768px) {
  .introduction-block {
    display: block;
    margin: 0 10px 30px;
  }
}
.introduction-block .item {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 30px);
  margin: 80px 15px 30px;
}
@media screen and (max-width: 960px) {
  .introduction-block .item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .introduction-block .item {
    width: auto;
    max-width: 320px;
    margin: 80px auto 50px;
  }
}
.introduction-block .photo {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  overflow: hidden;
  background: #fff;
  border-radius: 80px;
}
.introduction-block .photo::after {
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  content: " ";
  border-radius: 80px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .introduction-block .photo {
    top: -50px;
    width: 100px;
    height: 100px;
  }
  .introduction-block .photo::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .introduction-block .photo img {
    max-height: 100px;
  }
}
.introduction-block .header {
  position: relative;
  padding: 90px 20px 15px;
  background: #E7EBEF;
}
@media screen and (max-width: 768px) {
  .introduction-block .header {
    padding-top: 60px;
  }
}
.introduction-block .position {
  font-size: 1.4rem;
  text-align: center;
}
.introduction-block .name {
  margin-top: 0 !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.introduction-block .profile {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #E7EBEF;
  border-top: 1px dashed #aaa;
}

/* search */
.search-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #666 1px dotted;
}
.search-list li .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search-list li .title {
    font-size: 1.6rem;
  }
}
.search-list li .title .url {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #7AAD24;
}
.search-list li .description {
  font-size: 1.4rem;
  color: #666;
}

/* indicator */
.indicator-wrap .template-table,
.indicator-wrap .comment {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .indicator-wrap .template-table {
    min-width: 800px !important;
  }
}
.indicator-wrap .csv_btn {
  float: right;
  margin-left: auto;
  background-color: #0A55AA;
  border-radius: 4px;
  color: #FFF;
  font-size: 80%;
  padding: 0 10px;
}

/* 共通パーツ */
.main-contents .acms-entry .label-required, .main-contents .acms-entry .acms-admin-label {
  display: inline-block;
  margin-left: 0.4em;
  padding: 1px 10px;
  background-color: #F53D3D;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .main-contents .acms-entry .label-required, .main-contents .acms-entry .acms-admin-label {
    font-size: 1.2rem;
  }
}
.main-contents .acms-entry .message .label-required {
  margin-right: 10px;
}
.main-contents .acms-entry form {
  border-collapse: collapse;
  border: none;
}
.main-contents .acms-entry form table {
  border: none;
}
.main-contents .acms-entry form th, .main-contents .acms-entry form td {
  border-left: none;
  border-right: none;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .main-contents .acms-entry form th, .main-contents .acms-entry form td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
.main-contents .acms-entry form th {
  width: 280px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main-contents .acms-entry form th {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.main-contents .acms-entry form th.nostyle {
  background: none;
  padding: 0;
}
.main-contents .acms-entry form th .label-required, .main-contents .acms-entry form th .acms-admin-label {
  float: right;
}
@media screen and (max-width: 768px) {
  .main-contents .acms-entry form th .label-required, .main-contents .acms-entry form th .acms-admin-label {
    float: none;
  }
}
.main-contents .acms-entry form td {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main-contents .acms-entry form td {
    padding-bottom: 20px;
  }
}
.main-contents .acms-entry form td .caption-text {
  margin: 5px 0 0;
  padding: 5px 10px;
  font-size: 1.4rem;
  background-color: #FFE3D6;
}
.main-contents .acms-entry form td .acms-icon-attention {
  color: #F53D3D;
}
.main-contents .acms-entry input[type=submit].common-btn {
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 4px;
}
.main-contents .acms-entry .confirm th, .main-contents .acms-entry .confirm td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.clearHidden + .contact-form {
  margin-top: 40px;
}

.contact-form {
  padding: 40px;
  border: #ddd solid 2px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 10px;
  }
}
.contact-form table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form table tr th, .contact-form table tr td {
    display: block;
  }
}
.contact-form table tr th {
  min-width: 15em;
}
.contact-form h3 {
  margin: 20px 0 0;
}

.contact-form input[type=text],
.contact-form input[type=email] {
  padding: 4px 8px;
  font-size: 1.8rem;
  border-color: #ddd;
}
.contact-form textarea {
  width: 100%;
  font-size: 1.8rem;
  border-color: #ddd;
}
.contact-form select {
  font-size: 1.8rem;
}
.contact-form .acms-form-checkbox, .contact-form .acms-form-radio {
  margin: 2px 15px 2px 0;
}
@media screen and (max-width: 768px) {
  .contact-form .acms-form-checkbox, .contact-form .acms-form-radio {
    margin: 2px 0;
  }
}
.contact-form .acms-checkbox label, .contact-form .acms-radio label, .contact-form .acms-admin-radio label, .contact-form .acms-admin-form-checkbox label {
  position: relative;
  margin: 3px 0;
  padding: 10px 20px;
  background-color: #FFF;
  border: 1px solid #ddd;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact-form .acms-checkbox label, .contact-form .acms-radio label, .contact-form .acms-admin-radio label, .contact-form .acms-admin-form-checkbox label {
    width: 100%;
    margin: 5px 0;
  }
}
.contact-form .acms-checkbox label input[type=checkbox], .contact-form .acms-checkbox label input[type=radio], .contact-form .acms-radio label input[type=checkbox], .contact-form .acms-radio label input[type=radio], .contact-form .acms-admin-radio label input[type=checkbox], .contact-form .acms-admin-radio label input[type=radio], .contact-form .acms-admin-form-checkbox label input[type=checkbox], .contact-form .acms-admin-form-checkbox label input[type=radio] {
  margin: 0 12px 0 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.form-btn-box {
  text-align: center;
  margin-top: 50px;
}

/* フォーム */
/* style */
@media screen and (max-width: 768px) {
  .sm-slider {
    height: 90vw !important;
  }
}

.anniversary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/themes/nikko/img/home/header_110bnr.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .anniversary {
    height: 90vw;
    background-image: url(/themes/nikko/img/home/header_110bnr_sp.jpg);
  }
}

.home-header {
  position: relative;
  width: 100%;
  height: calc(100% - 180px);
  height: calc(100vh - 180px);
  min-height: 600px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-header {
    height: auto;
    min-height: 300px;
  }
}
.home-header.with-anniversary .main-title {
  opacity: 0;
}
.home-header .main-title {
  position: absolute;
  top: calc(50% - 160px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home-header .main-title {
    top: calc(50% - 230px);
  }
}
@media screen and (max-width: 768px) {
  .home-header .main-title {
    position: relative;
    top: auto;
    width: 85%;
    margin: 0;
    padding: 15vw 20px 0;
  }
}
.home-header .main-title img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.home-header .home-utility {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 1;
  font-size: 1.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .home-header .home-utility {
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    width: auto;
    margin: 25vw 0 0;
    padding: 10px;
    background: #E7EBEF;
  }
}
.home-header .home-utility .item {
  position: relative;
  flex-grow: 1;
  border-radius: 4px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .item {
    border-radius: 0;
  }
}
.home-header .home-utility .item .title {
  position: absolute;
  top: -36px;
  left: 0;
  display: inline-block;
  font-weight: bold;
  z-index: -1;
}
.home-header .home-utility .item .common-btn {
  display: block;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.home-header .home-utility .item .common-btn:after {
  display: none;
}
.home-header .home-utility .item .icon-arrowRight {
  margin-left: 10px;
  margin-right: 0;
  font-size: 0.8rem;
  font-weight: normal;
  vertical-align: 2px;
}
.home-header .home-utility .outpatient {
  display: flex;
  align-items: center;
  max-width: 600px;
  border-radius: 0 4px 4px 4px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .outpatient {
    max-width: inherit;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient {
    display: block;
    padding-bottom: 10px;
    border-radius: 0 4px 0 0;
  }
}
.home-header .home-utility .outpatient .time-schedule {
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .outpatient .time-schedule {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .home-header .home-utility .outpatient .time-schedule {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule {
    display: flex;
    flex-wrap: wrap;
    max-width: 610px;
    margin: auto;
    padding: 10px;
    border-right: none;
  }
}
.home-header .home-utility .outpatient .time-schedule .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule .item {
    max-width: 320px;
    min-width: 250px;
    margin: 0 auto 5px;
  }
}
.home-header .home-utility .outpatient .time-schedule .item.am dt {
  background: #00A0DB;
}
.home-header .home-utility .outpatient .time-schedule .item.pm {
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .outpatient .time-schedule .item.pm {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .home-header .home-utility .outpatient .time-schedule .item.pm {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule .item.pm {
    margin: 0 auto 5px;
  }
}
.home-header .home-utility .outpatient .time-schedule .item.pm dt {
  background: #FF511D;
}
.home-header .home-utility .outpatient .time-schedule dt {
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: bold;
  color: #FFF;
  border-radius: 2px;
  clear: left;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule dt {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule dd {
    width: calc(100% - 60px);
    font-size: 1.2rem;
  }
}
.home-header .home-utility .outpatient .time-schedule dd .time {
  margin-left: 5px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .time-schedule dd .time {
    font-size: 2.5rem;
  }
}
.home-header .home-utility .outpatient .schedule {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .schedule {
    max-width: 270px;
    margin: 0 auto;
    padding: 0;
  }
}
.home-header .home-utility .outpatient .schedule .icon {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .schedule .icon {
    width: 25px;
    min-width: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .schedule .schedule-link {
    display: flex;
  }
}
.home-header .home-utility .outpatient .schedule .schedule-link li {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .schedule .schedule-link li {
    width: 110px;
  }
}
.home-header .home-utility .outpatient .schedule .schedule-link li + li {
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .outpatient .schedule .schedule-link li + li {
    margin: 0 0 0 1px;
  }
}
.home-header .home-utility .outpatient .schedule .schedule-link .common-btn {
  display: block;
  width: 100%;
  padding: 7px 10px 9px;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
}
.home-header .home-utility .outpatient .schedule .schedule-link .common-btn:after {
  display: none;
}
.home-header .home-utility .outpatient .schedule .schedule-link i {
  margin-left: 10px;
  margin-right: 0;
  font-size: 0.8rem;
  vertical-align: 2px;
}
.home-header .home-utility .utility-link {
  display: flex;
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .utility-link {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link {
    margin: 0;
    border-top: 1px solid #ddd;
  }
}
.home-header .home-utility .utility-link li {
  display: flex;
  width: 33.3%;
  align-items: center;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li:first-of-type {
    width: 40%;
  }
}
.home-header .home-utility .utility-link li:last-of-type {
  border: none;
}
.home-header .home-utility .utility-link li.access i {
  font-size: 2.7rem;
  color: #FF5C88;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li.access i {
    font-size: 1.9rem;
  }
}
.home-header .home-utility .utility-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  font-weight: bold;
  word-break: keep-all;
  color: #000;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li a {
    padding: 15px 0;
  }
}
.home-header .home-utility .utility-link li a:hover {
  text-decoration: none;
}
.home-header .home-utility .utility-link li a:hover .text {
  text-decoration: underline;
}
.home-header .home-utility .utility-link li .icon {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li .icon {
    width: 20px;
    min-width: 20px;
  }
}
.home-header .home-utility .utility-link li .text {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .utility-link li .text {
    font-size: 1.2rem;
  }
}
.home-header .home-utility .emergency {
  border-radius: 0 4px 4px 4px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .emergency {
    margin: 10px 0 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .emergency {
    margin: 0;
    border-top: 1px solid #ddd;
  }
}
.home-header .home-utility .emergency a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .emergency a {
    padding: 10px;
  }
}
.home-header .home-utility .emergency a:hover {
  text-decoration: none;
}
.home-header .home-utility .emergency a:hover .common-btn {
  background: #c31b1b;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .emergency .title {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
}
.home-header .home-utility .emergency .common-btn {
  background: #F53D3D;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .emergency .common-btn {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .emergency .common-btn {
    padding: 7px 10px 9px;
  }
}
.home-header .home-utility .emergency .icon {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .emergency .icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .emergency .icon {
    width: 35px;
  }
}
.home-header .home-utility .emergency .timing {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  border-radius: 50px;
  overflow: hidden;
}
.home-header .home-utility .emergency .timing .night {
  display: inline-block;
  padding: 5px 5px 6px 10px;
  background: #194889;
}
.home-header .home-utility .emergency .timing .holiday {
  display: inline-block;
  padding: 5px 10px 6px 5px;
  background: #F53D3D;
}
.home-header .home-utility .important-news {
  width: 100%;
  margin-top: 15px;
  padding: 15px 20px;
  text-align: center;
  line-height: 1.4;
  border: #F53D3D 2px solid;
}
@media screen and (max-width: 1200px) {
  .home-header .home-utility .important-news {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news {
    margin-top: 10px;
    text-align: left;
    border-radius: 4px;
  }
}
.home-header .home-utility .important-news a {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news a {
    padding-left: 30px;
    white-space: normal;
  }
}
.home-header .home-utility .important-news a:hover {
  text-decoration: none;
}
.home-header .home-utility .important-news a:hover .text {
  text-decoration: underline;
}
.home-header .home-utility .important-news .icon-arrowCircleRight {
  margin-right: 10px;
  font-size: 2rem;
  color: #00A0DB;
  vertical-align: -4px;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news .icon-arrowCircleRight {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}
.home-header .home-utility .important-news .category {
  display: inline-block;
  min-width: 90px;
  margin-right: 10px;
  padding: 0 5px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #ddd;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news .category {
    min-width: inherit;
    margin-right: 0;
    font-size: 1.1rem;
  }
}
.home-header .home-utility .important-news.important .category {
  border-color: #F53D3D;
  color: #F53D3D;
}
.home-header .home-utility .important-news .text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home-header .home-utility .important-news .text {
    display: block;
  }
}
.home-header .slick-slide img {
  width: 100%;
}

.home.main-contents {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .home.main-contents {
    margin-top: 0;
  }
}

.home-info {
  padding-top: 50px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .home-info {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home-info {
    padding-top: 20px;
  }
}
.home-info .home-news {
  width: calc(100% - 360px);
}
@media screen and (max-width: 960px) {
  .home-info .home-news {
    width: auto;
    margin: 0 -20px;
  }
}
.home-info .home-news .tab-list {
  position: relative;
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .home-info .home-news .tab-list {
    padding: 0 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.home-info .home-news .tab-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.home-info .home-news .tab-list li {
  position: relative;
  margin-right: 1px;
  z-index: 1;
}
.home-info .home-news .tab-list li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #000;
  background: #E7EBEF;
  border: 1px solid #E7EBEF;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .home-info .home-news .tab-list li a {
    padding: 10px 15px;
  }
}
.home-info .home-news .tab-list li a:hover {
  font-weight: bold;
  background: #FFF;
  border: 1px solid #ddd;
  border-bottom: none;
  text-decoration: none;
}
.home-info .home-news .tab-list li a:hover:before {
  background: #ddd;
}
.home-info .home-news .tab-list li a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 6px;
  width: 1px;
  height: 20px;
  z-index: 1;
  background: #E7EBEF;
  transform: rotate(45deg);
}
.home-info .home-news .tab-list li a.important {
  color: #F53D3D;
  border: 1px solid #F53D3D;
  border-bottom: none;
}
.home-info .home-news .tab-list li a.important:before {
  background: #F53D3D;
}
.home-info .home-news .tab-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FFF transparent transparent transparent;
}
.home-info .home-news .tab-list li.active a {
  font-weight: bold;
  background: #FFF;
  border: 1px solid #ddd;
  border-bottom: none;
}
.home-info .home-news .tab-list li.active a:before {
  background: #ddd;
}
.home-info .home-news .tab-list li.active a.important {
  border: 1px solid #F53D3D;
  border-bottom: none;
}
.home-info .home-news .tab-list li.active a.important:before {
  background: #F53D3D;
}
.home-info .home-contact {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .home-info .home-contact {
    text-align: center;
  }
}
.home-info .home-contact .common-btn {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .home-info .home-contact .common-btn {
    -ms-grid-row-align: center;
        align-self: center;
  }
}

.home-feature {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: #E7EBEF;
}
@media screen and (max-width: 768px) {
  .home-feature {
    padding-bottom: 30px;
  }
}
.home-feature .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -20px 0;
}
@media screen and (max-width: 768px) {
  .home-feature .wrap {
    margin: 10px -5px 0;
  }
}
.home-feature .item {
  width: calc(50% - 40px);
  margin: 20px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .home-feature .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.home-feature .item a {
  display: flex;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .home-feature .item a {
    display: block;
  }
}
.home-feature .item a:hover {
  text-decoration: none;
}
.home-feature .item a:hover .common-title {
  text-decoration: underline;
}
.home-feature .item .photo {
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  .home-feature .item .photo {
    min-width: inherit;
    text-align: center;
  }
}
.home-feature .item .text {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .home-feature .item .text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.home-feature .text-wrap {
  padding: 10px 30px 10px 40px;
}
@media screen and (max-width: 1200px) {
  .home-feature .text-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-feature .text-wrap {
    padding: 10px;
  }
}

.home-department {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .home-department {
    margin-top: 50px;
  }
}
.home-department .wrap {
  display: flex;
  margin: 30px -10px 0;
}
@media screen and (max-width: 1200px) {
  .home-department .wrap {
    display: block;
  }
}
.home-department .title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.home-department .item {
  flex: 1;
  margin: 0 10px;
  padding: 15px 20px 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .home-department .item {
    padding: 15px 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home-department .item + .item {
    margin-top: 10px;
  }
}
.home-department .item.col2 {
  flex: 2;
}
.home-department .item.col2 ul {
  display: flex;
  flex-wrap: wrap;
}
.home-department .item.col2 ul li {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .home-department .item.col2 ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .home-department .item.col2 ul li {
    width: 50%;
  }
}
.home-department .item.col3 {
  flex: 3;
}
.home-department .item.col3 ul {
  display: flex;
  flex-wrap: wrap;
}
.home-department .item.col3 ul li {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .home-department .item.col3 ul li {
    width: 50%;
  }
}
.home-department .item.naika .icon {
  background: #E6F0D6;
}
.home-department .item.geka .icon {
  background: #DDEDFF;
}
.home-department .item.syusan .icon {
  background: #FFE3D6;
}
@media screen and (max-width: 1200px) {
  .home-department .item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .home-department .item ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .home-department .item ul li {
    width: 50%;
  }
}
.home-department .item .tile {
  font-size: 1.4rem;
  font-weight: normal;
}
.home-department .item a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #000;
  line-height: 1.2;
}
.home-department .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .home-department .item .icon {
    min-width: 35px;
    height: 35px;
    margin-right: 5px;
  }
}
.home-department .item .icon img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .home-department .item .icon img {
    width: 25px;
  }
}

.home-section {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .home-section {
    margin-top: 50px;
  }
}
.home-section .pickup {
  display: flex;
  margin: 30px -30px 0;
}
@media screen and (max-width: 960px) {
  .home-section .pickup {
    margin: 30px -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .home-section .pickup {
    display: block;
    margin-top: 20px;
  }
}
.home-section .pickup .item {
  width: calc(33.3% - 60px);
  margin: 0 30px;
}
@media screen and (max-width: 960px) {
  .home-section .pickup .item {
    width: calc(33.3% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-section .pickup .item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .home-section .pickup .item + .item {
    margin-top: 20px;
  }
}
.home-section .pickup a {
  display: flex;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 960px) {
  .home-section .pickup a {
    align-items: flex-start;
  }
}
.home-section .pickup a:hover {
  text-decoration: none;
}
.home-section .pickup a:hover .title {
  text-decoration: underline;
}
.home-section .pickup .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  border: 2px solid #ddd;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .home-section .pickup .icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.home-section .pickup .icon img {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .home-section .pickup .icon img {
    width: 40px;
  }
}
.home-section .pickup .text-wrap {
  width: calc(100% - 140px);
}
@media screen and (max-width: 960px) {
  .home-section .pickup .text-wrap {
    width: calc(100% - 100px);
  }
}
.home-section .pickup .title {
  margin: 0;
  font-weight: normal;
  font-size: 1.8rem;
}
.home-section .pickup .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
.home-section .section-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.home-section .section-list li {
  width: 25%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .home-section .section-list li {
    width: 50%;
  }
}

.home-facility {
  margin-top: 70px;
}
.home-facility .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0;
}
@media screen and (max-width: 768px) {
  .home-facility .wrap {
    display: block;
  }
}
.home-facility .item {
  width: calc(33.3% - 30px);
  margin: 10px 15px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .home-facility .item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .home-facility .item {
    width: auto;
  }
}
.home-facility .item a {
  display: flex;
  color: #000;
}
.home-facility .item a:hover {
  text-decoration: none;
}
.home-facility .item a:hover .common-title {
  text-decoration: underline;
}
.home-facility .item .text-wrap {
  width: calc(100% - 132px);
  padding: 10px 20px;
}
.home-facility .item .common-title {
  font-weight: normal;
}
.home-facility .item .text {
  margin-top: 5px;
  font-size: 1.4rem;
}

.home-panel {
  margin-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home-panel {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.home-panel .wrap {
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .home-panel .wrap {
    display: block;
  }
}
.home-panel .item {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .home-panel .item {
    width: auto;
  }
}
.home-panel .item.medical .text-wrap {
  background: #474491;
}
@media screen and (max-width: 768px) {
  .home-panel .item.recruit {
    margin-top: 20px;
  }
}
.home-panel .item.recruit .text-wrap {
  background: #FF511D;
}
.home-panel .item a {
  display: block;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .home-panel .item a {
    padding-bottom: 20vw;
  }
}
.home-panel .item a:hover {
  text-decoration: none;
}
.home-panel .item .text-wrap {
  position: relative;
  max-width: 340px;
  padding: 30px 40px;
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home-panel .item .text-wrap {
    width: calc(100% - 20px);
    max-width: inherit;
    padding: 20px;
  }
}
.home-panel .item .en {
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.home-panel .item .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
.home-panel .item .common-btn {
  min-width: 90px;
  margin-top: 20px;
}
.home-panel .item .photo {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .home-panel .item .photo {
    right: -20px;
    bottom: -80px;
    width: 100%;
    max-width: 200px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .home-panel .item .photo {
    right: 0;
    bottom: 0;
    width: 45vw;
    max-width: 250px;
  }
}

/* トップページ */
.recruit .main-contents {
  max-width: 1280px;
}
.recruit.recruit-home .main-contents {
  max-width: inherit;
}
.recruit .page-top a {
  background-color: #FF511D;
}
.recruit .page-top a:hover {
  background-color: #E31800;
}

.recruit-nav {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .recruit-nav {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .recruit-nav {
    padding: 13px 60px 11px 20px;
  }
}
.recruit-nav .logoWrap a {
  display: block;
}
.recruit-nav .logoWrap a:hover {
  text-decoration: none;
}
.recruit-nav .logoWrap .logo {
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .recruit-nav .logoWrap .logo {
    max-width: 180px;
    width: calc(100% - 90px);
  }
}
.recruit-nav .logoWrap .label {
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .recruit-nav .logoWrap .label {
    margin-left: 10px;
    padding: 5px;
    font-size: 1.2rem;
  }
}
.recruit-nav .gnavTrg {
  display: none;
  background: #FF511D;
}
@media screen and (max-width: 960px) {
  .recruit-nav .gnavTrg {
    display: block;
    top: 0;
  }
}
.recruit-nav .gnavTrg.active {
  background: #E31800;
}
.recruit-nav .global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 420px);
  margin-left: auto;
  font-weight: bold;
  background: none;
}
@media screen and (max-width: 1200px) {
  .recruit-nav .global-nav {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav {
    top: 50px;
    margin-top: 0;
    background: #E7EBEF;
  }
}
.recruit-nav .global-nav li {
  flex-grow: 1;
  text-align: center;
}
.recruit-nav .global-nav a {
  position: relative;
  padding: 10px 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav a {
    display: block;
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
  }
}
.recruit-nav .global-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav a::after {
    display: none;
  }
}
.recruit-nav .global-nav a:hover {
  text-decoration: none;
}
.recruit-nav .global-nav a.current::after, .recruit-nav .global-nav a:hover::after {
  transform: scaleX(1);
  background-color: #FF511D;
}
.recruit-nav .global-nav .entry {
  min-width: 12%;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav .entry {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav .entry a {
    border-color: #E31800;
  }
}
.recruit-nav .global-nav .entry a::after {
  display: none;
}
.recruit-nav .global-nav .entry .common-btn {
  display: block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .recruit-nav .global-nav .entry .common-btn {
    border-radius: 0;
  }
}

.recruit .recruit-header {
  position: relative;
}
.recruit .recruit-header .back {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  font-size: 1.3rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-header .back {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
}
.recruit .recruit-header .back a {
  display: flex;
  align-items: stretch;
  color: #000;
}
.recruit .recruit-header .back a:hover {
  text-decoration: none;
}
.recruit .recruit-header .back a:hover .icon-arrowLeft {
  background: #0A55AA;
}
.recruit .recruit-header .back .icon-arrowLeft {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 1.1rem;
  color: #FFF;
  background: #00A0DB;
}
.recruit .recruit-header .back span {
  display: flex;
  align-items: center;
  padding: 2px 10px;
}
.recruit .recruit-header .header-title {
  position: relative;
  padding: 80px 40px 90px 0;
  background: url("/themes/nikko/img/recruit/header_photo.jpg") 50% 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
.recruit .recruit-header .header-title:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  content: " ";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-header .header-title {
    padding: 30px 20px 50px 0;
  }
}
.recruit .recruit-header .header-title .title {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  z-index: 1;
}
.recruit .main-contents {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .recruit .main-contents {
    margin-top: 20px;
  }
}
.recruit .main-contents .acms-entry {
  margin-bottom: 80px;
}
.recruit .main-contents .acms-entry h3 {
  background: #FF511D;
}
.recruit .recruit-info {
  padding-top: 25px;
  padding-bottom: 30px;
  background: #E7EBEF;
}
.recruit .recruit-info .inner {
  display: flex;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-info .inner {
    display: block;
  }
}
.recruit .recruit-info .recruit-news {
  width: calc(100% - 470px);
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-info .recruit-news {
    width: auto;
    padding-top: 0;
  }
}
.recruit .recruit-info .recruit-news .common-btn {
  margin-left: 10px;
  text-decoration: none;
}
.recruit .recruit-info .recruit-news .common-btn:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.recruit .recruit-info .recruit-news .news-list {
  margin-top: 15px;
}
.recruit .recruit-info .recruit-news .news-list a {
  color: #000;
  border-radius: 4px;
}
.recruit .recruit-info .recruit-news .news-list a:hover {
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .recruit .recruit-info .recruit-news .news-list a {
    padding-left: 0;
    padding-right: 0;
  }
}
.recruit .recruit-info .recruit-news .news-list .date {
  min-width: 160px;
}
.recruit .recruit-info .recruit-news .news-list .text {
  font-size: 1.6rem;
}
.recruit .recruit-info .recruit-about {
  width: 450px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-info .recruit-about {
    width: auto;
    margin: 30px auto 0;
  }
}
.recruit .recruit-info .recruit-about a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.recruit .recruit-info .recruit-about .item {
  margin: 2px;
  text-align: center;
  background: #FFF;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.recruit .recruit-info .recruit-about .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.recruit .recruit-info .recruit-about .item .icon-arrowRight {
  margin-left: 10px;
  font-size: 1.6rem;
  color: #999;
  vertical-align: -2px;
}
.recruit .recruit-info .recruit-about .item.large a {
  display: block;
  padding: 15px 10px;
}
.recruit .recruit-info .recruit-about .about-link {
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-info .recruit-about .about-link {
    flex-wrap: wrap;
  }
}
.recruit .recruit-info .recruit-about .about-link .item {
  width: 33.3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-info .recruit-about .about-link .item {
    width: calc(50% - 4px);
  }
}
.recruit .recruit-info .recruit-about .about-link .item a {
  display: block;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-info .recruit-about .about-link .item a {
    padding: 10px;
  }
}
.recruit .recruit-info .recruit-about .about-link i {
  display: block;
  margin-bottom: 10px;
  line-height: 35px;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-info .recruit-about .about-link i {
    margin-bottom: 5px;
    font-size: 2.8rem;
  }
}
.recruit .recruit-info .recruit-about .about-link i.icon-hospital {
  color: #41DAFF;
}
.recruit .recruit-info .recruit-about .about-link i.icon-map {
  color: #FF5C88;
}
.recruit .recruit-info .recruit-about .about-link i.icon-mail {
  font-size: 2.6rem;
  color: #A7A4ED;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-info .recruit-about .about-link i.icon-mail {
    font-size: 2rem;
  }
}
.recruit .recruit-info .recruit-about .about-link i.icon-pencil {
  color: #16B5A3;
}
.recruit .recruit-bosyu {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-bosyu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.recruit .recruit-bosyu .bosyu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px 0;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-bosyu .bosyu-list {
    display: block;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-bosyu .bosyu-list {
    margin: 10px 0 0;
  }
}
.recruit .recruit-bosyu .bosyu-list li {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px dotted #ddd;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-bosyu .bosyu-list li {
    width: auto;
    margin: 0;
  }
}
.recruit .recruit-bosyu .bosyu-list li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-bosyu .bosyu-list li a {
    padding: 20px 40px 20px 0;
  }
}
.recruit .recruit-bosyu .bosyu-list li a:hover {
  background-color: #E7EBEF;
}
.recruit .recruit-bosyu .bosyu-list li a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "\e902";
  font-family: "icon";
  color: #999;
  font-size: 1.4rem;
}
.recruit .recruit-bosyu .bosyu-list .text {
  margin-right: 10px;
}
.recruit .recruit-job {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #E7EBEF;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-job {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.recruit .recruit-job .job-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-job .job-wrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-job .job-wrap {
    margin: 20px -5px 0;
  }
}
.recruit .recruit-job .item {
  position: relative;
  width: calc(50% - 60px);
  margin: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-job .item {
    width: calc(33.3% - 20px);
    margin: 30px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-job .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.recruit .recruit-job .item.medical-intern .text {
  background: #655AB9;
}
.recruit .recruit-job .item.dental-intern .text {
  background: #16B5A3;
}
.recruit .recruit-job .item.doctor .text {
  background: #287749;
}
.recruit .recruit-job .item.nurse .text {
  background: #FF5C88;
}
.recruit .recruit-job .item.nursing-assistant .text {
  background: #FF5C88;
}
.recruit .recruit-job .item.yakuzai .text {
  background: #35A5B9;
}
.recruit .recruit-job .item.midwife .text {
  background: #E05050;
}
.recruit .recruit-job .item.phn .text {
  background: #287749;
}
.recruit .recruit-job .item.kensagishi .text {
  background: #287749;
}
.recruit .recruit-job .item a {
  display: block;
  text-decoration: none;
}
.recruit .recruit-job .item .text {
  position: relative;
  margin: -30px 30px 0;
  padding: 15px 10px;
  font-weight: bold;
  color: #FFF;
  border-radius: 4px;
  z-index: 1;
  background-color: #999;
}
@media screen and (max-width: 960px) {
  .recruit .recruit-job .item .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit-job .item .text {
    margin: 0;
    padding: 10px 5px;
    font-size: 1.4rem;
    border-radius: 0 0 4px 4px;
  }
}
.recruit .recruit-job .item .icon-arrowRight {
  margin-left: 10px;
  font-size: 1.4rem;
}
.recruit .recruit-message {
  margin-top: 5px;
  padding-top: 100px;
  padding-bottom: 60px;
  background: url("/themes/nikko/img/recruit/home_bg_voice.jpg") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .recruit .recruit-message {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.recruit .recruit-message .common-title {
  color: #FFF;
}
.recruit .recruit-message .common-title a {
  color: #FFF;
}
.recruit .recruit-message .slick-prev, .recruit .recruit-message .slick-next {
  width: 50px;
  height: 50px;
  margin-top: 20px;
}
.recruit .recruit-message .slick-prev:before, .recruit .recruit-message .slick-next:before {
  padding: 0;
  font-size: 4.8rem;
  color: #FFF;
  background: none;
}
.recruit .recruit-message .slick-prev {
  left: -60px;
}
.recruit .recruit-message .slick-prev:before {
  content: "\e913";
}
.recruit .recruit-message .slick-next {
  right: -60px;
}
.recruit .recruit-message .slick-next:before {
  content: "\e914";
}
.recruit .recruit-message .message-wrap {
  padding-bottom: 0;
}
.recruit .message-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit .message-wrap {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.recruit .message-wrap .item {
  position: relative;
  width: calc(25% - 30px);
  margin: 50px 15px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .recruit .message-wrap .item {
    width: calc(33.3% - 30px);
  }
}
@media screen and (max-width: 960px) {
  .recruit .message-wrap .item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .recruit .message-wrap .item {
    width: 100%;
    max-width: 320px;
    margin: 50px auto 10px;
  }
}
.recruit .message-wrap .item.medical-intern a {
  border-color: #655AB9;
}
.recruit .message-wrap .item.medical-intern .label {
  background: #655AB9;
}
.recruit .message-wrap .item.dental-intern a {
  border-color: #16B5A3;
}
.recruit .message-wrap .item.dental-intern .label {
  background: #16B5A3;
}
.recruit .message-wrap .item.doctor a {
  border-color: #287749;
}
.recruit .message-wrap .item.doctor .label {
  background: #287749;
}
.recruit .message-wrap .item.nurse a {
  border-color: #FF5C88;
}
.recruit .message-wrap .item.nurse .label {
  background: #FF5C88;
}
.recruit .message-wrap .item.nursing-assistant a {
  border-color: #FF5C88;
}
.recruit .message-wrap .item.nursing-assistant .label {
  background: #FF5C88;
}
.recruit .message-wrap .item.yakuzai a {
  border-color: #35A5B9;
}
.recruit .message-wrap .item.yakuzai .label {
  background: #35A5B9;
}
.recruit .message-wrap .item.midwife a {
  border-color: #E05050;
}
.recruit .message-wrap .item.midwife .label {
  background: #E05050;
}
.recruit .message-wrap .item.phn a {
  border-color: #287749;
}
.recruit .message-wrap .item.phn .label {
  background: #287749;
}
.recruit .message-wrap .item.kensagishi a {
  border-color: #287749;
}
.recruit .message-wrap .item.kensagishi .label {
  background: #287749;
}
.recruit .message-wrap .item:hover a .common-btn {
  background-color: #1A65BA;
  border-color: #1A65BA;
  color: #FFF;
  text-decoration: none !important;
}
.recruit .message-wrap .item a {
  position: relative;
  display: block;
  padding: 50px 30px 20px;
  color: #000;
  border-radius: 4px;
  background: #FFF;
  border-top-width: 13px;
  border-top-style: solid;
}
.recruit .message-wrap .item a:hover {
  text-decoration: none;
}
.recruit .message-wrap .item a:hover .common-btn {
  text-decoration: underline;
}
.recruit .message-wrap .item .photo {
  position: absolute;
  top: -60px;
  left: 50%;
  max-width: 100px;
  transform: translateX(-50%);
}
.recruit .message-wrap .item .photo img {
  border-radius: 400px;
}
.recruit .message-wrap .item .title {
  line-height: 1.4;
}
.recruit .message-wrap .item .label {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
.recruit .message-wrap .item .name .furigana {
  font-size: 1.2rem;
}
.recruit .message-wrap .item .year {
  font-size: 1.4rem;
}
.recruit .message-wrap .item .common-btn {
  margin-top: 20px;
}

/* home */
@media screen and (max-width: 960px) {
  .recruit-home .recruit-header .back {
    border-bottom: none;
  }
}
.recruit-home .recruit-nav {
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .recruit-home .recruit-nav {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-home .recruit-nav {
    padding-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .recruit-home .main-contents {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-home .main-contents {
    margin-top: 0;
  }
}

/* job */
@media screen and (max-width: 768px) {
  .job.entry .main-contents {
    margin-top: 0;
  }
}
.job .recruit-job {
  margin-top: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .job .recruit-job {
    padding-top: 1px;
  }
}

.medical-intern .job-entry-header {
  background-color: #DAD6F2;
}
.medical-intern .job-entry-nav {
  background-color: #40368A;
}
.medical-intern .job-entry-nav a.current::after, .medical-intern .job-entry-nav a:hover::after {
  background-color: #655AB9;
}
.medical-intern .job-entry-block h2 {
  background-color: #655AB9;
}
.medical-intern .bosyu-side-list .job.medical-intern {
  display: block;
}
.medical-intern .bosyu-side-list .job-bnr {
  background-color: #655AB9;
}

.dental-intern .job-entry-header {
  background-color: #d4e9e6;
}
.dental-intern .job-entry-nav {
  background-color: #007769;
}
.dental-intern .job-entry-nav a.current::after, .dental-intern .job-entry-nav a:hover::after {
  background-color: #16B5A3;
}
.dental-intern .job-entry-block h2 {
  background-color: #16B5A3;
}
.dental-intern .bosyu-side-list .job.dental-intern {
  display: block;
}
.dental-intern .bosyu-side-list .job-bnr {
  background-color: #16B5A3;
}

.doctor .job-entry-header {
  background-color: #c4e7d3;
}
.doctor .job-entry-nav {
  background-color: #044a21;
}
.doctor .job-entry-nav a.current::after, .doctor .job-entry-nav a:hover::after {
  background-color: #287749;
}
.doctor .job-entry-block h2 {
  background-color: #287749;
}
.doctor .bosyu-side-list .job.doctor {
  display: block;
}
.doctor .bosyu-side-list .job-bnr {
  background-color: #287749;
}

.nurse .job-entry-header {
  background-color: #FFE4EC;
}
.nurse .job-entry-nav {
  background-color: #EB416E;
}
.nurse .job-entry-nav a.current::after, .nurse .job-entry-nav a:hover::after {
  background-color: #FF7B9E;
}
.nurse .job-entry-block h2 {
  background-color: #FF5C88;
}
.nurse .bosyu-side-list .job.nurse {
  display: block;
}
.nurse .bosyu-side-list .job-bnr {
  background-color: #FF5C88;
}

.nursing-assistant .job-entry-header {
  background-color: #FFE4EC;
}
.nursing-assistant .job-entry-nav {
  background-color: #EB416E;
}
.nursing-assistant .job-entry-nav a.current::after, .nursing-assistant .job-entry-nav a:hover::after {
  background-color: #FF7B9E;
}
.nursing-assistant .job-entry-block h2 {
  background-color: #FF5C88;
}
.nursing-assistant .bosyu-side-list .job.nurse {
  display: block;
}
.nursing-assistant .bosyu-side-list .job-bnr {
  background-color: #FF5C88;
}

.yakuzai .job-entry-header {
  background-color: #bae3ea;
}
.yakuzai .job-entry-nav {
  background-color: #157d90;
}
.yakuzai .job-entry-nav a.current::after, .yakuzai .job-entry-nav a:hover::after {
  background-color: #35A5B9;
}
.yakuzai .job-entry-block h2 {
  background-color: #35A5B9;
}
.yakuzai .bosyu-side-list .job.yakuzai {
  display: block;
}
.yakuzai .bosyu-side-list .job-bnr {
  background-color: #35A5B9;
}

.midwife .job-entry-header {
  background-color: #EABAC3;
}
.midwife .job-entry-nav {
  background-color: #BA2020;
}
.midwife .job-entry-nav a.current::after, .midwife .job-entry-nav a:hover::after {
  background-color: #E05050;
}
.midwife .job-entry-block h2 {
  background-color: #E05050;
}
.midwife .bosyu-side-list .job.midwife {
  display: block;
}
.midwife .bosyu-side-list .job-bnr {
  background-color: #E05050;
}

.phn .job-entry-header {
  background-color: #C8E3D3;
}
.phn .job-entry-nav {
  background-color: #134B2B;
}
.phn .job-entry-nav a.current::after, .phn .job-entry-nav a:hover::after {
  background-color: #287749;
}
.phn .job-entry-block h2 {
  background-color: #287749;
}
.phn .bosyu-side-list .job.phn {
  display: block;
}
.phn .bosyu-side-list .job-bnr {
  background-color: #287749;
}

.kensagishi .job-entry-header {
  background-color: #C8E3D3;
}
.kensagishi .job-entry-nav {
  background-color: #134B2B;
}
.kensagishi .job-entry-nav a.current::after, .kensagishi .job-entry-nav a:hover::after {
  background-color: #287749;
}
.kensagishi .job-entry-block h2 {
  background-color: #287749;
}
.kensagishi .bosyu-side-list .job.kensagishi {
  display: block;
}
.kensagishi .bosyu-side-list .job-bnr {
  background-color: #287749;
}

.job-entry-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .job-entry-header {
    margin-top: 0;
  }
}
.job-entry-header .inner {
  position: relative;
  display: block;
}
.job-entry-header .title {
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .job-entry-header .title {
    margin-top: 10px;
    font-size: 3.2rem;
  }
}
.job-entry-header .title a {
  color: #000;
}

.job-entry-nav {
  position: relative;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 1;
}
.job-entry-nav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.job-entry-nav .entry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-entry-nav a {
  position: relative;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .job-entry-nav a {
    padding: 10px;
  }
}
.job-entry-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.job-entry-nav a.current::after, .job-entry-nav a:hover::after {
  transform: scaleX(1);
}

.job-entry-body {
  position: relative;
  z-index: 1;
  padding: 40px 0 20px;
  background-color: #E7EBEF;
}
@media screen and (max-width: 768px) {
  .job-entry-body {
    padding: 40px 0 20px;
  }
}
.job-entry-body h1 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px 40px;
}

.job-entry-block {
  position: relative;
  margin: 0 20px;
  padding: 0 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .job-entry-block {
    padding: 0 10px;
  }
}
.job-entry-block:after {
  content: " ";
  display: block;
  clear: both;
}
.job-entry-block + .job-entry-block {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .job-entry-block + .job-entry-block {
    margin-top: 60px;
  }
}
.job-entry-block h2 {
  transform: translateY(-30px);
  display: inline-block;
  margin: 0 0 -40px -40px;
  padding: 10px 30px;
  font-size: 2.4rem;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .job-entry-block h2 {
    transform: translateY(-20px);
    margin-left: -10px;
    padding: 8px 20px;
    font-size: 1.8rem;
  }
}
.job-entry-block p + p {
  margin-top: 1.5em;
}
.job-entry-block p + h2 {
  margin-top: 100px;
}

.job-entry-cv {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .job-entry-cv {
    padding: 40px 0;
  }
}
.job-entry-cv .description {
  margin-top: 1em;
  font-size: 1.4rem;
}
.job-entry-cv .btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .job-entry-cv .btn-wrap {
    display: block;
  }
}
.job-entry-cv .btn-wrap li {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .job-entry-cv .btn-wrap li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .job-entry-cv .btn-wrap li + li {
    margin-top: 20px;
  }
}
.job-entry-cv .btn-wrap .common-btn {
  min-width: 180px;
  max-width: 280px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .job-entry-cv .btn-wrap .common-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* bosyu */
.bosyu .recruit-bosyu {
  margin-bottom: 60px;
}
.bosyu .recruit-bosyu {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bosyu .bosyu-other {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bosyu .bosyu-other {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.bosyu .with-side {
  margin-top: 0;
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  .bosyu .with-side {
    width: auto;
  }
}
.bosyu .category a {
  color: #000;
}
.bosyu .bosyu-entry-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.bosyu .bosyu-entry-title .title {
  margin-right: 20px;
}
.bosyu .bosyu-entry-title .bosyu-label {
  font-size: 1.8rem;
}

.bosyu-label {
  display: inline-block;
  padding: 0 5px 1px;
  font-size: 1.4rem;
  border-radius: 4px;
}
.bosyu-label.newgrad {
  color: #FF511D;
  border: 1px solid #FF511D;
  background-color: #FFF;
}
.bosyu-label.career {
  color: #44ABC3;
  border: 1px solid #44ABC3;
  background-color: #FFF;
}
.bosyu-label.new {
  color: #FFF;
  background: #FF511D;
}
.bosyu-label + .label {
  margin-left: 1px;
}

.bosyu-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  .bosyu-table tr:first-child th {
    margin-top: 0;
  }
}
.bosyu-table th, .bosyu-table td {
  padding: 20px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .bosyu-table th, .bosyu-table td {
    display: block;
    padding: 0;
  }
}
.bosyu-table th {
  padding-left: 0;
  min-width: 180px;
}
@media screen and (max-width: 960px) {
  .bosyu-table th {
    margin-top: 20px;
  }
}
.bosyu-table td {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .bosyu-table td {
    padding: 10px 0 20px;
  }
}
.bosyu-table td table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bosyu-table td table {
    width: auto;
    min-width: inherit;
  }
}
.bosyu-table table {
  width: auto;
  min-width: auto !important;
}
.bosyu-table table th, .bosyu-table table td {
  width: auto;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .bosyu-table table th, .bosyu-table table td {
    display: table-cell;
  }
}
.bosyu-table table th {
  min-width: auto;
  background: #E7EBEF;
}

.bosyu-side-list .item + .item {
  margin-top: 20px;
}
.bosyu-side-list .item.job {
  display: none;
}
.bosyu-side-list .job-bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.bosyu-side-list .job-bnr:hover {
  opacity: 0.8;
}
.bosyu-side-list .job-bnr .common-title {
  position: relative;
  margin-right: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .bosyu-side-list .job-bnr .common-title {
    padding-left: 15px;
  }
}
.bosyu-side-list .job-bnr .category {
  display: block;
  padding-bottom: 0.25em;
  font-size: 1.2rem;
}
.bosyu-side-list .job-bnr .icon-arrowRight {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.6em;
}
.bosyu-side-list .job-bnr .photo {
  max-width: 100px;
}
.bosyu-side-list .job-bnr .photo img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .bosyu-side-list .btn-wrap {
    text-align: center;
  }
}
.bosyu-side-list .common-btn {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .bosyu-side-list .common-btn {
    max-width: 280px;
  }
}
.bosyu-side-list .contact {
  padding: 30px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background-color: #FFF;
  font-size: 1.4rem;
}
.bosyu-side-list .contact p {
  margin-top: 1.5em;
  line-height: 1.4;
}
.bosyu-side-list .contact a {
  color: #000;
}
.bosyu-side-list .contact a:hover {
  color: #1A65BA;
}
.bosyu-side-list .contact .link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.bosyu-side-list .contact .link .icon-arrowCircleRight {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.2rem;
  color: #00A0DB;
}

/* message */
.message .message-wrap .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message .message-wrap .item {
    margin-bottom: 20px;
  }
}
.message .message-entry-header {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .message .message-entry-header {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.message .message-entry-header:after {
  position: absolute;
  z-index: 1;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .message .message-entry-header:after {
    top: 85px;
  }
}
.message .message-entry-header .inner {
  position: relative;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .message .message-entry-header .inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message .message-entry-header .inner {
    display: block;
  }
}
.message .message-entry-header .text {
  width: calc(100% - 220px);
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .message .message-entry-header .text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .message .message-entry-header .text {
    width: auto;
  }
}
.message .message-entry-header .category a {
  color: #000;
}
.message .message-entry-header h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .message .message-entry-header h1 {
    margin: 30px 0 10px;
    line-height: 1.2;
  }
}
.message .message-entry-header .label {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .message .message-entry-header .label {
    margin-bottom: 5px;
  }
}
.message .message-entry-header .furigana {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .message .message-entry-header .furigana {
    font-size: 1.4rem;
  }
}
.message .message-entry-header .year {
  display: inline-block;
}
.message .message-entry-header .photo {
  max-width: 200px;
}
@media screen and (max-width: 960px) {
  .message .message-entry-header .photo {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .message .message-entry-header .photo {
    margin: 20px auto 0;
  }
}
.message .message-entry-header .photo img {
  border-radius: 400px;
}
.message .message-entry-body {
  position: relative;
  margin: 0 0 2px;
  padding: 20px 0;
  background: #E7EBEF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message .message-entry-body {
    padding: 20px 0;
  }
}
.message .message-entry-body .acms-entry {
  padding: 40px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .message .message-entry-body .acms-entry {
    padding: 20px;
  }
}
.message.medical-intern .message-entry-header:after {
  background: #DAD6F2;
}
.message.medical-intern .message-entry-header .label {
  background: #655AB9;
}
.message.medical-intern .message-entry-body {
  background: #DAD6F2;
}
.message.dental-intern .message-entry-header:after {
  background: #d4e9e6;
}
.message.dental-intern .message-entry-header .label {
  background: #16B5A3;
}
.message.dental-intern .message-entry-body {
  background: #d4e9e6;
}
.message.doctor .message-entry-header:after {
  background: #c4e7d3;
}
.message.doctor .message-entry-header .label {
  background: #287749;
}
.message.doctor .message-entry-body {
  background: #c4e7d3;
}
.message.nurse .message-entry-header:after {
  background: #FFE4EC;
}
.message.nurse .message-entry-header .label {
  background: #FF5C88;
}
.message.nurse .message-entry-body {
  background: #FFE4EC;
}
.message.nursing-assistant .message-entry-header:after {
  background: #FFE4EC;
}
.message.nursing-assistant .message-entry-header .label {
  background: #FF5C88;
}
.message.nursing-assistant .message-entry-body {
  background: #FFE4EC;
}
.message.yakuzai .message-entry-header:after {
  background: #bae3ea;
}
.message.yakuzai .message-entry-header .label {
  background: #35A5B9;
}
.message.yakuzai .message-entry-body {
  background: #bae3ea;
}
.message.midwife .message-entry-header:after {
  background: #EABAC3;
}
.message.midwife .message-entry-header .label {
  background: #E05050;
}
.message.midwife .message-entry-body {
  background: #EABAC3;
}
.message.phn .message-entry-header:after {
  background: #C8E3D3;
}
.message.phn .message-entry-header .label {
  background: #287749;
}
.message.phn .message-entry-body {
  background: #C8E3D3;
}

/* 採用 */
.thanks .globalHeader {
  padding-bottom: 20px;
}
.thanks .thanksSec {
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks .thanksSec {
    padding: 40px 20px;
    text-align: left;
  }
}
.thanks .thanksSec .commonBtn {
  margin-top: 40px;
}

/* 送信完了 */
.contact .main-contents h2 {
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .contact .main-contents h2 {
    margin-top: 50px;
    font-size: 2.4rem;
  }
}
.contact .main-contents h2:first-of-type {
  margin-top: 50px;
}
.contact .main-contents .contact-block {
  display: flex;
  margin: 30px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .contact-block {
    display: block;
    margin-top: 30px;
  }
}
.contact .main-contents .contact-block .item {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .contact .main-contents .contact-block .item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .main-contents .contact-block .item {
    width: auto;
  }
}
.contact .main-contents .contact-block .item + .item {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .contact .main-contents .contact-block .item + .item {
    margin-top: 5px;
  }
}
.contact .main-contents .contact-block .item .body {
  justify-content: flex-start;
}
.contact .main-contents .contact-block .item .body .tel {
  font-size: 5rem;
}
@media screen and (max-width: 960px) {
  .contact .main-contents .contact-block .item .body .tel {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .main-contents .contact-block .item .body .tel {
    font-size: 3rem;
  }
}
.contact .main-contents .contact-block .reservation .body .schedule .type {
  clear: none;
}
@media screen and (max-width: 1200px) {
  .contact .main-contents .contact-block .reservation .body .schedule .type {
    clear: left;
  }
}
.contact .main-contents .contact-block .reservation .body .schedule dd {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .contact .main-contents .contact-block .reservation .body .schedule dd {
    margin-right: 0;
  }
}
.contact .main-contents .page-list .category-entry-list {
  display: flex;
  flex-wrap: wrap;
}
.contact .main-contents .page-list .category-entry-list > li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .page-list .category-entry-list > li {
    width: 100%;
  }
}
.contact .main-contents .page-list .category-entry-list > li + li {
  margin-top: 0;
}
.contact .main-contents .page-list .category-entry-list > li ul {
  display: block;
  margin: 0;
}
.contact .main-contents .page-list .category-entry-list > li ul li {
  width: calc(100% - 20px);
}
.contact .main-contents .page-list .category-entry-list > li ul li a {
  margin: 0;
}
.contact .main-contents .mail-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px -10px 0;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .mail-list {
    margin: 30px 0 40px;
  }
}
.contact .main-contents .mail-list dl {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .mail-list dl {
    width: 100%;
  }
}
.contact .main-contents .mail-list dl dt {
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .mail-list dl dt {
    padding: 0 10px;
  }
}
.contact .main-contents .mail-list dl a {
  position: relative;
  display: flex;
  height: 100%;
  margin: 0 10px;
  padding: 10px 20px 10px 40px;
  font-size: 1.4rem;
  color: #000;
  border-bottom: 1px solid #E7EBEF;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .contact .main-contents .mail-list dl a {
    margin: 0;
  }
}
.contact .main-contents .mail-list dl a:before {
  font-family: icon;
  font-size: 1.4rem;
  position: absolute;
  top: 1rem;
  left: 10px;
  content: "\e90c";
  color: #aaa;
}
.contact .main-contents .mail-list dl a:hover {
  background: #E7EBEF;
  text-decoration: none;
}

/* お問い合わせ */