@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/*============================================================================*
 * Reset
 *============================================================================*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*============================================================================*
 * Common
 *============================================================================*/
:root {
  font-size: 62.5%;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  font-size: calc(24 * 100 / 640 * 1vw);
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.03em;
}

a {
  color: #000;
  text-decoration: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/*============================================================================*
 * Layout
 *============================================================================*/
.l-page {
  margin-top: calc(130 * 100 / 640 * 1vw);
}

.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 calc(20 * 100 / 640 * 1vw);
}

/*============================================================================*
 * Header
 *============================================================================*/
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(130 * 100 / 640 * 1vw);
  padding: calc(20 * 100 / 640 * 1vw);
  background: #000;
  z-index: 100;
}

.global-header-logo {
  width: calc(216 * 100 / 640 * 1vw);
}

.global-header-logo a {
  display: block;
}

.global-header-navTrigger {
  position: absolute;
  top: calc(40 * 100 / 640 * 1vw);
  right: calc(20 * 100 / 640 * 1vw);
  width: calc(50 * 100 / 640 * 1vw);
  outline: none;
}

.global-header-navTrigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ebebeb;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-header-navTrigger span + span {
  margin-top: calc(19 * 100 / 640 * 1vw);
}

.global-header-navTrigger.is-open span:nth-child(1), .global-header-navTrigger.is-open span:nth-child(3) {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

.global-header-navTrigger.is-open span:nth-child(2) {
  -webkit-transform: translate3d(-3px, 0, 0);
          transform: translate3d(-3px, 0, 0);
}

/*============================================================================*
 * Navigation
 *============================================================================*/
.global-nav {
  padding: calc(70 * 100 / 640 * 1vw) calc(50 * 100 / 640 * 1vw) calc(80 * 100 / 640 * 1vw);
  position: fixed;
  top: calc(130 * 100 / 640 * 1vw);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  line-height: 1.3;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
  transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
  transition: transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
  transition: transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s, -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
}

.global-nav.is-show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.global-nav-inner {
  opacity: 0;
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  -webkit-transition: opacity ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
  transition: opacity ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
  transition: opacity ease 0.6s 0s, transform ease 0.6s 0s;
  transition: opacity ease 0.6s 0s, transform ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
}

.global-nav-inner.is-show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.global-nav-items {
  list-style: none;
}

.global-nav-item:not(:first-child) {
  margin-top: calc(70 * 100 / 640 * 1vw);
}

.global-nav-item a {
  display: block;
  font-weight: 400;
  color: #fff;
}

.global-nav-item a span {
  display: block;
  padding-bottom: calc(5 * 100 / 640 * 1vw);
  font-size: calc(40 * 100 / 640 * 1vw);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.global-nav-health {
  margin-top: calc(70 * 100 / 640 * 1vw);
}

.global-nav-health-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100 * 100 / 640 * 1vw);
  padding: 0 calc(60 * 100 / 640 * 1vw);
  border: 1px solid #484747;
  background: #000;
  font-size: calc(24 * 100 / 640 * 1vw);
  color: #fff;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-weight: 700;
}

.global-nav-contact {
  margin-top: calc(30 * 100 / 640 * 1vw);
}

.global-nav-contact-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100 * 100 / 640 * 1vw);
  padding: 0 calc(60 * 100 / 640 * 1vw);
  border: 1px solid #f68b1f;
  background: #f68b1f;
  font-size: calc(24 * 100 / 640 * 1vw);
  color: #000;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-weight: 700;
}

.global-nav-contact-button-text {
  position: relative;
  padding-left: calc(70 * 100 / 640 * 1vw);
  font-weight: 700;
}

.global-nav-contact-button-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(37 * 100 / 640 * 1vw);
  height: calc(26 * 100 / 640 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_mail_black.png) 0 0 no-repeat;
  background-size: contain;
}

/*============================================================================*
 * Footer
 *============================================================================*/
.global-footer {
  position: relative;
  margin-top: calc(170 * 100 / 640 * 1vw);
  padding: calc(60 * 100 / 640 * 1vw) 0 calc(55 * 100 / 640 * 1vw);
  background: #000;
  color: #fff;
}

.global-footer-logo {
  width: calc(324 * 100 / 640 * 1vw);
  margin: 0 auto;
}

.global-footer-logo img {
  width: 100%;
}

.global-footer-company {
  margin-top: calc(50 * 100 / 640 * 1vw);
}

.global-footer-company-agency {
  font-size: calc(30 * 100 / 640 * 1vw);
}

.global-footer-company-name, .global-footer-company-address {
  margin-top: calc(10 * 100 / 640 * 1vw);
  font-size: calc(26 * 100 / 640 * 1vw);
}

