body {
  min-width: 375px;
  line-height: 1.6;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

header {
  width: 100%;
  padding: 30px;
  z-index: 999;
  box-sizing: border-box;
}
header .logo_box img {
  height: 22px;
  width: auto;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  transition: all 0.4s linear;
  background-color: rgba(255, 255, 255, 0.9);
}
header.fixed #gnavi .toggle {
  top: 10px;
  right: 20px;
}

.btn_contact a {
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 42px;
  padding: 0 46px 0 40px;
  background: var(--gr);
  font-size: 14px;
}
.btn_contact a:not(.btn_top) {
  min-width: 160px;
}
.btn_contact a.btn_top {
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}
.btn_contact a:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  position: absolute;
  border: 5px #000 solid;
  border-radius: 20px;
  box-sizing: border-box;
}

.stit {
  gap: 15px;
}
.stit .font-he {
  font-size: 48px;
  line-height: 1;
  font-weight: 100;
}
.stit .txt18 {
  font-size: 12px;
}
.stit.mb40 {
  margin-bottom: 30px;
}

h1.stit {
  gap: 30px;
}

#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  margin: auto;
  pointer-events: none;
}
#gnavi .toggle {
  pointer-events: all;
  width: 45px;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  top: 20px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
#gnavi .toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #000;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 12px;
}
#gnavi .toggle span:nth-of-type(2) {
  top: 20px;
}
#gnavi .toggle span:nth-of-type(3) {
  top: 28px;
}

#gnavi .menu_open {
  z-index: 992;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
#gnavi .menu_open ul.pa {
  padding: 0 30px;
  opacity: 0;
  height: 0;
  margin: 0px auto;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li:not(.btn_contact) {
  padding-left: 20px;
}
#gnavi .menu_open ul.pa > li:not(.btn_contact):before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border: 3.5px var(--gr) solid;
  border-radius: 20px;
  box-sizing: border-box;
}
#gnavi .menu_open ul.pa > li:not(.btn_contact) a {
  font-size: 18px;
  line-height: 24px;
}
#gnavi .menu_open ul.pa li.btn_contact {
  margin-right: 0;
}
#gnavi .menu_open ul.pa li.btn_contact a {
  width: 100%;
  text-align: left;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(1) {
  transform: translateY(8px) rotate(-330deg);
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(2) {
  display: none;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(3) {
  transform: translateY(-8px) rotate(330deg);
}

#menu_toggle:checked ~ .menu_open {
  pointer-events: none;
  top: 0;
  height: 100vh;
  display: block;
  opacity: 1;
  padding: 0px 0 1px;
  background: url(/assets/img/common/bg_grade_sp.webp) 50% 50% no-repeat;
  background-size: cover;
}
#menu_toggle:checked ~ .menu_open #spNav {
  padding-bottom: 20px;
}
#menu_toggle:checked ~ .menu_open ul.pa {
  pointer-events: all;
  padding-top: 75px;
  opacity: 1;
  height: auto;
  gap: 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#menu_toggle:checked ~ .menu_open ul.pa > li {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
#menu_toggle:checked ~ .menu_open ul.pa > li a {
  font-size: 18px;
  padding-left: 30px;
}

footer {
  padding: 60px 30px;
}
footer .logo_box img {
  height: 29px;
  width: auto;
}
footer .info {
  gap: 15px 0;
  line-height: 1.5;
}
footer .info dt {
  width: 95px;
  font-weight: 300;
}
footer .info dd {
  width: calc(100% - 95px);
}
footer .copy {
  line-height: 56px;
  font-size: 12px;
  text-align: right;
}
/*# sourceMappingURL=sp.css.map */