@charset "UTF-8";
/*@import "all.scss";*/
@media (min-width: 768px) {
  .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/faq/hero.jpg");
      background-size: cover;
      background-position: center left;
      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; }

  .faq {
    padding: 100px 0;
    background: #EDEAE6; }
    .faq > div:first-of-type {
      margin-bottom: 100px; }
    .faq h2 {
      text-align: center;
      color: #a28462;
      font-size: 38px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 50px; }

  #cover {
    background-image: url("../img/faq/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 340px;
    width: 100%; } }
@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; }

  .faq {
    padding: 70px 0;
    background: #EDEAE6;
    margin-top: 50px; }
    .faq > div:first-of-type {
      margin-bottom: 70px; }
    .faq h2 {
      font-size: 22px;
      display: block;
      letter-spacing: 0.2em;
      color: #a28462;
      text-align: center;
      margin-bottom: 30px; } }
