/*! Writen  by SCSS */
.breadlist {
  display: none; }

.p_ttl {
  margin-bottom: 46px; }
  @media screen and (max-width: 768px) {
    .p_ttl {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .p_ttl {
      margin-bottom: 32px; } }

.text_dummy {
  transform: rotateY(180deg);
  text-align: right; }
  .ta_c .text_dummy, .text_dummy.ta_c {
    text-align: center; }

.flex_rr {
  flex-direction: row-reverse; }

.sec02 {
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding-top: 25px; } }

.sec03 {
  margin-top: clamp(40px, 5.84%, 70px);
  margin-top: clamp(60px, 8.34%, 100px); }
  @media screen and (max-width: 768px) {
    .sec03 {
      margin-top: 65px;
      margin-top: 80px; } }

.sec04 {
  margin-top: clamp(30px, 4.17%, 50px); }

.sec05 {
  margin-top: clamp(40px, 5.84%, 70px); }
  @media screen and (max-width: 768px) {
    .sec05 {
      margin-top: 65px; } }

.obi {
  background: url("../images/planning/bg_lead.jpg") center/cover no-repeat;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  .obi .obi_list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 2.29%; }
    @media screen and (max-width: 870px) {
      .obi .obi_list {
        max-width: 86%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px; } }
    @media screen and (max-width: 480px) {
      .obi .obi_list {
        max-width: 92%;
        justify-content: flex-start; } }
    .obi .obi_list .item {
      padding-left: 1.84%;
      position: relative;
      display: flex;
      align-items: flex-end; }
      .obi .obi_list .item::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 83%;
        width: 5px;
        background: #fff; }
      @media screen and (max-width: 870px) {
        .obi .obi_list .item {
          padding-left: 25px; } }
      @media screen and (max-width: 480px) {
        .obi .obi_list .item {
          padding-left: 15px; } }
      @media screen and (max-width: 768px) {
        .obi .obi_list .item {
          width: fit-content;
          height: fit-content;
          margin: auto;
          align-items: center; } }
      @media screen and (max-width: 480px) {
        .obi .obi_list .item:first-child {
          padding-left: 15px; } }
      @media screen and (max-width: 480px) {
        .obi .obi_list .item:first-child::before {
          display: block;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 5px;
          background: linear-gradient(0deg, #fcfaff, #f6ead2); } }
      .obi .obi_list .item .item_text {
        width: 100%;
        color: #fff;
        font-size: clamp(10px, 1.392vw, 16px);
        line-height: 1;
        letter-spacing: 0.08em;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .obi .obi_list .item .item_text {
            font-size: clamp(12px, 1.392vw, 16px); } }
        @media screen and (max-width: 480px) {
          .obi .obi_list .item .item_text {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            font-size: 14px;
            letter-spacing: 0.05em; } }
        .obi .obi_list .item .item_text.item_text_01, .obi .obi_list .item .item_text.item_text_02 {
          display: flex;
          flex-direction: column;
          gap: 0.2em; }
          @media screen and (max-width: 480px) {
            .obi .obi_list .item .item_text.item_text_01, .obi .obi_list .item .item_text.item_text_02 {
              text-align: center;
              justify-content: center;
              align-items: center; } }
          .obi .obi_list .item .item_text.item_text_01 .text_in, .obi .obi_list .item .item_text.item_text_02 .text_in {
            display: flex;
            align-items: baseline; }
          .obi .obi_list .item .item_text.item_text_01 .text_top, .obi .obi_list .item .item_text.item_text_02 .text_top {
            margin-bottom: 0.6em; }
          .obi .obi_list .item .item_text.item_text_01 .text_bottom, .obi .obi_list .item .item_text.item_text_02 .text_bottom {
            font-size: 2.25em;
            color: #fffbc2;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 480px) {
              .obi .obi_list .item .item_text.item_text_01 .text_bottom, .obi .obi_list .item .item_text.item_text_02 .text_bottom {
                font-size: 2.0em;
                font-size: 1.6em; } }
        .obi .obi_list .item .item_text.item_text_02 .text_top {
          letter-spacing: -0.05em; }
        .obi .obi_list .item .item_text .text_min {
          font-size: 0.55em; }
      .obi .obi_list .item.item_plus {
        padding-left: 0; }
        @media screen and (max-width: 768px) {
          .obi .obi_list .item.item_plus {
            order: 1;
            width: 80%;
            padding: 0 5%;
            margin: 0 auto; } }
        @media screen and (max-width: 480px) {
          .obi .obi_list .item.item_plus {
            width: 90%; } }
        .obi .obi_list .item.item_plus::before {
          content: none; }
        .obi .obi_list .item.item_plus .plus_box {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          font-size: clamp(10px, 1.392vw, 16px);
          gap: 0.75em 0;
          position: relative; }
          @media screen and (max-width: 480px) {
            .obi .obi_list .item.item_plus .plus_box {
              font-size: 14px;
              width: 100%; } }
          .obi .obi_list .item.item_plus .plus_box .text_in {
            line-height: 1; }
          .obi .obi_list .item.item_plus .plus_box .text_plus {
            width: 8.42em;
            font-size: clamp(16px, 3.3vw, 38px);
            line-height: 0.6;
            display: flex;
            align-items: baseline;
            justify-content: center;
            letter-spacing: 0;
            background: #b2ae85;
            border: 6px solid #948d4a;
            padding: 0.05em 0.15em 0.15em; }
            @media screen and (max-width: 480px) {
              .obi .obi_list .item.item_plus .plus_box .text_plus {
                width: 100%;
                font-size: 28px;
                line-height: 0.8;
                padding: 0.02em 0.15em 0.3em; } }
            .obi .obi_list .item.item_plus .plus_box .text_plus .text_lg {
              font-size: 1.45em;
              letter-spacing: -0.1em; }

.landplan_figure {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .landplan_figure {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 35px; } }

.plan_list {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 5.44vw, 50px) 0;
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .plan_list {
      width: 90%; } }
  .plan_list .item {
    width: 100%; }
    .plan_list .item a {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      transition: opacity 0.3s ease-in-out;
      color: #fff;
      padding: 0 30px 30px; }
      @media (hover: hover) {
        .plan_list .item a:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 480px) {
        .plan_list .item a {
          grid-template-columns: 1fr;
          gap: 10px;
          padding: 0 10px 10px;
          flex-wrap: wrap; } }
      .plan_list .item a::before {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: -1;
        background: #89844f;
        margin-top: 2%; }
        @media screen and (max-width: 480px) {
          .plan_list .item a::before {
            margin-top: 7%; } }
      .plan_list .item a .inn {
        width: 43.03%;
        margin: 0 2.33%; }
        @media screen and (max-width: 480px) {
          .plan_list .item a .inn {
            width: 100%; } }
      .plan_list .item a .item_head {
        position: relative;
        z-index: 2;
        margin-bottom: -5%;
        line-height: 0; }
        @media screen and (max-width: 960px) {
          .plan_list .item a .item_head {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .plan_list .item a .item_head {
            margin-bottom: -6%; } }
        .plan_list .item a .item_head img {
          display: block;
          max-width: 161px;
          width: 43.52%;
          margin-left: auto;
          margin-right: auto; }
          @media screen and (max-width: 480px) {
            .plan_list .item a .item_head img {
              width: 40%; } }
      @media screen and (max-width: 960px) {
        .plan_list .item a .text_box {
          width: 100%; } }
      .plan_list .item a .text_box .space_wrap {
        padding-top: 8.98%;
        padding-bottom: 5.13%;
        margin-bottom: 5.13%;
        padding-top: 6.42%;
        padding-bottom: 2.57%;
        margin-bottom: 2.57%;
        border-top: 3px solid rgba(255, 255, 255, 0.5);
        border-bottom: 3px solid rgba(255, 255, 255, 0.5); }
        @media screen and (max-width: 480px) {
          .plan_list .item a .text_box .space_wrap {
            padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-top: 2px solid rgba(255, 255, 255, 0.5);
            border-bottom: 2px solid rgba(255, 255, 255, 0.5); } }
        .plan_list .item a .text_box .space_wrap .space {
          font-size: clamp(26px, 4.32vw, 48px);
          line-height: 1; }
        .plan_list .item a .text_box .space_wrap .space_sub {
          font-size: clamp(14px, 1.71vw, 19px);
          line-height: 1.84;
          line-height: 1.59; }
      .plan_list .item a .text_box .size {
        font-size: clamp(12px, 1.44vw, 16px);
        line-height: 1.9; }
      .plan_list .item a .text_box .price {
        text-align: center; }
        .plan_list .item a .text_box .price > span {
          display: inline-block;
          background: #fff;
          color: #89844f;
          line-height: 1;
          font-size: clamp(20px, 3.6vw, 40px);
          font-size: clamp(20px, 3.06vw, 34px);
          margin-top: 0.3em;
          margin-top: 0.4em;
          padding: 0.15em 0.5em 0.05em 0.5em;
          letter-spacing: 0.04em; }
          .plan_list .item a .text_box .price > span .s1 {
            font-size: 48%;
            display: inline-block;
            transform: translateY(-0.2em); }
          @media screen and (max-width: 480px) {
            .plan_list .item a .text_box .price > span {
              margin-top: 0.3em;
              padding: 0.15em 1.5em 0.05em 1.5em; } }
      .plan_list .item a .text_box .price2 {
        background: #fff;
        text-align: center;
        margin-top: 1em;
        padding: 0.6em 0 0.8em; }
        @media screen and (max-width: 480px) {
          .plan_list .item a .text_box .price2 {
            margin: 0.9em -2.32% 0.4em;
            border-radius: 4px; } }
        .plan_list .item a .text_box .price2 .price2_in {
          display: inline-block;
          color: #89844f;
          line-height: 1;
          font-size: clamp(20px, 3.24vw, 36px);
          letter-spacing: 0.04em; }
          .plan_list .item a .text_box .price2 .price2_in .s1 {
            font-size: 58%;
            display: inline-block;
            transform: translateY(-0.13em); }
          @media screen and (max-width: 480px) {
            .plan_list .item a .text_box .price2 .price2_in {
              font-size: clamp(20px, 7.69vw, 30px); } }
        .plan_list .item a .text_box .price2 .cap_c {
          color: #89844f;
          font-size: clamp(10px, 1.08vw, 12px);
          line-height: 1;
          display: block;
          padding-top: 0.3em; }
      .plan_list .item a .text_mod {
        margin-top: 22px; }
        @media screen and (max-width: 480px) {
          .plan_list .item a .text_mod {
            width: 80%;
            margin: 5px auto 0; } }
      .plan_list .item a .text_vr {
        margin-top: 12px; }
        @media screen and (max-width: 480px) {
          .plan_list .item a .text_vr {
            width: 80%;
            margin: 5px auto 0; } }
      .plan_list .item a .text_obi {
        margin: 0 auto;
        margin-top: 12px;
        width: calc(354% / 3.7); }
        @media screen and (max-width: 480px) {
          .plan_list .item a .text_obi {
            width: calc(100% + 5%);
            margin: 5px -2.5% 0; } }
      .plan_list .item a .plan_button_figure {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        margin-top: calc(45% / 8.6);
        margin-top: calc(46% / 8.6); }
        @media screen and (max-width: 480px) {
          .plan_list .item a .plan_button_figure {
            margin-top: 0;
            grid-row: auto;
            grid-column: auto; } }
    .plan_list .item.plan_07 .plan_button_figure {
      padding: calc(42%/8.6) 0; }
      @media (max-width: 1150px) {
        .plan_list .item.plan_07 .plan_button_figure {
          padding: 3.7vw 0; } }
      @media (max-width: 950px) {
        .plan_list .item.plan_07 .plan_button_figure {
          padding: calc(8% / 8.6) 0; } }
      @media (max-width: 480px) {
        .plan_list .item.plan_07 .plan_button_figure {
          padding: 0; } }
      @media (min-width: 481px) {
        .plan_list .item.plan_07 .plan_button_figure {
          margin-top: calc(59% / 8.6);
          background: #fff;
          border-radius: 5px; } }

.plan_cap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.sec03_main_image {
  padding-top: 10px;
  background: #89844f;
  position: relative;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  @media screen and (max-width: 480px) {
    .sec03_main_image {
      margin: 0 -20px;
      margin-bottom: clamp(30px, 4.17%, 50px); } }
  .sec03_main_image .sec03_main_text {
    position: absolute;
    z-index: 2;
    top: 5px;
    max-width: 428px;
    width: 38.56%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .sec03_main_image .sec03_main_text {
        width: 70%;
        width: 60%; } }

.sec03_head {
  letter-spacing: 0.1em;
  margin-bottom: 20px; }

.sec03_wrap {
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0 2.7%; }
  @media screen and (max-width: 768px) {
    .sec03_wrap {
      margin-top: 15px;
      flex-direction: column;
      gap: 15px 0;
      gap: 0; } }
  .sec03_wrap .text_box {
    width: 32.32%; }
    @media screen and (max-width: 768px) {
      .sec03_wrap .text_box {
        width: 100%; } }
    .sec03_wrap .text_box .sec_read {
      font-size: clamp(12px, 1.392vw, 16px);
      line-height: 1.89; }
    @media screen and (max-width: 768px) {
      .sec03_wrap .text_box .text_box_head {
        text-align: center; } }
  .sec03_wrap .image_box {
    max-width: 680px;
    width: 61.05%; }
    @media screen and (max-width: 768px) {
      .sec03_wrap .image_box {
        width: 95%;
        align-self: center; } }
    @media screen and (max-width: 480px) {
      .sec03_wrap .image_box {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        overflow: hidden;
        padding-bottom: 15px; }
        .sec03_wrap .image_box img {
          transform: translateX(-5%); } }
    .sec03_wrap .image_box .cap {
      right: 10%;
      bottom: -10px; }
      @media screen and (max-width: 480px) {
        .sec03_wrap .image_box .cap {
          right: 15%;
          bottom: 0; } }

.sec05 .en_head {
  margin-bottom: 15px;
  line-height: 0; }

@media screen and (max-width: 480px) {
  .sec04 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .sec04 .sec04_main_image .sld {
    height: 200px; }
    .sec04 .sec04_main_image .sld img {
      max-width: none;
      height: 100%; } }
.sec04 .sec04_inner {
  max-width: 1040px; }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_inner {
      width: 100%; } }
.sec04 .sec04_head {
  margin-top: 20px;
  line-height: 0;
  background: #89844f;
  padding: 8px 15px;
  text-align: center;
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_head {
      padding: 10px 20px;
      padding: 10px 50px; } }
.sec04 .sec04_list {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 4.81vw, 50px) 0; }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_list {
      gap: 20px 0; } }
  .sec04 .sec04_list .sec04_item {
    align-items: center;
    justify-content: center;
    gap: 0 4.8%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_list .sec04_item {
        flex-direction: column;
        gap: 20px 0;
        gap: 30px 0; } }
    .sec04 .sec04_list .sec04_item:not(:last-child) {
      padding-bottom: clamp(30px, 4.17%, 50px);
      border-bottom: 1px dashed #231815; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_list .sec04_item:not(:last-child) {
          padding-bottom: 20px; } }
    .sec04 .sec04_list .sec04_item .text_box {
      max-width: 560px;
      width: fit-content; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_list .sec04_item .text_box {
          width: 100%; } }
      .sec04 .sec04_list .sec04_item .text_box .item_head {
        line-height: 0;
        margin-bottom: 40px; }
        @media screen and (max-width: 480px) {
          .sec04 .sec04_list .sec04_item .text_box .item_head {
            margin-bottom: 15px; }
            .sec04 .sec04_list .sec04_item .text_box .item_head img {
              display: block;
              margin-right: auto;
              margin-left: auto;
              width: fit-content;
              height: 18px;
              object-fit: contain;
              object-position: center; } }
      .sec04 .sec04_list .sec04_item .text_box .text_in {
        align-items: center;
        justify-content: flex-start; }
        @media screen and (max-width: 480px) {
          .sec04 .sec04_list .sec04_item .text_box .text_in {
            flex-direction: column;
            gap: 10px 0;
            align-items: center;
            justify-content: center; } }
        .sec04 .sec04_list .sec04_item .text_box .text_in .number {
          font-size: clamp(24px, 4.53vw, 49px);
          line-height: 1;
          color: #89844f; }
          @media screen and (max-width: 480px) {
            .sec04 .sec04_list .sec04_item .text_box .text_in .number {
              font-size: 36px; } }
        .sec04 .sec04_list .sec04_item .text_box .text_in .item_text {
          font-size: clamp(14px, 2.03vw, 22px);
          line-height: 1.55;
          letter-spacing: 0.05em;
          padding-left: 1em;
          margin-left: 1em;
          border-left: 1px solid; }
          @media screen and (max-width: 480px) {
            .sec04 .sec04_list .sec04_item .text_box .text_in .item_text {
              text-align: center;
              font-size: 16px;
              letter-spacing: 0;
              padding-left: 0;
              margin-left: 0;
              padding-top: 1em;
              border-left: none;
              position: relative; }
              .sec04 .sec04_list .sec04_item .text_box .text_in .item_text:after {
                content: "";
                position: absolute;
                width: 40px;
                height: 1px;
                background: #000;
                left: calc(50% - 20px);
                top: 0; } }
    .sec04 .sec04_list .sec04_item .image_box {
      max-width: 422px;
      width: 40.58%; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_list .sec04_item .image_box {
          width: 60%;
          width: 55%; } }

@media screen and (max-width: 480px) {
  .sec05 .en_head_text img {
    width: 26%;
    margin: 0 auto; } }

.sec05_outer {
  background: #f7f6ef;
  border: 1px solid #89844f;
  border-top: 5px solid #89844f;
  padding-top: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 480px) {
    .sec05_outer {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      border: 0;
      border-top: 5px solid #89844f; } }
  .sec05_outer .p_ttl {
    margin-bottom: auto; }

.sec05_content_wrap {
  display: grid;
  align-items: start;
  align-content: start;
  gap: 30px 0; }
  .sec05_content_wrap .sec05_read {
    font-size: clamp(13px, 1.3vw, 17px);
    line-height: 1.77; }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_read {
        text-align: justify;
        font-feature-settings: "palt";
        line-height: 1.8;
        letter-spacing: 0.14em; } }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_read.plr {
        padding: 0 15px; } }
  .sec05_content_wrap .sec05_content {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_content {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 0;
        padding-bottom: 0; } }
    .sec05_content_wrap .sec05_content:not(:last-child)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 1024px;
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto;
      border-bottom: 1px dashed #231815; }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content:not(:last-child)::after {
          content: none; } }
    .sec05_content_wrap .sec05_content .sec05_content_inner {
      max-width: 1080px;
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content .sec05_content_inner {
          width: calc(100% - 40px); } }
      .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap {
        display: flex;
        background: #fff;
        margin-bottom: 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap {
            margin-bottom: 20px;
            flex-direction: column; } }
        .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_head {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: relative;
          font-size: clamp(16px, 1.38vw, 18px);
          width: 8.63em;
          width: 10.9em;
          line-height: 1;
          padding: 1.2em 0em 0.8em 1em;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_head {
              width: 100%;
              padding: 0.8em 0.5em; }
              .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_head span {
                display: inline-block;
                margin-left: 0.5em; } }
        .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_lead {
          display: flex;
          align-items: center;
          font-size: clamp(18px, 2.3vw, 30px);
          color: #89844f;
          line-height: 1;
          padding-left: 8.38%;
          padding-left: 1.87%; }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_lead {
              display: block;
              text-align: center;
              line-height: 1.4;
              padding: 0.6em 0.5em; }
              .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_head_wrap .sec05_lead span {
                display: inline-block; } }
      .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_list {
        display: grid;
        align-items: start;
        align-content: start;
        grid-template-columns: repeat(3, 1fr); }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_list {
            grid-template-columns: repeat(2, 1fr); } }
        .sec05_content_wrap .sec05_content .sec05_content_inner .sec05_list .item .item_text {
          text-align: center;
          font-size: clamp(12px, 1.38vw, 18px);
          line-height: 1;
          padding: 0.77em 0.2em;
          color: #fff;
          background: #a19600; }
    .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      align-items: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap {
          flex-direction: column;
          gap: 25px 0; } }
      .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .text_box {
        width: 48.8%; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .text_box {
            width: 100%; } }
        .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .text_box .sec05_01_t_image_wrap {
          align-items: flex-start;
          margin-top: 8.2%; }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .text_box .sec05_01_t_image_wrap {
              margin-top: 15px; } }
          .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .text_box .sec05_01_t_image_wrap .image_in {
            max-width: 232px;
            width: 47.55%; }
      .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .image_box {
        max-width: 481px;
        width: 48.1%; }
        .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .image_box img {
          transform: translateX(3%); }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_top_wrap .image_box {
            width: 80%;
            margin: 0 auto; } }
    .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_bg {
      max-width: 1025px;
      margin-left: auto;
      margin-right: auto;
      background: rgba(255, 255, 255, 0.7);
      padding: 30px 3.9%; }
      .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_bg .sec05_01_lead {
        font-size: clamp(18px, 1.92vw, 25px);
        line-height: 1;
        margin-bottom: 1em; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_bg .sec05_01_lead {
            line-height: 1.4; } }
      .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_bg .sec05_list {
        margin-top: 30px;
        max-width: 940px;
        gap: 15px 3.72%;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_bg .sec05_list {
            gap: 15px 3%; } }
    .sec05_content_wrap .sec05_content.sec05_content01 .sec05_01_cap {
      max-width: 1025px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px; }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_content.sec05_content02 {
        margin-bottom: 20px; } }
    .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_wrap {
      max-width: 1000px;
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      flex-direction: row-reverse; }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_wrap {
          width: 100%;
          flex-direction: column;
          gap: 15px 0;
          margin-bottom: 25px; } }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_wrap .sec05_read {
          width: 100%; } }
      .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_wrap .image_box {
        max-width: 422px;
        width: 42.2%; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_wrap .image_box {
            width: 80%;
            margin: 0 auto; } }
    .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 550px;
      width: 55%;
      gap: 30px calc(30% / 5.5); }
      .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list li {
        width: calc(260% / 5.5); }
        .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list li .item_text {
          text-align: center;
          font-size: clamp(12px, 1.38vw, 18px);
          line-height: 1;
          padding: 0.66em 0.2em 0.55em;
          color: #fff;
          background: #a19600; }
      @media screen and (max-width: 480px) {
        .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list {
          width: 100%;
          gap: 15px 3%; }
          .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list .item {
            /*&:last-child{
            	grid-column: span 2;
            	width: 48.5%;
            	margin-left: auto;
            	margin-right: auto;
            }*/ }
            .sec05_content_wrap .sec05_content.sec05_content02 .sec05_02_list .item:nth-child(2) {
              grid-column: span 2;
              width: 48.5%;
              margin-left: 25.75%;
              margin-right: 25.75%; } }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_content.sec05_content03 .sec05_content_inner .sec05_head_wrap {
        margin-bottom: 0; } }
    .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg {
      background: rgba(255, 255, 255, 0.7);
      padding-top: 25px;
      padding-bottom: 25px; }
      .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in {
        max-width: 970px;
        width: calc(100% - 40px);
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in {
            width: calc(100% - 20px);
            flex-direction: column;
            gap: 25px 0; } }
        .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in .sec05_03_box {
          width: 47.43%;
          display: grid;
          align-items: start;
          align-content: start;
          justify-content: space-between;
          grid-template-columns: 36.96% 59.57%; }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in .sec05_03_box {
              width: 100%;
              grid-template-columns: 1fr;
              gap: 15px; } }
          .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in .sec05_03_box .box_head {
            grid-column: span 2;
            color: #fff;
            background: #a19600;
            text-align: center;
            font-size: clamp(12px, 1.3vw, 17px);
            line-height: 1;
            padding: 0.76em 0.2em;
            margin-bottom: 1em; }
            @media screen and (max-width: 480px) {
              .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in .sec05_03_box .box_head {
                font-size: 14px;
                grid-column: auto;
                margin-bottom: 0; } }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content03 .sec05_03_bg .sec05_03_in .sec05_03_box .figure_box {
              max-width: 294px;
              width: 78.61%;
              max-width: 220px;
              width: 58.83%;
              margin-left: auto;
              margin-right: auto; } }
    @media screen and (max-width: 480px) {
      .sec05_content_wrap .sec05_content.sec05_content04 .sec05_content_inner .sec05_head_wrap {
        margin-bottom: 0; } }
    .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg {
      background: rgba(255, 255, 255, 0.7);
      padding: 25px 20px; }
      .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in {
        max-width: 930px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in {
            flex-direction: column;
            gap: 25px; } }
        .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .txt {
          width: calc(255% / 9.3); }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .txt {
              width: 100%;
              order: 1; } }
        .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .img {
          width: calc(224% / 9.3);
          display: flex;
          flex-direction: column;
          gap: 30px; }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .img {
              width: 100%;
              flex-direction: row;
              gap: 20px;
              order: 3; } }
        .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .fig {
          width: calc(391% / 9.3); }
          @media screen and (max-width: 480px) {
            .sec05_content_wrap .sec05_content.sec05_content04 .sec05_04_bg .sec05_04_in .fig {
              width: 80%;
              margin: 0 auto;
              order: 2; } }

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