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

.sp {
  display: none; }

#section01 {
  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;

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

/* section02 */
#section02 {
  padding: 100px 0;
  background-color: #e6e3e2;
  position: relative; }
  #section02 h2 {
    font-family: "sorts-mill-goudy", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #a28462;
    text-align: center;
    letter-spacing: 0.1em; }
  #section02 .titleJa {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a28462;
    text-align: center;
    font-size: 16px; }
  #section02 > div {
    width: 1000px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-around; }
    #section02 > div .image img {
      width: 340px;
      border-radius: 30px; }
    #section02 > div .text {
      width: 520px;
      position: relative; }
      #section02 > div .text h3 {
        font-size: 32px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1em;
        line-height: 1.5;
        margin-bottom: 30px; }
      #section02 > div .text p {
        font-size: 18px;
        line-height: 1.8; }
      #section02 > div .text .name {
        font-size: 22px;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        right: 20px;
        bottom: 0; }
      #section02 > div .text .position {
        font-size: 16px;
        position: absolute;
        bottom: 0;
        right: 160px; }

/* section03 */
/* section04 */
#section04 {
  padding: 100px 0;
  position: relative; }
  #section04 .subTitle {
    text-align: center;
    background-color: #a28462;
    padding: 10px 0 12px 0;
    width: 300px;
    font-size: 23px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    color: white;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section04 h2 {
    text-align: center;
    color: #a28462;
    font-size: 58px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
    #section04 h2 span {
      font-size: 46px;
      color: #a28462;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
  #section04 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section04 .part01 {
    height: 700px;
    position: relative;
    margin-top: 70px; }
    #section04 .part01 .text {
      width: 521px;
      padding: 40px;
      background-color: #E6E3E2;
      box-shadow: 0 0 0 10px #E6E3E2;
      position: absolute;
      top: 0px;
      left: calc(50% - 500px);
      margin-top: 100px;
      border-top: solid thin white;
      border-left: solid thin white;
      border-bottom: solid thin white;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      z-index: 1; }
      #section04 .part01 .text .point {
        position: absolute;
        height: 75px;
        top: -65px;
        left: 0; }
      #section04 .part01 .text dl dt {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        line-height: 1.5;
        color: #a28462; }
      #section04 .part01 .text dl dd {
        font-size: 18px;
        padding-left: 10px;
        margin-top: 30px;
        line-height: 2; }
        #section04 .part01 .text dl dd span {
          text-decoration: underline;
          text-decoration-thickness: 5px;
          text-decoration-color: yellow;
          underline-offcet: 2px; }
      #section04 .part01 .text a {
        padding: 6px 20px 10px 20px;
        border-radius: 30px;
        border: solid thin #a28462;
        display: block;
        width: 300px;
        position: relative;
        color: #a28462;
        transition: 0.3s all;
        margin: 30px 0 0 auto; }
        #section04 .part01 .text a:hover {
          background: white; }
          #section04 .part01 .text a:hover img {
            right: 10px; }
        #section04 .part01 .text a img {
          height: 18px;
          position: absolute;
          top: 7px;
          right: 20px;
          transition: 0.3s all; }
    #section04 .part01 .image {
      position: absolute;
      left: calc(50% - 350px);
      border-top-left-radius: 400px;
      border-bottom-left-radius: 400px;
      width: calc(50% + 350px);
      padding: 100px 0 100px 150px;
      border: solid thin #a28462;
      border-right: none;
      height: 700px;
      top: 0px;
      z-index: 0; }
      #section04 .part01 .image img {
        width: 500px;
        top: 30px;
        left: 380px;
        position: absolute;
        border: solid thin #333; }
      #section04 .part01 .image p {
        width: 500px;
        height: auto;
        position: absolute;
        bottom: 30px;
        left: 380px;
        padding: 20px;
        line-height: 1.8;
        font-size: 18px;
        display: block;
        border: solid thin #333;
        background-color: #a28462;
        color: white; }
        #section04 .part01 .image p span {
          color: #eee021; }
  #section04 .part02 {
    height: 700px;
    position: relative;
    margin-top: 70px; }
    #section04 .part02 .text {
      width: 600px;
      padding: 40px;
      background-color: #E6E3E2;
      box-shadow: 0 0 0 10px #E6E3E2;
      position: absolute;
      top: 0px;
      left: calc(50% - 80px);
      margin-top: 100px;
      border: solid thin white;
      border-radius: 10px;
      z-index: 2; }
      #section04 .part02 .text .point {
        position: absolute;
        height: 75px;
        top: -65px;
        left: 0; }
      #section04 .part02 .text dl dt {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        line-height: 1.5;
        color: #a28462; }
      #section04 .part02 .text dl dd {
        font-size: 18px;
        padding-left: 10px;
        margin-top: 30px;
        line-height: 2; }
        #section04 .part02 .text dl dd span {
          text-decoration: underline;
          text-decoration-thickness: 5px;
          text-decoration-color: yellow;
          underline-offcet: 2px; }
      #section04 .part02 .text a {
        padding: 6px 20px 10px 20px;
        border-radius: 30px;
        border: solid thin #a28462;
        display: block;
        width: 300px;
        position: relative;
        color: #a28462;
        transition: 0.3s all;
        margin: 30px 0 0 auto; }
        #section04 .part02 .text a:hover {
          background: white; }
          #section04 .part02 .text a:hover img {
            right: 10px; }
        #section04 .part02 .text a img {
          height: 18px;
          position: absolute;
          top: 7px;
          right: 20px;
          transition: 0.3s all; }
    #section04 .part02 .image {
      position: absolute;
      left: calc(50% - 500px);
      top: 140px;
      z-index: 0; }
      #section04 .part02 .image img {
        width: 500px;
        top: 0px;
        left: 0px;
        position: absolute; }
  #section04 .part03 {
    height: 700px;
    position: relative;
    margin-top: 70px; }
    #section04 .part03 .text {
      width: 600px;
      padding: 40px;
      background-color: #E6E3E2;
      box-shadow: 0 0 0 10px #E6E3E2;
      position: absolute;
      top: 0px;
      left: calc(50% - 500px);
      margin-top: 100px;
      border: solid thin white;
      border-radius: 10px;
      z-index: 2; }
      #section04 .part03 .text .point {
        position: absolute;
        height: 75px;
        top: -65px;
        left: 0; }
      #section04 .part03 .text dl dt {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        line-height: 1.5;
        color: #a28462; }
      #section04 .part03 .text dl dd {
        font-size: 18px;
        padding-left: 10px;
        margin-top: 30px;
        line-height: 2; }
        #section04 .part03 .text dl dd span {
          text-decoration: underline;
          text-decoration-thickness: 5px;
          text-decoration-color: yellow;
          underline-offcet: 2px; }
      #section04 .part03 .text a {
        padding: 6px 20px 10px 20px;
        border-radius: 30px;
        border: solid thin #a28462;
        display: block;
        width: 300px;
        position: relative;
        color: #a28462;
        transition: 0.3s all;
        margin: 30px 0 0 auto; }
        #section04 .part03 .text a:hover {
          background: white; }
          #section04 .part03 .text a:hover img {
            right: 10px; }
        #section04 .part03 .text a img {
          height: 18px;
          position: absolute;
          top: 7px;
          right: 20px;
          transition: 0.3s all; }
    #section04 .part03 .image {
      position: absolute;
      left: calc(50% - 350px);
      top: 0px;
      z-index: 1; }
      #section04 .part03 .image img {
        width: 500px;
        top: 50px;
        left: 380px;
        position: absolute; }
    #section04 .part03 .circle {
      width: 400px;
      /* 切り抜き後の幅 */
      height: 700px;
      overflow: hidden;
      position: absolute;
      right: 0;
      bottom: -300px; }
    #section04 .part03 .circle::before {
      content: "";
      position: absolute;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      border: solid thin #a28462;
      left: 0;
      top: 0;
      z-index: 0; }

