@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#333;
  margin:0;
  padding:0;
  background:#ececec;
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  font-family: 'Noto Sans JP', sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#333;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.4s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/

.l-wrap {
  padding: 110px 0 0 0;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
}

.p-header {
  background: #FFF;
  padding: 0 20px;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 110px;
  transition: all 0.4s ease-out;
}
.p-headerLogo {
}
.p-headerLogo a {
  display: block;
  width: 250px;
}
.p-headerContents {
  padding-right: 60px;
}
.p-headerContact {
  
}
.p-headerContact a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #796caf;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
}
.p-headerContact a span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  padding: 0 0 0 40px;
  position: relative;
}
.p-headerContact a span:before {
  display: block;
  width: 30px;
  height: 27px;
  background: url("../images/icon-mail.png") no-repeat center center;
  background-size: 25px auto;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-headerContact2__btn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.p-headerMenuBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
/*
  background: #FFF;
*/
  height: 110px;
  width: 80px;
  cursor: pointer;
  z-index: 10010;
  transition: all 0.4s ease-out;
}
.p-headerMenuBtnInner,
.p-headerMenuBtnInner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.p-headerMenuBtnInner {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
}
.p-headerMenuBtnInner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.p-headerMenuBtnInner span:nth-of-type(1) {
  top: 0;
}
.p-headerMenuBtnInner span:nth-of-type(2) {
  top: 11px;
}
.p-headerMenuBtnInner span:nth-of-type(3) {
  bottom: 0;
}
.p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(2) {
  opacity: 0;
}
.p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

.p-header.is-flow .p-headerWrap {
  height: 80px;
}
.p-header.is-flow .p-headerLogo a {
  width: 170px;
}
.p-header.is-flow .p-headerContact a {
  height: 50px;
}
.p-header.is-flow .p-headerMenuBtn {
  height: 80px;
}
.p-headerMenuBtn.is-open .p-headerMenuBtnInner span {
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 15px;
  }
  .p-headerWrap {
    height: 60px;
  }
  .p-headerLogo {
  }
  .p-headerLogo a {
    width: 150px;
  }
  .p-headerContents {
    padding-right: 50px;
  }
  .p-headerContact {
    display: none;
  }
  .p-headerContact a {
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
  }
  .p-headerContact a span {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 0 40px;
  }
  .p-headerContact a span:before {
    width: 30px;
    height: 27px;
    background: url("../images/icon-mail.png") no-repeat center center;
    background-size: 25px auto;
  }
  .p-headerContact2__btn {
    width: 40px;
    height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .p-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .p-headerMenuBtnInner {
    width: 30px;
    height: 24px;
  }
  .p-headerMenuBtnInner span {
    width: 100%;
    height: 2px;
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .p-headerMenuBtn.is-open .p-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }

  .p-header.is-flow .p-headerWrap {
    height: 60px;
  }
  .p-header.is-flow .p-headerLogo a {
    width: 150px;
  }
  .p-header.is-flow .p-headerContact a {
    height: 60px;
  }
  .p-header.is-flow .p-headerMenuBtn {
    height: 60px;
  }
}


.p-gNavOuter {
  display: none;
}
.p-gNavFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 10001;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-gNav {
  
}
.p-gNavList {
  
}
.p-gNavList__item {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
}
.p-gNavList__item:nth-child(n + 2) {
  margin-top: 10px;
}
.p-gNavList__item > a {
  color: #FFF;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.p-gNavList__item > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.p-footer {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  background: #000;
  padding: 20px 20px 18px;
}

