/*! Writen  by SCSS */
.inner_main .main_img {
  background-image: url("../img/plan/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main .main_img {
      background-image: url("../img/plan/main_sp.jpg"); } }
.inner_main .inner_caps {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1280px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    .inner_main .inner_caps {
      width: calc(100% - 20px);
      bottom: -2.5em; } }
  .inner_main .inner_caps .cap_l {
    padding: 5px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8), 0px 0px 9px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 5;
    position: relative;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .inner_main .inner_caps .cap_l {
        text-shadow: none;
        color: #333; } }

.sec01 {
  padding-top: clamp(40px, 4.167vw, 50px);
  padding-bottom: clamp(40px, 7.5vw, 90px); }
  .sec01 .sec_txt_box {
    margin-bottom: clamp(20px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec_txt_box {
        text-align: left !important;
        padding-bottom: clamp(40px, 7.5vw, 90px); } }
    .sec01 .sec_txt_box .read_wrap p {
      max-width: 6.5em;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .sec01 .sec_txt_box .read_wrap p {
          font-size: calc(30vw/3.75);
          letter-spacing: 0.08em;
          text-align: justify;
          text-align-last: justify; } }
    .sec01 .sec_txt_box .cap_l.ta_c {
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec01 .sec_txt_box .cap_l.ta_c {
          text-align: left; } }
  .sec01 .item01 {
    margin-bottom: clamp(40px, 7.5vw, 90px); }
    .sec01 .item01 .img001 .cap1 {
      color: #333;
      top: calc(450%/7.5);
      bottom: auto; }
      @media screen and (max-width: 480px) {
        .sec01 .item01 .img001 .cap1 {
          font-size: 8px;
          top: calc(60%/3.53);
          right: auto;
          left: 0; } }
    .sec01 .item01 .img001 .cap2 {
      color: #333;
      right: auto;
      left: 5px;
      bottom: 5px; }
      @media screen and (max-width: 480px) {
        .sec01 .item01 .img001 .cap2 {
          left: calc(50%/3.73);
          bottom: 8px;
          font-size: 8px; } }

.plan_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .plan_btns {
      flex-direction: column;
      padding: 0 20px; } }
  .plan_btns li {
    width: calc(50% - 10px);
    background: #006835; }
    @media screen and (max-width: 480px) {
      .plan_btns li {
        width: 100%; } }
    .plan_btns li a {
      transition: background 0.3s ease-in-out;
      display: block;
      background: url("../img/plan/btn_bg.jpg") top center/cover; }
      @media (hover: hover) {
        .plan_btns li a:hover {
          opacity: 0.7; } }
    .plan_btns li .bg {
      padding: 0 10px 10px; }
    .plan_btns li .btn {
      width: 60%;
      width: 80%;
      margin: 0 auto 10px;
      border-radius: 40px;
      background: #fff;
      padding: 0.6em 0.2em;
      padding: 0.4em 0.1em;
      font-size: clamp(14px, 1.25vw, 16px);
      display: flex;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 680px) {
        .plan_btns li .btn {
          width: 80%;
          margin-bottom: 1em; } }
      .plan_btns li .btn .txt {
        display: inline-block;
        line-height: 1;
        position: relative;
        top: 0.1em; }
      .plan_btns li .btn .btn_arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        background: #787878;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        padding: 0.2em;
        height: 1.2em;
        width: 1.2em; }
        @media screen and (max-width: 680px) {
          .plan_btns li .btn .btn_arrow {
            padding: 0.3em;
            height: 1.5em;
            width: 1.5em; } }

.plan_detail {
  padding-top: clamp(40px, 7.5vw, 90px); }
  .plan_detail .plans {
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .plan_detail .plans {
        max-width: 503px; } }
    .plan_detail .plans::after {
      content: "";
      display: block;
      clear: both; }
    .plan_detail .plans .txt_head {
      float: left;
      width: calc(357%/11); }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .txt_head {
          float: none;
          width: 100%;
          margin: 0 auto; } }
    .plan_detail .plans .txt_bottm {
      float: left;
      width: calc(357%/11); }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .txt_bottm {
          float: none;
          width: 100%;
          margin: 0 auto; } }
    .plan_detail .plans .fig {
      float: right;
      width: calc(740%/11); }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .fig {
          float: none;
          width: 100%;
          margin: 27px auto 50px; } }
    .plan_detail .plans .sub_txt {
      margin-top: 0.2em;
      font-size: clamp(9px, 1.44vw, 13px); }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .sub_txt {
          font-size: clamp(9px, 2.16vw, 13px); } }
      @media screen and (max-width: 480px) {
        .plan_detail .plans .sub_txt {
          font-size: 13px; } }
    .plan_detail .plans .plan_copy {
      font-size: clamp(11px, 1.77vw, 16px);
      text-align: center;
      color: #009c77;
      font-feature-settings: "palt";
      letter-spacing: 0.08em;
      margin: 1em auto; }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .plan_copy {
          font-size: clamp(11px, 2.66vw, 16px); } }
      @media screen and (max-width: 480px) {
        .plan_detail .plans .plan_copy {
          font-size: 16px; } }
    .plan_detail .plans .dl_wrap {
      max-width: 334px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .dl_wrap {
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .plan_detail .plans .dl_wrap {
          padding: 0 20px; } }
      .plan_detail .plans .dl_wrap dl {
        display: flex;
        align-items: baseline;
        font-size: clamp(11px, 1.77vw, 16px);
        border-bottom: 1px solid #231815;
        padding-top: 0.7em; }
        @media screen and (max-width: 768px) {
          .plan_detail .plans .dl_wrap dl {
            font-size: clamp(11px, 2.66vw, 16px); } }
        @media screen and (max-width: 480px) {
          .plan_detail .plans .dl_wrap dl {
            font-size: 16px;
            letter-spacing: -0.02em; } }
        .plan_detail .plans .dl_wrap dl:nth-child(1) {
          padding-top: 1em; }
        .plan_detail .plans .dl_wrap dl .big1 {
          display: inline-block;
          width: 3em;
          margin-left: 0.2em;
          text-align: right;
          font-size: 180%;
          line-height: 0.8; }
        .plan_detail .plans .dl_wrap dl .big2 {
          font-size: 110%; }
    .plan_detail .plans .dl_wrap2 {
      max-width: 334px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .dl_wrap2 {
          max-width: 100%; } }
      .plan_detail .plans .dl_wrap2 dl {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #68c3c5;
        font-size: clamp(10px, 1.33vw, 12px);
        padding: 0.7em 0; }
        @media screen and (max-width: 768px) {
          .plan_detail .plans .dl_wrap2 dl {
            font-size: clamp(10px, 2vw, 12px); } }
        @media screen and (max-width: 480px) {
          .plan_detail .plans .dl_wrap2 dl {
            font-size: 12px; } }
        .plan_detail .plans .dl_wrap2 dl:first-child {
          border-top: 1px solid #68c3c5; }
        .plan_detail .plans .dl_wrap2 dl:last-child {
          margin-bottom: 0.7em; }
        .plan_detail .plans .dl_wrap2 dl dt {
          width: 30px;
          padding: 0 5px;
          line-height: 0; }
          @media screen and (max-width: 480px) {
            .plan_detail .plans .dl_wrap2 dl dt {
              padding: 0 5px; } }
        .plan_detail .plans .dl_wrap2 dl dd {
          width: calc(100% - 30px);
          font-feature-settings: "palt";
          line-height: 1.33; }
        .plan_detail .plans .dl_wrap2 dl .big1 {
          display: inline-block;
          width: 3em;
          margin-left: 0.2em;
          text-align: right;
          font-size: 180%;
          line-height: 0.8; }
        .plan_detail .plans .dl_wrap2 dl .big2 {
          font-size: 110%; }
    .plan_detail .plans .item02 {
      max-width: 334px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #68c3c5;
      font-feature-settings: "palt";
      font-size: clamp(16px, 2.44vw, 22px);
      padding-bottom: 0.7em; }
      @media screen and (max-width: 768px) {
        .plan_detail .plans .item02 {
          max-width: 100%;
          font-size: clamp(16px, 3.66vw, 22px); } }
      @media screen and (max-width: 480px) {
        .plan_detail .plans .item02 {
          font-size: 16px; } }
      .plan_detail .plans .item02 .l_cnt {
        width: calc(130%/3.34); }
        @media screen and (max-width: 768px) {
          .plan_detail .plans .item02 .l_cnt {
            width: 130px; } }
        .plan_detail .plans .item02 .l_cnt .txts {
          display: flex;
          grid-gap: 3px 0;
          flex-direction: column; }
          .plan_detail .plans .item02 .l_cnt .txts .t1 {
            font-size: clamp(12px, 1.66vw, 15px);
            line-height: 1; }
            @media screen and (max-width: 768px) {
              .plan_detail .plans .item02 .l_cnt .txts .t1 {
                font-size: clamp(12px, 2.5vw, 15px); } }
          .plan_detail .plans .item02 .l_cnt .txts .t2 {
            line-height: 1; }
          .plan_detail .plans .item02 .l_cnt .txts .t3 {
            font-size: clamp(10px, 1.33vw, 12px);
            line-height: 1; }
            @media screen and (max-width: 768px) {
              .plan_detail .plans .item02 .l_cnt .txts .t3 {
                font-size: clamp(10px, 2vw, 12px); } }
      .plan_detail .plans .item02 .r_cnt {
        width: calc(174%/3.34); }
        @media screen and (max-width: 768px) {
          .plan_detail .plans .item02 .r_cnt {
            width: calc(100% - 150px); } }
        @media screen and (max-width: 480px) {
          .plan_detail .plans .item02 .r_cnt {
            font-size: 10px; } }
        .plan_detail .plans .item02 .r_cnt .t1 {
          margin-bottom: 0.3em;
          font-size: clamp(10px, 1.44vw, 13px); }
          @media screen and (max-width: 768px) {
            .plan_detail .plans .item02 .r_cnt .t1 {
              font-size: clamp(10px, 2.16vw, 13px); } }
        .plan_detail .plans .item02 .r_cnt .t2 {
          font-size: clamp(8px, 1.11vw, 10px);
          text-align: justify;
          letter-spacing: -0.02em;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .plan_detail .plans .item02 .r_cnt .t2 {
              font-size: clamp(8px, 1.66vw, 10px); } }
          @media screen and (max-width: 480px) {
            .plan_detail .plans .item02 .r_cnt .t2 {
              font-size: 10px;
              letter-spacing: -0.06em; } }
  .plan_detail .back_btn {
    margin-top: 30px;
    text-align: center; }
    .plan_detail .back_btn a {
      text-align: center;
      padding: 0.5em 2.5em;
      background: #666;
      color: #fff;
      line-height: 1;
      font-size: clamp(12px, 1.09vw, 14px); }
      @media (hover: hover) {
        .plan_detail .back_btn a:hover {
          opacity: 0.7;
          transition: opacity 0.3s ease-in-out; } }

/*# sourceMappingURL=plan.css.map */
