@charset "UTF-8";
.pc {
  display: block; }

.sp {
  display: none; }

#hero {
  width: 100%;
  position: relative;
  height: 900px;
    /* .circle {

        width: 600px;
        height: 600px;
        border-radius: 300px;
        border: solid thin #a28462;
        position: absolute;
        right: -200px;
        bottom: -150px;
        clip-path: inset(0 200px 0 0);
        z-index: 100;
		overflow: hidden;

    }*/ }
  #hero .logoSp {
    display: none; }
  #hero .logoEnglishSp {
    display: none; }
  #hero .cover {
    position: absolute;
    left: calc(50% - 100px);
    width: calc(50% + 100px);
    height: 700px;
    background-image: url("../img/contact/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 350px;
    border-top-left-radius: 350px; }
  #hero .text h1 {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    letter-spacing: 0.1em;
    position: absolute;
    left: calc(50% - 500px);
    top: 300px; }
  #hero .circle {
    width: 400px;
    /* 切り抜き後の幅 */
    height: 700px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -150px; }
  #hero .circle::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: solid thin #a28462;
    left: 0;
    top: 0;
    z-index: 100; }
  #hero .heroSp {
    display: none; }

#section01 {
  padding: 100px 0;
  position: relative; }
  #section01 h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section01 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section01 .text {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8; }

form {
  width: 800px;
  display: block;
  margin: 0 auto;
  padding: 0px 0 150px 0; }
  form ul li {
    margin-bottom: 30px; }
    form ul li p {
      font-size: 21px;
      line-height: 1.8;
      margin-bottom: 15px; }
      form ul li p span {
        padding: 5px 10px 7px 10px;
        background: #a28462;
        color: white;
        border-radius: 5px;
        margin-left: 10px;
        line-height: 1;
        display: inline-block; }
    form ul li label {
      width: 100px;
      display: block; }
    form ul li input, form ul li textarea {
      padding: 10px;
      font-size: 21px;
      width: 100%;
      border: solid thin gray;
      border-radius: 5px; }
    form ul li > div {
      display: block; }
      form ul li > div .question, form ul li > div .experience {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top; }
      form ul li > div .radio {
        display: inline-block;
        margin-left: 10px;
        vertical-align: top;
        line-height: 1;
        margin-top: -1px; }
  form .submit {
    width: 100%;
    display: block;
    padding: 10px 0 12px 0;
    font-size: 21px;
    border-radius: 5px;
    border: none;
    background: #a28462;
    color: white;
    margin-top: 50px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center; }
    form .submit:hover {
      background-color: #a28462; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    width: 100%;
    position: relative;
    height: auto; }
    #hero .logoSp {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 150px;
      z-index: 1000;
      display: block; }
    #hero .logoEnglishSp {
      display: block;
      position: absolute;
      top: 220px;
      right: 0;
      width: 220px; }
    #hero .heroSp {
      width: 95%;
      position: relative;
      top: auto;
      margin-top: 70px;
      display: block;
      height: auto; }
    #hero .cover {
      /*position: relative;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: url("../img/flow/heroSP.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;*/
      display: none; }
    #hero .text h1 {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 30px;
      letter-spacing: 0.1em;
      position: relative;
      left: auto;
      text-align: center;
      top: auto;
      color: #333;
      width: auto;
      display: block;
      padding-top: 150px; }

  #section01 {
    padding: 100px 0;
    position: relative; }
    #section01 h2 {
      text-align: center;
      color: #a28462;
      font-size: 29px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section01 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section01 .text {
      text-align: left;
      font-size: 18px;
      line-height: 1.8;
      width: 70%;
      display: block;
      margin: 50px auto 0 auto; }

  form {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 30px 0 150px 0; }
    form ul li {
      margin-bottom: 30px; }
      form ul li p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px; }
        form ul li p span {
          padding: 6px;
          background: #c1272d;
          color: white;
          border-radius: 5px;
          margin-left: 10px; }
      form ul li input, form ul li textarea {
        padding: 10px;
        font-size: 18px;
        width: 100%;
        border: solid thin gray;
        border-radius: 5px; }
    form .submit {
      width: 100%;
      display: block;
      padding: 10px;
      font-size: 21px;
      border-radius: 5px;
      color: white;
      margin-top: 50px;
      transition: 0.3s;
      cursor: pointer; } }
