@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/about/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; }

#section01 {
  padding: 100px 0;
  background-color: #e6e3e2;
  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 > div {
    margin: 70px auto 0 auto;
    display: table; }
    #section01 > div > div {
      width: 540px;
      display: inline-block;
      vertical-align: top;
      /*		p:first-of-type {
      			
      			line-height: 2;
      			font-size: 20px;
      			margin-bottom: 100px;
      			
      		}*/ }
      #section01 > div > div table {
        font-size: 20px;
        margin-bottom: 60px; }
        #section01 > div > div table tr td {
          padding-bottom: 15px; }
        #section01 > div > div table tr td:nth-of-type(2) {
          padding-left: 20px; }
      #section01 > div > div p {
        font-size: 18px;
        line-height: 1.8; }
      #section01 > div > div > div {
        margin: 20px auto 0 0;
        text-align: right; }
        #section01 > div > div > div .position {
          font-size: 18px;
          display: inline-block;
          vertical-align: middle;
          margin: 0; }
        #section01 > div > div > div .name {
          font-size: 22px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 20px; }
  #section01 img {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px; }
  #section01 img.sp {
    display: none; }

#section02 {
  background-color: white;
  padding: 100px 0; }
  #section02 h2 {
    text-align: center;
    color: #a28462;
    font-size: 38px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section02 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section02 table {
    border-collapse: collapse;
    margin: 70px auto 0 auto; }
    #section02 table tr {
      border-top: solid thin #333; }
      #section02 table tr:last-of-type {
        border-bottom: solid thin #333; }
      #section02 table tr td {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px; }
        #section02 table tr td .pc {
          display: inline-block; }
        #section02 table tr td br.sp {
          display: none; }
      #section02 table tr td:first-of-type {
        width: 280px;
        padding: 15px 0px 15px 40px;
        background-color: #e6e3e2; }
      #section02 table tr td:nth-of-type(2) {
        padding-left: 60px;
        width: 720px; }

#section03 {
  background-image: url("../img/about/cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 340px;
  width: 100%; }

@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;
    background-color: #e6e3e2;
    position: relative;
    margin-top: 50px; }
    #section01 h2 {
      text-align: center;
      color: #a28462;
      font-size: 20px;
      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 > div {
      margin: 70px auto 0 auto;
      display: block;
      width: 90%; }
      #section01 > div .sp {
        display: block; }
      #section01 > div > div {
        width: 100%;
        display: block;
        /*		p:first-of-type {
        			
        			line-height: 2;
        			font-size: 20px;
        			margin-bottom: 100px;
        			
        		}*/ }
        #section01 > div > div table {
          font-size: 20px;
          margin-bottom: 40px; }
          #section01 > div > div table tr td {
            padding-bottom: 15px; }
          #section01 > div > div table tr td:first-of-type {
            width: 20%;
            font-size: 16px;
            vertical-align: top; }
          #section01 > div > div table tr td:nth-of-type(2) {
            width: 80%;
            vertical-align: top;
            font-size: 16px;
            padding-left: 10px; }
        #section01 > div > div p {
          font-size: 16px;
          line-height: 1.8; }
        #section01 > div > div > div {
          margin: 20px auto 0 0;
          text-align: right; }
          #section01 > div > div > div .position {
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
            margin: 0; }
          #section01 > div > div > div .name {
            font-size: 22px;
            font-family: "hina-mincho", sans-serif;
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 20px; }
    #section01 img {
      width: 100%;
      display: block;
      margin-left: 00px;
      margin-bottom: 50px; }
    #section01 img.pc {
      display: none; }

  #section02 {
    background-color: white;
    padding: 70px 0; }
    #section02 h2 {
      text-align: center;
      color: #a28462;
      font-size: 38px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section02 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section02 table {
      border-collapse: collapse;
      margin: 70px auto 0 auto;
      width: 95%; }
      #section02 table tr {
        border-top: solid thin #333; }
        #section02 table tr:last-of-type {
          border-bottom: solid thin #333; }
        #section02 table tr td {
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 17px; }
        #section02 table tr td:first-of-type {
          width: 50%;
          padding: 10px;
          background-color: #e6e3e2; }
        #section02 table tr td:nth-of-type(2) {
          padding: 10px;
          width: 50%; }

  #section03 {
    background-image: url("../img/about/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
    width: 100%; } }
