@charset "UTF-8";
.top {
  /*----------------------------------------------------
  	☆common
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆mv
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆sec01
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆sec02
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆sec02
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆sec04
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	☆sec05
  ----------------------------------------------------*/ }
  .top .layer_board {
    background-color: #fff;
    padding: 45px; }
    @media screen and (max-width: 768px) {
      .top .layer_board {
        padding: 30px 17px; } }
    .top .layer_board .ttl01 {
      font-size: 2.0rem;
      text-align: center;
      line-height: 1.7;
      padding-bottom: 15px;
      margin-bottom: 15px;
      width: 100%;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .top .layer_board .ttl01 {
          font-size: 1.6rem; } }
    .top .layer_board .tx01 {
      font-size: 1.4rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .top .layer_board .tx01 {
          font-size: 1.3rem; } }
  .top .secTtl {
    font-size: 1.8rem;
    color: #aaa;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .top .secTtl {
        font-size: 1.4rem; } }
    .top .secTtl span {
      display: block;
      font-size: 4.2rem;
      color: #3f372c;
      font-weight: 200;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .top .secTtl span {
          font-size: 3.2rem; } }
  .top .secRead {
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top .secRead {
        font-size: 1.4rem;
        text-align: left; } }
  .top .mv {
    width: 100%;
    position: relative;
    margin-top: 80px;
    padding-top: 70px; }
    @media screen and (max-width: 768px) {
      .top .mv {
        margin-top: 40px;
        padding-top: 30px; } }
    .top .mv .infoBox {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .top .mv .infoBox {
          margin-bottom: 30px; } }
      .top .mv .infoBox .name {
        font-size: 1.8rem;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          .top .mv .infoBox .name {
            font-size: 1.4rem; } }
      .top .mv .infoBox .add {
        font-size: 1.4rem;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .top .mv .infoBox .add {
            font-size: 1.3rem; } }
    .top .mv .imgImg {
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .top .mv .imgImg {
          margin-top: -40px;
          z-index: -1; } }
      .top .mv .imgImg .main {
        width: 100%;
        height: 600px;
        background: url("../lib/cmn_img/mv_img02.jpg") no-repeat center center/cover; }
        @media screen and (max-width: 768px) {
          .top .mv .imgImg .main {
            height: 260px; } }
      .top .mv .imgImg .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          .top .mv .imgImg .line {
            min-width: 500px; } }
    .top .mv .mainCopy {
      position: absolute;
      top: 0;
      right: 10%;
      width: 271px;
      height: 299px;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .top .mv .mainCopy {
          position: static;
          width: 200px;
          height: auto;
          text-align: center;
          display: block;
          margin: 0 auto; } }
  .top .sec01 {
    margin-top: -60px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .top .sec01 {
        margin-top: 60px; } }
    .top .sec01 .inrL {
      text-align: center;
      font-size: 0; }
    .top .sec01 .boxL {
      width: 411px;
      height: 411px;
      display: inline-block;
      vertical-align: top;
      margin-right: 90px; }
      @media screen and (max-width: 768px) {
        .top .sec01 .boxL {
          max-width: 260px;
          height: auto;
          display: block;
          margin: 0 auto; } }
    .top .sec01 .boxR {
      margin-top: 140px;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 510px);
      text-align: left; }
      @media screen and (max-width: 768px) {
        .top .sec01 .boxR {
          width: 100%;
          margin-top: 30px; } }
      .top .sec01 .boxR .mainCopy {
        font-size: 3.7rem;
        letter-spacing: 0.08em;
        font-weight: lighter;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .top .sec01 .boxR .mainCopy {
            font-size: 2.4rem;
            text-align: center;
            letter-spacing: 0.03em; } }
        .top .sec01 .boxR .mainCopy span {
          font-size: 1.6rem;
          display: block;
          color: #aaa;
          letter-spacing: 0.15em;
          display: inline-block;
          position: relative;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .top .sec01 .boxR .mainCopy span {
              font-size: 1.3rem; } }
          .top .sec01 .boxR .mainCopy span::before {
            content: "";
            position: absolute;
            bottom: 5px;
            right: -60px;
            background: #aaa;
            width: 47px;
            height: 1px; }
            @media screen and (max-width: 768px) {
              .top .sec01 .boxR .mainCopy span::before {
                content: none; } }
      .top .sec01 .boxR .tx {
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 2.4;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          .top .sec01 .boxR .tx {
            font-size: 1.4rem;
            margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .top .sec02.top100 {
      margin-top: 60px !important; } }
  .top .sec02 .menuList {
    width: 100%;
    font-size: 0;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .top .sec02 .menuList {
        margin-top: 30px; } }
    .top .sec02 .menuList > li {
      width: 31.333%;
      display: inline-block;
      vertical-align: top;
      margin-right: 3%;
      margin-bottom: 3%;
     /*
    &:nth-child(6){
    	a{
    		background-image: url("../lib/cmn_img/sec02_img06.jpg");
    	}
    }*/ }
      @media screen and (max-width: 768px) {
        .top .sec02 .menuList > li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .top .sec02 .menuList > li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .top .sec02 .menuList > li:nth-child(2n) {
          margin-right: 2%; } }
      .top .sec02 .menuList > li > a {
        display: block;
        width: 100%;
        padding-top: 100%;
        background: no-repeat center center / cover;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .top .sec02 .menuList > li > a {
            padding: 25px 20px 30px 20px; } }
        .top .sec02 .menuList > li > a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          top: 0;
          left: 0;
          transition: all .3s ease-in-out; }
        .top .sec02 .menuList > li > a:hover::before {
          background: rgba(0, 0, 0, 0.6); }
        .top .sec02 .menuList > li > a:hover .boxWrap .btn {
          background-color: #fff;
          color: #ae9373;
          background-image: url("../lib/cmn_img/icon_plus_on.png"); }
        .top .sec02 .menuList > li > a .boxWrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          width: 100%;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .top .sec02 .menuList > li > a .boxWrap {
              position: static;
              transform: translateY(0) translateX(0); } }
          .top .sec02 .menuList > li > a .boxWrap .name {
            font-size: 3.0rem;
            margin-top: 5px;
            line-height: 1.4; }
            @media screen and (max-width: 768px) {
              .top .sec02 .menuList > li > a .boxWrap .name {
                font-size: 2.0rem; } }
          .top .sec02 .menuList > li > a .boxWrap .tx {
            font-size: 1.8rem;
            line-height: 1.7;
            letter-spacing: 0.05em;
            margin-top: 5px; }
            @media screen and (max-width: 768px) {
              .top .sec02 .menuList > li > a .boxWrap .tx {
                font-size: 1.3rem;
                text-align: left; } }
          .top .sec02 .menuList > li > a .boxWrap .btn {
            max-width: 290px;
            width: 90%;
            margin: 25px auto 0;
            color: #fff;
            text-align: center;
            font-size: 1.5rem;
            letter-spacing: 0.1em;
            padding: 10px;
            border-radius: 90px;
            background: #ae9373 url("../lib/cmn_img/icon_plus.png") no-repeat center right 15px/9px 9px;
            transition: all .3s ease-in-out; }
            @media screen and (max-width: 768px) {
              .top .sec02 .menuList > li > a .boxWrap .btn {
                width: 80%;
                margin-top: 10px;
                font-size: 1.3rem;
                padding: 5px; } }
      .top .sec02 .menuList > li:nth-child(1) a {
        background-image: url("../lib/cmn_img/sec02_img07.jpg"); }
      .top .sec02 .menuList > li:nth-child(2) a {
        background-image: url("../lib/cmn_img/sec02_img01.jpg"); }
      .top .sec02 .menuList > li:nth-child(3) a {
        background-image: url("../lib/cmn_img/sec02_img02.jpg"); }
      .top .sec02 .menuList > li:nth-child(4) a {
        background-image: url("../lib/cmn_img/sec02_img03.jpg"); }
      .top .sec02 .menuList > li:nth-child(5) a {
        background-image: url("../lib/cmn_img/sec02_img04.jpg"); }
      .top .sec02 .menuList > li:nth-child(6) a {
        background-image: url("../lib/cmn_img/sec02_img06.jpg"); }
  .top .remodal {
    border-radius: 8px;
    overflow: hidden; }
    .top .remodal .ttlMain {
      font-size: 3.4rem;
      text-align: center;
      width: 100%;
      background: #ae9373;
      padding: 12px 15px;
      line-height: 1.4;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .top .remodal .ttlMain {
          font-size: 2.0rem; } }
    .top .remodal .txWrap {
      padding: 60px;
      font-size: 0;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .top .remodal .txWrap {
          padding: 20px 15px; } }
      .top .remodal .txWrap .boxL {
        display: inline-block;
        vertical-align: top;
        width: 47.5%;
        margin-right: 5%;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .top .remodal .txWrap .boxL {
            width: 100%;
            margin-right: 0; } }
        .top .remodal .txWrap .boxL .tx01 {
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            .top .remodal .txWrap .boxL .tx01 {
              font-size: 1.4rem; } }
        .top .remodal .txWrap .boxL .txArea {
          padding-left: 18px; }
          .top .remodal .txWrap .boxL .txArea .ttl {
            font-size: 1.8rem;
            position: relative;
            line-height: 1.5; }
            @media screen and (max-width: 768px) {
              .top .remodal .txWrap .boxL .txArea .ttl {
                font-size: 1.4rem; } }
            .top .remodal .txWrap .boxL .txArea .ttl::before {
              content: "";
              position: absolute;
              top: 12px;
              left: -20px;
              background: #cab59c;
              width: 11px;
              height: 11px;
              border-radius: 40px; }
              @media screen and (max-width: 768px) {
                .top .remodal .txWrap .boxL .txArea .ttl::before {
                  top: 5px; } }
          .top .remodal .txWrap .boxL .txArea .tx {
            font-size: 1.6rem; }
            @media screen and (max-width: 768px) {
              .top .remodal .txWrap .boxL .txArea .tx {
                font-size: 1.3rem; } }
        .top .remodal .txWrap .boxL .tblStyle_01 {
          margin-top: 10px; }
          .top .remodal .txWrap .boxL .tblStyle_01 th, .top .remodal .txWrap .boxL .tblStyle_01 td {
            font-size: 1.6rem;
            padding: 10px; }
            @media screen and (max-width: 768px) {
              .top .remodal .txWrap .boxL .tblStyle_01 th, .top .remodal .txWrap .boxL .tblStyle_01 td {
                font-size: 1.3rem;
                display: table-cell !important; } }
          .top .remodal .txWrap .boxL .tblStyle_01 th {
            background: #f2eee9; }
      .top .remodal .txWrap .boxR {
        display: inline-block;
        vertical-align: top;
        width: 47.5%; }
        @media screen and (max-width: 768px) {
          .top .remodal .txWrap .boxR {
            display: block;
            width: 200px;
            margin: 25px auto 0; } }
  @media screen and (max-width: 768px) {
    .top .remodal-close {
      right: 0; } }
  .top .remodal-close::before {
    font-size: 26px;
    line-height: 17px; }
  @media screen and (max-width: 768px) {
    .top .sec03.top100 {
      margin-top: 60px !important; } }
  .top .sec03 .inrL {
    padding: 60px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top .sec03 .inrL {
        padding: 30px 20px; } }
    .top .sec03 .inrL::before {
      content: "";
      position: absolute;
      top: -15px;
      right: 80px;
      background: url("../lib/cmn_img/sec03_img02.png") no-repeat center center/cover;
      width: 63px;
      height: 103px; }
      @media screen and (max-width: 768px) {
        .top .sec03 .inrL::before {
          width: 31px;
          height: 51px;
          right: 20px; } }
    .top .sec03 .inrL .boxL {
      width: 35%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .top .sec03 .inrL .boxL {
          width: 220px;
          display: block;
          margin: 0 auto; } }
    .top .sec03 .inrL .boxR {
      display: inline-block;
      vertical-align: top;
      width: 60%; }
      @media screen and (max-width: 768px) {
        .top .sec03 .inrL .boxR {
          width: 100%;
          margin-top: 20px; } }
      .top .sec03 .inrL .boxR .secTtl {
        text-align: left;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .top .sec03 .inrL .boxR .secTtl {
            text-align: center; } }
        .top .sec03 .inrL .boxR .secTtl span {
          display: inline-block;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            .top .sec03 .inrL .boxR .secTtl span {
              display: block;
              margin-right: 0;
              margin-bottom: 5px; } }
      .top .sec03 .inrL .boxR .tx {
        font-size: 1.6rem;
        line-height: 2.2; }
        @media screen and (max-width: 768px) {
          .top .sec03 .inrL .boxR .tx {
            font-size: 1.3rem; } }
      .top .sec03 .inrL .boxR .btn {
        margin-top: 25px; }
        .top .sec03 .inrL .boxR .btn a {
          display: block;
          max-width: 290px;
          width: 90%;
          margin-top: 25px;
          color: #fff;
          text-align: center;
          font-size: 1.5rem;
          letter-spacing: 0.1em;
          padding: 10px;
          border-radius: 90px;
          border: 1px solid #ae9373;
          background: #ae9373 url("../lib/cmn_img/icon_link.png") no-repeat center right 15px/13px 13px;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .top .sec03 .inrL .boxR .btn a {
              font-size: 1.4rem; } }
          .top .sec03 .inrL .boxR .btn a:hover {
            border: 1px solid #ae9373;
            background-image: url("../lib/cmn_img/icon_link_on.png");
            color: #111;
            background-color: #fff; }
  @media screen and (max-width: 768px) {
    .top .sec04.top100 {
      margin-top: 60px !important; } }
  .top .sec04 .nameBox {
    text-align: center;
    font-size: 0; }
    .top .sec04 .nameBox .img01 {
      display: inline-block;
      vertical-align: middle;
      width: 222px;
      height: auto;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .top .sec04 .nameBox .img01 {
          width: 170px; } }
    .top .sec04 .nameBox .img02 {
      display: inline-block;
      vertical-align: middle;
      width: 108px;
      height: auto; }
      @media screen and (max-width: 768px) {
        .top .sec04 .nameBox .img02 {
          width: 80px; } }
  .top .sec04 .boxWrap {
    font-size: 0;
    margin-top: 45px; }
    .top .sec04 .boxWrap .boxL {
      width: 47.5%;
      display: inline-block;
      vertical-align: top;
      margin-right: 5%; }
      @media screen and (max-width: 768px) {
        .top .sec04 .boxWrap .boxL {
          width: 100%;
          margin-right: 0; } }
      .top .sec04 .boxWrap .boxL .tblStyle_03 {
        margin: 0; }
        .top .sec04 .boxWrap .boxL .tblStyle_03 th {
          width: 35%; }
        .top .sec04 .boxWrap .boxL .tblStyle_03 th, .top .sec04 .boxWrap .boxL .tblStyle_03 td {
          font-size: 1.6rem;
          padding: 18px 10px; }
          @media screen and (max-width: 768px) {
            .top .sec04 .boxWrap .boxL .tblStyle_03 th, .top .sec04 .boxWrap .boxL .tblStyle_03 td {
              font-size: 1.3rem; } }
        .top .sec04 .boxWrap .boxL .tblStyle_03 .indList li {
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            .top .sec04 .boxWrap .boxL .tblStyle_03 .indList li {
              font-size: 1.3rem; } }
    .top .sec04 .boxWrap .boxR {
      width: 47.5%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .top .sec04 .boxWrap .boxR {
          width: 100%; } }
  .top .sec05 {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 50px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top .sec05 {
        width: calc(100% - 40px);
        padding: 30px 20px; } }
    .top .sec05::before {
      content: "";
      position: absolute;
      top: -20px;
      left: -25px;
      background: url("../lib/cmn_img/cv_img01.png") no-repeat center center/cover;
      width: 162px;
      height: 162px; }
      @media screen and (max-width: 768px) {
        .top .sec05::before {
          width: 81px;
          height: 81px;
          top: -10px;
          left: -10px; } }
    .top .sec05::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: -25px;
      background: url("../lib/cmn_img/cv_img02.png") no-repeat center center/cover;
      width: 157px;
      height: 155px; }
      @media screen and (max-width: 768px) {
        .top .sec05::after {
          width: 78px;
          height: 77px;
          right: -10px;
          bottom: -10px; } }
    .top .sec05 .ttl {
      font-size: 3.6rem;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .top .sec05 .ttl {
          font-size: 2.8rem; } }
    .top .sec05 .tx01 {
      font-size: 1.8rem;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .top .sec05 .tx01 {
          font-size: 1.4rem; } }
    .top .sec05 .telTx a span {
      font-size: 3.0rem;
      padding-left: 25px;
      background: url("../lib/cmn_img/icon_tel.png") no-repeat center left/19px 25px; }
      @media screen and (max-width: 768px) {
        .top .sec05 .telTx a span {
          font-size: 2.4rem; } }
    .top .sec05 .tx02 {
      font-size: 1.6rem;
      line-height: 1;
      padding: 5px 8px;
      border: 1px solid #ddd;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .top .sec05 .tx02 {
          font-size: 1.3rem; } }
