@charset "UTF-8";


header {
  position: fixed;
  z-index: 1000;
  width: 100%
}
header .headerTop1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff
}
header .headerTop1 .h1 {
  width: 50%;
  max-width: 350px;
  margin: clamp(10px, 1rem, 14px);
  display: block
}
header .headerTop1 .h1 h1 {
  display: flex;
  align-items: center
}
header .headerTop1 .right {
}
header .headerTop1 .right .aBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: clamp(10px, 1rem, 14px);
	justify-content: flex-end;
}
header .headerTop1 .right .aBox li {
  line-height: 100%;
	  margin-left:3rem;
}
header .headerTop1 .right .aBox li a {
  font-size: clamp(10px, 1rem, 14px)
}
header .headerTop1 .right .aBox li.logo {
  width: 25%
}
header .headerTop1 #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #383333a1;
  transition: all .5s
}
header .headerTop1 #g-nav.panelactive {
  right: 0
}
header .headerTop1 #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
header .headerTop1 #g-nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  width: 85%
}
header .headerTop1 #g-nav ol {
  padding: 20px 30px
}
header .headerTop1 #g-nav ol:last-of-type {
  padding-bottom: 150px
}
header .headerTop1 #g-nav li {
  list-style: none;
  text-align: left
}
header .headerTop1 #g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: .1em;
  text-transform: none;
  font-size: clamp(10px, 1.5rem, 21px)
}
header .headerTop1 #g-nav li a:hover {
  color: rgba(255, 255, 255, .29)
}
header .headerTop1 .openbtn {
  display: none;
  right: 0;
  cursor: pointer;
  width: clamp(50px, 5.714rem, 80px);
  aspect-ratio: 1/1;
  position: relative;
  background: linear-gradient(180deg, #0D1E45, #1A5A8E)
}
header .headerTop1 .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: calc((100% - 60%)/ 2);
  height: 2px;
  border-radius: 50px;
  background-color: #fff;
  width: 60%
}
header .headerTop1 .openbtn span:nth-of-type(1) {
  top: 30%
}
header .headerTop1 .openbtn span:nth-of-type(2) {
  top: 50%
}
header .headerTop1 .openbtn span:nth-of-type(3) {
  top: 61%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: .2rem;
  background-color: initial;
  font-size: clamp(10px, .786rem, 13px);
  text-align: center
}
header .headerTop1 .closebtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 81px;
  height: 76px;
  z-index: 9999
}
header .headerTop1 .closebtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 20px;
  height: 2px;
  border-radius: 50px;
  background-color: #fff;
  width: 50%
}
header .headerTop1 .closebtn span:nth-of-type(1) {
  top: 30px;
  right: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%
}
header .headerTop1 .closebtn span:nth-of-type(2) {
  top: 42px;
  right: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%
}

@media screen and (max-width:800px) {
  .btmFixed, header .headerTop1 .h1 {
    width: 100%
  }
  header .headerTop1 .right .aBox {
    display: none
  }
  header .headerTop1 .right .openbtn {
    display: block
  }
  header .headerTop2 {
    display: none
  }
  .btmFixed .CTABox a span {
    letter-spacing: .05rem;
    font-size: clamp(8px, .786rem, 11px)
  }
}

footer {
  background-color: #fff;
}
footer .logo {
  width: 25%;
  max-width: 300px;
  margin: 0 1rem 0 auto;
  padding: calc(2% + 1rem) 0
}
footer .bottomCon {
  justify-content: space-between;
  margin: 0 1rem
}
footer .bottomCon .btnBox {
  gap: 1rem
}
footer .bottomCon .Copyright {
  font-size: clamp(10px, .786rem, 11px)
}
@media screen and (max-width:800px) {
  footer .logo {
    width: 85%;
    margin: 0 auto;
    max-width: 350px;
    padding: calc(2% + 1.5rem) 0
  }
  footer .bottomCon {
    margin: 0
  }
  footer .bottomCon .btnBox {
    flex-direction: column;
    display: flex;
    gap: clamp(10px, .857rem, 12px);
    margin: 0 auto 2rem;
    width: 85%;
    max-width: 350px
  }
  footer .bottomCon .Copyright {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: clamp(1px, .571rem, 8px)
  }
  footer .flex {
	  display: block;
  }
}
footer .bottomCon .btnBox a {
  font-size: clamp(10px, .857rem, 12px)
}
.flex {
  display: flex;
}

header,
footer{
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	
}

header a,
footer a {
  text-decoration:none;
  outline:0;
  letter-spacing: .2rem;
	color: #0D1E45;
}

header img,
footer img {
  vertical-align: top;
  width: 100%;
}