/* section05 */
#section05 {
  padding: 100px 0;
  background-color: #e6e3e2; }
  #section05 h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section05 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section05 .white {
    width: 1000px;
    margin: 70px auto 0 auto;
    height: 50px;
    background-color: white; }
  #section05 .cover {
    width: 100%;
    height: 400px;
    background-image: url("../img/top/bg01.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #section05 .text {
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background-color: white; }
    #section05 .text h3 {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 38px;
      margin-bottom: 30px;
      text-align: center;
      text-decoration: underline;
      text-decoration-thickness: 10px;
      text-decoration-color: yellow;
      text-underline-offset: -3px; }
    #section05 .text p {
      font-size: 18px;
      text-align: center;
      line-height: 1.8; }
      #section05 .text p .strongA {
        font-weight: bold;
        font-size: 28px;
        color: #b3272d; }
      #section05 .text p .strongB {
        color: #b3272d;
        font-weight: bold; }
    #section05 .text a {
      padding: 8px 30px 10px 30px;
      border-radius: 30px;
      display: block;
      width: 330px;
      position: relative;
      color: white;
      transition: 0.3s all;
      margin: 30px auto 0 auto;
      background-color: #a28462; }
      #section05 .text a:hover {
        background-color: rgba(162, 132, 98, 0.5); }
        #section05 .text a:hover img {
          right: 10px; }
      #section05 .text a img {
        height: 18px;
        position: absolute;
        top: 9px;
        right: 20px;
        transition: 0.3s all; }
    #section05 .text .attention {
      text-align: justify;
      font-size: 14px;
      line-height: 1.8;
      padding-top: 20px;
      border-top: solid thin #a28462;
      margin-top: 50px; }

