@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese&display=swap") screen and (min-width: 736px);
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p&amp;subset=japanese&display=swap");
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

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

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

sub,
sup {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 150%;
  font-size: 70%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

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

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul {
  list-style-type: none;
}

ul:after,
div:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

ol {
  list-style-position: outside;
  padding-left: 2em;
  line-height: 130%;
}

ol li {
  line-height: 130%;
  padding-bottom: 10px;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

td {
  line-height: 140%;
}

th {
  line-height: 140%;
}

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

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  table-layout: fixed;
}

.red {
  color: red;
}

#header {
  position: fixed;
  height: 75px;
  width: 100%;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}

#header h1 {
  position: absolute;
  top: 25px;
  left: 20px;
}

#header h1 img {
  height: 30px;
}

#header.UpMove {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*ナビゲーションを横並びに*/
nav ul {
  list-style: none;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  padding: 26px 15px;
}

nav ul li.oubo a {
  background-color: #4ac789;
  color: #fff;
  font-weight: bold;
}

nav ul li li a {
  padding: 10px 20px;
}

nav ul li a:hover {
  color: #fff;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 736px) {
  nav ul li.has-child::before {
    left: 0;
  }
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.2);
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {
  nav ul {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav ul li a {
    border-bottom: 1px solid #797979;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    left: 20px;
  }
  nav ul ul li.has-child::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/*　上に上がる動き　*/
#header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 736px) {
  #header,
  #header.UpMove,
  #header.DownMove {
    -webkit-animation: none;
            animation: none;
    height: 50px;
    padding: 0;
    display: block;
    top: 0;
  }
  #header h1,
  #header.UpMove h1,
  #header.DownMove h1 {
    top: 15px;
    left: 10px;
  }
}

/*スマホナビ*/
@media screen and (max-width: 736px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    width: 90%;
    margin: 50px auto 0 auto;
  }
  #g-nav ul ul {
    width: 100%;
    margin: 0;
  }
  /*プルダウンナビのCSS*/
  #g-nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    -webkit-transform: none;
            transform: none;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #cecece;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #g-nav li.oubo a {
    background-color: #4ac789;
    color: #fff;
    font-weight: bold;
  }
}

/*ハンバーガー*/
.g-nav-openbtn {
  display: none;
}

@media screen and (max-width: 736px) {
  .g-nav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*ボタン内側*/
  .g-nav-openbtn .openbtn-area {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .g-nav-openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    width: 45%;
  }
  .g-nav-openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .g-nav-openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .g-nav-openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .g-nav-openbtn.active .openbtn-area {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
  .g-nav-openbtn.active span {
    background: #fff;
  }
  .g-nav-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-135deg);
            transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .g-nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav-openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(135deg);
            transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
}

/*リンク下線*/
.nav01c li a {
  position: relative;
  color: #000;
}

.nav01c li.current a,
.nav01c li a:hover {
  color: #000;
}

.nav01c li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 25px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 1px;
  background: #999;
  /*アニメーションの指定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /*左上基点*/
}

.nav01c li li a::after {
  display: none;
}

/*現在地とhoverの設定*/
.nav01c li.current a::after,
.nav01c li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

@media screen and (max-width: 736px) {
  .nav01c li a::after {
    display: none;
  }
}

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

.clear {
  *zoom: 1;
}

.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  background: #fff;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans CJK JP', 'Noto Sans JP', Meiryo, sans-serif;
  font-weight: 400;
  color: #4C4948;
}

/* @mixin  絶対位置の指定*/
a:link,
a:visited {
  color: #0001AA;
  text-decoration: none;
}

a:link:hover, a:link:active, a:link:focus,
a:visited:hover,
a:visited:active,
a:visited:focus {
  color: #4C4948;
}

a:hover {
  cursor: pointer;
}

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

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.ios .tab_only,
.android .tab_only {
  display: block;
}

.desktop .tab_only {
  display: none;
}

/* 変数　キーカラー*/
/* マップ*/
.ggmap {
  clear: both;
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 50px 0;
  height: 600px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  .ggmap {
    height: 260px;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pdflink {
  float: right;
  margin-top: 20px;
}

#pdflink a {
  display: block;
  padding: 10px 30px;
  border: 1px solid #000;
  color: #000;
}

/* YouTube*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 0 auto;
}

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

strong {
  font-weight: 700;
}

/* -------------------------------------
   フレーム
------------------------------------- */
@media all and (-ms-high-contrast: none) {
  /*IE10 以降にのみ適用される */
  main {
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  /* フォントジャギー用　Edge にのみ適用される ヘッダ固定のためこちらで指定*/
  #main {
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
}

#container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

#main {
  width: 94%;
  min-height: 65vh;
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main2 ,#main3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#main > section {
  width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #container {
    margin: 10px auto 0;
  }
  #main {
    width: 100%;
    padding: 5px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
/* -------------------------------------
   フッタ
------------------------------------- */
#footer {
  margin-top: 80px;
  padding: 50px;
  background-color: #4C4948;
  color: #fff;
  overflow: hidden;
}

