@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
/*====================================================================

  html, body

====================================================================*/
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 13px;
  *font-size: 100%;
  line-height: 1.4;
  word-spacing: 0;
  letter-spacing: 0.04em;
  background-color: #FFF;
}

/*====================================================================

  アイコンフォント設定

====================================================================*/
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*====================================================================

  アンカー

====================================================================*/
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999;
}

/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
/*====================================================================

共通設定

====================================================================*/
p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

.maxImg img {
  width: 100%;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.row {
  overflow: hidden;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

p.btn {
  width: 250px;
  margin: 0 auto;
}
p.btn a {
  display: block;
  padding: 14px;
  color: #FFF;
  text-align: center;
  position: relative;
}
p.btn a:after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 14px;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

/*====================================================================

  ヘッダー

====================================================================*/
header#siteHead {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #FFF;
  border-bottom: 1px solid #c3c3c3;
}
header#siteHead p#siteId {
  width: 300px;
  position: absolute;
  top: 16px;
  left: 40px;
}
header#siteHead nav#globalNav {
  position: absolute;
  top: 0px;
  right: 40px;
}
header#siteHead nav#globalNav span.menu-button {
  display: none;
}
header#siteHead nav#globalNav ul#navList {
  overflow: hidden;
  margin: 0;
}
header#siteHead nav#globalNav ul#navList li {
  list-style: none;
  float: left;
  margin: 0 0 0 40px;
}
header#siteHead nav#globalNav ul#navList li a {
  display: block;
  font-size: 100%;
  padding: 32px 0;
  height: 79px;
}
header#siteHead nav#globalNav ul#navList li a.active {
  color: #3a87a0;
  font-weight: bold;
  border-bottom: 3px solid #3a87a0;
}
header#siteHead nav#globalNav ul#navList li#gnFbBtn a i, header#siteHead nav#globalNav ul#navList li#gnTwBtn a i {
  font-size: 170%;
}
header#siteHead nav#globalNav ul#navList li#gnFbBtn a {
  color: #3b5998;
}
header#siteHead nav#globalNav ul#navList li#gnTwBtn {
  margin: 0 0 0 15px;
}
header#siteHead nav#globalNav ul#navList li#gnTwBtn a {
  color: #1da1f2;
}

#pageTitleHead {
  text-align: center;
  padding: 60px 0;
}
#pageTitleHead h2 {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 420%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
}
#pageTitleHead h2 span {
  margin: 0 -0.8em 0 0;
}
#pageTitleHead h3 {
  font-size: 154%;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #3a87a0;
  font-weight: normal;
}

#endCopyCont {
  padding: 120px 0 50px 0;
  background: #3a87a0;
  color: #FFF;
  position: relative;
}
#endCopyCont p#deco01 {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 50px;
  margin: 0 0 0 -25px;
}
#endCopyCont p#endCopy {
  text-align: center;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 208%;
  line-height: 1.6;
}

