@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* color */
/* gradation */
.blue {
  color: #6078AD; }

.pink {
  color: #C65A73; }

.red {
  color: #ea5859; }

.green {
  color: #00918F; }

.gray {
  color: #cacaca; }

.gray2 {
  color: #868686; }

.bg-blue {
  background: #6078AD;
  color: #fff; }

.bg-red {
  background: #ea5859;
  color: #fff; }

.bg-vio {
  background: #cc72a6;
  color: #fff; }

.bg-brown {
  background: #e5a05c;
  color: #fff; }

.bg-green {
  background: #00918F;
  color: #fff; }

.bg-pink {
  background: #C65A73;
  color: #fff; }

.bg-gray {
  background: #dcdcdc; }

/* Media Query */
.hide {
  display: none; }

@media screen and (max-width: 599px) {
  .hide-s {
    display: none; } }
@media screen and (max-width: 799px) {
  .hide-m {
    display: none; } }
@media screen and (max-width: 999px) {
  .hide-l {
    display: none; } }
@media screen and (min-width: 800px) {
  .hide-xl {
    display: none; } }
/* flex */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-1 {
  width: 100%; }

.l-2 {
  width: 48%; }

.l-3 {
  width: 31%; }

.l-3x2 {
  width: 66.666%; }

.l-4 {
  width: 23.5%; }

.l-4x3 {
  width: 74%; }

.l-5 {
  width: 18%; }

.l-5x4 {
  width: 80%; }

.fit {
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 799px) {
  .m-2 {
    width: 48% !important;
    padding-bottom: 1em; }

  .m-1 {
    width: 100%; }

  .m-3 {
    width: 31% !important; }

  .m-3x2 {
    width: 67%; }

  .m-4 {
    width: 23.5%; }

  .between.info-ka:after {
    content: "";
    display: block;
    width: 31% !important;
    height: 0; } }
@media screen and (max-width: 599px) {
  .s-1 {
    width: 100% !important; }

  .s-3 {
    width: 31%; }

  .s-3x2 {
    width: 66.666%; }

  .s-2 {
    width: 48% !important; }
    .info-ka .s-2 {
      padding-bottom: 1em; } }
/* font */
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

.bold {
  font-weight: bold; }

.bold2 {
  font-weight: 700; }

.bold3 {
  font-weight: 900; }

.txt-min {
  font-size: 0.85em; }

.txt-mid {
  font-size: 1.2em; }

.txt-big {
  font-size: 1.5em; }

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

.txt-block {
  display: inline-block; }

/* Megamenu */
.menu-container {
  margin: 0 auto; }

.menu-mobile {
  display: none;
  padding: 1em; }

.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  color: #fff; }

.menu-dropdown-icon img {
  width: 2.2em;
  height: 2.2em;
  max-width: 2.2em;
  margin-right: 0.6em;
  vertical-align: middle; }
.menu-dropdown-icon:before {
  content: "\f078";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.3em 2em;
  background: #fff;
  color: #333; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box; }

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table; }

.menu > ul:after {
  clear: both; }

.menu > ul > li {
  float: left;
  background: #ececec;
  padding: 0;
  margin-right: -1px;
  width: calc((90% / 5) + 1px);
  border: 1px solid #a8a8a8;
  color: #fff; }
  .menu > ul > li:first-child {
    width: 10%; }

.menu > ul > li:last-child {
  margin-right: 0; }

.menu > ul > li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; }

a.nav-btn {
  padding: 0.8em 0.3em; }

a.home {
  background: #6078AD;
  color: #fff;
  font-size: 1.5em;
  padding: 0.78em 0.3em; }

.menu > ul > li a:hover {
  background: #6078AD;
  color: #fff; }

.menu h4 {
  color: #a6c1fb;
  padding: 0;
  margin: 0;
  font-size: 140%;
  font-weight: 400; }

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #6078AD;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #fff; }

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left; }

.menu > ul > li > ul > li a {
  color: #fff;
  padding: .2em 0;
  width: 100%;
  display: block; }

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 0.3em 1em 0 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 1px solid #a6c1fb; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0.5em 0 0;
  margin: 0; }

.menu > ul > li > ul > li > ul > li a {
  border: 0; }

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px 20px; }

.menu > ul > li > ul.nav-last {
  width: 12em;
  padding: 0 20px 20px;
  text-align: center; }

.menu > ul > li > ul.normal-sub > li {
  width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0 0; }

.menu > ul > li > ul > li > ul > li > ul {
  margin: 0 0 0 0.3em; }

.menu > ul > li > ul > li > ul > li > ul > li a:before {
  content: '\2514';
  display: inline-block;
  padding-right: 0.3em; }

/*Mobile style*/
@media screen and (max-width: 799px) {
  .menu-container {
    width: 100%;
    border-bottom: 1px solid #a8a8a8; }

  .menu-mobile {
    display: inline-block;
    background: #6078AD;
    height: 4.5em;
    width: 4.3em; }

  .menu-dropdown-icon:before {
    display: block;
    background: #ececec; }

  .menu > ul {
    display: none; }

  .menu > ul > li {
    width: 100%;
    float: none;
    /*display: block;*/
    color: #242424; }
    .menu > ul > li:first-child {
      width: 100%; }

  .menu > ul > li a {
    padding: 1.13em 1.5em;
    width: 100%;
    display: block; }

  .menu > ul > li > ul {
    position: relative;
    border-bottom: none;
    background: #fff; }

  .menu > ul > li > ul.normal-sub {
    width: 100%; }

  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px; }

  .menu > ul > li > ul > li:first-child {
    margin: 0; }

  .menu > ul > li > ul > li > ul {
    position: relative;
    border-top: 1px solid #6078AD; }

  .menu > ul > li > ul > li > ul > li {
    float: none;
    border-bottom: 1px solid #c5c5c5;
    padding: 0.5em 0; }

  .menu .show-on-mobile {
    display: block;
    position: fixed;
    top: 4.5em;
    bottom: 4.5em;
    overflow-y: auto; }

  a.home {
    font-size: 1em; }

  a.logo-m {
    display: inline-block;
    background: url(../img/logo-m.svg) no-repeat left center;
    background-size: contain;
    width: 12em;
    height: 4.5em;
    margin-left: 0.5em; }

  a.call {
    display: inline-block;
    width: 3.5em;
    height: 4.5em;
    vertical-align: top;
    padding: 0.6em 1em 0.5em 0; }
    a.call img {
      max-width: 2.2em; }

  .menu > .between {
    line-height: 1em; }

  .menu h4 {
    color: #6078AD;
    font-weight: bold; }

  .menu > ul > li > ul > li a {
    color: #242424; } }
/* common */
html {
  font-size: 16px;
  line-height: 1.5; }

body {
  margin: 0; }

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

img {
  width: 100%; }

a {
  color: #6078AD;
  text-decoration: none; }
  a.a-side {
    color: #242424;
    font-size: 0.8em; }

.page a, .breadcrumb a, .osirase a, .offday a {
  border-bottom: 1px solid; }

.page .l-3 a {
  border-bottom: none; }

.center {
  text-align: center; }

/* header */
.container {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 999px) {
    .container {
      padding: 0 0.5em; }
      nav > .container {
        padding: 0; } }

nav {
  width: 100%; }
  nav a {
    color: #242424;
    text-decoration: none; }

main {
  margin-bottom: 1.5em; }

.header-left {
  margin: 0.3em 0; }
  .header-left a {
    color: #242424;
    font-weight: bold;
    text-decoration: none; }
    .header-left a:hover {
      color: #6078AD; }
    .header-left a:before {
      content: "\f111";
      font-family: FontAwesome;
      color: #6078AD;
      font-size: 0.5em;
      padding: 0 0.8em; }
  .header-left .header-text {
    padding: 0.3em 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: dashed 1px #cacaca;
    font-size: 14px; }
    .header-left .header-text:last-child {
      border: none; }
  .header-left .tel-box {
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    margin-right: 0.8em;
    padding: 0.3em 0.5em; }
  .header-left .tel {
    font-weight: 900;
    color: #6078AD;
    font-size: 1.5em; }

.logo {
  width: calc((100% / 6) * 2);
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain; }
  .logo a {
    display: block;
    height: 100%;
    width: 100%; }

.l-bar {
  width: 22%; }

.breadcrumb {
  margin: 1em 0; }
  .breadcrumb li {
    display: table-cell; }
    .breadcrumb li:after {
      content: ">";
      padding: 0 0.5em; }
    .breadcrumb li:last-child:after {
      content: none; }

.side-item {
  margin-bottom: 0.5em; }
  .side-item .side-title {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #a8a8a8;
    color: #fff;
    padding: 0.3em 0.8em;
    font-weight: 500; }

a.side-btn {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #a8a8a8;
  background: #ececec;
  padding: 0.5em;
  color: #242424; }
  a.side-btn:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #CBCBCB;
    margin-right: 0.3em; }

a.side-btn-l {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #a8a8a8;
  background: #6078AD;
  padding: 0.9em 1em;
  color: #fff; }
  a.side-btn-l:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 0.3em; }

.btn {
  text-decoration: none;
  display: block;
  background: #6078AD;
  padding: 0.9em 1em;
  color: #fff;
  border-radius: 10px; }

.btn-min {
  text-decoration: none;
  display: block;
  padding: 1em 0.2em;
  border-radius: 5px;
  max-width: 350px;
  margin: 0 auto; }

.btn-light {
  display: inline-block;
  padding: 0.9em 1em;
  border: 1px solid; }

.outline {
  background: #fff;
  border: 1px solid #cacaca; }

.outline-gray {
  background: linear-gradient(#fff, #E6E6E6);
  border: 1px solid #cacaca; }

table {
  width: 100%; }

th, td {
  padding: 0.5em;
  border: 1px solid #999; }

.offday th, .offday td {
  width: 12.5%; }

th {
  background: #E6F4F1; }
  .qualified th {
    width: 85%; }

td {
  background: #fff; }
  td.ok:before {
    content: "\25CB"; }
  td.off {
    background: #d6d6d6; }
  td.off:before {
    content: "\2212"; }
  td.am:before {
    content: "\5348\524D\306E\307F"; }
  .qualified td:last-child {
    text-align: center; }

ol {
  border: 1px solid #242424;
  padding: 1em 1em 1em 2em;
  list-style-type: decimal; }

ol.check {
  margin: 0 1em;
  border: none;
  list-style-type: none;
  background: #F6F3ED;
  border-radius: 1em; }
  ol.check li {
    padding-bottom: 1.3em;
    font-weight: bold; }
    ol.check li:before {
      font-family: FontAwesome;
      content: "\f00c";
      color: #00918F;
      padding-right: 0.5em;
      font-size: 1.3em; }
  ol.check li.batu:before {
    font-family: FontAwesome;
    content: "\f00d";
    color: #C65A73;
    font-size: 1.4em; }
  ol.check ul {
    margin: 0.3em 0 0;
    padding: 0; }
  ol.check ul li {
    margin-left: 2em;
    padding-bottom: 0.4em;
    font-weight: initial; }
  ol.check ul li:before {
    content: none; }

u {
  text-decoration: none;
  background: linear-gradient(transparent 70%, #ffb8c8 70%);
  padding-bottom: 0.2em; }

ul.list-circle li {
  list-style-type: circle;
  margin-left: 1em;
  padding-bottom: 1.3em; }

ul.list-disc li {
  list-style-type: disc;
  margin-left: 1em;
  padding-bottom: 1.3em; }

ul.li-green li {
  list-style-type: none;
  margin-left: 2em;
  padding-bottom: 1.3em;
  text-indent: -1.5em; }
  ul.li-green li:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/maru-g.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }

ul.li-blue li {
  list-style-type: none;
  margin-left: 2em;
  padding-bottom: 1.3em;
  text-indent: -1.5em; }
  ul.li-blue li:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/maru.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }

footer {
  margin-top: auto;
  background: #6078AD;
  color: #fff;
  padding: 2em 0;
  font-size: 90%; }
  footer h4 {
    margin: 0 0 0.8em;
    color: #fff; }
  footer a {
    color: inherit; }
  footer li:before {
    content: "\30FB"; }
  footer ul.sub-menu {
    margin-top: 0; }
  footer ul.sub-menu > li:before {
    content: '\2514';
    display: inline-block;
    margin-left: 1em;
    padding-right: 0.3em; }

/* layout */
header {
  border-top: 4px solid #6078AD; }

.indeximg {
  margin: 0 auto;
  max-height: 420px;
  height: 40vmin;
  width: 100%;
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url(../img/mainimg.jpg) no-repeat center center;
  background-size: cover; }
  .indeximg .hero-txt {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"Sawarabi Mincho", 'Noto Serif JP', serif;
    font-size: 2.1em;
    padding-top: 2.3em;
    text-shadow: white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px, white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px; }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  background: #fff; }

.site-header.hidenav {
  transform: translateY(-100%); }

main {
  padding-top: 10em; }
  main.index {
    padding-top: 11.5em; }
  main.site-main {
    padding-top: 0; }

.content {
  width: 76%; }
  .content img.max-w {
    max-width: 650px; }

.topics {
  margin: 0.8em 0;
  font-size: 0.95em; }

.topics-box {
  padding: 0.3em 0.8em; }

.headbox {
  color: #fff;
  margin-bottom: 0.8em;
  padding: 0.3em 0.8em;
  font-size: 1.2em; }

.headbox-min {
  color: #fff;
  padding: 0.3em 0.8em; }

.index-info {
  background: #F6F3ED;
  padding: 1em; }
  .index-info h4:first-child {
    margin-top: 0; }
  .index-info a {
    border: none; }

.info-ka {
  margin-bottom: 1.5em; }
  .info-ka .l-5 {
    width: 19%; }
  .info-ka .box {
    position: relative;
    background: #fff;
    border: 1px solid #cacaca; }
    .info-ka .box a {
      display: block;
      padding: 0.8em 1em; }
    .info-ka .box img {
      max-width: 7em;
      vertical-align: middle; }

.hinyo a:hover {
  background: #47A3DA; }
.brain a:hover {
  background: #C65A73; }
.sinzo a:hover {
  background: #ea5859; }
.naika a:hover {
  background: #008C88; }
.hihu a:hover {
  background: #D9A21B; }

.hinyo img {
  filter: invert(67%) sepia(33%) saturate(2741%) hue-rotate(174deg) brightness(89%) contrast(90%); }
.brain img {
  filter: invert(46%) sepia(22%) saturate(1113%) hue-rotate(296deg) brightness(92%) contrast(98%); }
.sinzo img {
  filter: invert(47%) sepia(75%) saturate(2562%) hue-rotate(326deg) brightness(97%) contrast(89%); }
.naika img {
  filter: invert(34%) sepia(12%) saturate(7499%) hue-rotate(149deg) brightness(101%) contrast(103%); }
.hihu img {
  filter: invert(57%) sepia(99%) saturate(390%) hue-rotate(5deg) brightness(96%) contrast(87%); }
.hinyo a:hover img, .brain a:hover img, .sinzo a:hover img, .naika a:hover img, .hihu a:hover img {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(101%); }

.hinyo .tri {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px  15px;
  right: 8px;
  bottom: 8px;
  border-color: transparent transparent #47A3DA transparent; }
.brain .tri {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px  15px;
  right: 8px;
  bottom: 8px;
  border-color: transparent transparent #C65A73 transparent; }
.sinzo .tri {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px  15px;
  right: 8px;
  bottom: 8px;
  border-color: transparent transparent #ea5859 transparent; }
.naika .tri {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px  15px;
  right: 8px;
  bottom: 8px;
  border-color: transparent transparent #008C88 transparent; }
.hihu .tri {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px  15px;
  right: 8px;
  bottom: 8px;
  border-color: transparent transparent #D9A21B transparent; }

.info-day {
  padding-right: 0.5em; }

/* Pages */
.page h1 {
  margin-top: 0;
  padding: 0.5em;
  color: #fff;
  background: #6078AD;
  font-size: 1.6em; }

.page h1.h1-green {
  margin-top: 0;
  padding: 0.5em;
  color: #fff;
  background: #0EA9A5; }

.page h2, .entry-title {
  position: relative;
  overflow: hidden;
  margin-top: 2.3em;
  padding-bottom: 0.3em;
  font-size: 1.3em; }
  .page h2::before, .page h2::after, .entry-title::before, .entry-title::after {
    content: "";
    position: absolute;
    bottom: 0; }
  .page h2:before, .entry-title:before {
    border-bottom: 3px solid #6078AD;
    width: 100%; }
  .page h2:after, .entry-title:after {
    border-bottom: 3px solid #cacaca;
    width: 100%; }

.entry-title {
  margin-top: 0; }

.page h2.h2-green {
  position: relative;
  overflow: hidden;
  margin-top: 2.3em;
  padding-bottom: 0.3em; }
  .page h2.h2-green::before, .page h2.h2-green::after {
    content: "";
    position: absolute;
    bottom: 0; }
  .page h2.h2-green:before {
    border-bottom: 3px solid #0EA9A5;
    width: 100%; }
  .page h2.h2-green:after {
    border-bottom: 3px solid #cacaca;
    width: 100%; }

.page h1 + h2, .page .h-kango + .h2-green {
  margin-top: 1em; }

p, .content ul {
  padding: 1em 0.5em 0; }

.content .osirase {
  margin: 2em 0; }
  .content .osirase .l-2:first-child {
    border-right: 1px solid #cacaca; }
    .content .osirase .l-2:first-child ul {
      margin: 0.5em 1em 0 0;
      padding: 0; }
  .content .osirase .l-2:last-child ul {
    margin: 0.5em 0 0 0;
    padding: 0; }

.content > p {
  padding-top: 0; }

.between p {
  margin-top: 0;
  padding: 0 0.5em; }

.page-mainimg h1 {
  margin: 0;
  padding: 1.8em 1em;
  color: #fff;
  text-shadow: #565656 1px 1px 5px, #565656 -1px 1px 5px, #565656 1px -1px 5px, #565656 -1px -1px 5px; }

.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"Sawarabi Mincho", 'Noto Serif JP', serif;
  font-size: 2.1em; }

.mitei {
  color: #ff79ce;
  font-weight: 500; }

.q {
  font-weight: bold;
  font-size: 1.15em;
  background: #e7f2f5;
  padding: 0.3em 0.3em 0.3em 0;
  color: #405ea0; }
  .q:before {
    content: "\f29c";
    font-family: FontAwesome;
    margin-right: 0.5em;
    padding: .4em;
    font-size: 2em;
    vertical-align: middle;
    font-weight: initial;
    background: #5f77ad;
    color: #fff; }

.answer {
  padding: 0.8em 1em 2em; }

.arrow {
  margin: 0 auto 50px;
  padding-top: 5px;
  width: 100px;
  height: 75px;
  background: #669AFF;
  position: relative; }

.arrow:after {
  border-left: 25px solid #669AFF;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 50px; }

.arrow span {
  position: relative;
  z-index: 3;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 2px 2px 1px white; }

.annai .l-3 {
  border: 1px solid #cacaca;
  border-top: 6px solid #6078AD;
  background: #ececec; }
  .annai .l-3 a {
    display: block;
    border: none;
    padding: 1.5em 1em;
    font-weight: bold;
    font-size: 1.2em; }

.outline h3 {
  background: #6078AD;
  color: #fff;
  margin-top: 0;
  padding: 1em; }

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

img.img-rsp {
  padding: 1em 5em; }

.uke-rsp {
  padding: 0 5em; }

.table-simple tr {
  border-bottom: 1px solid #cacaca; }
.table-simple th, .table-simple td {
  border: none;
  background: none; }

.doctor {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cacaca; }
  .doctor:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.docname {
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.8em;
  font-size: 1.16em; }
  .docname:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/maru.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }

.keireki {
  border-bottom: 3px double #455b96;
  padding: 0 0.5em;
  color: #455b96;
  margin-top: 1em;
  margin-bottom: 0.3em;
  display: block; }

.cmt {
  margin-top: 0.3em;
  padding: 1em;
  background: #dee4f1; }

.recruit .between {
  border-bottom: 1px solid #cacaca;
  padding: 1.5em 0; }

h3.h3-marublue {
  margin: 0 0 0.5em; }
  h3.h3-marublue:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    width: 1.2em;
    height: 1.2em;
    background: url(../img/maru.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }

.marublue {
  margin: 0 0 0.5em; }
  .marublue:before {
    content: '';
    display: inline-block;
    margin-right: 0.3em;
    width: 1em;
    height: 1em;
    background: url(../img/maru.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }

.sitemap .marublue {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 0.3em; }

.sitemap ul {
  margin: 0;
  padding: 0.5em 0.5em 1em; }

.rinsho {
  background: #F6F3ED;
  padding: 1em;
  border-radius: 1em; }

.rinsho h2 {
  margin-top: 0.8em; }

#time {
  margin-top: -5.3em;
  padding-top: 5.3em; }

.info {
  line-height: 1.2; }
  .info .flex {
    flex-wrap: nowrap; }
  .info .l-2 {
    width: 49%; }

.annai-link {
  line-height: 1.2; }
  .annai-link a {
    display: block;
    padding: 1.2em 0.8em;
    color: #242424;
    border: 1px solid #989898;
    margin-bottom: 0.8em;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }
    .annai-link a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 1.2em;
      vertical-align: baseline;
      margin-left: 0.5em;
      color: #242424; }
    .annai-link a img {
      max-width: 1.8em;
      vertical-align: middle;
      margin-right: 1em; }

.side-item .annai-link a {
  font-weight: bold; }
  .side-item .annai-link a:nth-child(1) {
    background: url(../img/side1.jpg) right no-repeat;
    background-size: contain; }
  .side-item .annai-link a:nth-child(2) {
    background: url(../img/side2.jpg) right no-repeat;
    background-size: contain; }
  .side-item .annai-link a:nth-child(3) {
    background: url(../img/side3.jpg) right no-repeat;
    background-size: contain; }
  .side-item .annai-link a:nth-child(4) {
    background: url(../img/side4.jpg) right no-repeat;
    background-size: contain; }

.gairai-index.annai-link div {
  font-weight: bold; }
  .gairai-index.annai-link div a {
    padding: 1.5em 0.8em; }
  .gairai-index.annai-link div:nth-child(1) a {
    background: url(../img/side2.jpg) right no-repeat;
    background-size: contain; }
  .gairai-index.annai-link div:nth-child(2) a {
    background: url(../img/hatunetu.jpg) right no-repeat;
    background-size: contain; }
  .gairai-index.annai-link div:nth-child(3) a {
    background: url(../img/gairai-toseki.jpg) right no-repeat;
    background-size: contain; }
  .gairai-index.annai-link div:nth-child(4) a {
    background: url(../img/gairai-nodoc.jpg) right no-repeat;
    background-size: contain; }
  .gairai-index.annai-link div:nth-child(5) a {
    background: url(../img/sinzo_icon.svg) no-repeat;
    background-size: contain;
    background-position: right -0.8em top 0.5em; }

.svg-blue {
  filter: invert(45%) sepia(62%) saturate(323%) hue-rotate(182deg) brightness(92%) contrast(87%); }

.svg-white {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(101%); }

.r-bar {
  line-height: 1.2; }
  .r-bar a {
    border-bottom: none; }

.side-item {
  margin-bottom: 1em;
  line-height: 1.2; }

.appo {
  text-align: center; }
  .appo th {
    background: #D7F5F9;
    color: #1B9ACC; }
    .appo th:nth-of-type(6), .appo th:nth-of-type(7) {
      background: #FFDEDE;
      color: #E85251; }
  .appo td {
    background: #fff; }
    .appo td.today {
      background: #FFFFC2; }
  .appo .vacant {
    content: '\25CF';
    display: block;
    color: #1B9ACC; }
  .appo .off {
    content: '\4F11';
    display: block;
    color: #E85251; }
  .appo td.past:after {
    content: '\a0';
    display: block; }
  .appo .past {
    color: #989898; }

.appo_month {
  display: inline-block;
  border: 1px solid #242424;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0.8em; }
  .appo_month .month.selected a {
    display: inline-block;
    background: #6078AD;
    color: #fff;
    padding: 0.5em 1em;
    border: none; }
  .appo_month .month a {
    display: inline-block;
    padding: 0.5em 1em;
    border: none; }

.appo-form th {
  background: #D7F5F9;
  text-align: left;
  width: 10em; }
.appo-form td {
  background: #fff; }
.appo-form .radio-inline {
  display: inline-block;
  text-align: center;
  padding-right: 0.8em; }
.appo-form .aki {
  color: #1B9ACC; }
.appo-form .wazuka {
  color: #EF9020; }
.appo-form input[type="text"], .appo-form textarea {
  width: 100%; }
.appo-form .bg-back {
  background: #fff;
  color: #242424;
  border: 1px solid #6078AD; }

.kakko {
  width: 1.3em;
  background: url(../img/kakko.svg) no-repeat center center;
  background-size: 100% 100%;
  margin: 0.3em 0; }

.anchor {
  padding-top: 10.5em;
  margin-top: -10.5em; }

ol.check li.tri:before {
  font-family: FontAwesome;
  content: "\f06a";
  color: #ef9309;
  font-size: 1.4em; }

.nagare .l-4:not(.down) {
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #455c97;
  padding: 1em 0.5em; }

.nagare .l-4x3 {
  display: flex;
  align-items: center; }

.down {
  color: #455c97;
  margin: 0.3em 0;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center; }

.sampleimg {
  justify-content: space-around; }
  .sampleimg .l-3 {
    margin-bottom: 0.8em; }

.float-r {
  float: right;
  margin-left: 1em;
  width: 45%; }

.clear {
  clear: both; }

.kan3f .l-2:nth-child(1), .kan3f .l-2:nth-child(4), .kan3f .l-2:nth-child(5) {
  position: relative;
  background: #fff;
  margin: 1.2em 0;
  padding: 1em 1.5em;
  border-radius: 0.7em;
  border: 1px solid #a28f68; }
.kan3f .l-2:nth-child(1):after, .kan3f .l-2:nth-child(1):before, .kan3f .l-2:nth-child(5):after, .kan3f .l-2:nth-child(5):before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.kan3f .l-2:nth-child(1):after, .kan3f .l-2:nth-child(5):after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 18px;
  margin-top: -18px; }
.kan3f .l-2:nth-child(1):before, .kan3f .l-2:nth-child(5):before {
  border-color: rgba(162, 143, 104, 0);
  border-left-color: #a28f68;
  border-width: 19px;
  margin-top: -19px; }
.kan3f .l-2:nth-child(4):after, .kan3f .l-2:nth-child(4):before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.kan3f .l-2:nth-child(4):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 18px;
  margin-top: -18px; }
.kan3f .l-2:nth-child(4):before {
  border-color: rgba(162, 143, 104, 0);
  border-right-color: #a28f68;
  border-width: 19px;
  margin-top: -19px; }
.kan3f .l-2 div {
  display: flex;
  align-items: center;
  height: 100%; }
.kan3f .balloon {
  position: relative;
  background: #fff;
  margin: 1.2em 0;
  padding: 1em 1.5em;
  border-radius: 0.7em;
  border: 1px solid #a28f68; }
  .kan3f .balloon:after, .kan3f .balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .kan3f .balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 18px;
    margin-left: -18px; }
  .kan3f .balloon:before {
    border-color: rgba(162, 143, 104, 0);
    border-top-color: #a28f68;
    border-width: 19px;
    margin-left: -19px; }

.covid {
  margin: 0.6em 0 -0.2em;
  background: #e95859; }
  .covid a {
    display: block;
    padding: 0.5em;
    line-height: 1.2; }

.covid .l-5x4 a {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff; }

.covid .l-5 a {
  color: #e95859;
  background: #fff; }

.between.education .l-3 {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cacaca; }

.div-center {
  display: flex;
  justify-content: center;
  margin-left: -0.5em; }

td > .dantai {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  color: #8d8d8d; }

.mar-t-1em {
  margin-top: 1em; }

.mar-b-1em {
  margin-bottom: 1em; }

.mar-b-2em {
  margin-bottom: 2em; }

.mar-l-1em {
  margin-left: 1em; }

.mar-r-1em {
  margin-right: 1em; }

.mar-t-2em {
  margin-top: 2em; }

.pdd-1em {
  padding: 1em; }

.pdd-tb-2em {
  padding: 2em 0; }

.sodan .w20 {
  width: 23.5%; }

@media screen and (min-width: 800px) {
  .w30 {
    width: 31%; }

  ul.ul-out {
    padding: 1.2em 2em !important; } }
@media screen and (min-width: 500px) {
  .carm {
    margin-left: 1em;
    max-width: 300px; }

  .hosyaimg {
    max-width: 350px; } }
.show-s, .show-m {
  display: none; }

.show-l {
  display: block; }

@media screen and (max-width: 999px) {
  .indeximg .hero-txt {
    font-size: calc(1.96875rem + ((1vw - 10px) * 2.9808)); } }
@media screen and (max-width: 799px) {
  html {
    font-size: 0.95em; }

  .content {
    width: 100%; }

  img.img-rsp {
    padding: 1em 2em; }

  .uke-rsp {
    padding: 0 2em; }

  .indeximg .hero-txt {
    padding-top: 1.5em; }

  .reverse-m {
    flex-direction: column-reverse; }

  main {
    padding-top: 4.5em; }
    main.index {
      padding-top: 5em; }

  header {
    border-top: none; }

  .bottom-menu {
    position: fixed;
    bottom: 0;
    background: #6078AD;
    border-top: 2px solid #fff;
    z-index: 998;
    width: 100%; }
    .bottom-menu .between {
      flex-wrap: nowrap; }
    .bottom-menu .b-menu {
      width: 25%;
      height: 4.5em;
      padding: 0.5em 1em;
      text-align: center; }
      .bottom-menu .b-menu img {
        max-width: 4.5em; }
      .bottom-menu .b-menu:not(:last-child) {
        border-right: 1px solid #fff; }

  .q {
    font-size: 1.15em; }
    .q a {
      padding: 0.1em 0.3em 0.1em 0; }
    .q:before {
      margin-right: 0.3em;
      padding: .3em;
      font-size: 1.5em; }

  .anchor {
    padding-top: 4em;
    margin-top: -4em; }

  footer {
    margin-bottom: 1em; }

  .show-l, .show-s {
    display: none; }

  .show-m {
    display: block; } }
@media screen and (max-width: 599px) {
  .page-mainimg h1 {
    padding: 1.8em 0.5em; }

  img.img-rsp, .uke-rsp {
    padding: 0; }

  .indeximg .hero-txt {
    font-size: 16px;
    padding-top: 1em; }

  .reverse-s {
    flex-direction: column-reverse; }

  .topics:first-child {
    margin-bottom: 0; }

  ol.check {
    margin: 0 0.5em;
    padding: 1em; }
    ol.check ul li {
      margin-left: 0; }

  .content .osirase .l-2:first-child {
    border-right: none;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1em; }
  .content .osirase .l-2:last-child {
    padding-top: 1em; }

  .annai-link a img {
    margin-right: 0.5em; }

  .headbox-min {
    width: 7em; }

  .hosyasen .reverse-s .l-3x2, .hosyasen .carm {
    margin-bottom: 1em; }

  .kan3f .l-2:nth-child(1), .kan3f .l-2:nth-child(4), .kan3f .l-2:nth-child(5) {
    padding: 1em; }
    .kan3f .l-2:nth-child(1):after, .kan3f .l-2:nth-child(4):after, .kan3f .l-2:nth-child(5):after {
      border-width: 13px;
      margin-top: -13px; }
    .kan3f .l-2:nth-child(1):before, .kan3f .l-2:nth-child(4):before, .kan3f .l-2:nth-child(5):before {
      border-width: 14px;
      margin-top: -14px; }
  .kan3f .balloon {
    padding: 1em; }
    .kan3f .balloon:after {
      border-width: 13px;
      margin-left: -13px; }
    .kan3f .balloon:before {
      border-width: 14px;
      margin-left: -14px; }

  .carm {
    max-width: 300px; }

  .covid .l-5x4 a {
    font-size: 1.1em; }

  .hide-s, .show-l, .show-m {
    display: none; }

  .show-s {
    display: block; } }
/* BG */
.page-mainimg {
  width: 100%;
  margin-top: 0.3em;
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-1.jpg") no-repeat center center;
  background-size: cover; }

.bg-toseki {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-toseki.jpg") no-repeat center center;
  background-size: cover; }

.bg-about {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-floor.jpg") no-repeat center center;
  background-size: cover; }

.bg-greeting {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-floor.jpg") no-repeat center center;
  background-size: cover; }

.bg-access {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-access.jpg") no-repeat center center;
  background-size: cover; }

.bg-hoikujo {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-hoikujo.jpg") no-repeat center center;
  background-size: cover; }

.bg-first {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-first.jpg") no-repeat center center;
  background-size: cover; }

.bg-saiyo {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-saiyo.jpg") no-repeat center center;
  background-size: cover; }

.bg-kangobu {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kangobu_m.jpg") no-repeat center center;
  background-size: cover; }

.bg-kango2f {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kango2f_m_2.jpg") no-repeat center center;
  background-size: cover; }

.bg-kangotoseki {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kangotoseki_m.jpg") no-repeat center center;
  background-size: cover; }

.bg-gairai {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-gairai.jpg") no-repeat center center;
  background-size: cover; }

.bg-nodock, .bg-def {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-nodock.jpg") no-repeat center center;
  background-size: cover; }

.bg-floor {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-floor.jpg") no-repeat center center;
  background-size: cover; }

.bg-kakka {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kakka.jpg") no-repeat center center;
  background-size: cover; }

.bg-contact {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-contact.jpg") no-repeat center center;
  background-size: cover; }

.bg-kojin {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kojin.jpg") no-repeat center center;
  background-size: cover; }

.bg-kenri {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kojin.jpg") no-repeat center center;
  background-size: cover; }

.bg-nyuin {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-nyuin.jpg") no-repeat center center;
  background-size: cover; }

.bg-omimai {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-nyuin.jpg") no-repeat center center;
  background-size: cover; }

.bg-sinzin {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-sinzin.jpg") no-repeat center center;
  background-size: cover; }

.bg-sodan {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-sodan.jpg") no-repeat center center;
  background-size: cover; }

.bg-eiyo {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-eiyo_m.jpg") no-repeat center center;
  background-size: cover; }

.bg-naika {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-naika.jpg") no-repeat center center;
  background-size: cover; }

.bg-hihuka {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-hihuka.jpg") no-repeat center center;
  background-size: cover; }

.bg-no {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-no.jpg") no-repeat center center;
  background-size: cover; }

.bg-masui {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-masui.jpg") no-repeat center center;
  background-size: cover; }

.bg-hinyoki {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-hinyoki2.jpg") no-repeat center center;
  background-size: cover; }

.bg-yakuzaibu {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-yakuzaibu_m.jpg") no-repeat center center;
  background-size: cover; }

.bg-kentai {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kentai.jpg") no-repeat center center;
  background-size: cover; }

.bg-seiri {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-seiri.jpg") no-repeat center center;
  background-size: cover; }

.bg-braindock {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-braindock_m.jpg") no-repeat center center;
  background-size: cover; }

.bg-rinsho {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-rinsho.jpg") no-repeat center center;
  background-size: cover; }

.bg-hosyasen {
  background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-hosyasen_m.jpg") no-repeat center center;
  background-size: cover; }

@media screen and (min-width: 800px) {
  .bg-kangobu {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kangobu_l.jpg") no-repeat center center;
    background-size: cover; }

  .bg-kango2f {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kango2f_l_2.jpg") no-repeat center center;
    background-size: cover; }

  .bg-kangotoseki {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-kangotoseki_l.jpg") no-repeat center center;
    background-size: cover; }

  .bg-yakuzaibu {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-yakuzaibu_l.jpg") no-repeat center center;
    background-size: cover; }

  .bg-braindock {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-braindock_l.jpg") no-repeat center center;
    background-size: cover; }

  .bg-eiyo {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-eiyo_l_2.jpg") no-repeat center center;
    background-size: cover; }

  .bg-hosyasen {
    background: linear-gradient(white, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 75%, white), url("../img/bg-hosyasen_l_2.jpg") no-repeat center center;
    background-size: cover; } }
