/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body *,
body a {
  font-family: 'Noto Sans JP', sans-serif !important;
  letter-spacing: normal !important;
  color: #707070; }

html, body {
  width: 100%;
  overflow-x: hidden; }

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

.check {
  color: #D21577; }

::selection {
  background: #f7ff77;
  color: #707070; }

::-moz-selection {
  background: #f7ff77;
  color: #707070; }

@media screen and (max-width: 1279px) {
  .viewPc {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .viewSp {
    display: none !important; } }
.btn a {
  display: block;
  padding: 1em 2em 1em 1em;
  background: #E977B2;
  color: #fff;
  font-weight: 500;
  box-shadow: 2px 3px 0 #D21577;
  border-radius: 5px;
  text-align: center;
  position: relative; }
  .btn a:hover {
    background: #D21577;
    color: #fff;
    box-shadow: none; }
  .btn a:before {
    display: none !important; }
  .btn a:after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #fff;
    right: 10px;
    top: 50%;
    margin-top: -5px; }

#gHeader {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 1000;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  #gHeader p.catch {
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media screen and (max-width: 1279px) {
    #gHeader .logo {
      width: calc(100vw - 100px); } }
  #gHeader nav .sitemenu span {
    display: inline-block;
    padding: 5px;
    font-size: 0.7em; }
  #gHeader nav .snsmenu {
    display: flex; }
    #gHeader nav .snsmenu li {
      margin: 0 5px; }
  #gHeader .gNavWrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 100% 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.8); }
  #gHeader .gNavWrapper.active {
    transform: scaleX(1);
    background: rgba(0, 0, 0, 0.8); }
  #gHeader .gNav {
    padding-top: 50px; }
    #gHeader .gNav .sitemenu {
      margin-bottom: 20px; }
      #gHeader .gNav .sitemenu li {
        text-align: center;
        border-bottom: 1px solid #666; }
      #gHeader .gNav .sitemenu a {
        display: block;
        padding: 10px;
        color: #fff; }
        #gHeader .gNav .sitemenu a span {
          color: #fff; }
    #gHeader .gNav .snsmenu {
      display: flex;
      padding: 10px;
      justify-content: center; }
      #gHeader .gNav .snsmenu li {
        margin: 0 5px; }

.navBtn {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 2000;
  transition: all 0.3s ease; }
  .navBtn div {
    transition: all 0.5s;
    background: #fff; }
  .navBtn div:first-child {
    position: absolute;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    margin-left: 5px; }
  .navBtn div:nth-child(2) {
    position: absolute;
    width: 40px;
    height: 3px;
    margin-top: 20px;
    margin-left: 5px; }
  .navBtn div:nth-child(3) {
    position: absolute;
    width: 40px;
    height: 3px;
    margin-top: 30px;
    margin-left: 5px; }
  .navBtn.active {
    transform: rotate(180deg); }
    .navBtn.active div:first-child {
      transform: rotate(45deg);
      margin-top: 20px; }
    .navBtn.active div:nth-child(2) {
      transform: rotate(135deg); }
    .navBtn.active div:nth-child(3) {
      transform: scale(0); }

#contentsWrap {
  padding-top: 60px; }
  @media screen and (max-width: 1279px) {
    #contentsWrap {
      padding-top: 54px; } }

#FixedContact {
  z-index: 1000; }
  @media screen and (max-width: 1279px) {
    #FixedContact {
      box-shadow: 0 -1.5rem 2rem -1.5rem rgba(84, 83, 123, 0.6);
      background: #fff;
      padding: 10px;
      position: fixed;
      width: 100%;
      box-sizing: border-box;
      left: 0px;
      bottom: 0px; } }
  @media screen and (min-width: 1280px) {
    #FixedContact {
      border: solid 1px #707070;
      background: #fff;
      box-shadow: 0 2.5rem 2rem -2rem rgba(84, 83, 123, 0.6);
      padding: 20px;
      text-align: center;
      position: fixed;
      right: 30px;
      height: 150px;
      bottom: 30px; }
      #FixedContact .txt {
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px; } }

@media screen and (max-width: 1279px) {
  #gFooter {
    padding: 20px 20px 90px; }
    #gFooter .logo {
      margin-bottom: 10px; }
    #gFooter .address, #gFooter .tel, #gFooter .fax {
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.6; }
    #gFooter .map {
      display: inline-block;
      position: absolute;
      margin: -2em 0 0 12em; }
      #gFooter .map a {
        display: block;
        background: #afafaf;
        color: #fff;
        padding: 5px 10px;
        font-size: 12px; }
    #gFooter .tel {
      float: left;
      margin-right: 10px; } }
@media screen and (min-width: 1280px) {
  #gFooter {
    padding: 20px calc(50% - 500px);
    overflow: hidden; }
    #gFooter .logo {
      margin-bottom: 10px; }
    #gFooter .address, #gFooter .tel, #gFooter .fax {
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.6; }
    #gFooter .map {
      display: inline-block;
      position: absolute;
      margin: -2em 0 0 12em; }
      #gFooter .map a {
        display: block;
        background: #afafaf;
        color: #fff;
        padding: 5px 10px;
        font-size: 12px; }
    #gFooter .tel {
      float: left;
      margin-right: 10px; } }

#childPage h2,
#childPage h3,
#childPage h4,
#childPage h5,
#childPage h6 {
  margin-bottom: 2em !important;
}
#childPage {
  margin-top: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #707070; 
  line-height: 1.7;
}
#childPage section{
  margin: 0 auto !important;
}