/* constance variable */
/* noto sans font weight */
/* general method */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**
 * set variables
 */
/** -----------------------------------
 * general settings
 ** --------------------------------- */
html {
  font-size: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 736px) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: 'Noto Sans JP';
  -webkit-text-size-adjust: 100%;
  line-height: 175%;
  font-size: 1rem;
  background: url(../img/haikei.jpg) repeat center top;
  background-attachment: fixed;
}
@media only screen and (max-width: 999px) {
  body {
    background-size: contain;
  }
}
body > section > .wrapper, body > .animate > section > .wrapper {
  width: 1143px;
  margin: 0 auto;
}
@media only screen and (max-width: 1142px) {
  body > section > .wrapper, body > .animate > section > .wrapper {
    width: 94%;
  }
}
body > section > figure > img, body > .animate > section > figure > img {
  width: 100%;
}
body > .animate * {
  position: relative;
  bottom: -10px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
body > .animate *.display {
  bottom: 0;
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
body > .animate *.delay {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body > .animate *.animate01.delay {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body > .animate *.animate02.delay {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  cursor: default;
}

img {
  vertical-align: bottom;
}

.wrapper,
.container {
  position: relative;
  width: 1143px;
  margin: 0 auto;
}
@media only screen and (max-width: 1142px) {
  .wrapper,
  .container {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper,
  .container {
    width: 92%;
  }
}

.clear {
  clear: both;
}

.contents {
  background: #fff;
  position: relative;
}

.contents > section,
.contents > article,
.contents > nav,
.contents > footer {
  position: relative;
  z-index: 2;
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block;
  }
}

.spnav {
  display: none;
  background: #F0F8FB;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.spnav.active {
  display: block;
}
.spnav ul {
  padding-top: 3.75rem;
}
.spnav ul.progenitor > li > ul {
  display: none;
}
.spnav ul[class*=depth-] {
  background: #F0F8FB;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
}
.spnav ul li {
  border-bottom: solid 1px white;
  font-size: 1.25rem;
  font-weight: bold;
}
.spnav ul li:last-child {
  border-bottom: none;
}
.spnav ul li.hasChild {
  position: relative;
}
.spnav ul li.hasChild:after {
  content: ">";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 1em;
  color: #fff;
}
.spnav ul li > a {
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c8e5f0;
}

header {
  padding: 1.88rem 0 4.38rem;
}
@media only screen and (max-width: 736px) {
  header {
    padding: 0.94rem 0 2.19rem;
  }
}
header.fixed {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header > .wrapper > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  header > .wrapper > ul {
    display: none;
  }
}
header > .wrapper > ul > li {
  position: relative;
}
header > .wrapper > ul > li:first-child {
  width: 6.3867%;
}
header > .wrapper > ul > li:nth-child(2) {
  width: 6.3867%;
}
header > .wrapper > ul > li:nth-child(3) {
  width: 6.3867%;
}
header > .wrapper > ul > li:nth-child(4) {
  width: 11.37358%;
}
header > .wrapper > ul > li:nth-child(5) {
  width: 6.29921%;
}
header > .wrapper > ul > li:nth-child(6) {
  width: 6.3867%;
}
header > .wrapper > ul > li:nth-child(7) {
  width: 8.66142%;
}
header > .wrapper > ul > li:last-child {
  width: 10.93613%;
}
header > .wrapper > ul > li img {
  width: 100%;
}
header > .wrapper > ul > li > a {
  text-decoration: none;
}
header > .wrapper > ul > li > a:hover {
  text-decoration: none;
}
header > .wrapper > ul > li > ul {
  display: none;
  background: #fff;
  width: 100px;
  padding: 1.25rem;
  position: absolute;
  left: 0;
  top: 1.88rem;
  z-index: 999;
}
header > .wrapper > ul > li > ul li {
  font-size: 1.13rem;
  font-weight: 700;
  text-align: left;
}
header > .wrapper > ul > li > ul li:not(:last-child) {
  border-bottom: solid 1px #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
header > .wrapper > ul > li > ul li a {
  display: block;
}

footer {
  border-top: solid 1px #231815;
  padding: 0.16rem 0 1.56rem 0;
  text-align: right;
  line-height: 100%;
}
