@charset "UTF-8";
/**
Theme Name:
Theme URI:
Author:
Author URI:
Version: 2.0
**/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  color: #222;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
}
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #222;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #222;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Edge */
  color: #222;
}
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error {
  border: 1px solid #dc000c;
}

.nav-holder .nav,
.about-block .about-list,
.product-block .product-list,
.recomend-block .recomend-list,
.patient-list-holder .patient-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.holder {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.holder-reset {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  max-height: 1000000px;
}

body {
  color: #0a152d;
  background: #fff;
  font: 21px/1.8 "toppan-bunkyu-gothic-pr6n", "toppan-bunkyu-midashi-go-std",
    "Toppan BunkyuMidashiGoStd EB", "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

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

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "toppan-bunkyu-midashi-go-std", "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 16px;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #222;
}
a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea,
.form-control {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
.form-control:focus {
  border-color: #222;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #919191;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
  color: #919191;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #919191;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #919191;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
.form-control.placeholder {
  color: #919191;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-size: 10px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.home-page,
body.home {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0 0 15px;
  }
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty {
  display: none;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

br {
  display: none;
}
@media (min-width: 768px) {
  br {
    display: block;
  }
}

select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
}
select option {
  background: #f5f5f5;
}

.form-control {
  width: 100%;
}
.form-control:focus {
  outline: none;
}

#wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.container.large {
  max-width: 1206px;
}
.container.fluid {
  max-width: 100%;
}

.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn {
  padding: 5px 12px;
  color: #0a152d;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-decoration: none;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #0a152d;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 20px;
    padding: 5px 26px;
  }
}
.btn:hover {
  background: #0a152d;
  color: #fff;
}
.btn.btn1 {
  background: #ffe800;
}
.btn.btn1:hover {
  background: #ccba00;
}

.highlight {
  background: #ffe800;
}

#header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  min-width: 320px;
  z-index: 6;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
@media (min-width: 768px) {
  #header {
    z-index: 5;
  }
}

.logo-holder {
  float: left;
  width: 200px;
  margin: 9px 0 9px -9px;
}
@media (min-width: 768px) {
  .logo-holder {
    width: 225px;
    margin: 7px 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .logo-holder {
    width: 265px;
    margin: 3px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .logo-holder {
    position: relative;
    z-index: 2;
  }
  .logo-holder:before {
    position: absolute;
    top: -9px;
    left: -99px;
    right: -999px;
    bottom: -9px;
    content: "";
    background: #fff;
    z-index: -1;
  }
}

.navigation-holder {
  overflow: hidden;
  position: relative;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}
@media (min-width: 768px) {
  .navigation-holder {
    padding-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .navigation-holder {
    padding-right: 220px;
  }
}
@media (max-width: 767px) {
  .navigation-holder {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 78px;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
  }
}
.navigation-holder .tel-wrap {
  font-size: 23px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .navigation-holder .tel-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
  }
}
.navigation-holder .tel-wrap a {
  text-decoration: none;
  font-weight: bold;
}
.navigation-holder .tel-wrap a:hover {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.6;
}
.navigation-holder .tel-wrap .number {
  padding-left: 6px;
  font: 30px/1.2 "din-condensed", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navigation-holder .tel-wrap .number {
    display: none;
  }
}

.navigation-holder .tel-wrap .call {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-bottom: 4px;
}

.nav-holder {
  display: table;
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  border-top: 1px solid #bbb;
}
@media (min-width: 768px) {
  .nav-holder {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .nav-holder .nav {
    display: table;
    width: 100%;
  }
}
.nav-holder .nav li {
  border-bottom: 1px solid #bbb;
}
@media (min-width: 768px) {
  .nav-holder .nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    table-layout: fixed;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .nav-holder .nav li {
    padding: 0 2%;
  }
}
.nav-holder .nav li.active a {
  background: #ffe800;
}
.nav-holder .nav a {
  display: block;
  text-decoration: none;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav-holder .nav a {
    padding: 1.7rem 1rem;
    border-left: 1px solid #fff;
  }
}
.nav-holder .nav a:hover {
  background: #ffe800;
}
.nav-holder .nav span {
  display: block;
  padding-top: 6px;
  font-size: 8px;
}

.nav-holder .nav a {
  font-family: "toppan-bunkyu-midashi-go-std";
}

.menu-activator {
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  z-index: 9;
  font-size: 15px;
  margin: 38px 0 0;
  float: right;
}
@media (min-width: 768px) {
  .menu-activator {
    display: none;
  }
}
.menu-activator span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: #21212141;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu-activator span:after,
.menu-activator span:before {
  position: absolute;
  content: "";
  background: #21212141;
  height: 2px;
  width: 100%;
  right: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu-activator span:after {
  bottom: -6px;
}
.menu-activator span:before {
  top: -6px;
}

@media (max-width: 949px) {
  .menu-activated {
    overflow: hidden;
  }
  .menu-activated .menu-activator span {
    width: 16px;
  }
  .menu-activated .menu-activator span:before,
  .menu-activated .menu-activator span:after {
    width: 80%;
  }
  .menu-activated .navigation-holder {
    margin-left: 0;
  }
}
body.home header .nav-holder li.top a {
  background: #dc000c;
  color: #fff;
}
body.menu header .nav-holder li.menu a {
  background: #dc000c;
  color: #fff;
}
body.takeout header .nav-holder li.takeout a {
  background: #dc000c;
  color: #fff;
}
body.recruit header .nav-holder li.recruit a {
  background: #dc000c;
  color: #fff;
}

.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.main-banner {
  overflow: hidden;
  position: relative;
}
.main-banner br {
  display: block;
}
.main-banner .banner-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-banner .banner-content {
    height: 100vh;
    min-height: 500px;
    white-space: nowrap;
  }
  .main-banner .banner-content:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 100vh;
    white-space: nowrap;
  }
}
.main-banner .banner-content .banner-holder {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  padding: 160px 0 60px;
}
@media (min-width: 768px) {
  .main-banner .banner-content .banner-holder {
    padding: 80px 0 0;
  }
}
.main-banner .text-box {
  font-size: 10px;
  line-height: 1.8;
  font-weight: 900;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
@media (min-width: 768px) {
  .main-banner .text-box {
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 1.2px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
      2px 2px 0 #fff;
  }
}
@media (min-width: 1025px) {
  .main-banner .text-box {
    font-size: 23px;
    width: 65%;
  }
}
.main-banner .img-holder {
  max-width: 195px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .main-banner .img-holder {
    float: right;
    width: 40%;
    text-align: right;
    padding-left: 20px;
    margin: 0;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .main-banner .img-holder {
    width: 35%;
  }
}
.main-banner h1 {
  line-height: 1.4;
  font: 40px/1.4 "din-condensed", "Noto Sans JP", sans-serif;
  color: #a3c66b;
  letter-spacing: -1px;
  position: relative;
}
@media (min-width: 768px) {
  .main-banner h1 {
    font-size: 61px;
    letter-spacing: -2px;
  }
}
@media (min-width: 1025px) {
  .main-banner h1 {
    font-size: 92px;
    margin-bottom: 31px;
    letter-spacing: -5px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff,
      3px 3px 0 #fff;
  }
}
.main-banner h1 .shadow {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.main-banner h1 .text {
  position: relative;
}

.about-block {
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  .about-block {
    padding: 80px 0 100px;
  }
}
.about-block .container {
  max-width: 998px;
}
.about-block .about-list {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .about-block .about-list {
    font-size: 15px;
    line-height: 37px;
    margin-bottom: 60px;
  }
}
.about-block .about-list li {
  display: table;
  width: 100%;
}
.about-block .about-list li:nth-child(odd) {
  background: #0a152d08;
}
.about-block .about-list .left,
.about-block .about-list .description {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .about-block .about-list .left,
  .about-block .about-list .description {
    padding: 15px 15px;
  }
}
.about-block .about-list .left {
  width: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .about-block .about-list .left {
    width: 30%;
  }
}
.about-block .about-list p {
  margin-bottom: 0;
}
.about-block .btn-holder {
  text-align: center;
}
.about-block .btn-holder .btn {
  font-weight: 900;
}

.heading {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .heading {
    margin-bottom: 60px;
  }
}
.heading h1 {
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 10px;
}
@media (min-width: 768px) {
  .heading h1 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .heading h1 {
    max-width: 70%;
  }
}
.heading h1 .text {
  padding: 0 9%;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .heading h1 .text {
    padding: 0 10%;
  }
}
.heading h1 .text:before {
  position: absolute;
  top: 50%;
  right: 100%;
  left: -999px;
  height: 2px;
  content: "";
  background: #a1a6ae;
  margin-top: -1px;
}
.heading h1 .text:after {
  position: absolute;
  top: 50%;
  left: 100%;
  right: -999px;
  height: 2px;
  content: "";
  background: #a1a6ae;
  margin-top: -1px;
}
.heading h1 .text-eg {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  font-family: "din-condensed", "Noto Sans JP", sans-serif;
  text-shadow: 0px 3px 6px #00000029;
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  .heading h1 .text-eg {
    font-size: 42px;
  }
}
.heading h1 .text-jp {
  font: normal 12px/20px "toppan-bunkyu-gothic-pr6n", sans-serif;
  letter-spacing: 7px;
  display: block;
}

.message-block {
  padding: 35px 0;
  font: normal 10px/25px "toppan-bunkyu-gothic-pr6n", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .message-block {
    padding: 80px 0;
    font-size: 21px;
    line-height: 65px;
  }
}
@media (min-width: 1025px) {
  .message-block {
    padding: 120px 0;
  }
}
.message-block p {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .message-block p .mobile-display-block {
    display: block;
  }
}
.message-block .text-box {
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .message-block .text-box {
    text-align: center;
  }
}

.product-block {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .product-block {
    padding: 80px 0;
  }
}
.product-block .container {
  max-width: 1138px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .product-block .container {
    padding: 0 15px;
  }
}
.product-block .product-list {
  font-size: 0;
  letter-spacing: -4px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .product-block .product-list {
    margin: 0;
  }
}
.product-block .product-list li {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  width: 50%;
  padding: 0 5px 10px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product-block .product-list li {
    padding: 0 10px 25px;
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .product-block .product-list li {
    padding: 0 20px 50px;
  }
}
.product-block .heading h1 .text {
  color: #006525;
}
.product-block .heading h1 .text:before,
.product-block .heading h1 .text:after {
  background: #006525;
}
.product-block h2 {
  margin-bottom: 0;
  font: 900 10px/14px "toppan-bunkyu-midashi-go-std", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .product-block h2 {
    font-size: 13px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .product-block h2 .text-wrap {
    display: block;
  }
}
.product-block .product-wrap {
  padding: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .product-block .product-wrap {
    padding: 15px;
  }
}

.top-block {
  padding: 60px 0 0;
  overflow: hidden;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d32303cc),
      color-stop(82%, #ce20000d),
      to(#f94d4100)
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #d32303cc 0%, #ce20000d 82%, #f94d4100 100%) 0% 0%
    no-repeat padding-box;
}
@media (min-width: 768px) {
  .top-block {
    padding: 80px 0;
  }
}
.top-block .container {
  max-width: 1138px;
}
.top-block .top-block-holder {
  display: table;
  width: 100%;
}
.top-block .left-block {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-block .left-block {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.top-block .left-block > div {
  position: relative;
  z-index: 1;
}
.top-block .left-block .img-shadow {
  position: absolute;
  top: -113%;
  left: 50%;
  z-index: 0;
  width: 600px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-block .left-block .img-shadow {
    top: -43%;
    left: -100%;
    width: 1060px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .top-block .left-block .img-shadow {
    top: -43%;
    left: -80%;
    width: 1350px;
    -webkit-transform: none;
    transform: none;
  }
}
.top-block .left-block .img-shadow img {
  width: 100%;
  max-width: none;
}
.top-block .left-block .text-wrap {
  max-width: 200px;
  padding: 0 0 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-block .left-block .text-wrap {
    max-width: 310px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .top-block .left-block .text-wrap {
    max-width: none;
    padding: 0 0 60px;
  }
}
.top-block .left-block .btn-text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font: 14px/20px "dnp-shuei-4gob-std", sans-serif;
  padding: 4px 11px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border: 1px solid #dc000c;
  color: #dc000c;
}
@media (min-width: 768px) {
  .top-block .left-block .btn-text {
    font-size: 30px;
    line-height: 1.6;
    border-width: 5px;
    border-radius: 12px;
    padding: 0 20px;
  }
}
.top-block .left-block .text-box {
  display: block;
  padding: 7px 0 0;
  font-size: 10px;
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
}
@media (min-width: 768px) {
  .top-block .left-block .text-box {
    font-size: 15px;
    padding: 15px 0 0;
  }
}
.top-block .right-block {
  position: relative;
}
@media (min-width: 768px) {
  .top-block .right-block {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.top-block .right-block:after {
  display: block;
  clear: both;
  content: "";
}
.top-block .right-block > div {
  position: relative;
  z-index: 1;
}
.top-block .right-block .img-shadow3 {
  position: absolute;
  top: -30%;
  right: -50%;
  z-index: 0;
  width: 500px;
}
.top-block .right-block .img-shadow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 400px;
}
.top-block .right-block .text-wrap {
  float: right;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}
@media (min-width: 768px) {
  .top-block .right-block .text-wrap {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .top-block .right-block .text-wrap {
    font-size: 40px;
  }
}
.top-block .right-block .text-wrap img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .top-block .right-block .text-wrap img {
    max-width: 115px;
  }
}
@media (min-width: 1024px) {
  .top-block .right-block .text-wrap img {
    max-width: 140px;
  }
}
.top-block .right-block .text {
  width: 38px;
  float: left;
  padding: 10px 5px;
  color: #dc000c;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.top-block .right-block .text:first-child {
  padding-top: 26px;
}
@media (min-width: 768px) {
  .top-block .right-block .text {
    width: 70px;
    padding: 10px;
  }
  .top-block .right-block .text:first-child {
    padding-top: 50px;
  }
}
.top-block .right-block .img-holder {
  overflow: hidden;
  padding-top: 30px;
  max-width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-block .right-block .img-holder {
    max-width: none;
  }
}

.patient-list-holder .container,
.recomend-block .container {
  max-width: 1138px;
}

.patent-block {
  position: relative;
  overflow: hidden;
}

.recomend-block {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .recomend-block {
    padding-bottom: 80px;
  }
}
.recomend-block h2 {
  font-size: 11px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .recomend-block h2 {
    font-size: 22px;
  }
}
.recomend-block h2 span {
  display: inline-block;
  vertical-align: top;
  background: #dc000c;
  padding: 4px 40px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px) {
  .recomend-block h2 span {
    padding: 10px 40px;
  }
}
.recomend-block .recomend-list {
  padding: 20px 22px 10px;
  font-size: 0;
  letter-spacing: 0;
  border: 5px solid #dc000c;
  background: #fff;
  border-radius: 0 10px 10px 10px;
}
@media (min-width: 768px) {
  .recomend-block .recomend-list {
    padding: 20px 35px 10px;
  }
}
.recomend-block .recomend-list li {
  font-size: 10px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "heisei-maru-gothic-std", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .recomend-block .recomend-list li {
    width: 50%;
    font-size: 15px;
    padding: 0 5px 0 40px;
  }
}
.recomend-block .recomend-list .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .recomend-block .recomend-list .icon {
    width: 30px;
  }
}

.patient-list-holder .patient-list {
  font-size: 10px;
  line-height: 23px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .patient-list-holder .patient-list {
    font-size: 15px;
    line-height: 40px;
  }
}
.patient-list-holder .patient-list li {
  background: #fff;
  padding: 30px 25px 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .patient-list-holder .patient-list li {
    padding: 40px 50px 20px;
    margin-bottom: 85px;
  }
}
.patient-list-holder .patient-list h2 {
  color: #dc000c;
}
.patient-list-holder .patient-list h2 .point {
  display: inline-block;
  vertical-align: top;
  font: 14px/1 "din-condensed", "Noto Sans JP", sans-serif;
  border: 1px solid #dc000c;
  padding: 2px 7px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .patient-list-holder .patient-list h2 .point {
    font-size: 26px;
    margin-bottom: 0;
    margin-right: 15px;
    border-width: 2px;
  }
}
.patient-list-holder .patient-list h2 .point:after {
  display: block;
  clear: both;
  content: "";
}
.patient-list-holder .patient-list h2 .text {
  display: block;
  font-size: 12px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .patient-list-holder .patient-list h2 .text {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
  }
}

.intro-block {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-block {
    padding-bottom: 80px;
  }
}
.intro-block .left-block {
  float: left;
  width: 32%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1201px) {
  .intro-block .left-block {
    width: 30%;
  }
}
.intro-block .left-block .img-holder {
  margin-right: -17%;
  padding: 17% 0 10%;
}
.intro-block .left-block .img-holder img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .intro-block .left-block .btn-holder {
    padding-right: 16%;
  }
}
.intro-block .left-block .btn {
  position: relative;
  padding: 8px 5px;
  padding-left: 20px;
  border-color: #dc000c;
  color: #dc000c;
  background: #fff;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .intro-block .left-block .btn {
    padding: 10px 15px;
    padding-left: 50px;
    font-size: 17px;
    border-width: 3px;
    border-radius: 10px;
  }
}
@media (min-width: 1025px) {
  .intro-block .left-block .btn {
    font-size: 22px;
    line-height: 35px;
    padding: 16px 9px;
    padding-left: 80px;
  }
}
@media (min-width: 1201px) {
  .intro-block .left-block .btn {
    font-size: 25px;
  }
}
.intro-block .left-block .btn img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
@media (min-width: 768px) {
  .intro-block .left-block .btn img {
    width: 45px;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .intro-block .left-block .btn img {
    width: 60px;
    left: 8px;
  }
}
.intro-block .left-block .btn:hover {
  opacity: 0.8;
  background: #fff;
}
.intro-block .right-block {
  overflow: hidden;
}

.powered-by {
  text-align: center;
  padding: 10px 0;
  background: #0a152d;
  color: #fff;
  font: 15px/22px "din-condensed", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.powered-by p {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