#voice {
  padding: 100px 0 0 0;
  background-color: #f4ece4; }
  #voice h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #voice .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #voice > div {
    width: 1000px;
    display: block;
    margin: 100px auto 0 auto; }
    #voice > div ul {
      position: relative;
      height: 1000px; }
      #voice > div ul li {
        background: white;
        width: 473px;
        height: auto;
        border-radius: 10px;
        padding: 25px;
        box-shadow: 0px 0px 15px -5px #777777;
        border-radius: 10px; }
        #voice > div ul li dl {
          position: relative; }
          #voice > div ul li dl .star img {
            height: 26px;
            position: absolute;
            top: 0px;
            right: 45px; }
          #voice > div ul li dl .star p {
            font-size: 21px;
            position: absolute;
            top: 0px;
            right: 5px; }
          #voice > div ul li dl dt {
            font-size: 21px;
            font-weight: bold; }
            #voice > div ul li dl dt span {
              font-size: 14px;
              font-weight: bold; }
          #voice > div ul li dl .male {
            color: #0071ae; }
            #voice > div ul li dl .male span {
              color: #0071ae; }
          #voice > div ul li dl .female {
            color: #c44e57; }
            #voice > div ul li dl .female span {
              color: #c44e57; }
          #voice > div ul li dl dd {
            font-size: 18px;
            line-height: 1.8;
            padding-top: 20px;
            border-top: solid thin #333;
            margin-top: 20px; }
      #voice > div ul #fumiko {
        position: absolute;
        top: 50px;
        right: 0; }
      #voice > div ul #yasuko {
        position: absolute;
        top: 365px;
        left: 0; }
      #voice > div ul #toru {
        position: absolute;
        right: 0;
        top: 448px; }
      #voice > div ul #toshiyuki {
        position: absolute;
        top: 633px;
        left: 0; }