/*====================================================================

  フッター

====================================================================*/
footer .footerInner {
  background: #464646;
  padding: 60px 0;
}
footer .footerInner p {
  color: #FFF;
  text-align: center;
}
footer .footerInner p.catchCopy {
  font-size: 185%;
  letter-spacing: 0.1em;
  margin: 0 0 8px 0;
}
footer .footerInner p.subCopy {
  font-size: 124%;
  margin: 0 0 30px 0;
}
footer .footerInner .contactWrap {
  width: 860px;
  margin: 0 auto 40px;
}
footer .footerInner .contactWrap .col-2 {
  background: #575757;
  border-radius: 3px;
  border: 1px solid #676767;
  width: 400px;
  float: left;
  margin: 0 0 0 60px;
  padding: 20px;
}
footer .footerInner .contactWrap .col-2:first-of-type {
  margin: 0;
}
footer .footerInner .contactWrap .col-2 p {
  text-align: center;
}
footer .footerInner .contactWrap .col-2 p.contactTitle {
  font-size: 108%;
  font-weight: 400;
}
footer .footerInner .contactWrap .col-2 p.contactBtn {
  width: 100%;
  margin: 10px 0;
}
footer .footerInner .contactWrap .col-2 p.contactBtn a {
  font-size: 162%;
  display: block;
  padding: 14px;
  color: #FFF;
  text-align: center;
  position: relative;
  background: #c43f5e;
  border-radius: 2px;
}
footer .footerInner .contactWrap .col-2 p.contactBtn a:after {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 14px;
}
footer .footerInner .contactWrap .col-2 p.contactBtn a:hover {
  background: #a52442;
}
footer .footerInner .contactWrap .col-2 p.contactCaption {
  font-size: 85%;
}
footer .footerInner h1 {
  font-size: 85%;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
footer .footHome {
  background-color: #464646;
  background-image: url(../img/common/foot_img01.png);
  background-repeat: no-repeat;
  background-position: 97% 100%;
  background-size: 17%;
}
footer .footConcept {
  background-color: #464646;
  background-image: url(../img/common/foot_img02.png);
  background-repeat: no-repeat;
  background-position: 96% 100%;
  background-size: 16%;
}
footer .footOutline {
  background-color: #464646;
  background-image: url(../img/common/foot_img03.png);
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: 19%;
}
footer .footOwner {
  background-color: #464646;
  background-image: url(../img/common/foot_img04.png);
  background-repeat: no-repeat;
  background-position: 96% 100%;
  background-size: 15%;
}
footer .footSenior {
  background-color: #464646;
  background-image: url(../img/common/foot_img05.png);
  background-repeat: no-repeat;
  background-position: 96% 100%;
  background-size: 16%;
}
footer #pcWrap {
  background: #303030;
  padding: 15px 0;
}
footer #pcWrap p {
  color: #999;
  font-size: 77%;
  text-align: center;
  padding: 5px 0;
}
footer #pcWrap p#powered a {
  color: #999;
  text-decoration: underline;
}

p#pageScroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}
p#pageScroll a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #3a87a0;
  padding: 10px;
  border: 1px solid #FFF;
  border-radius: 3px;
}
p#pageScroll a:hover {
  background: #22667c;
}
p#pageScroll a i {
  color: #FFF;
}

p#entryBtn {
  position: fixed;
  right: 30px;
  bottom: 50%;
}
p#entryBtn a {
  display: block;
  text-align: center;
  font-size: 154%;
  font-weight: bold;
  width: 50px;
  height: 215px;
  text-align: center;
  background: #FFF;
  padding: 35px 10px;
  border: 1px solid #999;
  border-radius: 100px;
}
p#entryBtn a i {
  color: #dd1d1d;
}
p#entryBtn a:hover {
  color: #333;
  background: #DDD;
}
p#entryBtn.btnOff {
  opacity: 0;
  animation: fadeOut 0.3s ease 0s 1 normal;
  -webkit-animation: fadeOut 0.3s ease 0s 1 normal;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* スマホ */
