html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #545458;
  font-family:  Arial, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
  margin: 0;
}
.wrap {
  margin: auto;
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* list */
ul {
  list-style: none;
  padding: 0;
}

/* link */
a:link,a:visited,a:hover,a:active {
  color: #222;
  text-decoration: none;
}
a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*notes*/
.header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #000;
  padding: 0 4%;
  width: 100%;
  z-index: 1;
}
.header__top {
  display: flex;
  margin: auto;
  max-width: 1000px;
  padding: 8px 0;
}
.header__top__wrap .logo {
  width: 166px;
}
.header__top__wrap ul {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.header__top__wrap li:nth-of-type(1) {
  width: 290px;
}
@media screen and (max-width:1000px){
.header__top__wrap li:nth-of-type(1) {
  display: none;
}
}
.header__top__wrap li {
  margin-left: 20px;
  width: 210px;
}
.header__menu__wrap {
  margin-top: 90px;
}
.header__menu__wrap ul {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.5em 0;
}
.header__menu__wrap li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 1.5em;
  text-align: center;
}
h1 {
  margin: 0 auto 40px;
  max-width: 1300px;
  padding: 0 4%;
}

/*notes*/
.pkz__wrap {
  margin: 20px auto;
  max-width: 1000px;
  padding: 0 5%;
}
.pkz__wrap nav ul {
  display: flex;
}
.pkz__wrap nav li {
  position: relative;
  font-size: 1.4rem;
  margin-right: 2em;
}
.pkz__wrap nav li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0007.svg) no-repeat;
  width: 4px;
  height: 6px;
  top: .6em;
  right: -1.25em;
}
.pkz__wrap nav li:last-child:before {
  display: none;
}
.pkz__wrap a:link,.pkz__wrap a:visited {
  color: #ff6e80;
  text-decoration: underline;
}

/*notes*/
.cvr__wrap {
  background: center center / 10px url(../img/0100.png) repeat;
  padding: 30px 4%;
  text-align: center;
}
.cvr__wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: 1.25em;
  text-align: center;
}
.cvr__wrap h3 {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.cvr__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.cvr__wrap .box__wrap li {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  justify-content: space-around;
  padding: 8px;
  width: 31.25%;
}
.cvr__wrap .box__wrap li img {
  width: 50px;
}
.cvr__wrap .box__wrap li span {
  font-size: 2.4rem;
}
.cvr__wrap .box__wrap li:nth-of-type(1) p:nth-of-type(2) {
  font-size: 1.0rem;
}
.cvr__wrap .box__wrap li:nth-of-type(3) p:nth-of-type(1) {
  font-size: 1.2rem;
}
.cvr__wrap h2 {
  color: #fff;
  margin-bottom: .5em;
}
.cvr__wrap .box2__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 752px;
}
.cvr__wrap .box2__wrap  li:nth-of-type(1) {
  width: 290px;
}
.cvr__wrap .box2__wrap  li {
  margin-left: 20px;
  width: 210px;
}

/*notes*/
footer {
  padding: 40px 4% 5px;
}
.footer__wrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4em;
  max-width: 1000px;
}
.footer__wrap div {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.footer__wrap li {
  font-size: 1.4rem;
}
.footer__wrap li:first-child {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  margin-bottom: .25em;
}
footer img {
  width: 166px;
}
footer p {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
.header__top__wrap {
  border-bottom: none;
  margin-bottom: 8px;
  padding: 0 2%;
}
.header__top {
  padding: 8px 0;
}
.header__top__wrap .logo {
  width: 120px;
}
.header__menu__wrap {
  margin-top: 60px;
}
.header__menu__wrap ul {
  display: block;
  padding: 4em 0 1em;
}
.header__menu__wrap li {
  margin: 1em;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 14px;
  width : 46px;
  height: 46px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 13px;
  background : #2d5ac7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 10px;
}
.hamburger span:nth-child(3) {
  top: 20px;
}
.hamburger.active span:nth-child(1) {
  top : 10px;
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
.globalMenuSp.active {
  transform: translateY(0%);
}

/*notes*/
.pkz__wrap nav li {
  font-size: 1.2rem;
}

/*notes*/
.cvr__wrap {
  padding: 20px 2%;
}
.cvr__wrap h2 {
  font-size: 2.2rem;
}
.cvr__wrap h3 {
  font-size: 1.3rem;
}
.cvr__wrap .box__wrap {
  display: block;
}
.cvr__wrap .box__wrap li {
  justify-content: space-between;
  margin: 4px 0;
  padding: 4px 12%;
  width: 100%;
}
.cvr__wrap .box2__wrap {
  display: block;
}
.cvr__wrap .box2__wrap  li:nth-of-type(1) {
  margin: 8px auto;
}
.cvr__wrap .box2__wrap  li {
  margin: 8px auto;
}

/*notes*/
footer {
  padding: 30px 4% 5px;
}
.footer__wrap {
  display: block;
}
.footer__wrap div {
  display: block;
  width: 100%;
}
.footer__wrap li {
  font-size: 1.3rem;
}
.footer__wrap li:first-child {
  font-size: 1.7rem;
}
footer img {
  display: block;
  margin: 1em auto;
}
footer p {
  font-size: 1.0rem;
}
}