header .head-container {
  background: url("../images/bg_header_pc.jpg") no-repeat;
  background-size: cover;
  /* padding-top: 45%; */
  position: relative;
  height: 30vw;
  margin-bottom: 50px; }
  header .head-container .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 65vw;
    height: 100%;
    background: url("../images/bg-header-left.svg") no-repeat;
    background-size: cover;
    background-position: left top; }
  header .head-container .rightbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5vw;
    height: 100%;
    background: url("../images/bg-header-right.svg") no-repeat;
    background-size: contain;
    background-position: right bottom; }
header .readbox {
  position: absolute;
  top: 35%; }
  header .readbox p.catch-eng {
    font-size: 5vw;
    word-spacing: 1em; }
    header .readbox p.catch-eng br {
      display: none; }
  header .readbox p.catch-jp {
    font-size: 2.3vw; }
  header .readbox img.icon {
    width: 80px;
    margin: 0 auto; }

section#contactpage {
  padding-top: 60px;
  background: white; }
  section#contactpage form {
    width: 680px;
    margin: 0 auto; }
    section#contactpage form label {
      cursor: pointer; }
    section#contactpage form ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      text-align: left;
      margin-bottom: 60px; }
      section#contactpage form ul li p.subject {
        font-weight: 600; }
      section#contactpage form ul li label {
        display: block; }
      section#contactpage form ul li input[type="text"], section#contactpage form ul li input[type="email"], section#contactpage form ul li input[type="tel"] {
        width: 100%;
        border: 1px solid #888888;
        padding: 0 15px;
        border-radius: 10px;
        height: 50px; }
      section#contactpage form ul li:first-child {
        width: 30%; }
        section#contactpage form ul li:first-child p.subject span.required {
          display: inline-block;
          margin-left: 5px;
          font-size: 1.2rem;
          color: white;
          background: #f55658;
          padding: 1px 10px;
          border-radius: 18px; }
      section#contactpage form ul li:last-child {
        width: 70%; }
        section#contactpage form ul li:last-child.radio span {
          display: block;
          margin-bottom: 20px;
          position: relative; }
          section#contactpage form ul li:last-child.radio span label {
            padding-left: 40px; }
          section#contactpage form ul li:last-child.radio span input[type="radio"] {
            display: none; }
          section#contactpage form ul li:last-child.radio span input[type="radio"] + span {
            position: relative; }
            section#contactpage form ul li:last-child.radio span input[type="radio"] + span:before {
              display: inline-block;
              position: absolute;
              content: "";
              width: 25px;
              height: 25px;
              border-radius: 30px;
              border: 1px solid #888888;
              left: -40px;
              top: 50%;
              transform: translateY(-50%); }
          section#contactpage form ul li:last-child.radio span input[type="radio"]:checked + span:before {
            background: radial-gradient(circle, #302112 7px, #fff 8px); }
    section#contactpage form textarea {
      width: 100%;
      height: 200px;
      padding: 15px;
      border-radius: 10px;
      border: 1px solid #888888; }
    section#contactpage form p.submitbtn {
      display: block;
      text-align: center; }
      section#contactpage form p.submitbtn input[type="submit"] {
        background: #62be00;
        color: white;
        font-size: 3.0rem;
        font-weight: 700;
        border: none;
        padding: 10px 50px;
        border-radius: 15px;
        transition: all 0.3s; }
        section#contactpage form p.submitbtn input[type="submit"]:hover {
          opacity: 0.7; }
        section#contactpage form p.submitbtn input[type="submit"] + span {
          display: block;
          margin: 0 auto !important; }

@media screen and (max-width: 1025px) {
  header .head-container {
    height: 40vw; } }
@media screen and (max-width: 820px) {
  header .readbox {
    position: absolute;
    top: 30%; }
    header .readbox p.catch-eng {
      font-size: 5vw;
      word-spacing: 1em; }
      header .readbox p.catch-eng br {
        display: none; }
    header .readbox p.catch-jp {
      font-size: 2.5vw; }
    header .readbox img.icon {
      width: 60px;
      margin: 0 auto; }

  section#contactpage {
    padding-top: 60px;
    background: white; }
    section#contactpage form {
      width: 90%; }
      section#contactpage form ul li:first-child {
        width: 35%; }
      section#contactpage form ul li:last-child {
        width: 65%; }
      section#contactpage form p.submitbtn input[type="submit"] {
        width: 100%; } }
@media screen and (max-width: 599px) {
  section#contactpage form {
    width: 95%; }
    section#contactpage form ul {
      display: block; }
      section#contactpage form ul li:first-child {
        width: 100%;
        margin-bottom: 20px; }
      section#contactpage form ul li:last-child {
        width: 100%; }
    section#contactpage form p.submitbtn input[type="submit"] {
      width: 100%; } }
@media screen and (max-width: 820px) {
  .spnav {
    display: block !important;
    z-index: 25;
    position: fixed;
    right: 1%;
    top: 0%; }

  .drawer-hamburger {
    z-index: 25 !important;
    position: absolute !important;
    right: 1% !important;
    margin-top: 2% !important; }

  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer-hamburger-icon {
    background-color: #f2951d !important;
    height: 4px !important; }

  body.drawer-open .drawer-hamburger {
    right: 1% !important;
    z-index: 100; }
  body.drawer-open .drawer-hamburger-icon {
    background-color: rgba(0, 0, 0, 0) !important; }
  body.drawer-open .drawer-nav {
    width: 41rem !important; }

  .drawer-toggle.drawer-hamburger {
    width: 6rem !important;
    top: 0.5rem !important; }

  nav.drawer-nav {
    background: #323232;
    background-size: cover;
    background-position: center;
    z-index: 7; }
    nav.drawer-nav ul {
      display: block;
      padding: 80px 0 0 0; }
      nav.drawer-nav ul li {
        border-bottom: 1px solid #BBBBBB;
        margin-right: 0 !important; }
        nav.drawer-nav ul li:first-child {
          background: white; }
        nav.drawer-nav ul li img.navlogo {
          width: 80%;
          margin: 18px 0 18px 0; }
        nav.drawer-nav ul li a {
          display: block;
          font-size: 2rem;
          color: white;
          text-decoration: none;
          padding: 20px 0 20px 0 !important;
          opacity: 1 !important; }
          nav.drawer-nav ul li a p {
            position: relative;
            display: inline-block;
            transition: all 0.5s; }
            nav.drawer-nav ul li a p:hover {
              margin-left: 3rem;
              color: #f2951d; }
            nav.drawer-nav ul li a p span {
              position: absolute;
              left: -3rem;
              top: 50%;
              transform: translateY(-50%); }
        nav.drawer-nav ul li .downmenu {
          background: rgba(0, 0, 0, 0.1); }
          nav.drawer-nav ul li .downmenu a {
            font-size: 1.8rem;
            padding: 10px 0 10px 0 !important; }
            nav.drawer-nav ul li .downmenu a:hover {
              color: #f2951d;
              margin-left: 50px; } }
