.hero_mv {
  width: 100%; }
  .hero_mv img {
    width: 100%; }
  .hero_mv .swiper-slide {
    position: relative; }
  .hero_mv .main_txt {
    position: absolute;
    width: 73.26%;
    bottom: 2.46%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 820px) {
      .hero_mv .main_txt {
        display: none; } }
    .hero_mv .main_txt.slide02 {
      width: 74.65%; }

.access_area {
  display: none; }
  @media screen and (max-width: 820px) {
    .access_area {
      display: block;
      padding-top: 50px; } }
  .access_area ul {
    width: calc(100% - 40px);
    margin: 0px auto;
    max-width: 1110px; }
    .access_area ul li {
      width: 96.17%;
      display: block;
      margin: 0px auto;
      padding-bottom: 10px;
      border-bottom: 1px solid #837A56;
      margin-bottom: 10px;
      text-align: center; }
    .access_area ul .access01 img {
      width: 100%;
      max-width: 335px; }
    .access_area ul .access02 img {
      width: 100%;
      max-width: 250px; }
    .access_area ul .access03 {
      margin-bottom: 0px;
      border-bottom: none; }
      .access_area ul .access03 img {
        width: 100%;
        max-width: 296px; }

.merit_area {
  background-color: #252F48;
  padding: 5px 0px; }
  @media screen and (max-width: 820px) {
    .merit_area {
      padding: 15px 0px 5px; } }
  .merit_area ul {
    width: calc(100% - 40px);
    margin: 0px auto;
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .merit_area ul li {
      width: 28.82%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 3.6%;
      color: #fff;
      font-size: 26px;
      letter-spacing: 0.05em;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 820px) {
        .merit_area ul li {
          width: 100%;
          padding: 0px;
          text-align: center;
          margin-bottom: 10px;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      @media screen and (max-width: 644px) {
        .merit_area ul li {
          font-size: 5.33vw;
          letter-spacing: 0.1em; } }
      @media screen and (max-width: 820px) {
        .merit_area ul li img {
          width: 100%;
          max-width: 238px; } }
      .merit_area ul li::before {
        display: block;
        position: absolute;
        border-left: 1px solid #fff;
        content: "";
        left: 0px;
        top: 50%;
        height: 1.92em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 820px) {
          .merit_area ul li::before {
            display: none; } }
      .merit_area ul li:nth-child(1)::before {
        display: none; }
      .merit_area ul li:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 0px; }
        @media screen and (max-width: 820px) {
          .merit_area ul li:nth-child(3) {
            width: 96.17%;
            margin: 0px auto;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding-bottom: 15px;
            border-bottom: 1px solid #fff;
            margin-bottom: 15px; } }

.info_area {
  padding: 70px 0px 110px; }
  @media screen and (max-width: 644px) {
    .info_area {
      padding: 40px 0px; } }
  .info_area .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 644px) {
      .info_area .btn_list {
        display: block;
        margin-bottom: 40px; } }
    .info_area .btn_list li {
      width: 30.63%;
      margin-right: 4.05%;
      position: relative;
      margin-bottom: 60px; }
      @media screen and (max-width: 644px) {
        .info_area .btn_list li {
          margin: 0;
          width: 100%;
          margin-bottom: 25px; } }
      .info_area .btn_list li:nth-child(3n) {
        margin-right: 0px; }
  .info_area .bnr_area {
    width: 100%;
    max-width: 920px;
    margin: 0px auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 644px) {
      .info_area .bnr_area {
        margin-bottom: 40px; } }
  .info_area .infomation_box {
    background-color: #fff;
    padding: 60px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333; }
    @media screen and (max-width: 820px) {
      .info_area .infomation_box {
        padding: 60px; } }
    @media screen and (max-width: 644px) {
      .info_area .infomation_box {
        margin-left: -20px;
        margin-right: -20px;
        padding: 50px 20px; } }
    .info_area .infomation_box .info_tit {
      text-align: center;
      font-family: "Libre Caslon Text", serif;
      letter-spacing: 0.15em;
      color: #837A56;
      font-size: 16px;
      margin-bottom: 45px; }
      @media screen and (max-width: 644px) {
        .info_area .infomation_box .info_tit {
          font-size: 14px;
          margin-bottom: 30px;
          letter-spacing: 0.1em; } }
    .info_area .infomation_box .info_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      letter-spacing: 0.15em;
      font-size: 14px;
      font-weight: bold;
      font-weight: 500;
      margin-bottom: 40px; }
      @media screen and (max-width: 644px) {
        .info_area .infomation_box .info_list {
          display: block;
          letter-spacing: 0.1em; } }
      .info_area .infomation_box .info_list dt {
        width: 130px;
        margin-bottom: 20px; }
        @media screen and (max-width: 644px) {
          .info_area .infomation_box .info_list dt {
            width: 100%;
            margin-bottom: 5px; } }
      .info_area .infomation_box .info_list dd {
        width: calc(100% - 130px);
        margin-bottom: 20px; }
        @media screen and (max-width: 644px) {
          .info_area .infomation_box .info_list dd {
            width: 100%; } }
    .info_area .infomation_box .btn_com_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px; }
      @media screen and (max-width: 644px) {
        .info_area .infomation_box .btn_com_wrap {
          gap: 15px; } }
    .info_area .infomation_box .btn {
      width: 100%;
      max-width: 350px;
      padding: 20px 0px;
      margin: 0px; }

