@charset "UTF-8";
#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/flow/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; }
  #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 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-top: 50px; }

#section02 ul {
  display: table;
  margin: 0 auto; }
  #section02 ul li {
    width: 1010px;
    margin-bottom: 50px;
    position: relative; }
    #section02 ul li > div:first-of-type {
      height: 57px;
      border-top: solid thin #a28462;
      border-right: solid thin #a28462;
      border-bottom: solid thin #a28462;
      border-radius: 30px; }
      #section02 ul li > div:first-of-type p {
        display: inline-block;
        vertical-align: middle; }
      #section02 ul li > div:first-of-type .step {
        width: 155px;
        height: 100%;
        font-size: 31px;
        color: white;
        background-color: #a28462;
        text-align: center;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        border-radius: 30px;
        position: relative;
        padding-top: 3px;
        border: solid thin #a28462; }
        #section02 ul li > div:first-of-type .step span {
          font-size: 18px;
          color: white;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin-right: 5px;
          position: relative;
          top: -6px; }
      #section02 ul li > div:first-of-type .title {
        font-size: 25px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #a28462;
        width: 850px;
        padding-left: 60px;
        height: 100%;
        padding-top: 8px;
        position: relative;
        left: -30px; }
    #section02 ul li > div:nth-of-type(2) {
      padding: 50px;
      display: flex;
      justify-content: space-between; }
      #section02 ul li > div:nth-of-type(2) p {
        font-size: 18px;
        line-height: 1.8; }
      #section02 ul li > div:nth-of-type(2) > div img {
        width: 320px; }
      #section02 ul li > div:nth-of-type(2) > div p {
        width: 530px;
        font-size: 18px;
        line-height: 1.8; }
      #section02 ul li > div:nth-of-type(2) > div .attention {
        padding-left: 20px;
        position: relative;
        color: #b3272d; }
        #section02 ul li > div:nth-of-type(2) > div .attention span {
          position: absolute;
          top: 0;
          left: -2px; }
    #section02 ul li img {
      width: 135px;
      margin: 0 auto;
      display: block; }
    #section02 ul li .adjust {
      margin-top: 50px; }
    #section02 ul li .image {
      width: 100%;
      padding: 50px; }
    #section02 ul li .step05Image {
      width: 400px;
      position: absolute;
      top: 0;
      right: 30px;
      z-index: 2; }
    #section02 ul li .step06Image {
      width: 400px;
      position: absolute;
      top: 120px;
      right: -50px;
      z-index: 2; }
#section02 ul:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  width: 1010px; }
  #section02 ul:nth-of-type(2) li:first-of-type {
    width: 610px; }
    #section02 ul:nth-of-type(2) li:first-of-type .premium {
      height: 35px;
      width: auto;
      margin-bottom: 20px; }
    #section02 ul:nth-of-type(2) li:first-of-type > div:first-of-type .title {
      width: 450px;
      font-size: 20px;
      padding-left: 50px;
      padding-top: 12px; }
  #section02 ul:nth-of-type(2) li:last-of-type {
    width: 363px; }
    #section02 ul:nth-of-type(2) li:last-of-type .basic {
      height: 35px;
      width: auto;
      margin-bottom: 20px; }
    #section02 ul:nth-of-type(2) li:last-of-type > div:first-of-type .title {
      width: 200px; }
  #section02 ul:nth-of-type(2) img {
    width: 135px;
    margin: 0 auto;
    display: block; }
#section02 .triangle {
  width: 135px;
  margin: 0 auto 50px auto;
  display: block; }

@media (max-width: 1100px) {
  .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: 70px 0 0 0; }
    #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 {
      font-size: 18px;
      text-align: left;
      line-height: 2;
      width: 80%;
      margin: 50px auto; }

  #section02 ul {
    display: block;
    margin: 0 auto;
    width: 90%; }
    #section02 ul li {
      width: 100%;
      margin-bottom: 50px;
      position: relative; }
      #section02 ul li > div:first-of-type {
        height: 57px;
        border-top: solid thin #a28462;
        border-right: solid thin #a28462;
        border-bottom: solid thin #a28462;
        border-radius: 30px;
        width: 100%; }
        #section02 ul li > div:first-of-type p {
          display: inline-block;
          vertical-align: middle; }
        #section02 ul li > div:first-of-type .step {
          width: 100px;
          height: 100%;
          font-size: 31px;
          color: white;
          background-color: #a28462;
          text-align: center;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          border-radius: 30px;
          position: relative;
          padding-top: 2px;
          border: solid thin #a28462; }
          #section02 ul li > div:first-of-type .step span {
            font-size: 18px;
            color: white;
            font-family: "hina-mincho", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-right: 5px;
            position: relative;
            top: -5px; }
        #section02 ul li > div:first-of-type .title {
          font-size: 20px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #a28462;
          width: 60%;
          padding-left: 20px;
          height: 100%;
          padding-top: 8px;
          position: relative;
          left: 0px;
          top: 3px; }
      #section02 ul li > div:nth-of-type(2) {
        padding: 20px;
        display: block; }
        #section02 ul li > div:nth-of-type(2) p {
          font-size: 18px;
          line-height: 1.8; }
        #section02 ul li > div:nth-of-type(2) > div img {
          width: 100%;
          display: block;
          margin: 0 auto 20px auto; }
        #section02 ul li > div:nth-of-type(2) > div p {
          width: 100%;
          font-size: 16px;
          line-height: 1.8; }
        #section02 ul li > div:nth-of-type(2) > div .attention {
          padding-left: 20px;
          position: relative;
          color: #b3272d; }
          #section02 ul li > div:nth-of-type(2) > div .attention span {
            position: absolute;
            top: 0;
            left: -2px; }
      #section02 ul li img {
        width: 135px;
        margin: 20px auto 0 auto;
        display: block; }
      #section02 ul li .adjust {
        margin-top: 50px; }
      #section02 ul li .image {
        width: 100%;
        padding: 10px; }
      #section02 ul li .step05Image {
        display: none;
        width: 400px;
        position: absolute;
        top: 0;
        right: 30px;
        z-index: 2; }
      #section02 ul li .step06Image {
        display: none;
        width: 400px;
        position: absolute;
        top: 120px;
        right: -50px;
        z-index: 2; }
  #section02 ul:nth-of-type(2) {
    display: block;
    width: 90%; }
    #section02 ul:nth-of-type(2) li:first-of-type {
      width: 100%; }
      #section02 ul:nth-of-type(2) li:first-of-type .premium {
        height: 35px;
        width: auto;
        margin-bottom: 20px; }
      #section02 ul:nth-of-type(2) li:first-of-type > div:first-of-type .title {
        width: 220px;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 2px; }
    #section02 ul:nth-of-type(2) li:last-of-type {
      width: 100%; }
      #section02 ul:nth-of-type(2) li:last-of-type .basic {
        height: 35px;
        width: auto;
        margin-bottom: 20px; }
      #section02 ul:nth-of-type(2) li:last-of-type > div:first-of-type .title {
        width: 200px; } }
