/*! Writen  by SCSS */
.contents_wrap .container {
  padding-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .contents_wrap .container {
      padding-top: 0 !important; } }

.en_ttl {
  position: relative;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #917e58;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 0.5em;
  text-align: center; }
  .en_ttl::after {
    content: '';
    width: 70px;
    height: 1px;
    background: #917e58;
    position: absolute;
    inset: 0;
    margin-inline: auto;
    top: auto; }

@media screen and (max-width: 480px) {
  .sec0 .img {
    width: calc(100% + 130px);
    margin-left: -60px; } }

.sec1 {
  margin-top: -120px;
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .sec1 {
      margin-top: -50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .sec1 .plan_list {
      width: 90%;
      width: 80%;
      margin-inline: auto;
      flex-direction: column;
      row-gap: 20px; } }
  .sec1 .plan_list a {
    width: 48.22%;
    display: block; }
    @media screen and (max-width: 480px) {
      .sec1 .plan_list a {
        width: 100%; } }
  .sec1 .bnr {
    max-width: 1231px;
    position: relative; }
    .sec1 .bnr .cs {
      width: 17.06%;
      position: absolute;
      top: 10px;
      right: 10px; }

.sec2 {
  background: #f9f8f5;
  padding: 100px 0;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec2 {
      padding: 50px 0;
      margin-bottom: 50px; } }
  .sec2 .item_wrap {
    flex-wrap: wrap;
    row-gap: clamp(40px, 5vw, 60px); }
    .sec2 .item_wrap .item {
      width: 100%; }
      .sec2 .item_wrap .item .full {
        width: 100%; }
      .sec2 .item_wrap .item .img_wrap {
        flex-wrap: wrap;
        row-gap: clamp(20px, 2.084vw, 25px);
        margin-bottom: clamp(20px, 2.084vw, 25px); }
        .sec2 .item_wrap .item .img_wrap .img {
          width: 48.04%; }
          @media screen and (max-width: 480px) {
            .sec2 .item_wrap .item .img_wrap .img {
              width: 100%; } }
          .sec2 .item_wrap .item .img_wrap .img.full {
            width: 100%; }
          @media screen and (max-width: 480px) {
            .sec2 .item_wrap .item .img_wrap .img.sp_big {
              margin-inline: -30px;
              width: calc(100% + 60px); }
              .sec2 .item_wrap .item .img_wrap .img.sp_big .cap {
                right: 15px; } }
          @media screen and (max-width: 480px) {
            .sec2 .item_wrap .item .img_wrap .img.sp_small {
              margin-inline: auto; } }
          @media screen and (max-width: 480px) {
            .sec2 .item_wrap .item .img_wrap .img.h_half {
              aspect-ratio: 2.5/1;
              aspect-ratio: 2/1; }
              .sec2 .item_wrap .item .img_wrap .img.h_half img {
                width: 100%;
                height: 100%;
                object-fit: cover; } }
          .sec2 .item_wrap .item .img_wrap .img.border {
            position: relative;
            background: #fff; }
            .sec2 .item_wrap .item .img_wrap .img.border::after {
              content: '';
              position: absolute;
              inset: 0;
              border: 1px solid #000;
              pointer-events: none; }
      @media screen and (max-width: 480px) {
        .sec2 .item_wrap .item .sec_text {
          letter-spacing: 0.05em;
          font-size: calc(13vw / 3.9);
          line-height: 2.2;
          font-weight: 600; } }
    .sec2 .item_wrap .item01 .img01 {
      mix-blend-mode: multiply; }
      .sec2 .item_wrap .item01 .img01 .cap {
        padding: 30px;
        padding: 0 60px 10px 0px; }
        @media screen and (max-width: 480px) {
          .sec2 .item_wrap .item01 .img01 .cap {
            padding: 0;
            bottom: -10px; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap .item02 .img_wrap .img01 img {
        object-position: 50% 90%; } }
    .sec2 .item_wrap .item03 .img_wrap .img {
      width: 30.54%; }
      @media screen and (max-width: 480px) {
        .sec2 .item_wrap .item03 .img_wrap .img {
          width: 80%;
          margin-inline: auto; } }
      .sec2 .item_wrap .item03 .img_wrap .img .cap {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.4), 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 7px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4); }
      .sec2 .item_wrap .item03 .img_wrap .img .ttl {
        background: #927f59;
        color: #fff;
        font-size: clamp(16px, 1.834vw, 22px);
        line-height: 1;
        padding: 10px 0; }
        .sec2 .item_wrap .item03 .img_wrap .img .ttl .min {
          font-size: 70%; }
    .sec2 .item_wrap .item04, .sec2 .item_wrap .item05 {
      width: 48.04%; }
      @media screen and (max-width: 480px) {
        .sec2 .item_wrap .item04, .sec2 .item_wrap .item05 {
          width: 100%; } }
      .sec2 .item_wrap .item04 .img_wrap .img, .sec2 .item_wrap .item05 .img_wrap .img {
        position: relative; }
        .sec2 .item_wrap .item04 .img_wrap .img::after, .sec2 .item_wrap .item05 .img_wrap .img::after {
          content: '';
          position: absolute;
          inset: 0;
          border: 1px solid #231815;
          pointer-events: none; }
  .sec2 .ttl_wrap .ttl {
    padding: 10px 0;
    color: #917e58;
    font-size: clamp(18px, 2vw, 24px);
    border-top: 1px solid #917e58;
    border-bottom: 1px solid #917e58; }
    @media screen and (max-width: 480px) {
      .sec2 .ttl_wrap .ttl {
        margin-bottom: 10px; } }
    .sec2 .ttl_wrap .ttl .big {
      line-height: 0.1;
      font-size: 200%;
      transform: translateY(3px);
      display: inline-block;
      font-weight: 100; }

.sec3 .img01 {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .sec3 .img01 {
      margin-bottom: 30px; } }
.sec3 .item_ttl {
  background: #fff;
  margin-bottom: 70px;
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .sec3 .item_ttl {
      margin-bottom: 40px; } }
  .sec3 .item_ttl .sec_ttl {
    font-size: clamp(20px, calc(28vw / 11.8), 28px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 1.2em; }
    @media screen and (max-width: 480px) {
      .sec3 .item_ttl .sec_ttl {
        letter-spacing: 0.05em;
        font-size: calc(18vw / 3.9);
        line-height: 1.8; } }
.sec3 .item_wrap {
  flex-wrap: wrap;
  row-gap: clamp(20px, 3.75vw, 45px); }
  .sec3 .item_wrap .item {
    padding: 20px 28px;
    width: 30.9%;
    border: 1px solid #917e58;
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .sec3 .item_wrap .item {
        padding: 15px;
        width: 100%;
        flex-direction: row; } }
    .sec3 .item_wrap .item .ttl {
      color: #917e58;
      font-size: clamp(16px, 2vw, 24px); }
    .sec3 .item_wrap .item .text_wrap {
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .sec3 .item_wrap .item .text_wrap {
          margin-bottom: 0;
          width: 46.98%; } }
      .sec3 .item_wrap .item .text_wrap .ttl {
        font-weight: 600; }
      .sec3 .item_wrap .item .text_wrap .sec_text {
        font-size: clamp(12px, calc(16vw / 11.8), 16px);
        letter-spacing: 0.0em; }
        @media screen and (max-width: 480px) {
          .sec3 .item_wrap .item .text_wrap .sec_text {
            font-size: calc(13vw / 3.9);
            font-weight: 600; } }
    @media screen and (max-width: 480px) {
      .sec3 .item_wrap .item .img {
        width: 47.81%; }
        .sec3 .item_wrap .item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

.ls0 {
  letter-spacing: 0 !important; }

/*# sourceMappingURL=plan.css.map */
