@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body {
  position: relative;
  cursor: none;
}

@media screen and (max-width: 960px) {
  body {
    cursor: auto;
  }
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #00825C;
  z-index: 100001;
}

.follower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #00825C;
  opacity: 0.9;
  z-index: 100000;
  -webkit-transition: -webkit-transform ease .1s;
  transition: -webkit-transform ease .1s;
  -o-transition: transform ease .1s;
  transition: transform ease .1s;
  transition: transform ease .1s, -webkit-transform ease .1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.follower.is-active {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.btn {
  display: inline-block;
  width: 160px;
  margin: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  background-color: #000;
  cursor: none;
}

.bg_black {
  background: #000;
}

a {
  color: #333333;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.txred {
  color: #00825C;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.pdflink {
  text-decoration: underline;
}

.pdflink:hover {
  color: #00825C;
  text-decoration: none;
}

.pdflinkp::before {
  content: "\f1c1";
  color: #00825C;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  padding-right: 12px;
}

ul.number {
  list-style-type: decimal;
  padding-left: 20px;
}

ul.disc {
  list-style-position: outside;
}

ul.disc li {
  position: relative;
  padding-left: 20px;
}

ul.disc li::before {
  content: '';
  border-radius: 100%;
  background-color: #000;
  display: inline-block;
  margin-right: 10px;
  list-style-position: outside;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0px;
}

.spHide {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .spHide {
    display: none !important;
  }
}

.spDisp {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .spDisp {
    display: block !important;
  }
}

.text-link-color {
  color: #0000ff !important;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #00825C;
  opacity: 1;
  z-index: 999;
  width: 60px;
  height: 60px;
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

#page-top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #FAFAFA;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 10px;
  margin: auto;
  text-align: center;
}

/*--幅------------------------------------*/
.maincontents {
  width: 100%;
  width: 100%;
  margin: 0 auto;
}

.width80 {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 960px) {
  .width80 {
    width: 90%;
  }
}

.width960 {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 960px) {
  .width960 {
    width: 90%;
  }
}

/*--動き------------------------------------*/
.clip {
  opacity: 0.4;
  margin: 0 auto;
  width: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clip_start {
  width: 100%;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.blur {
  opacity: 0.4;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.blur_start {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}

.fade {
  opacity: 0.4;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.fadeIn {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.fade2 {
  opacity: 0.2;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.fadeIn2 {
  opacity: 1;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.fade3 {
  opacity: 0.2;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.fadeIn3 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*--空き------------------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .mt60 {
    margin-top: 40px;
  }
}

/*--ボタン------------------------------------*/
.btn a {
  background-color: #00825C;
  background-image: url(/950ghneo/lib/cmn-img/arrow_img.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  border-radius: 40px;
  color: #FAFAFA;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

@media screen and (max-width: 960px) {
  .btn a {
    width: 100%;
  }
}

.btn a:hover {
  background-color: #FF0500;
  background-position: 98%;
}

.ancbtn a {
  background-color: #00825C;
  background-image: url(/950ghneo/lib/cmn-img/arrow_bottom.svg);
  background-position: center 90%;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #FAFAFA;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .ancbtn a {
    width: 100%;
  }
}

.ancbtn a:hover {
  background-color: #FF0500;
  background-position: center 98%;
}

/*--トップ見出し------------------------------------*/
.head {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 50px;
  text-align: left;
  color: #054230;
}

.head::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  margin-top: 20px;
  background-color: #00825C;
  text-align: left;
}

.head_black {
  color: #333;
}

.message_box {
  color: #FAFAFA;
}

@media screen and (max-width: 960px) {
  .message_box {
    width: 80%;
    margin: 0 auto;
  }
}

.message_box .message_head {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .message_box .message_head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.message_box p {
  max-width: 500px;
  margin: 40px auto 0;
}

/*------------------------------------------------

      中面共通

------------------------------------------------*/
/*--中面メインエリア------------------------------------*/
/*--中面見出し・フォント------------------------------------*/
/*--中面ヘッダー-----------------------------------*/
/*--パンくず------------------------------------*/
/*--indexデザイン------------------------------------*/
/*--横並びパーツ------------------------------------*/
.fl_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .fl_box01 {
    display: block;
  }
}

.fl_box01 .fl_boxL {
  width: 60%;
  margin-right: 5%;
}

@media screen and (max-width: 960px) {
  .fl_box01 .fl_boxL {
    margin-right: 0;
    width: 100%;
  }
}

.fl_box01 .tx {
  margin-top: 20px;
}

.fl_box01 .fl_boxR {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .fl_box01 .fl_boxR {
    width: 100%;
  }
}

.fl_box02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .fl_box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fl_box02 .fl_boxL {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .fl_box02 .fl_boxL {
    width: 100%;
  }
}

.fl_box02 .tx {
  margin-top: 20px;
}

.fl_box02 .fl_boxR {
  margin-left: 5%;
  width: 60%;
}

@media screen and (max-width: 960px) {
  .fl_box02 .fl_boxR {
    margin-left: 0;
    width: 100%;
  }
}

.twobox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 960px) {
  .twobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.twobox li {
  margin-right: 2%;
  width: 49%;
}

@media screen and (max-width: 960px) {
  .twobox li {
    width: 100%;
  }
}

.twobox li:nth-child(even) {
  margin-right: 0;
}

.twobox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twobox_wrap li {
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 2%;
  width: 49%;
}

@media screen and (max-width: 960px) {
  .twobox_wrap li {
    margin-left: 0;
    width: 100%;
  }
}

.twobox_wrap li:nth-child(even) {
  margin-right: 0;
}

.threebox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 960px) {
  .threebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.threebox li {
  margin-right: 1%;
  width: 33.333%;
}

@media screen and (max-width: 960px) {
  .threebox li {
    width: 100%;
  }
}

.threebox li:nth-child(3) {
  margin-right: 0;
}

.threebox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.threebox_wrap li {
  margin-right: 2%;
  width: 32%;
}

@media screen and (max-width: 960px) {
  .threebox_wrap li {
    width: 100%;
  }
}

.threebox_wrap li:nth-child(3n) {
  margin-right: 0;
}

.fourbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 960px) {
  .fourbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fourbox li {
  margin-right: 1%;
  width: 25%;
}

@media screen and (max-width: 960px) {
  .fourbox li {
    width: 100%;
  }
}

.fourbox li:nth-child(4) {
  margin-right: 0;
}

.fivebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fivebox li {
  margin-right: 1%;
  margin-bottom: 1%;
  width: 19.2%;
}

@media screen and (max-width: 960px) {
  .fivebox li {
    width: 49%;
  }
}

.fivebox li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .fivebox li:nth-child(5n) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 960px) {
  .fivebox li:nth-child(5n) li:nth-child(2n) {
    margin-right: 0;
  }
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#030000), to(#171717));
  background: -webkit-linear-gradient(#030000 0%, #171717 100%);
  background: -o-linear-gradient(#030000 0%, #171717 100%);
  background: linear-gradient(#030000 0%, #171717 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  top: 0;
  position: fixed;
  z-index: 999;
  min-height: 90px;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

@media screen and (max-width: 960px) {
  header {
    position: fixed;
    min-height: 60px;
    top: 0;
    bottom: inherit;
  }
}

header .headerL {
  width: 300px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-top: 25px;
}

@media screen and (max-width: 960px) {
  header .headerL {
    padding: 14px 0 14px 2.5%;
    width: 154px;
    height: 14px;
  }
}

@media screen and (max-width: 960px) {
  header .headerL .logo a {
    display: inline-block;
  }
}

header .headerL img.logoimg {
  width: 322px;
  height: 27px;
}

@media screen and (max-width: 960px) {
  header .headerL img.logoimg {
    width: 100%;
  }
}

header .headerR {
  text-align: center;
  width: auto;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding-right: 2.5%;
}

@media screen and (max-width: 960px) {
  header .headerR {
    width: 60px;
  }
}

header .headerR ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
}

@media only screen and (max-width: 960px) {
  header .headerR ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  header .headerR ul {
    display: block;
  }
}

header .headerR li {
  border-left: 1px solid #6D6D6D;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  font-family: "Audiowide", sans-serif;
}

@media screen and (max-width: 960px) {
  header .headerR li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  header .headerR li {
    padding-right: 0;
    border-right: none;
  }
}

header .headerR a {
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 960px) {
  header .headerR a {
    display: none;
  }
}

header .headerR a:hover {
  color: #00825C;
}

header .headerR a.en {
  background: -webkit-gradient(linear, left top, left bottom, from(#00845d), to(#002f22));
  background: -webkit-linear-gradient(#00845d 0%, #002f22 100%);
  background: -o-linear-gradient(#00845d 0%, #002f22 100%);
  background: linear-gradient(#00845d 0%, #002f22 100%);
  padding: 5px 20px;
  border-radius: 50px;
}

header .border_btm {
  background-color: #343434;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  header .border_btm {
    display: none;
  }
}

.inpageheader {
  position: fixed;
  top: 0;
  bottom: inherit;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00845d), to(#002f22));
  background: -webkit-linear-gradient(#00845d 0%, #002f22 100%);
  background: -o-linear-gradient(#00845d 0%, #002f22 100%);
  background: linear-gradient(#00845d 0%, #002f22 100%);
}

.hamburger-menu-text {
  color: white;
  font-size: 9px;
  position: absolute;
  right: -5px;
  top: 4px;
  font-family: "Audiowide", sans-serif;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00845d), to(#002f22));
  background: -webkit-linear-gradient(#00845d 0%, #002f22 100%);
  background: -o-linear-gradient(#00845d 0%, #002f22 100%);
  background: linear-gradient(#00845d 0%, #002f22 100%);
  display: none;
  padding: 40px 0;
  position: fixed;
  z-index: 1000;
  /*
   overflow: scroll;*/
  -webkit-overflow-scrolling: touch;
  /*
   ul {
      width: 85%;
      margin: 0 auto;

      li {
         font-size: 16px;
         text-align: left;
         list-style: none;
         letter-spacing: 1px;
         color: $white;
         font-weight: bold;
         position: relative;

         a {
            border-bottom: 1px solid #393939;
            display: block;
            cursor: pointer;
            padding: 20px 0px;
            margin: 0;
            position: relative;
            text-align: left;
            font-size: 16px;
            line-height: 1;
            vertical-align: middle;
            font-weight: bold;
            color: $white;
         }


         li {
            .sp_h_btn01 {
               display: block;
               background: $green;

               &:hover {}
            }
         }


         &:after {
            content: url("/950ghneo/lib/cmn-img/redarrow.svg");
            position: absolute;
            right: 2px;
            top: 13px;
         }
      }

      .accordion:after {
         display: none;
      }
   }
   */
}

.hamburger-box p.hmtx {
  font-family: "Audiowide", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 0.2em;
}

.hamburger-box p.hmtx a {
  color: #FAFAFA;
  font-weight: bold;
}

.hamburger-box .btn_02 {
  margin-top: 40px;
}

.hamburger-box .btn_02 a {
  padding: 15px 0;
}

.hamburger-box p.enbtn {
  text-align: center;
  margin-top: 20px;
}

.hamburger-box p.enbtn a.en {
  color: #00825C;
  font-family: "Audiowide", sans-serif;
  background: #FAFAFA;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.hamburger-box .hamburger-accordion-list {
  display: none;
  width: 100%;
}

.hamburger-box .hamburger-accordion-list li a {
  color: #FAFAFA;
  text-align: left;
  padding: 15px 0 20px;
  font-size: 14px;
  font-weight: normal;
}

.hamburger-box .hamburger-accordion-list li::after {
  content: url("/950ghneo/lib/cmn-img/redarrow.svg");
  position: absolute;
  right: 0px;
  top: 10px;
}

p .sp_h_btn01 {
  display: block;
  color: #FAFAFA;
  padding: 20px 0;
  background: #00825C;
  text-align: center;
  margin: 20px auto 0;
  width: 85%;
}

p .sp_h_btn01 img {
  vertical-align: text-top;
  padding-right: 10px;
  padding-top: 1px;
}

p .sp_h_btn02 {
  display: block;
  color: #333;
  padding: 20px 0;
  background: #E1E1E1;
  text-align: center;
  margin: 10px auto 0;
  width: 85%;
}

p .sp_h_btn02 img {
  vertical-align: text-top;
  padding-right: 10px;
  padding-top: 4px;
}

p.sp_h_tx {
  text-align: center;
  margin-top: 20px;
}

p.sp_h_tx a {
  color: #949494;
}

.hamburger-menu {
  width: 20px;
  height: 30px;
  margin: 30px 22px 0;
  background: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 99999;
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  -o-transition: 0.1s transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
}

.hamburger-bar {
  width: 24px;
  height: 2px;
  margin: auto;
  background: #FAFAFA;
  position: absolute;
  content: '';
  top: -8px;
  left: -4px;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
}

.hamburger-bar:after {
  width: 24px;
  height: 2px;
  margin: auto;
  background: #FAFAFA;
  position: absolute;
  content: '';
  top: -8px;
  left: 0;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
}

.hamburger-bar:before {
  width: 24px;
  height: 2px;
  margin: auto;
  background: #FAFAFA;
  position: absolute;
  content: '';
  top: -8px;
  left: 0;
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  top: -0.8rem;
}

.hamburger-bar:after {
  top: 0.8rem;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hamburger-bar:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hamburger-active .hamburger-bar {
  background: 0;
  -webkit-transition: 0.2s background linear 0.1s,
    0.2s top linear,
    0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s,
    0.2s top linear,
    0.2s -webkit-transform linear 0.2s;
  -o-transition: 0.2s background linear 0.1s,
    0.2s top linear,
    0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s,
    0.2s top linear,
    0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s,
    0.2s top linear,
    0.2s transform linear 0.2s,
    0.2s -webkit-transform linear 0.2s;
}

.hamburger-active .hamburger-bar:after,
.hamburger-active .hamburger-bar:before {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  -o-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

.hamburger-active .hamburger-bar:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-active .hamburger-bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.hamburger-active .hamburger-bar:before {
  top: 0;
}

.hamburger-accordion-btn {
  cursor: pointer;
  padding: 20px 0px;
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #FAFAFA;
  border-bottom: 1px solid #393939;
}

.plus01 {
  background-color: #b00024;
  height: 3px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
}

.plus02 {
  background-color: #b00024;
  height: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
}

.entry_btm_btn {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: calc(100% - 20px);
  left: 10px;
}

.entry_btm_btn p {
  background-image: url(/950ghneo/lib/cmn-img/entry_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.entry_btm_btn a {
  color: #FAFAFA;
  display: block;
  background-image: url(/950ghneo/lib/cmn-img/arrow_img.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  font-family: "Open Sans", sans-serif;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 100%;
}

footer {
  background-color: #000;
  padding: 60px 0 0;
  text-align: center;
  z-index: 100;
  position: relative;
  margin-top: -2px;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 30px 0 0;
  }
}

footer .fourbox {
  border-top: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
  padding: 10px 0;
  margin: 60px 0;
}

@media screen and (max-width: 960px) {
  footer .fourbox {
    margin-top: 30px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 960px) {
  footer li {
    padding-top: 5px;
  }
}

footer a {
  color: #FAFAFA;
  font-family: "Audiowide", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
}

footer a:hover {
  color: #00825C;
}

footer address {
  background: -webkit-gradient(linear, left top, left bottom, from(#00845d), to(#002f22));
  background: -webkit-linear-gradient(#00845d 0%, #002f22 100%);
  background: -o-linear-gradient(#00845d 0%, #002f22 100%);
  background: linear-gradient(#00845d 0%, #002f22 100%);
  color: #FAFAFA;
  font-style: normal;
  font-size: 10px;
  padding: 10px 0;
}