#footer_company {
  float: left;
  line-height: 180%;
}

#footer_company img {
  margin-bottom: 1rem;
}

#footer_link {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer_link li {
  padding: 0 .5rem;
}

#footer_link li a {
  color: #fff;
}

/* Smartphones (portrait and landscape) ---------;-- */
@media only screen and (max-width: 736px) {
  #footer {
    margin-top: 40px;
    padding: 0;
  }
  #footer_company {
    float: none;
    padding: 10px;
  }
  #footer_link {
    float: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
  }
  #footer_link li {
    width: 100%;
    padding: 0;
  }
  #footer_link li a {
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    color: #fff;
  }
}

/* -------------------------------------
   TOP PAGE
------------------------------------- */
#home_index #top_image {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


#home_index #top_image_logo {
  width: 620px;
  position: absolute;
  top: 35%;
  left: 7%;
  color: #4C4948;
  padding: 2rem;
  text-align: left;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 2.85rem;
  line-height: 150%;
  letter-spacing: 0.15em;
  padding: 1rem 2rem;
}


#bottan {
  z-index: 999;
  position:fixed;
  right:50px;
  bottom:50px;
}

#bottan .a{
  margin-bottom: 6px;
}

#home_index #home h2 {
  color: #4C4948;
  font-weight: 700;
  text-align: center;
  font-size: 21px;
  font-size: 1.6125rem;
  padding: 2rem 0;
  letter-spacing: 0.05em;
}

#home_index #home h2 span {
  font-size: 13px;
  font-size: 0.8125rem;
}

#home_index #home #top_news {
  border: 2px solid #B9BABA;
  padding: 2rem;
  line-height: 220%;
}

#home_index #home #top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home_index #home #top_link li {
  width: 48%;
  height: 170px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#home_index #home #top_link li p {
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

#home_index #home #top_link li p:before {
  position: absolute;
  content: "";
  right: -30px;
  width: 22px;
  height: 22px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#home_index #home #top_link li#link1 {
  background-image: url(images/photo_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_index #home #top_link li#link2 {
  background-image: url(images/photo_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_index #home #top_link li#link3 {
  background-image: url(images/photo_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_index #home #top_link li#link4 {
  background-image: url(images/photo_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_index #home #top_link li#link5 {
  width: 100%;
  background-image: url(images/photo_5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_index #home #top_link li:hover {
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
}

#home_index #home #top_link li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 70px;
}

.plan {
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan2 {
	position: relative;
	width: 32%;
	border: 1px solid;
	border-color: rgb(75, 75, 75);
	border-radius: 8px;
	margin-bottom: 22px;
}

.plan2 h3 {
	background-color: #4ac789;
	padding: 10px 30px;
  font-size: 16px;
	margin: 0;
	color: white;
}

.plan2 p {
	padding: 20px 30px;
	margin: 0;
}

.plan2 img {
  margin: 10px auto;
}

@media only screen and (max-width: 736px) {
  .plan {
    display:block;
    margin: 0 30px;
  }
  .plan2 {
    width: 100%;
  }
  #bottan {
    display: none;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #home_index #top_image {
    margin-top: 40px;
    height: 90vh;
  }
  #home_index #top_image_logo {
    width: 90%;
    position: absolute;
    top: 14%;
    left: 4%;
    padding: 1rem;
    font-size: 18px;
    font-size: 2.625rem;
  }
  #home_index #home h2 {
    padding: 2rem 0 1rem 0;
  }
  #home_index #home h2 #top_news {
    border: 2px solid #B9BABA;
    padding: .5rem;
    line-height: 220%;
  }
  #home_index #home #top_link li {
    width: 49%;
    height: 120px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #home_index #home #top_link li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 50px;
  }
}

/* -------------------------------------
   下層
------------------------------------- */
.under {
  padding-top: 130px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

.under p,
.under li,
.under th,
.under td {
  line-height: 200%;
}

.under h2 {
  border-left: solid 5px #4C4948;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  position: relative;
  margin-bottom: 50px;
}

.under h2:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: solid 1px #4C4948;
  left: -5px;
  bottom: -10px;
}

.under h2 span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: normal;
}

.under h3 {
  font-weight: bold;
  padding-bottom: .5rem;
}

.under .title2 {
  border-bottom: 1px solid #4C4948;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 20px 0 5px 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.under .title3 {
  border-bottom: 40px solid #4C4948;
  border-right: 30px solid transparent;
  height: 0;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
  line-height: 350%;
  padding-left: 1rem;
  margin-top: -8px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  .under {
    padding-top: 40px;
  }
  .under p,
  .under li,
  .under th,
  .under td {
    line-height: 160%;
  }
  .under h2 {
    margin-bottom: 20px;
  }
}

/* 会社情報
------------------------------------- */
#about #message img {
  float: left;
  margin-right: 2rem;
  width: 50%;
  max-width: 500px;
}

#about li {
  line-height: 180%;
  margin-left: -2rem;
}