.sec_contents_wrap {
  margin-bottom: 130px; }
  @media screen and (max-width: 644px) {
    .sec_contents_wrap {
      margin-bottom: 40px; } }
  .sec_contents_wrap .sec_btn01 {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px;
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1;
    background-color: #fff;
    color: #252F48;
    position: relative;
    -webkit-transition: all 500ms;
    transition: all 500ms; }
    @media screen and (max-width: 644px) {
      .sec_contents_wrap .sec_btn01 {
        font-size: 16px; } }
    .sec_contents_wrap .sec_btn01 b {
      position: relative;
      z-index: 1; }
    .sec_contents_wrap .sec_btn01::before {
      display: block;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      width: 100%;
      background-color: #837A56;
      z-index: 0;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transition: all 500ms;
      transition: all 500ms; }
    .sec_contents_wrap .sec_btn01::after {
      display: block;
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border: solid 2px #252F48;
      border-bottom: none;
      border-left: none;
      top: 50%;
      right: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transition: all 500ms;
      transition: all 500ms; }
  .sec_contents_wrap .imgBox {
    background-color: #837A56; }
    .sec_contents_wrap .imgBox::before {
      display: block;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      width: 100%;
      background-color: #837A56;
      z-index: 1;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transition: all 500ms;
      transition: all 500ms;
      opacity: 0.25; }
    .sec_contents_wrap .imgBox .pic_cap {
      z-index: 2; }
    .sec_contents_wrap .imgBox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: none; }
  .sec_contents_wrap .sec_contents_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 820px) {
      .sec_contents_wrap .sec_contents_box {
        display: block;
        position: relative; } }
    .sec_contents_wrap .sec_contents_box.soon .sec_btn01::after {
      display: none; }
    .sec_contents_wrap .sec_contents_box.soon:hover .sec_btn01 {
      color: #252F48; }
      .sec_contents_wrap .sec_contents_box.soon:hover .sec_btn01::before {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0); }
    .sec_contents_wrap .sec_contents_box.soon:hover .imgBox::before {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }
    .sec_contents_wrap .sec_contents_box:hover {
      opacity: 1; }
      .sec_contents_wrap .sec_contents_box:hover .sec_btn01 {
        color: #fff; }
        .sec_contents_wrap .sec_contents_box:hover .sec_btn01::before {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        .sec_contents_wrap .sec_contents_box:hover .sec_btn01::after {
          border-color: #fff;
          -webkit-transform: translateY(-50%) translateX(10px) rotate(45deg);
          transform: translateY(-50%) translateX(10px) rotate(45deg); }
      .sec_contents_wrap .sec_contents_box:hover .imgBox::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
    .sec_contents_wrap .sec_contents_box.concept .cap01 {
      right: 32%; }
      @media screen and (max-width: 820px) {
        .sec_contents_wrap .sec_contents_box.concept .cap01 {
          right: 0px;
          top: 0px;
          bottom: auto; } }
    .sec_contents_wrap .sec_contents_box.access_location {
      display: block;
      position: relative; }
      .sec_contents_wrap .sec_contents_box.access_location .imgBox {
        width: 100%; }
      .sec_contents_wrap .sec_contents_box.access_location .txtBox {
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 100%;
        margin-left: 0px; }
    .sec_contents_wrap .sec_contents_box .txt_com01 {
      margin-bottom: 50px;
      text-align: center; }
      @media screen and (max-width: 644px) {
        .sec_contents_wrap .sec_contents_box .txt_com01 {
          margin-bottom: 30px; } }
    .sec_contents_wrap .sec_contents_box .txtBox {
      width: 27.77%;
      margin-left: 5.2%;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #fff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1110px) {
        .sec_contents_wrap .sec_contents_box .txtBox {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin-left: 0px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px; } }
      @media screen and (max-width: 820px) {
        .sec_contents_wrap .sec_contents_box .txtBox {
          position: absolute;
          z-index: 2;
          top: 0px;
          left: 0px;
          bottom: 0px;
          width: 100%;
          margin-left: 0px;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      @media screen and (max-width: 644px) {
        .sec_contents_wrap .sec_contents_box .txtBox {
          padding: 0px 20px; } }
    .sec_contents_wrap .sec_contents_box .imgBox {
      width: 55.55%; }
      @media screen and (max-width: 820px) {
        .sec_contents_wrap .sec_contents_box .imgBox {
          width: 100%;
          height: 93.33vw;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
  .sec_contents_wrap .sec_contents_box02_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    max-width: 1110px;
    margin: 0px auto;
    margin-top: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 644px) {
      .sec_contents_wrap .sec_contents_box02_wrap {
        margin-top: 40px;
        gap: 20px; } }
    .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02 {
      width: 47.29%;
      position: relative; }
      @media screen and (max-width: 644px) {
        .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02 {
          width: 100%; } }
      .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02:hover {
        opacity: 1; }
        .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02:hover .sec_btn01 {
          color: #fff; }
          .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02:hover .sec_btn01::before {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
          .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02:hover .sec_btn01::after {
            border-color: #fff;
            -webkit-transform: translateY(-50%) translateX(10px) rotate(45deg);
            transform: translateY(-50%) translateX(10px) rotate(45deg); }
        .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02:hover .imgBox::before {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
      .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02 .txtBox {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        color: #fff;
        text-align: center; }
        .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02 .txtBox .txt_com01 {
          margin-bottom: 50px; }
          @media screen and (max-width: 1110px) {
            .sec_contents_wrap .sec_contents_box02_wrap .sec_contents_box02 .txtBox .txt_com01 {
              margin-bottom: 25px; } }