.global-footer-nav {
  margin-top: calc(70 * 100 / 640 * 1vw);
}

.global-footer-nav-items {
  list-style: none;
}

.global-footer-nav-item:not(:first-child) {
  margin-top: calc(20 * 100 / 640 * 1vw);
}

.global-footer-nav-item a {
  color: #fff;
}

.global-footer .copyright {
  display: block;
  margin-top: calc(70 * 100 / 640 * 1vw);
  text-align: center;
}

/*============================================================================*
 * Scripts
 *============================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/*============================================================================*
 * Component
 *============================================================================*/
/**
 * パンくずリスト
 *------------------------------------*/
.p-breadcrumbs {
  max-width: 1180px;
  margin: 0 auto calc(60 * 100 / 640 * 1vw);
  padding: calc(50 * 100 / 640 * 1vw) calc(20 * 100 / 640 * 1vw) 0;
}

.p-breadcrumbs-list > span {
  display: inline-block;
  font-size: calc(24 * 100 / 640 * 1vw);
}

.p-breadcrumbs-list > span > a {
  position: relative;
  display: inline-block;
  margin-right: calc(25 * 100 / 640 * 1vw);
  padding-right: calc(50 * 100 / 640 * 1vw);
}

.p-breadcrumbs-list > span > a::after {
  content: '／';
  position: absolute;
  right: 0;
}

/**
 * ボタン
 *------------------------------------*/
.c-button {
  position: relative;
  display: block;
  font-size: calc(26 * 100 / 640 * 1vw);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-button-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100 * 100 / 640 * 1vw);
  padding: 0 calc(20 * 100 / 640 * 1vw);
  border: 1px solid #f68b1f;
  background: #f68b1f;
}

/**
 * リンク
 *------------------------------------*/
.c-link {
  position: relative;
  padding: 0 0 calc(20 * 100 / 640 * 1vw) calc(50 * 100 / 640 * 1vw);
  border-bottom: 1px solid #000;
  font-size: calc(30 * 100 / 640 * 1vw);
  font-family: "Montserrat", sans-serif;
}

.c-link::before {
  content: '';
  position: absolute;
  top: calc(10 * 100 / 640 * 1vw);
  left: 0;
  width: calc(25 * 100 / 640 * 1vw);
  height: calc(17 * 100 / 640 * 1vw);
  background: url(../images/common/ico_arrow_black.png) 0 0 no-repeat;
  background-size: contain;
}

.c-link.-reverse {
  padding: 0 calc(50 * 100 / 640 * 1vw) calc(20 * 100 / 640 * 1vw) 0;
}

.c-link.-reverse::before {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/**
 * ページトップに戻るボタン
 *------------------------------------*/
.c-pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: calc(40 * 100 / 640 * 1vw);
  z-index: 90;
}

.c-pagetop > a {
  position: relative;
  display: block;
  width: calc(80 * 100 / 640 * 1vw);
  height: calc(80 * 100 / 640 * 1vw);
  background: #000;
}

.c-pagetop > a::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: calc(20 * 100 / 640 * 1vw);
  height: calc(20 * 100 / 640 * 1vw);
  border-top: calc(4 * 100 / 640 * 1vw) solid #fff;
  border-right: calc(4 * 100 / 640 * 1vw) solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-pagetop.is-absolute {
  position: absolute;
  top: calc(-100 * 100 / 640 * 1vw);
}

/**
 * 見出し
 *------------------------------------*/
.c-title {
  font-size: calc(45 * 100 / 640 * 1vw);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

/*============================================================================*
 * Project
 *============================================================================*/
/**
 * 404 Not Found
 *------------------------------------*/
.p-404 {
  padding: calc(60 * 100 / 640 * 1vw) 0;
}

.p-404-text {
  margin-top: calc(20 * 100 / 640 * 1vw);
}

.p-404-back {
  margin-top: calc(50 * 100 / 640 * 1vw);
}

/**
 * カテゴリーメニュー
 *------------------------------------*/
.p-categoryNav {
  margin-top: calc(60 * 100 / 640 * 1vw);
}

.p-categoryNav-select {
  position: relative;
}

.p-categoryNav-select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(26 * 100 / 640 * 1vw);
  bottom: 0;
  width: calc(20 * 100 / 640 * 1vw);
  height: calc(20 * 100 / 640 * 1vw);
  pointer-events: none;
  border: solid #000;
  border-width: 0 calc(4 * 100 / 640 * 1vw) calc(4 * 100 / 640 * 1vw) 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-categoryNav-select select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(110 * 100 / 640 * 1vw);
  padding: 0 calc(36 * 100 / 640 * 1vw);
  border: 1px solid #4c4b4b;
  font-size: calc(26 * 100 / 640 * 1vw);
  letter-spacing: 0.05em;
  outline: none;
}

