body {
  min-width: 1100px;
}

.w800 {
  margin-inline: auto;
  width: 800px;
  max-width: 90%;
}

#main {
  padding-top: 100px;
}

.btn_contact a {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: 240px;
  line-height: 69px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 0 45px 0 28px;
  background: var(--gr);
  border: 1px solid var(--gr);
  transition: all 0.4s linear;
}
.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;
  transition: all 0.4s linear;
}
.btn_contact a:hover {
  color: #247362;
  background: #d7fff5;
}
.btn_contact a:hover:before {
  border: 5px solid var(--gr);
}

.stit {
  gap: 30px;
}
.stit .font-he {
  font-size: min(130px, 16vw);
  line-height: 1.1;
  font-weight: 100;
}

header {
  width: 100%;
  padding: 30px min(50px, 3%);
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  box-sizing: border-box;
  transition: all 0.4s linear;
}
header.fixed {
  padding: 15px min(50px, 3%);
}
header.fixed #gnavi .toggle {
  top: 15px;
}
header .btn_contact {
  margin-right: 95px;
}
header .btn_contact a {
  font-size: 18px;
  width: 160px;
  line-height: 42px;
  padding: 0 40px 0 26px;
}

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

#gnavi .menu_open {
  z-index: 992;
  width: 300px;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s;
  background: url(/assets/img/common/bg_grade.webp) 50% 50% no-repeat;
  background-size: cover;
}
#gnavi .menu_open #spNav {
  width: 100%;
}
#gnavi .menu_open ul.pa {
  padding: 0;
  opacity: 0;
  height: auto;
  gap: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li:not(.btn_contact) {
  height: auto;
  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 {
  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(14px) 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(-14px) rotate(330deg);
}

#menu_toggle:checked ~ .menu_open {
  pointer-events: none;
  right: 0;
  height: 100vh;
  opacity: 1;
  padding: 120px 50px 1px;
}
#menu_toggle:checked ~ .menu_open ul.pa {
  pointer-events: all;
  opacity: 1;
}
#menu_toggle:checked ~ .menu_open ul.pa > li {
  opacity: 1;
  pointer-events: all;
}

footer {
  padding: 100px 0;
}
footer .logo_box {
  gap: 52px;
}
footer .info {
  width: 550px;
  line-height: 36px;
}
footer .info dt {
  width: 95px;
  font-weight: 300;
}
footer .info dd {
  width: calc(100% - 95px);
}
footer .f_nav {
  gap: 30px;
}
footer .f_nav li {
  padding-left: 20px;
}
footer .f_nav li: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;
}
footer .f_nav li a {
  color: #fff;
  line-height: 24px;
}
footer .copy {
  line-height: 56px;
  font-size: 12px;
}

#fix_btn {
  position: fixed !important;
  bottom: 0;
  right: 0px;
  width: 364px;
  z-index: 9999;
}
/*# sourceMappingURL=pc.css.map */