:root {
  --color-brand: #efeee8;
  --color-gray400: #2B2B2B;
}

body {
  font-family: 'Quicksand', dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 82px 58px 58px;
  height: 100vh;
  overflow: hidden;
}
.font-quicksand {
  font-family: 'Quicksand', sans-serif;
}
.font-gothic-gin {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.hover-opacity {
  transition: opacity 0.2s;
}
.hover-opacity:hover {
  opacity: 0.6;
}
.page {
  position: relative;
  height: calc(100svh - 140px);
}
.page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 300px);
  width: 100%;
  background-color: var(--color-brand);
}
.body {
  height: 100%;
  padding-top: clamp(200px, 350/1080 * 100vh, 350px);
  overflow: hidden;
  position: relative;
}
.header {
}
.logo {
  position: absolute;
  top: -10px;
  right: 60px;
  z-index: 1;
}
.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110px;
  z-index: 3;
  display: flex;
  align-items: center;
}
.menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu li + li {
  margin-top: 36px;
}
.menu li a {
  text-decoration: none;
  color: currentColor;
  font-size: 17px;
}
.menu li a:hover {
  border-bottom: solid 1px #000;
}
.main {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  height: calc(100% - 30px);
  overflow: auto;
  display: flex;
  justify-content: center;
}
.main.-about {
  color: var(--color-gray400);
}
.content {
  margin-top: clamp(60px, 120/1920 * 100vw, 120px);
}
.content p {
  font-size: 17px;
  text-align: center;
  line-height: calc(37/17);
}
.content p + p {
  margin-top: 1em;
}
.content input[type='text'],
.content input[type='email'],
.content textarea {
  width: 100%;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #000;
  font-size: 14px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  padding: 2px 0;
}
.content textarea {
  height: 130px;
  line-height: 1.4;
}
.content .wpcf7-submit,
.content .wpcf7cp-cfm-edit-btn {
  background-color: transparent;
  border: solid 1px #000;
  border-radius: 999px;
  cursor: pointer;
  color: var(--color-gray400);
  font-size: 12px;
  padding: 6px 10px;
  line-height: 1;
  outline: none;
}
.content .wpcf7-spinner {
  display: block;
  margin: auto;
}
.content .wpcf7-not-valid-tip {
  color: #C3907E;
  font-size: 10px;
  text-align: left;
}
.content .wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  padding: 10px;
  border-width: 1px;
  border-color: #C3907E;
  color: var(--color-gray400);
  text-align: center;
  margin: 0;
}
.content #wpcf7cpcnf .wpcf7cp-btns {
  text-align: right;
  margin-top: 10px;
}
.content #wpcf7cpcnf td {
  width: 100%;
}
.content #wpcf7cpcnf td p {
  border-bottom: solid 1px #000;
  color: var(--color-gray400);
  font-size: 15px;
  text-align: left;
}
.content table {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.content table th {
  color: var(--color-gray400);
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.content table th.-vertical-top {
  vertical-align: top;
}
.content table td {
  padding-left: 40px;
}
.content table th p {
  font-size: 15px;
  text-align: right;
}
.content .send p {
  text-align: right;
  line-height: 1;
}
.footer {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.heading-v1 {
  font-size: 17px;
  font-weight: 100;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.wave {
}
.wave svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.wave svg path {
  fill: var(--color-brand);
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
  .main.-about .content table th,
  .main.-about .content table td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    padding: 40px 16px 36px 16px;
  }
  .display-pc {
    display: none;
  }
  .page {
    height: calc(100svh - 76px);
  }
  .page::after {
    height: calc(100% - 100px);
  }
  .body {
    padding-top: calc(180/750 * 100svh);
  }
  .logo {
    top: -8px;
    right: -10px;
  }
  .logo img {
    width: 84px;
    height: auto;
  }
  .menu {
    left: 20px;
    top: 130px;
    bottom: auto;
    transition: opacity .2s;
  }
  .menu[aria-hidden="true"] {
    opacity: 0;
    pointer-events: none;
  }
  .menu[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
  }
  .menu li + li {
    margin-top: 26px;
  }
  .menu li a {
    font-size: 13px;
  }
  .menu-open {
    position: absolute;
    top: 86px;
    left: 20px;
    width: 25px;
    height: 16px;
    z-index: 3;
    border: none;
    cursor: pointer;
    background-color: transparent;
  }
  .menu-open::before,
  .menu-open::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: transform .2s;
  }
  .menu-open::before {
    top: 5px;
  }
  .menu-open::after {
    top: 10px;
  }
  .menu-open[aria-expanded='true']::before {
    transform: rotate(25deg);
    top: 10px;
  }
  .menu-open[aria-expanded='true']::after {
    transform: rotate(-25deg);
    top: 10px;
  }
  .main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer {
    bottom: -25px;
    font-size: 10px;
  }
  .content {
    margin-top: clamp(40px, 60/667 * 100svh, 80px);
  }
  .content p {
    font-size: 13px;
  }
  .content table {
    font-size: 12px;
  }
  .content table tr:not(:first-child) th {
    margin-top: 16px;
  }
  .content table td {
    padding-left: 20px;
  }
  .content table th p {
    font-size: 12px;
  }
  .content table.-sp-col th,
  .content table.-sp-col td {
    display: block;
    text-align: center;
  }
  .content table.-sp-col td {
    padding-left: 0;
  }
  .content textarea {
    height: 100px;
  }
  .content #wpcf7cpcnf td p {
    font-size: 12px;
  }
  .content .wpcf7 form .wpcf7-response-output {
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-height: 600px) {
  .body {
    padding-top: calc(120/750 * 100svh);
  }
  .menu-open {
    top: 90px;
  }
  .menu {
    top: 130px;
  }
  .content {
    margin-bottom: calc(100/750 * 100svh);
  }
}