.p-categoryNav-items {
  display: none;
}

/**
 * 取扱クリニックバナー
 *------------------------------------*/
.p-clinic {
  padding-top: calc(150 * 100 / 640 * 1vw);
}

.p-clinic.-homeTop {
  padding-top: calc(110 * 100 / 640 * 1vw);
}

.p-clinic.-homeBottom {
  padding-top: calc(130 * 100 / 640 * 1vw);
}

.p-clinic.-single {
  padding-top: calc(160 * 100 / 640 * 1vw);
}

.p-clinic-image img {
  width: 100%;
}

.p-clinic-content {
  position: relative;
  width: calc(550 * 100 / 640 * 1vw);
  margin: calc(-100 * 100 / 640 * 1vw) auto 0;
  padding: calc(60 * 100 / 640 * 1vw) calc(40 * 100 / 640 * 1vw) calc(50 * 100 / 640 * 1vw);
  background: #000;
}

.p-clinic-text {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: calc(25 * 100 / 640 * 1vw);
  letter-spacing: 0.08em;
}

.p-clinic-more {
  width: calc(390 * 100 / 640 * 1vw);
  margin: calc(40 * 100 / 640 * 1vw) auto 0;
}

.p-clinic-note {
  margin-top: calc(30 * 100 / 640 * 1vw);
  text-align: center;
  color: #f68b1f;
}

/**
 * カテゴリーメニュー
 *------------------------------------*/
.p-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(80 * 100 / 640 * 1vw) calc(-20 * 100 / 640 * 1vw) 0;
}

.p-item {
  width: 50%;
  padding: 0 calc(20 * 100 / 640 * 1vw);
}

.p-item:nth-child(n + 3) {
  margin-top: calc(70 * 100 / 640 * 1vw);
}

.p-item a {
  display: block;
}

.p-item-image {
  width: calc(180 * 100 / 640 * 1vw);
  margin: 0 auto;
}

.p-item-image img {
  width: 100%;
}

.p-item-name {
  margin-top: calc(20 * 100 / 640 * 1vw);
  font-size: calc(28 * 100 / 640 * 1vw);
  font-weight: 700;
}

.p-item-detail {
  margin-top: calc(20 * 100 / 640 * 1vw);
  font-weight: 400;
}

/**
 * ニュース記事
 *------------------------------------*/
.p-newsArticle {
  margin-top: calc(50 * 100 / 640 * 1vw);
}

.p-newsArticle-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-newsArticle-date {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.p-newsArticle-category {
  min-width: 115px;
  margin: 0 0 0 calc(20 * 100 / 640 * 1vw);
  padding: calc(10 * 100 / 640 * 1vw);
  background: #000;
  text-align: center;
  font-size: calc(22 * 100 / 640 * 1vw);
  font-weight: 700;
}

.p-newsArticle-category a {
  color: #fff;
}

.p-newsArticle-title {
  margin-top: calc(30 * 100 / 640 * 1vw);
  padding-bottom: calc(40 * 100 / 640 * 1vw);
  border-bottom: 1px solid #ddd;
  font-size: calc(30 * 100 / 640 * 1vw);
  font-weight: 400;
}

.p-newsArticle-contents {
  margin-top: calc(100 * 100 / 640 * 1vw);
}

.p-newsArticle-content:not(:first-child) {
  margin-top: calc(50 * 100 / 640 * 1vw);
}

.p-newsArticle-content-text {
  margin-top: calc(60 * 100 / 640 * 1vw);
  line-height: 4;
}

.p-newsArticle-content p + p {
  margin-top: calc(40 * 100 / 640 * 1vw);
}

.p-newsArticle-back {
  margin-top: calc(160 * 100 / 640 * 1vw);
  text-align: center;
}

/**
 * ニュース一覧
 *------------------------------------*/
.p-newsItems {
  list-style: none;
  margin-top: calc(30 * 100 / 640 * 1vw);
}

.p-newsItem {
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.05em;
}

.p-newsItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(45 * 100 / 640 * 1vw) calc(25 * 100 / 640 * 1vw) calc(50 * 100 / 640 * 1vw);
}

