@charset "UTF-8";
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
/* -------------------------------------------------------

block_plan_detail

------------------------------------------------------- */
.section_plan_detail {
  margin: 0 0 clamp(100px, 12.5vw, 200px) 0; }

.section_plan_detail .block_plan_detail {
  width: min(90%, 1400px);
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  padding: clamp(50px, 6.25vw, 100px) clamp(50px, 6.25vw, 100px) clamp(50px, 6.25vw, 100px) clamp(50px, 6.25vw, 100px);
  font-weight: 400; }
  @media screen and (max-width: 600px) {
    .section_plan_detail .block_plan_detail {
      padding: 3rem; } }
  .section_plan_detail .block_plan_detail:before {
    content: "";
    height: 10px;
    background: linear-gradient(to right, #a4c6b9, #bbcde0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .section_plan_detail .block_plan_detail img {
    width: 100%; }
  .section_plan_detail .block_plan_detail .wrap_plan {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .section_plan_detail .block_plan_detail .wrap_plan.align-items_center {
      align-items: center;
      -webkit-align-items: center; }
    .section_plan_detail .block_plan_detail .wrap_plan .spec {
      width: min(36%, 500px); }
      @media screen and (max-width: 970px) {
        .section_plan_detail .block_plan_detail .wrap_plan .spec {
          width: 100%;
          margin-bottom: 4rem; } }
      .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        font-family: "Inter", serif;
        font-weight: 300;
        line-height: 0.5;
        margin-bottom: 3rem; }
        @media screen and (max-width: 970px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk {
            line-height: 1;
            margin-bottom: 10px; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type {
          font-size: 30px;
          margin-right: 1.5rem;
          color: #ed8781; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type {
              font-size: calc(30px + 0.0170940171 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type {
              font-size: 50px; } }
          .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type span {
            font-size: 50%; }
          @media screen and (max-width: 1170px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type {
              line-height: 0.7; } }
          .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type_menu {
            font-size: 14px;
            border-radius: 3px;
            color: #FFF;
            padding: 0.7rem;
            margin-right: 1.5rem;
            margin-left: -0.5rem; }
            @media screen and (min-width: 750px) {
              .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type_menu {
                font-size: calc(14px + 0.0017094017 * (100vw - 750px)); } }
            @media screen and (min-width: 1920px) {
              .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type_menu {
                font-size: 16px; } }
            @media screen and (max-width: 1170px) {
              .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .type_menu {
                padding: 0.3rem 0.7rem; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk {
          font-size: 60px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk {
              font-size: calc(60px + 0.0341880342 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk {
              font-size: 100px; } }
          .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk span {
            font-size: 70%; }
          @media screen and (max-width: 1170px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk {
              font-size: 50px;
              line-height: 0.6; } }
          @media screen and (max-width: 600px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .title_type-ldk .ldk {
              font-size: 60px; } }
      .section_plan_detail .block_plan_detail .wrap_plan .spec .area {
        padding: 0 0 clamp(20px, 2.5vw, 40px) 0;
        margin: 0 0 clamp(20px, 2.5vw, 40px) 0;
        border-bottom: 1px solid #c0bcb5;
        letter-spacing: normal; }
        @media screen and (max-width: 970px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .area {
            margin-bottom: 2rem; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area p {
          font-size: 12px;
          margin-bottom: 1.5rem;
          line-height: 1.0; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area p {
              font-size: calc(12px + 0.0034188034 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area p {
              font-size: 16px; } }
          @media screen and (max-width: 970px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area p {
              margin-bottom: 0.5rem; } }
          .section_plan_detail .block_plan_detail .wrap_plan .spec .area p:last-child {
            margin-bottom: 0; }
          .section_plan_detail .block_plan_detail .wrap_plan .spec .area p:before {
            content: "●";
            color: #ed8781;
            margin-right: 0.1rem; }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .large {
          font-family: "Inter", serif;
          font-weight: 300;
          font-size: 40px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .large {
              font-size: calc(40px + 0.0341880342 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .large {
              font-size: 80px; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .middle {
          font-family: "Inter", serif;
          font-weight: 300;
          font-size: 30px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .middle {
              font-size: calc(30px + 0.0170940171 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .middle {
              font-size: 50px; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .small {
          font-size: 12px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .small {
              font-size: calc(12px + 0.0034188034 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .main .small {
              font-size: 16px; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area .sub .large {
          font-family: "Inter", serif;
          font-size: 2.4rem;
          font-weight: 300; }
        .section_plan_detail .block_plan_detail .wrap_plan .spec .area .sub .small {
          font-size: 10px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .sub .small {
              font-size: calc(10px + 0.0051282051 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec .area .sub .small {
              font-size: 16px; } }
      .section_plan_detail .block_plan_detail .wrap_plan .spec .copy {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 clamp(15px, 1.875vw, 30px) 0; }
        @media screen and (min-width: 750px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .copy {
            font-size: calc(16px + 0.0068376068 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .copy {
            font-size: 24px; } }
        @media screen and (max-width: 970px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .copy {
            margin-bottom: 2rem; } }
      .section_plan_detail .block_plan_detail .wrap_plan .spec .torikago {
        margin: 0 0 clamp(15px, 1.875vw, 30px) 0; }
        @media screen and (max-width: 970px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec .torikago {
            margin-bottom: 3rem; } }
      .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        padding: 1.5rem 0;
        margin-bottom: 1rem;
        background: linear-gradient(to right, #4e759d, #7a9cc0); }
        @media screen and (min-width: 750px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li {
            font-size: calc(14px + 0.0085470085 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li {
            font-size: 24px; } }
        .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li p {
          font-size: 12px; }
          @media screen and (min-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li p {
              font-size: calc(12px + 0.0034188034 * (100vw - 750px)); } }
          @media screen and (min-width: 1920px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li p {
              font-size: 16px; } }
          @media screen and (max-width: 750px) {
            .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li p {
              font-size: 10px;
              margin-bottom: 5px; } }
        @media screen and (max-width: 970px) {
          .section_plan_detail .block_plan_detail .wrap_plan .spec ul.point li {
            padding: 1rem 0; } }
    .section_plan_detail .block_plan_detail .wrap_plan .plan {
      width: min(50%, 700px); }
      @media screen and (max-width: 970px) {
        .section_plan_detail .block_plan_detail .wrap_plan .plan {
          width: 100%; } }

.section_plan_detail .block_btns {
  margin: clamp(25px, 3.125vw, 50px) 0 0 0; }
  @media screen and (max-width: 600px) {
    .section_plan_detail .block_btns {
      margin-top: 3rem; } }
  .section_plan_detail .block_btns ul {
    width: min(85%, 675px);
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .section_plan_detail .block_btns ul li {
      width: 48%;
      font-size: 16px; }
      @media screen and (min-width: 750px) {
        .section_plan_detail .block_btns ul li {
          font-size: calc(16px + 0.0034188034 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .section_plan_detail .block_btns ul li {
          font-size: 20px; } }
      @media screen and (max-width: 600px) {
        .section_plan_detail .block_btns ul li {
          width: 100%; } }

/********************************************************

印刷用

********************************************************/
@media print {
  @page {
    size: A4 portrait;
    margin: 0mm; }
  body,
  html,
  article.contents,
  main,
  .block_plan_detail {
    margin: 0;
    padding: 0; }

  body {
    width: 210mm; }

  .block_plan_detail {
    box-sizing: border-box;
    padding: 5mm 25mm;
    /* 用紙の余白 */ }

  .plan_spec {
    margin: 0 auto 3rem; }

  .plan_detail .images {
    max-width: 640px;
    margin: 0 auto; }

  .hanrei .images {
    max-width: 640px;
    margin: 0 auto; }

  header,
  footer,
  nav,
  .point,
  .block_btns,
  .btn-page-top,
  .block-caption,
  .block_banner,
  .block_equipment,
  .section_mv_lower-layer {
    display: none; } }