#section06 {
  padding: 100px 0;
  position: relative; }
  #section06 h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section06 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section06 > div p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-top: 70px;
    margin-bottom: 50px; }
    #section06 > div p span {
      text-decoration: underline;
      color: #a28462;
      cursor: pointer; }
  #section06 > div ul {
    display: flex;
    justify-content: space-between;
    width: 770px;
    margin: 0 auto; }
    #section06 > div ul li a {
      width: 365px;
      display: block;
      height: auto;
      position: relative;
      top: 0; }
      #section06 > div ul li a img {
        width: 100%;
        height: auto;
        border: solid thin black;
        border-radius: 10px; }
  #section06 .circle {
    width: 250px;
    /* 切り抜き後の幅 */
    height: 700px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -300px; }
  #section06 .circle::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: solid thin #a28462;
    left: 0;
    top: 0;
    z-index: 0; }

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* 半透明の黒 */
  display: none;
  /* 初期状態では非表示 */
  z-index: 9999; }

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  display: none;
  /* 初期状態では非表示 */
  z-index: 10000;
  width: 750px;
  background: white;
  /*    .cover {
          
          width: 100%;
          height: 280px;
          background-repeat: no-repeat;
          background-position: bottom center;
          background-size: cover;
      }*/
  /*       .cover_01 {
          
          background-image: url("../img/company/profile01_modal.jpg");
          
      }
      
        .cover_02 {
          
          background-image: url("../img/company/profile02_modal_2.jpg");
            
            
            
          
      }*/
  /*          .cover_03 {
          
          background-image: url("../img/company/profile03_modal_2.jpg");
                
                dl {
                    
                    top: 260px;
                }
      }*/ }
  .modal-window dl dt {
    font-size: 22px;
    color: #a28462;
    margin-bottom: 20px; }
  .modal-window dl dd {
    font-size: 18px;
    line-height: 2; }
    .modal-window dl dd span {
      color: #a28462; }
  .modal-window .cover_03 dl {
    margin-bottom: 20px; }
    .modal-window .cover_03 dl dt {
      font-size: 22px;
      color: #a28462;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: solid thin #a28462; }
    .modal-window .cover_03 dl dd {
      font-size: 18px;
      line-height: 1.8; }
  .modal-window p {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px; }

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

#section07 {
  padding: 100px 0;
  background-color: #e6e3e2; }
  #section07 h2 {
    text-align: center;
    color: #a28462;
    font-size: 40px;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal; }
  #section07 .titleEn {
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #a28462; }
  #section07 > div {
    display: table;
    margin: 70px auto 0 auto; }
    #section07 > div .left {
      width: 400px;
      display: inline-block;
      vertical-align: top; }
      #section07 > div .left p {
        font-size: 18px;
        line-height: 1.8; }
    #section07 > div .right {
      display: inline-block;
      vertical-align: top;
      margin-left: 25px;
      position: relative; }
      #section07 > div .right a {
        display: inline-block; }
        #section07 > div .right a img {
          width: 280px;
          height: auto;
          margin-left: 15px;
          border-radius: 5px; }
      #section07 > div .right .follow {
        width: 300px;
        position: absolute;
        top: -36px;
        left: 152px; }
    #section07 > div ul {
      display: flex;
      justify-content: space-between;
      width: 1010px; }
      #section07 > div ul li img {
        width: 180px;
        height: auto; }

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

  .sp {
    display: block; }

  #section01 {
    width: 100%;
    position: relative;
    height: auto;
    height: auto;
    /* .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;

    }*/ }
    #section01 .logoSp {
      position: absolute;
      top: 25px;
      left: 25px;
      width: 200px;
      z-index: 2000;
      display: block; }
    #section01 .logoEnglishSp {
      display: block;
      position: absolute;
      top: 220px;
      right: 0;
      width: 220px; }
    #section01 .heroSp {
      width: 95%;
      position: relative;
      top: 280px;
      display: block; }
    #section01 .cover {
      /*position: relative;
      right: auto;
      width: 100%;
      height: 100vh;
      background-image: url("../img/top/heroSP.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;*/
      display: none; }
    #section01 .text {
      position: relative;
      left: auto;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      width: auto;
      padding: 70px 0px;
      border: none;
      border-right: none;
      display: table;
      margin: 0 auto;
      top: 280px;
      height: 830px; }
      #section01 .text h1 {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 33px;
        letter-spacing: 0.1em;
        line-height: 1.5; }
      #section01 .text p {
        font-size: 18px;
        padding-left: 0px;
        margin-top: 30px;
        line-height: 2; }
    #section01 .circle {
      width: 400px;
      /* 切り抜き後の幅 */
      height: 700px;
      overflow: hidden;
      position: absolute;
      right: 0;
      bottom: -150px; }
    #section01 .circle::before {
      content: "";
      position: absolute;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      border: solid thin #a28462;
      left: 0;
      top: 0;
      z-index: 100; }

  #section02 {
    padding: 70px 0;
    background-color: #e6e3e2;
    position: relative; }
    #section02 h2 {
      font-family: "sorts-mill-goudy", serif;
      font-weight: 500;
      font-style: normal;
      font-size: 40px;
      color: #a28462;
      text-align: center;
      letter-spacing: 0.1em; }
    #section02 .titleJa {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #a28462;
      text-align: center;
      font-size: 16px; }
    #section02 > div {
      width: 100%;
      margin: 50px auto 0 auto;
      display: block; }
      #section02 > div .image img {
        width: 90%;
        border-radius: 30px;
        margin: 0 auto 50px auto;
        display: block; }
      #section02 > div .text {
        width: 85%;
        position: relative;
        display: block;
        margin: 0 auto; }
        #section02 > div .text h3 {
          font-size: 30px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0.1em;
          line-height: 1.5;
          margin-bottom: 30px; }
        #section02 > div .text p {
          font-size: 16px;
          line-height: 1.8; }
          #section02 > div .text p:first-of-type {
            margin-bottom: 20px; }
        #section02 > div .text .name {
          font-size: 22px;
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          position: absolute;
          right: 0;
          bottom: auto; }
        #section02 > div .text .position {
          font-size: 16px;
          position: absolute;
          bottom: -57px;
          right: 135px; }

  #section04 {
    padding: 70px 0;
    position: relative;
    /*	.part02 {
    
            height: auto;
            position: relative;
    
            .text {
    
                width: 85%;
                padding: 20px;
                background-color: #E6E3E2;
                box-shadow: 0 0 0 10px #E6E3E2;
    
                position: relative;
                top: auto;
                left: auto;
                margin: 120px auto;
                border: solid thin white;
                border-radius: 10px;
                z-index: 1;
    
                .point {
    
                    position: absolute;
                    height: 75px;
                    top: -65px;
                    left: 0;
    
                }
    
                dl {
    
                    dt {
    
                        font-family: "hina-mincho", sans-serif;
                        font-weight: 400;
                        font-style: normal;
                        font-size: 32px;
                        line-height: 1.5;
                        color: $gold;
    					padding-top: 15px;
    
                    }
    
                    dd {
    
                        font-size: 18px;
                        padding-left: 0px;
                        margin-top: 30px;
                        line-height: 2;
                        
                        span {
                            
                            text-decoration: underline;
                            text-decoration-thickness: 5px;
                            text-decoration-color: yellow;
                            underline-offcet: 2px;
                        }
                    }
    
                }
    
                a {
    
                    padding: 6px 20px 10px 20px;
                    border-radius: 30px;
                    border: solid thin $gold;
                    display: block;
                    width: 90%;
                    position: relative;
                    color: $gold;
                    transition: 0.3s all;
                    margin: 30px auto 0 auto;
    
                    &:hover {
    
                        background: white;
    
                        img {
    
                            right: 10px;
                        }
                    }
    
    
    
                    img {
    
                        height: 12px;
                        position: absolute;
                        top: 7px;
                        right: 20px;
                        transition: 0.3s all;
    
                    }
    
                }
    
    
    
            }
    
            .image {
    
                position: absolute;
                left: calc(50% - 350px);
                border-top-left-radius: 400px;
                border-bottom-left-radius: 400px;
                width: calc(50% + 350px);
                padding: 100px 0 100px 150px;
                border: solid thin #a28462;
                border-right: none;
                height: 700px;
                top: 0px;
                z-index: 0;
    			display: none;
    
                img {
    
                    width: 500px;
                    top: 50px;
                    left: 380px;
                    position: absolute;
                }
    
            }
    
    
        }
    */
    /*	.part03 {
    
            height: auto;
            position: relative;
    
            .text {
    
                width: 85%;
                padding: 20px;
                background-color: #E6E3E2;
                box-shadow: 0 0 0 10px #E6E3E2;
    
                position: relative;
                top: auto;
                left: auto;
                margin: 120px auto;
                border: solid thin white;
                border-radius: 10px;
                z-index: 1;
    
                .point {
    
                    position: absolute;
                    height: 75px;
                    top: -65px;
                    left: 0;
    
                }
    
                dl {
    
                    dt {
    
                        font-family: "hina-mincho", sans-serif;
                        font-weight: 400;
                        font-style: normal;
                        font-size: 32px;
                        line-height: 1.5;
                        color: $gold;
    					padding-top: 15px;
    
                    }
    
                    dd {
    
                        font-size: 18px;
                        padding-left: 0px;
                        margin-top: 30px;
                        line-height: 2;
                        
                        span {
                            
                            text-decoration: underline;
                            text-decoration-thickness: 5px;
                            text-decoration-color: yellow;
                            underline-offcet: 2px;
                        }
                    }
    
                }
    
                a {
    
                    padding: 6px 20px 10px 20px;
                    border-radius: 30px;
                    border: solid thin $gold;
                    display: block;
                    width: 90%;
                    position: relative;
                    color: $gold;
                    transition: 0.3s all;
                    margin: 30px auto 0 auto;
    
                    &:hover {
    
                        background: white;
    
                        img {
    
                            right: 10px;
                        }
                    }
    
    
    
                    img {
    
                        height: 12px;
                        position: absolute;
                        top: 7px;
                        right: 20px;
                        transition: 0.3s all;
    
                    }
    
                }
    
    
    
            }
    
            .image {
    
                position: absolute;
                left: calc(50% - 350px);
                border-top-left-radius: 400px;
                border-bottom-left-radius: 400px;
                width: calc(50% + 350px);
                padding: 100px 0 100px 150px;
                border: solid thin #a28462;
                border-right: none;
                height: 700px;
                top: 0px;
                z-index: 0;
    			display: none;
    
                img {
    
                    width: 500px;
                    top: 50px;
                    left: 380px;
                    position: absolute;
                }
    
            }
    
    
        }*/
    /*    .part02 {
    
            height: 700px;
            position: relative;
            margin-top: 70px;
    
            .text {
    
                width: 600px;
                padding: 40px;
                background-color: #E6E3E2;
                box-shadow: 0 0 0 10px #E6E3E2;
    
                position: absolute;
                top: 0px;
                left: calc(50% - 80px);
                margin-top: 100px;
                border: solid thin white;
                border-radius: 10px;
                z-index: 2;
    
                .point {
    
                    position: absolute;
                    height: 75px;
                    top: -65px;
                    left: 0;
    
                }
    
                dl {
    
                    dt {
    
                        font-family: "hina-mincho", sans-serif;
                        font-weight: 400;
                        font-style: normal;
                        font-size: 32px;
                        line-height: 1.5;
                        color: $gold;
    
                    }
    
                    dd {
    
                        font-size: 18px;
                        padding-left: 10px;
                        margin-top: 30px;
                        line-height: 2;
                        
                        span {
                            
                            text-decoration: underline;
                            text-decoration-thickness: 5px;
                            text-decoration-color: yellow;
                            underline-offcet: 2px;
                        }
                    }
    
                }
    
                a {
    
                    padding: 6px 20px 10px 20px;
                    border-radius: 30px;
                    border: solid thin $gold;
                    display: block;
                    width: 300px;
                    position: relative;
                    color: $gold;
                    transition: 0.3s all;
                    margin: 30px 0 0 auto;
    
                    &:hover {
    
                        background: white;
    
                        img {
    
                            right: 10px;
                        }
                    }
    
    
    
                    img {
    
                        height: 18px;
                        position: absolute;
                        top: 7px;
                        right: 20px;
                        transition: 0.3s all;
    
                    }
    
                }
    
    
    
            }
    
            .image {
    
                position: absolute;
                left: calc(50% - 500px);
                top: 140px;
                z-index: 0;
    
                img {
    
                    width: 500px;
                    top: 0px;
                    left: 0px;
                    position: absolute;
                }
    
            }
    
    
    
    
        }
    */
    /*    .part03 {
    
            height: 700px;
            position: relative;
            margin-top: 70px;
    
            .text {
    
                width: 600px;
                padding: 40px;
                background-color: #E6E3E2;
                box-shadow: 0 0 0 10px #E6E3E2;
    
                position: absolute;
                top: 0px;
                left: calc(50% - 500px);
                margin-top: 100px;
                border: solid thin white;
                border-radius: 10px;
                z-index: 1;
    
                .point {
    
                    position: absolute;
                    height: 75px;
                    top: -65px;
                    left: 0;
    
                }
    
                dl {
    
                    dt {
    
                        font-family: "hina-mincho", sans-serif;
                        font-weight: 400;
                        font-style: normal;
                        font-size: 32px;
                        line-height: 1.5;
                        color: $gold;
    
                    }
    
                    dd {
    
                        font-size: 18px;
                        padding-left: 10px;
                        margin-top: 30px;
                        line-height: 2;
                        
                        span {
                            
                            text-decoration: underline;
                            text-decoration-thickness: 5px;
                            text-decoration-color: yellow;
                            underline-offcet: 2px;
                        }
                    }
    
                }
    
                a {
    
                    padding: 6px 20px 10px 20px;
                    border-radius: 30px;
                    border: solid thin $gold;
                    display: block;
                    width: 300px;
                    position: relative;
                    color: $gold;
                    transition: 0.3s all;
                    margin: 30px 0 0 auto;
    
                    &:hover {
    
                        background: white;
    
                        img {
    
                            right: 10px;
                        }
                    }
    
    
    
                    img {
    
                        height: 18px;
                        position: absolute;
                        top: 7px;
                        right: 20px;
                        transition: 0.3s all;
    
                    }
    
                }
    
    
    
            }
    
            .image {
    
                position: absolute;
                left: calc(50% - 350px);
                top: 0px;
                z-index: 0;
    
                img {
    
                    width: 500px;
                    top: 50px;
                    left: 380px;
                    position: absolute;
                }
    
            }
    
        }
    */ }
    #section04 .subTitle {
      text-align: center;
      background-color: #a28462;
      padding: 10px 0 12px 0;
      width: 300px;
      font-size: 23px;
      display: block;
      margin: 0 auto;
      border-radius: 40px;
      color: white;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section04 h2 {
      text-align: center;
      color: #a28462;
      font-size: 58px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
      #section04 h2 span {
        font-size: 46px;
        color: #a28462;
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal; }
    #section04 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section04 .part01 {
      height: auto;
      position: relative; }
      #section04 .part01 .text {
        width: 85%;
        padding: 20px;
        background-color: #E6E3E2;
        box-shadow: 0 0 0 10px #E6E3E2;
        position: relative;
        top: auto;
        left: auto;
        margin: 120px auto 0 auto;
        border: solid thin white;
        border-radius: 10px;
        z-index: 1; }
        #section04 .part01 .text .point {
          position: absolute;
          height: 75px;
          top: -65px;
          left: 0; }
        #section04 .part01 .text dl dt {
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 23px;
          line-height: 1.5;
          color: #a28462;
          padding-top: 15px; }
        #section04 .part01 .text dl dd {
          font-size: 16px;
          padding-left: 0px;
          margin-top: 30px;
          line-height: 2; }
          #section04 .part01 .text dl dd span {
            text-decoration: underline;
            text-decoration-thickness: 5px;
            text-decoration-color: yellow;
            underline-offcet: 2px; }
        #section04 .part01 .text a {
          padding: 6px 20px 10px 20px;
          border-radius: 30px;
          border: solid thin #a28462;
          display: block;
          width: 90%;
          position: relative;
          color: #a28462;
          transition: 0.3s all;
          margin: 30px auto 0 auto; }
          #section04 .part01 .text a:hover {
            background: white; }
            #section04 .part01 .text a:hover img {
              right: 10px; }
          #section04 .part01 .text a img {
            height: 12px;
            position: absolute;
            top: 11px;
            right: 20px;
            transition: 0.3s all; }
      #section04 .part01 .image {
        position: relative;
        left: auto;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        padding: 0;
        border: none;
        border-right: none;
        height: auto;
        top: auto;
        z-index: 0;
        display: block; }
        #section04 .part01 .image img {
          width: 90%;
          top: auto;
          left: auto;
          position: relative;
          margin: 30px auto 0 auto;
          display: block; }
        #section04 .part01 .image p {
          width: 90%;
          height: auto;
          position: relative;
          bottom: auto;
          left: auto;
          padding: 20px;
          line-height: 1.8;
          font-size: 16px;
          display: block;
          border: solid thin #333;
          background-color: #a28462;
          color: white;
          margin: 0 auto; }
    #section04 .part02, #section04 .part03 {
      height: auto;
      position: relative; }
      #section04 .part02 .text, #section04 .part03 .text {
        width: 85%;
        padding: 20px;
        background-color: #E6E3E2;
        box-shadow: 0 0 0 10px #E6E3E2;
        position: relative;
        top: auto;
        left: auto;
        margin: 120px auto 0 auto;
        border: solid thin white;
        border-radius: 10px;
        z-index: 1; }
        #section04 .part02 .text .point, #section04 .part03 .text .point {
          position: absolute;
          height: 75px;
          top: -65px;
          left: 0; }
        #section04 .part02 .text dl dt, #section04 .part03 .text dl dt {
          font-family: "hina-mincho", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 23px;
          line-height: 1.5;
          color: #a28462;
          padding-top: 15px; }
        #section04 .part02 .text dl dd, #section04 .part03 .text dl dd {
          font-size: 16px;
          padding-left: 0px;
          margin-top: 30px;
          line-height: 2; }
          #section04 .part02 .text dl dd span, #section04 .part03 .text dl dd span {
            text-decoration: underline;
            text-decoration-thickness: 5px;
            text-decoration-color: yellow;
            underline-offcet: 2px; }
        #section04 .part02 .text a, #section04 .part03 .text a {
          padding: 6px 20px 10px 20px;
          border-radius: 30px;
          border: solid thin #a28462;
          display: block;
          width: 90%;
          position: relative;
          color: #a28462;
          transition: 0.3s all;
          margin: 30px auto 0 auto; }
          #section04 .part02 .text a:hover, #section04 .part03 .text a:hover {
            background: white; }
            #section04 .part02 .text a:hover img, #section04 .part03 .text a:hover img {
              right: 10px; }
          #section04 .part02 .text a img, #section04 .part03 .text a img {
            height: 12px;
            position: absolute;
            top: 11px;
            right: 20px;
            transition: 0.3s all; }
      #section04 .part02 .image, #section04 .part03 .image {
        position: absolute;
        left: calc(50% - 350px);
        border-top-left-radius: 400px;
        border-bottom-left-radius: 400px;
        width: calc(50% + 350px);
        padding: 100px 0 100px 150px;
        border: solid thin #a28462;
        border-right: none;
        height: 700px;
        top: 0px;
        z-index: 0;
        display: none; }
        #section04 .part02 .image img, #section04 .part03 .image img {
          width: 500px;
          top: 50px;
          left: 380px;
          position: absolute; }
      #section04 .part02 .circle, #section04 .part03 .circle {
        display: none; }

  #section05 {
    padding: 70px 0;
    background-color: #e6e3e2; }
    #section05 h2 {
      text-align: center;
      color: #a28462;
      font-size: 40px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section05 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section05 .white {
      width: 90%;
      margin: 70px auto 0 auto;
      height: 50px;
      background-color: white; }
    #section05 .cover {
      width: 100%;
      height: 150px;
      background-image: url("../img/top/bg01.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #section05 .text {
      width: 90%;
      margin: 0 auto;
      padding: 20px;
      background-color: white; }
      #section05 .text h3 {
        font-family: "hina-mincho", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 38px;
        margin-bottom: 30px;
        text-align: center;
        text-decoration: underline;
        text-decoration-thickness: 10px;
        text-decoration-color: yellow;
        text-underline-offset: -3px; }
      #section05 .text p {
        font-size: 16px;
        text-align: left;
        line-height: 1.8; }
        #section05 .text p .strongA {
          font-weight: bold;
          font-size: 25px;
          color: #b3272d; }
        #section05 .text p .strongB {
          color: #b3272d;
          font-weight: bold; }
      #section05 .text a {
        padding: 8px 30px 10px 30px;
        border-radius: 30px;
        display: block;
        width: 100%;
        position: relative;
        color: white;
        transition: 0.3s all;
        margin: 30px auto 0 auto;
        background-color: #a28462; }
        #section05 .text a:hover {
          background-color: rgba(162, 132, 98, 0.5); }
          #section05 .text a:hover img {
            right: 10px; }
        #section05 .text a img {
          height: 13px;
          position: absolute;
          top: 11px;
          right: 20px;
          transition: 0.3s all; }
      #section05 .text .attention {
        text-align: justify;
        font-size: 14px;
        line-height: 1.8;
        padding-top: 20px;
        border-top: solid thin #a28462;
        margin-top: 50px; }

  #voice {
    padding: 70px 0;
    background-color: #e6e3e2; }
    #voice h2 {
      text-align: center;
      color: #a28462;
      font-size: 34px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #voice .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      text-align: center;
      color: #a28462; }
    #voice > div {
      width: 90%;
      display: block;
      margin: 70px auto 0 auto; }
      #voice > div ul {
        position: relative;
        height: auto; }
        #voice > div ul li {
          background: white;
          width: 100%;
          height: auto;
          border-radius: 10px;
          padding: 25px;
          margin-bottom: 30px; }
          #voice > div ul li dl {
            position: relative; }
            #voice > div ul li dl .star img {
              height: 20px;
              position: absolute;
              top: 4px;
              right: 38px; }
            #voice > div ul li dl .star p {
              font-size: 19px;
              position: absolute;
              top: 0px;
              right: 5px; }
            #voice > div ul li dl dt {
              font-size: 19px; }
              #voice > div ul li dl dt span {
                font-size: 14px; }
            #voice > div ul li dl .male {
              color: #0071ae; }
              #voice > div ul li dl .male span {
                color: #0071ae; }
            #voice > div ul li dl .female {
              color: #c44e57; }
              #voice > div ul li dl .female span {
                color: #c44e57; }
            #voice > div ul li dl dd {
              font-size: 16px;
              line-height: 1.8;
              padding-top: 20px;
              border-top: solid thin #333;
              margin-top: 20px; }
        #voice > div ul #fumiko {
          position: static;
          top: auto;
          right: auto; }
        #voice > div ul #yasuko {
          position: static;
          top: auto;
          right: auto; }
        #voice > div ul #toru {
          position: static;
          top: auto;
          right: auto; }
        #voice > div ul #toshiyuki {
          position: static;
          top: auto;
          right: auto; }

  #section06 {
    padding: 70px 0; }
    #section06 h2 {
      text-align: center;
      color: #a28462;
      font-size: 34px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section06 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      text-align: center;
      color: #a28462; }
    #section06 > div {
      width: 85%;
      margin: 0 auto; }
      #section06 > div p {
        font-size: 16px;
        text-align: justify;
        line-height: 1.8;
        margin-top: 70px;
        margin-bottom: 50px; }
      #section06 > div ul {
        display: block;
        width: 100%;
        margin: 0 auto; }
        #section06 > div ul li a {
          width: 100%;
          display: block;
          height: auto;
          position: relative;
          top: 0;
          transition: 0.3s all;
          margin-bottom: 20px; }
          #section06 > div ul li a:hover {
            top: -10px; }
          #section06 > div ul li a img {
            width: 100%;
            height: auto;
            border: solid thin black;
            border-radius: 10px; }
    #section06 .circle {
      display: none; }

  #modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* 半透明の黒 */
    display: none;
    /* 初期状態では非表示 */
    z-index: 9999; }

  .modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    display: none;
    /* 初期状態では非表示 */
    z-index: 10000;
    width: 90%;
    background: white;
    margin: 0 auto; }
    .modal-window .cover {
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover; }
      .modal-window .cover dl dt {
        font-size: 18px;
        color: #a28462;
        margin-bottom: 20px; }
      .modal-window .cover dl dd {
        font-size: 15px;
        line-height: 2; }
        .modal-window .cover dl dd span {
          color: #a28462; }
    .modal-window .cover_03 dl {
      margin-bottom: 20px; }
      .modal-window .cover_03 dl dt {
        font-size: 17px;
        color: #a28462;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: solid thin #a28462; }
      .modal-window .cover_03 dl dd {
        font-size: 13px;
        line-height: 1.5; }

  .close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 25px;
    font-weight: 100;
    cursor: pointer;
    color: white;
    background: black;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    padding-top: 5px; }

  #section07 {
    padding: 70px 0;
    background-color: #e6e3e2; }
    #section07 h2 {
      text-align: center;
      color: #a28462;
      font-size: 40px;
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal; }
    #section07 .titleEn {
      font-family: "hina-mincho", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: center;
      color: #a28462; }
    #section07 > div {
      display: block;
      margin: 70px auto 0 auto;
      width: 80%; }
      #section07 > div .left {
        width: 100%;
        display: block; }
        #section07 > div .left p {
          font-size: 16px;
          line-height: 1.8; }
      #section07 > div .right {
        display: block;
        margin-left: 0px;
        margin-top: 70px; }
        #section07 > div .right a {
          display: block; }
          #section07 > div .right a img {
            width: 100%;
            height: auto;
            margin-left: 0px;
            border-radius: 5px;
            margin-bottom: 20px; }
        #section07 > div .right .follow {
          width: 300px;
          position: absolute;
          top: -36px;
          left: calc(100% - 300px); }
      #section07 > div ul {
        display: block;
        width: 85%;
        margin: 0 auto; }
        #section07 > div ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 30px; } }