.p-newsItem-date {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.p-newsItem-category {
  min-width: calc(210 * 100 / 640 * 1vw);
  margin-left: calc(40 * 100 / 640 * 1vw);
  padding: calc(10 * 100 / 640 * 1vw);
  background: #000;
  text-align: center;
  font-size: calc(22 * 100 / 640 * 1vw);
  font-weight: 700;
  color: #fff;
}

.p-newsItem-title {
  width: 100%;
  margin-top: calc(30 * 100 / 640 * 1vw);
}

/**
 * ページネーション
 *------------------------------------*/
.p-pager {
  margin-top: calc(140 * 100 / 640 * 1vw);
}

.p-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pager .wp-pagenavi .pages,
.p-pager .wp-pagenavi .first,
.p-pager .wp-pagenavi .last {
  display: none;
}

.p-pager .wp-pagenavi .extend:not(:nth-last-of-type(2)) {
  display: none;
}

.p-pager .wp-pagenavi .previouspostslink,
.p-pager .wp-pagenavi .nextpostslink {
  position: relative;
  display: inline-block;
  width: calc(68 * 100 / 640 * 1vw);
  height: calc(68 * 100 / 640 * 1vw);
  text-decoration: none;
  font-size: 0;
}

.p-pager .wp-pagenavi .previouspostslink::before,
.p-pager .wp-pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(25 * 100 / 640 * 1vw);
  height: calc(17 * 100 / 640 * 1vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/ico_arrow_black.png) 0 0 no-repeat;
  background-size: contain;
}

.p-pager .wp-pagenavi .nextpostslink::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.p-pager .wp-pagenavi .page,
.p-pager .wp-pagenavi .current,
.p-pager .wp-pagenavi .extend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(68 * 100 / 640 * 1vw);
  height: calc(68 * 100 / 640 * 1vw);
  font-size: calc(26 * 100 / 640 * 1vw);
}

.p-pager .wp-pagenavi .current {
  border: 1px solid #747474;
  border-radius: 50%;
}

/*============================================================================*
 * トップページ
 *============================================================================*/
.home-visual-items .slick-arrow {
  position: absolute;
  top: calc(160 * 100 / 640 * 1vw);
  z-index: 2;
  font-size: 0;
  outline: none;
}

.home-visual-items .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(30 * 100 / 640 * 1vw);
  height: calc(30 * 100 / 640 * 1vw);
  border-top: calc(4 * 100 / 640 * 1vw) solid #000;
  border-right: calc(4 * 100 / 640 * 1vw) solid #000;
}

.home-visual-items .slick-prev {
  left: 0;
}