#company table,
#saiyo table {
  width: 100%;
}

#company table tr,
#saiyo table tr {
  border-bottom: 1px solid #4C4948;
}

#company table th,
#saiyo table th {
  font-weight: normal;
  padding: 15px;
  width: 20%;
}

#company table td,
#saiyo table td {
  font-weight: normal;
  padding: 15px;
}

#company table ul,
#saiyo table ul {
  list-style-position: outside;
  list-style: disc;
  padding-left: 1rem;
}

#company table ul li,
#saiyo table ul li {
  margin-bottom: 1rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #about #message img {
    float: none;
    margin: auto;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1rem;
  }
}

/* 採用情報
------------------------------------- */
#saiyo #photoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#saiyo #photoblock > div {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 50px;
}

#saiyo #photoblock > div.wide100 {
  width: 100%;
  margin-right: 0;
}

#saiyo #photoblock > div.wide100 img {
  width: 48%;
  margin-right: 2%;
  float: left;
}

#saiyo #photoblock > div.wide100 .text {
  width: 48%;
  float: left;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #company table tr,
  #saiyo table tr {
    border-bottom: none;
  }
  #company table th,
  #saiyo table th {
    display: block;
    padding: 20px 5px 5px 5px;
    width: 100%;
    border-bottom: 1px solid #4C4948;
    font-weight: bold;
  }
  #company table td,
  #saiyo table td {
    display: block;
    padding: 5px;
    width: 100%;
  }
  #saiyo #photoblock > div {
    width: 100%;
    margin-right: 0;
  }
  #saiyo #photoblock > div.wide100 {
    width: 100%;
    margin-right: 0;
  }
  #saiyo #photoblock > div.wide100 img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  #saiyo #photoblock > div.wide100 .text {
    width: 100%;
    float: none;
  }
}

/* 社員紹介*/
#shain section {
  margin-bottom: 5rem;
}

#shain .head {
  width: 100%;
  height: 360px;
}

#shain #shain1 .head {
  background-image: url("about/images/shasin_a1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

#shain .cap {
  text-align: right;
  padding-top: .5rem;
}

#shain h4 {
  color: #4ac789;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 3rem 0 .5rem 0;
}

#shain .photoblock {
  margin-top: 2rem;
}

#shain .photoblock img {
  width: 48%;
  margin-right: 3%;
}

#shain .photoblock img:nth-child(2) {
  margin-right: 0%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #shain .head {
    height: 180px;
  }
  #shain h4 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1rem 0 .5rem 0;
  }
  #shain .photoblock {
    margin-top: 1rem;
  }
  #shain .photoblock img {
    width: 48%;
    margin-right: 1%;
  }
}

/* 事業紹介*/
#jigyo .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#jigyo .photo_wrap .photo_block {
  width: 48%;
  margin: 20px 2% 60px 0;
}

#jigyo .photo_wrap .photo_block.half {
  width: 23%;
}

#jigyo .photo_wrap .photo_block.photo_block2 {
  margin-bottom: 1rem;
}

#jigyo .photo_wrap .photo_block .thumbnail {
  width: 100%;
  margin-top: 5px;
}

#jigyo .photo_wrap .photo_block .thumbnail div {
  padding-right: 2px;
}

#jigyo #yuki p {
  width: 70%;
  float: left;
}

#jigyo #yuki figure {
  float: right;
  width: 27%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  #jigyo .title3 {
    margin-top: 1rem;
  }
  #jigyo .photo_wrap .photo_block {
    width: 100%;
    margin: 10px 0 10px 0;
  }
  #jigyo .photo_wrap .photo_block.half {
    width: 49%;
    margin-right: 1%;
  }
  #jigyo #yuki p {
    width: 100%;
    float: none;
  }
  #jigyo #yuki figure {
    width: 70%;
    margin: 1rem auto;
    float: none;
  }
}

/* ポリシー */
#polycy ol {
  padding-left: 2rem;
  margin-top: 2rem;
}

#polycy ol li {
  list-style: decimal;
  line-height: 160%;
  padding-bottom: 1rem;
}

#polycy ol dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#polycy ol dl dt {
  width: 3rem;
  font-weight: normal;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
  body {
    margin: 0;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: none;
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex li,
  .flex img {
    margin-bottom: 20px;
  }
  .container {
    min-width: 300px;
    _display: inline;
    _zoom: 1;
  }
  .scroll {
    overflow-x: scroll;
  }
}

/* タブレット (portrait) ----------- */
@media only screen and (max-width: 834px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .sphone_tab_only {
    display: block;
  }
}

/* pc ----------- */
@media only screen and (min-width: 736px) {
  /*メニューをページ下部に固定*/
#sp-fixed-menu{
display: none;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 736px) {
/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 100%;
  padding:0;
  margin:0;
  font-size: 20px;
  border-right: 1px solid #fff;
}

/*メニューを緑色に*/
#sp-fixed-menu li:first-child{
  background: #4ac789;
}


/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:20px;
}
}