@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
}

html {
  overflow-y: scroll;
}

#nav_sp {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  overflow-y: scroll;
}

em {
  font-style: normal;
}

a {
  outline: none;
}

.fr {
  float: right;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

/*---------------------
HEADER
----------------------*/

.header {
  width: 100%;
  background: #FFF;
  overflow: hidden;
  margin: 0 auto;
}

.header .inr {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 80px;
  -webkit-align-items: center;
  align-items: center;
}

.header h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  padding-left: 2rem;
}

.header h1 a {
  text-decoration: none;
}

.header h1 span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}

.header p.txt1 {
  width: 307px;
  margin-left: auto;
  padding-right: 2rem;
}

.header p.txt1 img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .header {
    width: 100%;
    padding: 0 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .header .inr {
    width: 100%;
    margin: 0 auto;
    height: 15vw;
    position: relative;
  }
  .header img {
    width: 100%;
  }
  .header h1 {
    font-size: 4.4vw;
    padding-left: 2vw;
  }
  .header h1 span {
    font-size: 2.8vw;
  }
  .header p.txt1 {
    width: 18vw;
    margin-left: auto;
    padding-right: 1.5vw;
  }
  .header p.txt1 img {
    width: 18vw;

  }
}


/*--------------------
footer
---------------------*/

#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#footer_inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#footer .copy {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
  margin-top: 0;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/pagetop.png) no-repeat;
}

@media screen and (max-width:768px) {
  #footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background: #FFF;
    border-top:
  }
  #footer_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #footer .copy {
    text-align: center;
    margin-top: 0;
    padding: 10px 0;
    border-top: letter-spacing: 1px;
  }

  #page-topsp {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #page-topsp a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/pagetop.png) no-repeat;
  }
}