.home-visual-items .slick-prev::before {
  left: calc(32 * 100 / 640 * 1vw);
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.home-visual-items .slick-next {
  right: 0;
}

.home-visual-items .slick-next::before {
  right: calc(32 * 100 / 640 * 1vw);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.home-visual-item {
  padding: calc(60 * 100 / 640 * 1vw) calc(20 * 100 / 640 * 1vw) 0;
  outline: none;
}

.home-visual-item-image {
  width: calc(310 * 100 / 640 * 1vw);
  margin: 0 auto;
}

.home-visual-item-title {
  font-size: calc(36 * 100 / 640 * 1vw);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

.home-visual-item-subtitle {
  margin-top: calc(20 * 100 / 640 * 1vw);
  font-size: calc(26 * 100 / 640 * 1vw);
  line-height: 1.4;
}

.home-scroll {
  margin-top: calc(50 * 100 / 640 * 1vw);
  text-align: center;
  font-size: calc(24 * 100 / 640 * 1vw);
  letter-spacing: 0.1em;
}

.home-scroll-line {
  display: block;
  width: 1px;
  height: calc(45 * 100 / 640 * 1vw);
  margin: 5px auto 0;
  background: #261c19;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: scrollbar 2.5s cubic-bezier(0.78, 0.07, 0, 1) infinite forwards;
          animation: scrollbar 2.5s cubic-bezier(0.78, 0.07, 0, 1) infinite forwards;
}

.home-story {
  margin-top: calc(90 * 100 / 640 * 1vw);
  padding: calc(350 * 100 / 640 * 1vw) 0 calc(180 * 100 / 640 * 1vw);
  background: url(../images/home/bg_story_01.jpg) 0 0 no-repeat;
  background-size: contain;
}

.home-story-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 calc(20 * 100 / 640 * 1vw);
}

.home-story-content {
  padding: calc(50 * 100 / 640 * 1vw) calc(40 * 100 / 640 * 1vw) calc(80 * 100 / 640 * 1vw);
  background: rgba(255, 255, 255, 0.7);
}

.home-story-title {
  font-size: calc(40 * 100 / 640 * 1vw);
}

.home-story-subtitle {
  margin-top: calc(30 * 100 / 640 * 1vw);
  font-size: calc(26 * 100 / 640 * 1vw);
}

.home-story-brand {
  margin-top: calc(30 * 100 / 640 * 1vw);
  font-size: calc(24 * 100 / 640 * 1vw);
  font-weight: 700;
}

.home-story-text {
  margin-top: calc(40 * 100 / 640 * 1vw);
  line-height: 1.8;
}

.home-story-more {
  width: calc(390 * 100 / 640 * 1vw);
  margin: calc(90 * 100 / 640 * 1vw) auto 0;
}

.home-news {
  padding-bottom: calc(130 * 100 / 640 * 1vw);
}

.home-news-header-more {
  display: none;
}

.home-news-more {
  width: calc(390 * 100 / 640 * 1vw);
  margin: calc(80 * 100 / 640 * 1vw) auto 0;
}

.home-media {
  padding: calc(80 * 100 / 640 * 1vw) 0 calc(60 * 100 / 640 * 1vw);
  background: #f5f5f4;
}

.home-media-items {
  margin: calc(70 * 100 / 640 * 1vw) calc(-20 * 100 / 640 * 1vw) 0;
  padding-bottom: calc(120 * 100 / 640 * 1vw);
}

.home-media-items .slick-arrow {
  position: absolute;
  bottom: 0;
  width: calc(60 * 100 / 640 * 1vw);
  height: calc(60 * 100 / 640 * 1vw);
  background: #000;
  z-index: 2;
  font-size: 0;
  outline: none;
}

.home-media-items .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(10 * 100 / 640 * 1vw);
  height: calc(10 * 100 / 640 * 1vw);
  border-top: calc(2 * 100 / 640 * 1vw) solid #fff;
  border-right: calc(2 * 100 / 640 * 1vw) solid #fff;
}

.home-media-items .slick-prev {
  right: calc(80 * 100 / 640 * 1vw);
  margin-right: 1px;
}

.home-media-items .slick-prev::before {
  left: calc(28 * 100 / 640 * 1vw);
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.home-media-items .slick-next {
  right: calc(20 * 100 / 640 * 1vw);
}

.home-media-items .slick-next::before {
  right: calc(28 * 100 / 640 * 1vw);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.home-media-item {
  margin: 0 calc(20 * 100 / 640 * 1vw);
  outline: none;
}

.home-media-item-image img {
  width: 100%;
}

.home-media-item-text {
  margin-top: calc(20 * 100 / 640 * 1vw);
}

.home-media-item-title {
  text-align: center;
  font-size: calc(22 * 100 / 640 * 1vw);
  font-weight: 700;
}

.home-media-item-detail {
  margin-top: calc(20 * 100 / 640 * 1vw);
  font-size: calc(20 * 100 / 640 * 1vw);
}

.home-product {
  padding-top: calc(70 * 100 / 640 * 1vw);
}

.home-product-more {
  width: calc(390 * 100 / 640 * 1vw);
  margin: calc(90 * 100 / 640 * 1vw) auto 0;
}

@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scrollbar {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  75% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/*============================================================================*
 * トップページ
 *============================================================================*/
/*============================================================================*
 * Utility
 *============================================================================*/
.u-alignLeft {
  text-align: left !important;
}

.u-alignCenter {
  text-align: center !important;
}

.u-alignRight {
  text-align: right !important;
}

.u-br.-hideSmall {
  display: none !important;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 1.4rem;
  }
  .l-page {
    margin-top: 90px;
  }
  .l-container {
    padding: 0 20px;
  }
  .global-header {
    height: 90px;
    padding: 13px 20px;
  }
  .global-header-logo {
    max-width: 156px;
    width: 156px;
  }
  .global-header-navTrigger {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 50px;
    outline: none;
  }
  .global-header-navTrigger span + span {
    margin-top: 19px;
  }
  .global-header-navTrigger.is-open span:nth-child(1), .global-header-navTrigger.is-open span:nth-child(3) {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  .global-header-navTrigger.is-open span:nth-child(2) {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  .global-nav {
    padding: 70px 50px 80px;
    top: 90px;
  }
  .global-nav-item:not(:first-child) {
    margin-top: 50px;
  }
  .global-nav-item a span {
    padding-bottom: 5px;
    font-size: 3.0rem;
  }
  .global-nav-health {
    max-width: 500px;
    margin: 50px auto 0;
  }
  .global-nav-health-button {
    height: 100px;
    font-size: 2.0rem;
  }
  .global-nav-contact {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .global-nav-contact-button {
    height: 100px;
    font-size: 2.0rem;
  }
  .global-nav-contact-button-text {
    padding-left: 50px;
  }
  .global-nav-contact-button-text::before {
    width: 37px;
    height: 26px;
  }
  .global-footer {
    margin-top: 50px;
    padding: 30px 0 20px;
  }
  .global-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .global-footer-logo {
    width: 190px;
    margin: 0;
  }
  .global-footer-company {
    margin: 0 0 0 30px;
  }
  .global-footer-company-agency {
    font-size: 1.5rem;
    line-height: 1;
  }
  .global-footer-company-name {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .global-footer-company-address {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .global-footer-nav {
    margin-top: 40px;
  }
  .global-footer-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
  }
  .global-footer-nav-item:nth-child(1) {
    margin-right: 60px;
  }
  .global-footer-nav-item:nth-child(2) {
    margin-right: 90px;
  }
  .global-footer-nav-item:not(:first-child) {
    margin-top: 0;
  }
  .global-footer .copyright {
    margin-top: 60px;
    font-size: 1.2rem;
  }
  .p-breadcrumbs {
    padding: 25px 20px 0;
    margin-bottom: 60px;
  }
  .p-breadcrumbs-list > span {
    font-size: 1.2rem;
  }
  .p-breadcrumbs-list > span > a {
    margin-right: 10px;
    padding-right: 25px;
  }
  .c-button {
    font-size: 1.3rem;
  }
  .c-button-bg {
    height: 60px;
    padding: 30px;
  }
  .c-link {
    padding: 0 0 20px 50px;
    font-size: 1.6rem;
  }
  .c-link::before {
    top: 2px;
    width: 20px;
    height: 14px;
  }
  .c-link.-reverse {
    padding: 0 50px 20px 0;
  }
  .c-pagetop {
    bottom: 50px;
  }
  .c-pagetop > a {
    width: 80px;
    height: 80px;
  }
  .c-pagetop > a::after {
    top: 45%;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .c-pagetop.is-absolute {
    top: -112px;
  }
  .c-title {
    font-size: 4.0rem;
  }
  .p-404 {
    padding: 100px 0;
  }
  .p-404-text {
    margin-top: 20px;
  }
  .p-404-back {
    margin-top: 50px;
  }
  .p-categoryNav {
    margin-top: 50px;
  }
  .p-categoryNav-select::before {
    right: 26px;
    width: 20px;
    height: 20px;
    border-width: 0 3px 3px 0;
  }
  .p-categoryNav-select select {
    width: 100%;
    height: 90px;
    padding: 0 36px;
    font-size: 2.6rem;
  }
  .p-clinic {
    max-width: 890px;
    margin: 0 auto;
    padding-top: 160px;
  }
  .p-clinic.-homeTop {
    padding-top: 35px;
  }
  .p-clinic.-homeBottom {
    padding-top: 140px;
  }
  .p-clinic.-single {
    padding-top: 200px;
  }
  .p-clinic-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-clinic-image {
    width: 29%;
    background: url(../images/common/img_clinic_01_lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-clinic-image img {
    display: none;
  }
  .p-clinic-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 30px 26px 25px;
    margin: 0;
  }
  .p-clinic-text {
    text-align: left;
    font-size: 1.4rem;
  }
  .p-clinic-more {
    max-width: 260px;
    margin: 20px 0 0 auto;
  }
  .p-clinic-note {
    margin-top: 30px;
  }
  .p-items {
    margin: 60px -10px 0;
  }
  .p-item {
    width: 33.3333%;
    padding: 0 10px;
  }
  .p-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .p-item:nth-child(n + 4) {
    margin-top: 50px;
  }
  .p-item a {
    padding: 40px 30px 30px;
  }
  .p-item-image {
    width: 145px;
  }
  .p-item-name {
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
  .p-item-detail {
    margin-top: 15px;
  }
  .p-newsArticle {
    margin-top: 50px;
  }
  .p-newsArticle-category {
    width: 115px;
    min-width: auto;
    margin-left: 20px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .p-newsArticle-title {
    margin-top: 30px;
    padding-bottom: 35px;
    font-size: 3.0rem;
  }
  .p-newsArticle-contents {
    margin-top: 100px;
  }
  .p-newsArticle-content:not(:first-child) {
    margin-top: 80px;
  }
  .p-newsArticle-content-text {
    margin-top: 80px;
    font-size: 1.2rem;
  }
  .p-newsArticle-content p + p {
    margin-top: 40px;
  }
  .p-newsArticle-back {
    margin-top: 160px;
  }
  .p-newsItems {
    margin-top: 60px;
  }
  .p-newsItem > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 30px;
  }
  .p-newsItem-category {
    width: 115px;
    min-width: auto;
    margin-left: 50px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .p-newsItem-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 75px;
  }
  .p-pager {
    margin-top: 120px;
  }
  .p-pager .wp-pagenavi {
    max-width: 454px;
    margin: 0 auto;
  }
  .p-pager .wp-pagenavi .previouspostslink,
  .p-pager .wp-pagenavi .nextpostslink {
    width: 50px;
    height: 50px;
  }
  .p-pager .wp-pagenavi .previouspostslink::before,
  .p-pager .wp-pagenavi .nextpostslink::before {
    width: 20px;
    height: 14px;
  }
  .p-pager .wp-pagenavi .page,
  .p-pager .wp-pagenavi .current,
  .p-pager .wp-pagenavi .extend {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
  .home-visual-items .slick-arrow {
    top: 160px;
    z-index: 2;
  }
  .home-visual-items .slick-arrow::before {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  .home-visual-items .slick-prev::before {
    left: 32px;
  }
  .home-visual-items .slick-next::before {
    right: 32px;
  }
  .home-visual-item {
    padding: 60px 20px 0;
  }
  .home-visual-item-image {
    max-width: 460px;
  }
  .home-visual-item-title {
    font-size: 3.5rem;
  }
  .home-visual-item-subtitle {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .home-scroll {
    margin-top: 50px;
    font-size: 1.2rem;
  }
  .home-scroll-line {
    height: 37px;
  }
  .home-story {
    margin-top: 80px;
    padding: 300px 50px 50px;
  }
  .home-story-inner {
    padding: 0 20px;
  }
  .home-story-content {
    padding: 60px 40px 40px;
  }
  .home-story-title {
    font-size: 3.0rem;
  }
  .home-story-subtitle {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .home-story-brand {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .home-story-text {
    margin-top: 15px;
    line-height: 2.1;
  }
  .home-story-more {
    max-width: 260px;
    margin: 90px 0 0 auto;
  }
  .home-news {
    padding-bottom: 120px;
  }
  .home-media {
    padding: 80px 0;
  }
  .home-media-items {
    margin: 60px -30px 0;
    padding-bottom: 80px;
  }
  .home-media-items .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .home-media-items .slick-arrow::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .home-media-items .slick-prev {
    right: 90px;
  }
  .home-media-items .slick-prev::before {
    left: 28px;
  }
  .home-media-items .slick-next {
    right: 30px;
  }
  .home-media-items .slick-next::before {
    right: 28px;
  }
  .home-media-item {
    margin: 0 30px;
  }
  .home-media-item-text {
    margin-top: 20px;
  }
  .home-media-item-title {
    font-size: 1.5rem;
  }
  .home-media-item-detail {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .home-product {
    padding-top: 110px;
  }
  .home-product-more {
    max-width: 260px;
    margin-top: 90px;
  }
  .u-br.-hideSmall {
    display: inline !important;
  }
  .u-br.-hideMedium {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  .global-header {
    padding: 0 20px;
  }
  .global-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1180px;
    margin: 0 auto;
  }
  .global-header-navTrigger {
    display: none;
  }
  .global-nav {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    transition: none;
  }
  .global-nav-inner {
    height: 90px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .global-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px;
    margin: 0 0 0 25px;
    padding-right: 10px;
  }
  .global-nav-item {
    height: 90px;
    text-align: center;
  }
  .global-nav-item:not(:first-child) {
    margin-top: 0;
  }
  .global-nav-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    font-size: 1.2rem;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  .global-nav-item a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f68b1f;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  .global-nav-item a:hover {
    color: #f68b1f;
  }
  .global-nav-item a:hover::before {
    opacity: 1;
  }
  .global-nav-item a span {
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .global-nav-health {
    position: absolute;
    top: 0;
    right: 90px;
    width: 130px;
    margin: 0;
  }
  .global-nav-health-button {
    height: 90px;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .global-nav-health-button:hover {
    border: #f68b1f;
    background: #f68b1f;
    color: #000;
  }
  .global-nav-contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0;
  }
  .global-nav-contact-button {
    height: 90px;
    padding: 0;
  }
  .global-nav-contact-button:hover {
    border: 1px solid #484747;
    background: #000;
    color: #fff;
  }
  .global-nav-contact-button-text {
    padding: 30px 0 0 0;
    font-size: 1.3rem;
  }
  .global-nav-contact-button-text::before {
    top: 0;
    left: 50%;
    width: 27px;
    height: 18px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-nav-contact-button:hover .global-nav-contact-button-text::before {
    background-image: url(../images/common/ico_mail_white.png);
  }
  .global-footer-nav-item a {
    position: relative;
  }
  .global-footer-nav-item a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .global-footer-nav-item a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-button {
    position: relative;
  }
  .c-button::before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: '';
    width: 80px;
    height: 1px;
    background: #585858;
    z-index: 2;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .c-button:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .c-button-bg {
    position: relative;
    width: 100%;
    height: 60px;
    border-color: #585858;
    background: transparent;
    overflow: hidden;
  }
  .c-button-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #f68b1f;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .c-button:hover .c-button-bg {
    border-color: #f68b1f;
  }
  .c-button:hover .c-button-bg::before {
    left: 0;
  }
  .c-button-text {
    position: relative;
    padding-right: 40px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .c-button-text.-black {
    color: #000;
  }
  .c-button:hover .c-button-text {
    padding-right: 0;
  }
  .c-button:hover .c-button-text.-black {
    color: #fff;
  }
  .c-link {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .c-link:hover {
    padding-left: 60px;
    margin-left: -10px;
  }
  .c-link.-reverse:hover {
    padding: 0 60px 20px 0;
    margin-right: -10px;
  }
  .c-pagetop > a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-pagetop > a:hover {
    opacity: .7;
  }
  .p-categoryNav-select {
    display: none;
  }
  .p-categoryNav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  .p-categoryNav-item {
    width: 16.6666%;
    text-align: center;
  }
  .p-categoryNav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #484747;
    font-size: 1.2rem;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
  }
  .p-categoryNav-item a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
  }
  .p-categoryNav-item a.is-current {
    position: relative;
    background-color: #000;
    color: #fff;
  }
  .p-categoryNav-item a.is-current::before, .p-categoryNav-item a.is-current::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    margin: auto;
  }
  .p-categoryNav-item a.is-current::before {
    bottom: 0;
    height: 9px;
    background: #fff;
  }
  .p-categoryNav-item a.is-current::after {
    bottom: -9px;
    height: 9px;
    background: #000;
  }
  .p-categoryNav-item:nth-child(n +2) a {
    border-left: none;
  }
  .p-categoryNav-item:nth-child(n + 4) a {
    border-top: 1px solid #484747;
  }
  .p-clinic-content {
    padding-right: 60px;
  }
  .p-clinic-text {
    font-size: 1.5rem;
  }
  .p-item a {
    border: 1px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
  }
  .p-item a:hover {
    border-color: #d4d4d4;
  }
  .p-newsItem > a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .p-newsItem > a:hover {
    background: #f6f6f6;
  }
  .p-pager .wp-pagenavi .previouspostslink::before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .p-pager .wp-pagenavi .previouspostslink:hover::before {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
  .p-pager .wp-pagenavi .nextpostslink::before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .p-pager .wp-pagenavi .nextpostslink:hover::before {
    -webkit-transform: translate(-30%, -50%) scale(-1, 1);
            transform: translate(-30%, -50%) scale(-1, 1);
  }
  .p-pager .wp-pagenavi .page:hover {
    opacity: 0.6;
  }
  .home-visual-items .slick-arrow {
    top: 50%;
  }
  .home-visual-item {
    padding: 120px 50px 110px;
    background: url(../images/home/bg_visual_01.jpg) center no-repeat;
    background-size: cover;
  }
  .home-visual-item-image {
    max-width: 1000px;
    width: auto;
  }
  .home-visual-item-text {
    max-width: 1000px;
    margin: -60px auto 0;
  }
  .home-visual-item-title {
    font-size: 3.5rem;
  }
  .home-visual-item-subtitle {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .home-story {
    background-color: #c4c4c4;
    padding: 50px 0 60px;
  }
  .home-story-content {
    max-width: 800px;
    margin: 0 0 0 auto;
  }
  .home-story-more {
    margin-right: 40px;
  }
  .home-news {
    margin-top: 130px;
  }
  .home-news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-news-header-more {
    display: block;
  }
  .home-news-more {
    display: none;
  }
  .home-media-items .slick-arrow:hover {
    opacity: 0.7;
  }
  .u-br.-hideLarge {
    display: none !important;
  }
}

@media screen and (min-width: 1280px), print {
  .global-header-logo {
    min-width: 156px;
  }
  .global-header-inner {
    padding-left: 20px;
  }
  .global-nav-items {
    max-width: 700px;
    margin: 0 0 0 40px;
    padding-right: 0;
  }
  .global-nav-item a {
    font-size: 1.3rem;
  }
  .global-nav-item a span {
    font-size: 1.5rem;
  }
  .u-br.-hideXlarge {
    display: none !important;
  }
}

@media screen and (min-width: 1400px), print {
  .home-visual-items .slick-prev {
    left: 12.5%;
  }
  .home-visual-items .slick-next {
    right: 12.5%;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