@media only screen and (max-width: 768px) {
  /*====================================================================

  共通設定

  ====================================================================*/
  .inner {
    width: 100%;
    margin: 0;
  }

  .row {
    overflow: hidden;
  }

  p.btn {
    width: 250px;
    margin: 0 auto;
  }
  p.btn a {
    display: block;
    padding: 14px;
    color: #FFF;
    text-align: center;
    position: relative;
  }
  p.btn a:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    top: 14px;
    right: 14px;
  }

  /*====================================================================

  ヘッダー

  ====================================================================*/
  header#siteHead {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 65px;
  }
  header#siteHead p#siteId {
    width: 220px;
    left: 15px;
  }
  header#siteHead nav#globalNav {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 0;
  }
  header#siteHead nav#globalNav span.menu-button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
  }
  header#siteHead nav#globalNav span.menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #333;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }
  header#siteHead nav#globalNav span.menu-button i:before, header#siteHead nav#globalNav span.menu-button i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #333;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s !important;
  }
  header#siteHead nav#globalNav span.menu-button i:before {
    transform: translateY(8px);
  }
  header#siteHead nav#globalNav span.menu-button i:after {
    transform: translateY(-8px);
  }
  header#siteHead nav#globalNav span.menu-button.active i {
    background: #FFF;
  }
  header#siteHead nav#globalNav span.menu-button.active i:after {
    transform: translateY(0px) rotate(-45deg);
  }
  header#siteHead nav#globalNav span.menu-button.active i:before {
    transform: translateY(0px) rotate(45deg);
  }
  header#siteHead nav#globalNav ul#navList {
    margin: 0;
    padding: 0;
    display: none;
    background: rgba(30, 30, 30, 0.95);
    overflow: hidden;
    position: absolute;
    top: 65px;
    width: 100%;
  }
  header#siteHead nav#globalNav ul#navList li {
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #666;
  }
  header#siteHead nav#globalNav ul#navList li a {
    display: block;
    font-size: 100%;
    padding: 16px 15px;
    height: auto;
    color: #FFF;
    position: relative;
  }
  header#siteHead nav#globalNav ul#navList li a.active {
    color: #FFF;
    font-weight: normal;
    border-bottom: none;
  }
  header#siteHead nav#globalNav ul#navList li a:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 4%;
    color: #FFF;
  }
  header#siteHead nav#globalNav ul#navList li#gnFbBtn, header#siteHead nav#globalNav ul#navList li#gnTwBtn {
    float: left;
    width: 50%;
  }
  header#siteHead nav#globalNav ul#navList li#gnFbBtn a, header#siteHead nav#globalNav ul#navList li#gnTwBtn a {
    text-align: center;
  }
  header#siteHead nav#globalNav ul#navList li#gnFbBtn a i, header#siteHead nav#globalNav ul#navList li#gnTwBtn a i {
    font-size: 208%;
  }
  header#siteHead nav#globalNav ul#navList li#gnFbBtn a:after, header#siteHead nav#globalNav ul#navList li#gnTwBtn a:after {
    display: none;
  }
  header#siteHead nav#globalNav ul#navList li#gnFbBtn a {
    color: #FFF;
  }
  header#siteHead nav#globalNav ul#navList li#gnTwBtn {
    margin: 0;
  }
  header#siteHead nav#globalNav ul#navList li#gnTwBtn a {
    color: #FFF;
  }

  #pageTitleHead {
    padding: 40px 4%;
  }
  #pageTitleHead h2 {
    font-size: 200%;
    line-height: 1;
  }
  #pageTitleHead h3 {
    font-size: 116%;
  }

  #endCopyCont {
    padding: 60px 4% 30px;
  }
  #endCopyCont p#deco01 {
    top: -50px;
    width: 25px;
    margin: 0 0 0 -13px;
  }
  #endCopyCont p#endCopy {
    font-size: 108%;
  }

  /*====================================================================

  フッター

  ====================================================================*/
  footer .footerInner {
    padding: 30px 4%;
  }
  footer .footerInner p.catchCopy {
    font-size: 124%;
  }
  footer .footerInner p.subCopy {
    font-size: 93%;
    margin: 0 0 30px 0;
  }
  footer .footerInner .contactWrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .footerInner .contactWrap .col-2 {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
    padding: 15px;
  }
  footer .footerInner .contactWrap .col-2 p.contactTitle {
    font-size: 93%;
  }
  footer .footerInner .contactWrap .col-2 p.contactBtn a {
    font-size: 124%;
  }
  footer .footerInner h1 {
    font-size: 85%;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  footer .footHome {
    background-color: #464646;
    background-image: none;
  }
  footer .footConcept {
    background-color: #464646;
    background-image: none;
  }
  footer .footOutline {
    background-color: #464646;
    background-image: none;
  }
  footer .footOwner {
    background-color: #464646;
    background-image: none;
  }
  footer .footSenior {
    background-color: #464646;
    background-image: none;
  }
  footer #pcWrap {
    background: #303030;
    padding: 15px 0;
  }
  footer #pcWrap p {
    color: #999;
    font-size: 77%;
    text-align: center;
    padding: 5px 0;
  }
  footer #pcWrap p#powered a {
    color: #999;
    text-decoration: underline;
  }

  p#pageScroll {
    position: fixed;
    right: -1px;
    bottom: 60px;
  }
  p#pageScroll a {
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 0px;
  }

  p#entryBtn {
    display: none;
  }
}
/*
Font-size list (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
