/*! Writen  by SCSS */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.garamond {
  font-family: "EB Garamond", serif; }

img.wide_img {
  width: 100%; }
img.cover_img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.inner_1500 {
  max-width: 1500px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.inner_1200 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.read_ttl {
  font-size: clamp(17px, 2vw, 30px);
  letter-spacing: 0.1em;
  line-height: 2.5; }

.read {
  font-size: clamp(13px, 1.334vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2.5; }

.reads {
  font-size: clamp(12px, 1.067vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.875; }

.color01 {
  color: #a5956d; }

.mainvisual {
  position: relative; }
  .mainvisual .main_txt {
    width: calc(1016%/16);
    position: absolute;
    left: calc(90%/16);
    top: calc(280%/8); }
    @media screen and (max-width: 480px) {
      .mainvisual .main_txt {
        width: 65%;
        width: 88%;
        left: 0;
        right: 0;
        margin: auto; } }
  .mainvisual .main_en {
    width: calc(632%/16);
    position: absolute;
    left: calc(50%/16);
    bottom: calc(15%/8);
    mix-blend-mode: overlay; }
    @media screen and (max-width: 480px) {
      .mainvisual .main_en {
        width: 80%;
        mix-blend-mode: hard-light; } }

.main_obi {
  background: #333;
  width: 100%;
  padding: 40px 10px;
  color: #fff;
  margin-bottom: clamp(40px, 9.167vw, 110px);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .main_obi {
      padding: 25px 0; } }
  .main_obi::before {
    display: block;
    position: absolute;
    z-index: 10;
    left: -100%;
    top: 0;
    content: "";
    width: 120%;
    height: 120%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    animation: shiny 4s infinite linear 0s; }
  .main_obi p {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: clamp(20px, 2.134vw, 32px); }
    @media screen and (max-width: 600px) {
      .main_obi p {
        font-size: calc(18vw/3.9);
        letter-spacing: 0.05em; } }
    .main_obi p .color {
      color: #e3d5b1; }

.sec01 .slide_main .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 15px;
  height: 15px; }
.sec01 .wide_item01 {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse; }
  .sec01 .wide_item01 .imgs {
    width: calc(1100%/16); }
    @media screen and (max-width: 1200px) {
      .sec01 .wide_item01 .imgs {
        width: calc(920%/12); } }
    @media screen and (max-width: 768px) {
      .sec01 .wide_item01 .imgs {
        width: 100%; } }
  .sec01 .wide_item01 .txts {
    padding-left: calc(200%/16);
    width: calc(500%/16);
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .sec01 .wide_item01 .txts {
        width: calc(280%/12);
        justify-content: center;
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .sec01 .wide_item01 .txts {
        width: calc(500%/7.68);
        position: absolute;
        right: 15px;
        bottom: 15px; } }
    .sec01 .wide_item01 .txts .txt_101 {
      width: calc(198%/3); }
      @media screen and (max-width: 768px) {
        .sec01 .wide_item01 .txts .txt_101 {
          width: 100%; } }

.sec02 {
  margin-bottom: clamp(60px, 15.834vw, 190px); }
  .sec02 .txt_201 {
    width: calc(1215%/16);
    margin: 60px auto;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .sec02 .txt_201 {
        width: calc(100% - 40px);
        margin: 30px auto; } }
  .sec02 .wide_item02 {
    display: flex;
    align-items: stretch; }
    @media screen and (max-width: 1200px) {
      .sec02 .wide_item02 {
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .sec02 .wide_item02 {
        flex-wrap: wrap;
        gap: 20px 0; } }
    .sec02 .wide_item02 .imgs1 {
      width: calc(600%/16); }
      @media screen and (max-width: 1200px) {
        .sec02 .wide_item02 .imgs1 {
          width: 35%;
          position: relative; } }
      @media screen and (max-width: 768px) {
        .sec02 .wide_item02 .imgs1 {
          width: 100%; } }
      .sec02 .wide_item02 .imgs1 .sp_img {
        display: none; }
        @media screen and (max-width: 1200px) {
          .sec02 .wide_item02 .imgs1 .sp_img {
            display: block;
            width: 40%;
            position: absolute;
            right: -20px;
            bottom: -20px;
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2); } }
        @media screen and (max-width: 768px) {
          .sec02 .wide_item02 .imgs1 .sp_img {
            display: none; } }
    .sec02 .wide_item02 .txts {
      width: calc(700%/16);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        .sec02 .wide_item02 .txts {
          width: 58%; } }
      @media screen and (max-width: 768px) {
        .sec02 .wide_item02 .txts {
          width: 100%;
          text-align: center;
          padding: 0 15px; } }
      .sec02 .wide_item02 .txts .read {
        font-size: calc(20vw / 16);
        letter-spacing: 0.1em;
        line-height: 2.5; }
        @media screen and (max-width: 1200px) {
          .sec02 .wide_item02 .txts .read {
            font-size: clamp(13px, 1.334vw, 16px);
            letter-spacing: 0.1em;
            line-height: 2.5; } }
        @media screen and (max-width: 480px) {
          .sec02 .wide_item02 .txts .read {
            line-height: 1.8; } }
    .sec02 .wide_item02 .imgs2 {
      width: calc(300%/16);
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 1200px) {
        .sec02 .wide_item02 .imgs2 {
          display: none; } }

.vsp600 {
  display: none; }
  @media screen and (max-width: 600px) {
    .vsp600 {
      display: block; } }

@media screen and (max-width: 600px) {
  .vpc600 {
    display: none; } }

.sec03 {
  margin-bottom: clamp(60px, 8.834vw, 106px); }
  .sec03 .sec_ttl {
    display: flex;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: clamp(40px, 5.834vw, 70px); }
    @media screen and (max-width: 1200px) {
      .sec03 .sec_ttl {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; } }
    .sec03 .sec_ttl .txt_301 {
      width: calc(488%/15);
      margin-right: calc(40%/15); }
      @media screen and (max-width: 1200px) {
        .sec03 .sec_ttl .txt_301 {
          margin: 0 auto; } }
    .sec03 .sec_ttl .txt_box {
      width: calc(972%/15); }
      @media screen and (max-width: 1000px) {
        .sec03 .sec_ttl .txt_box {
          width: 100%; } }
    .sec03 .sec_ttl .sec_ttl_illust {
      position: absolute;
      right: calc(-23%/15);
      bottom: -8px;
      width: calc(243%/15); }
      @media screen and (max-width: 1000px) {
        .sec03 .sec_ttl .sec_ttl_illust {
          display: none; } }
  .sec03 .plan {
    padding: 45px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec03 .plan {
        padding: 20px; } }
  .sec03 .plan_box {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px 0; }
    @media screen and (max-width: 768px) {
      .sec03 .plan_box {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; } }
    @media screen and (max-width: 600px) {
      .sec03 .plan_box {
        width: 100%;
        flex-direction: column; } }
    .sec03 .plan_box .in_box {
      display: flex;
      justify-content: space-between;
      background: #a5956d;
      background: #333;
      padding: 15px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .sec03 .plan_box .in_box {
          width: 48%;
          padding: 0;
          flex-direction: column;
          justify-content: flex-start;
          gap: 10px 0; } }
      @media screen and (max-width: 600px) {
        .sec03 .plan_box .in_box {
          width: 100%; } }
      .sec03 .plan_box .in_box .imgs {
        width: calc(359%/9.7); }
        @media screen and (max-width: 768px) {
          .sec03 .plan_box .in_box .imgs {
            width: 100%; } }
      .sec03 .plan_box .in_box .txts {
        width: calc(580%/9.7); }
        @media screen and (max-width: 768px) {
          .sec03 .plan_box .in_box .txts {
            width: 100%;
            padding: 10px; } }
      .sec03 .plan_box .in_box .in_box_ttl {
        display: flex;
        color: #efd998; }
        @media screen and (max-width: 768px) {
          .sec03 .plan_box .in_box .in_box_ttl {
            margin-bottom: 8px; } }
        .sec03 .plan_box .in_box .in_box_ttl .nm {
          width: 33px;
          height: 33px;
          margin-right: 10px;
          background: #a5956d;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .sec03 .plan_box .in_box .in_box_ttl .nm {
              width: 20px;
              height: 20px;
              margin-right: 8px; } }
        .sec03 .plan_box .in_box .in_box_ttl .ttl {
          font-size: clamp(14px, 1.667vw, 20px); }
          @media screen and (max-width: 768px) {
            .sec03 .plan_box .in_box .in_box_ttl .ttl {
              position: relative;
              top: -0.2em;
              letter-spacing: 0; } }
          @media screen and (max-width: 600px) {
            .sec03 .plan_box .in_box .in_box_ttl .ttl .sp_small {
              font-size: 80%; } }
      .sec03 .plan_box .in_box .reads {
        line-height: 2.25;
        letter-spacing: 0.15em; }
        @media screen and (max-width: 768px) {
          .sec03 .plan_box .in_box .reads {
            line-height: 1.65; } }
        @media screen and (max-width: 600px) {
          .sec03 .plan_box .in_box .reads {
            font-size: 12px;
            letter-spacing: 0.05em; } }
    .sec03 .plan_box .bg_img {
      position: relative;
      overflow: hidden; }
      .sec03 .plan_box .bg_img .img302_ico {
        width: calc(200%/5.8);
        position: absolute;
        top: 15px;
        bottom: 15px;
        right: 15px;
        opacity: 0.7; }
        @media screen and (max-width: 600px) {
          .sec03 .plan_box .bg_img .img302_ico {
            top: 0;
            right: 5px;
            bottom: 5px; } }
      .sec03 .plan_box .bg_img .in_box_ttl,
      .sec03 .plan_box .bg_img .reads {
        position: relative;
        z-index: 2; }

.sec04 {
  background-image: url("../images/sec04_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: clamp(40px, 8.334vw, 100px);
  padding-bottom: clamp(40px, 11.667vw, 140px); }
  .sec04 .sec_ttl {
    display: flex;
    position: relative;
    margin-bottom: clamp(30px, 7.5vw, 90px); }
    @media screen and (max-width: 1200px) {
      .sec04 .sec_ttl {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; } }
    .sec04 .sec_ttl .txt_401 {
      width: calc(616%/15);
      margin-right: calc(60%/15); }
      @media screen and (max-width: 1200px) {
        .sec04 .sec_ttl .txt_401 {
          margin: 0 auto; } }
    .sec04 .sec_ttl .txt_box {
      width: calc(818%/15);
      color: #fff; }
      @media screen and (max-width: 1000px) {
        .sec04 .sec_ttl .txt_box {
          width: 100%; } }
    .sec04 .sec_ttl .sec_ttl_illust {
      position: absolute;
      right: 0;
      bottom: 0;
      width: calc(261%/15); }
      @media screen and (max-width: 1000px) {
        .sec04 .sec_ttl .sec_ttl_illust {
          display: none; } }
  .sec04 .box01 {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 600px) {
      .sec04 .box01 {
        flex-direction: column;
        gap: 20px; } }
    .sec04 .box01 + .box01 {
      margin-top: clamp(50px, 6.667vw, 80px); }
    .sec04 .box01 .imgs {
      width: calc(300%/12); }
      @media screen and (max-width: 600px) {
        .sec04 .box01 .imgs {
          width: 100%; } }
      .sec04 .box01 .imgs figure {
        height: 100%;
        width: 100%;
        overflow: hidden; }
    .sec04 .box01 .txts {
      width: calc(850%/12);
      color: #fff; }
      @media screen and (max-width: 600px) {
        .sec04 .box01 .txts {
          width: 100%; } }
      .sec04 .box01 .txts .sec_ttl_img {
        width: calc(192%/8.5);
        margin-bottom: clamp(15px, 1.667vw, 20px);
        min-width: 120px; }
      .sec04 .box01 .txts .box_ttl {
        display: flex;
        align-items: flex-end;
        gap: 0 1em;
        font-size: clamp(20px, 3vw, 36px);
        line-height: 1;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 768px) {
          .sec04 .box01 .txts .box_ttl {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 0.5em; } }
        .sec04 .box01 .txts .box_ttl .s {
          font-size: clamp(16px, 2vw, 24px);
          line-height: 1; }

.sec05 {
  padding-top: clamp(40px, 8.334vw, 100px);
  padding-bottom: clamp(40px, 11.667vw, 140px); }
  @media screen and (max-width: 900px) {
    .sec05 {
      padding-bottom: 0; } }
  .sec05 .sec_ttl {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: clamp(30px, 7.5vw, 90px); }
    @media screen and (max-width: 1200px) {
      .sec05 .sec_ttl {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px 0; } }
    .sec05 .sec_ttl .txt_501 {
      width: calc(797%/15);
      margin-right: calc(60%/15); }
    .sec05 .sec_ttl .sub_txt {
      font-size: clamp(16px, 2.5vw, 30px);
      line-height: 1;
      display: inline-block; }
  .sec05 .box01 {
    display: flex;
    margin-bottom: clamp(40px, 8.334vw, 100px); }
    @media screen and (max-width: 900px) {
      .sec05 .box01 {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
        gap: 60px 0; } }
    .sec05 .box01 .l_cnt {
      width: calc(701%/12); }
      @media screen and (max-width: 900px) {
        .sec05 .box01 .l_cnt {
          width: 100%; } }
      .sec05 .box01 .l_cnt .map {
        box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 50px; }
        @media screen and (max-width: 900px) {
          .sec05 .box01 .l_cnt .map {
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05); } }
    .sec05 .box01 .r_cnt {
      margin-top: 30px;
      width: calc(499%/12);
      position: relative;
      padding: calc(32%/12);
      font-size: clamp(16px, 1.847vw, 24px);
      text-align: center; }
      @media screen and (max-width: 900px) {
        .sec05 .box01 .r_cnt {
          width: 100%;
          margin: 0 auto;
          padding: 20px;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec05 .box01 .r_cnt {
          width: calc(100% + 40px);
          margin: 0 -20px; } }
      .sec05 .box01 .r_cnt::before {
        content: "";
        position: absolute;
        right: 0;
        left: calc(-40%/4.99);
        top: 0;
        bottom: 20px;
        margin: auto;
        z-index: -1;
        background: rgba(165, 149, 109, 0.2);
        display: block; }
        @media screen and (max-width: 900px) {
          .sec05 .box01 .r_cnt::before {
            inset: 0; } }
      .sec05 .box01 .r_cnt .txt1 {
        line-height: 1.66;
        font-weight: bold;
        margin-bottom: 2.45em; }
      .sec05 .box01 .r_cnt .txt2 {
        line-height: 1.25; }
        .sec05 .box01 .r_cnt .txt2 .lg {
          font-size: 160%;
          letter-spacing: -0.05em;
          display: block; }
      .sec05 .box01 .r_cnt .txt3 {
        font-size: clamp(14px, 1.539vw, 20px);
        letter-spacing: 0.08em;
        margin-bottom: 1.15em; }
      .sec05 .box01 .r_cnt .tel_links {
        max-width: 373px;
        margin: 0 auto; }
      .sec05 .box01 .r_cnt .txt4 {
        max-width: 373px;
        margin: 0.5em auto 0;
        letter-spacing: 0.08em;
        text-align: justify;
        font-size: clamp(12px, 1.334vw, 16px); }
        @media screen and (max-width: 900px) {
          .sec05 .box01 .r_cnt .txt4 {
            text-align: center; } }
  .sec05 .in_cv {
    max-width: 640px;
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 900px) {
      .sec05 .in_cv {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .sec05 .in_cv {
        flex-direction: column; } }
    .sec05 .in_cv li {
      width: calc(310%/6.4); }
      @media screen and (max-width: 480px) {
        .sec05 .in_cv li {
          width: 100%; } }
      .sec05 .in_cv li a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 12px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        border-radius: 20px; }
  @media screen and (max-width: 900px) {
    .sec05 .box02 {
      margin-top: 40px; } }
  .sec05 .box02 .box_ttl {
    border-bottom: 1px solid #a5956d;
    font-size: clamp(20px, 2.5vw, 30px);
    padding-bottom: 0.2em;
    margin-bottom: 1em; }
  .sec05 .box02 .links {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec05 .box02 .links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 2%; } }
    @media screen and (max-width: 600px) {
      .sec05 .box02 .links {
        gap: 15px 0; } }
    .sec05 .box02 .links li {
      width: calc(225%/12); }
      @media screen and (max-width: 768px) {
        .sec05 .box02 .links li {
          width: 31%; } }
      @media screen and (max-width: 600px) {
        .sec05 .box02 .links li {
          width: 100%; } }
      .sec05 .box02 .links li a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: clamp(14px, 1.667vw, 20px);
        letter-spacing: 0.2em;
        padding: 0.5em 0;
        border-radius: 30px;
        transition: all 0.3s; }
        @media screen and (max-width: 900px) {
          .sec05 .box02 .links li a {
            line-height: 40px;
            padding: 0; } }
        @media (hover: hover) {
          .sec05 .box02 .links li a:hover {
            opacity: 0.7; } }
      .sec05 .box02 .links li.link1 a {
        background: #c9971b; }
      .sec05 .box02 .links li.link2 a {
        background: #7dc91b; }
      .sec05 .box02 .links li.link3 a {
        background: #1bc979; }
      .sec05 .box02 .links li.link4 a {
        background: #1b65c9; }
      .sec05 .box02 .links li.link5 a {
        background: #aa1bc9; }

.sec06 {
  padding-top: clamp(40px, 8.334vw, 100px);
  padding-bottom: clamp(40px, 11.667vw, 140px); }
  .sec06 .sec_ttl {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: clamp(30px, 7.5vw, 90px); }
    @media screen and (max-width: 1200px) {
      .sec06 .sec_ttl {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px 0; } }
    .sec06 .sec_ttl .txt_601 {
      width: calc(797%/15);
      margin-right: calc(60%/15); }
    .sec06 .sec_ttl .sub_txt {
      font-size: clamp(16px, 2.5vw, 30px);
      line-height: 1;
      display: inline-block;
      position: relative;
      top: -2em; }
      @media screen and (max-width: 1200px) {
        .sec06 .sec_ttl .sub_txt {
          top: 0; } }
  .sec06 .list_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0; }
    @media screen and (max-width: 600px) {
      .sec06 .list_item {
        gap: 30px 0; } }
    .sec06 .list_item .item {
      width: calc(580%/12); }
      @media screen and (max-width: 768px) {
        .sec06 .list_item .item {
          width: 100%; } }
      .sec06 .list_item .item.wide {
        width: 100%; }
      .sec06 .list_item .item .item_ttl {
        background: #a5956d;
        color: #fff;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.1em;
        font-size: clamp(16px, 1.834vw, 22px);
        padding: 0.5em 10px;
        border-radius: 2em;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 600px) {
          .sec06 .list_item .item .item_ttl {
            line-height: 1.4; } }
      .sec06 .list_item .item .item_copy {
        text-align: center;
        line-height: 1.77;
        letter-spacing: 0.1em;
        font-size: clamp(13px, 1.5vw, 18px); }
        @media screen and (max-width: 600px) {
          .sec06 .list_item .item .item_copy {
            text-align: left; }
            .sec06 .list_item .item .item_copy br {
              display: none; } }

/*# sourceMappingURL=lp.css.map */
