/*! Writen  by SCSS */
.inner_container {
  background: #f3efee;
  padding-bottom: 20px; }
  .inner_container .inner_caps {
    padding-top: clamp(250px, 37.5vw, 450px); }

.sec1 {
  margin-bottom: clamp(80px, 8.334vw, 100px); }
  @media screen and (max-width: 480px) {
    .sec1 {
      margin-bottom: 80px; } }
  .sec1 .page_ttl_group {
    padding-bottom: 80px; }

.ta_l_sp {
  text-align: center !important; }
  @media screen and (max-width: 480px) {
    .ta_l_sp {
      text-align: left !important; } }

.sec2 .inner {
  max-width: 1219px; }
.sec2 .txt_box2 {
  margin-bottom: clamp(80px, 15vw, 180px); }
  @media screen and (max-width: 480px) {
    .sec2 .txt_box2 {
      width: calc(100% - 30px);
      margin-left: auto;
      margin-right: auto; } }
  .sec2 .txt_box2 .txt1 {
    font-size: clamp(16px, 2.084vw, 25px);
    line-height: 1.56;
    letter-spacing: 0.3em;
    margin-bottom: clamp(50px, 10vw, 120px); }
.sec2 .plan_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 40px;
  max-width: 1219px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sec2 .plan_btns {
      gap: 20px; } }
  @media screen and (max-width: 480px) {
    .sec2 .plan_btns {
      width: calc(100% - 40px); } }
  .sec2 .plan_btns .plan_btn {
    width: calc((100% - 80px) / 3); }
    @media screen and (max-width: 768px) {
      .sec2 .plan_btns .plan_btn {
        width: calc((100% - 40px) / 3); } }
    @media screen and (max-width: 480px) {
      .sec2 .plan_btns .plan_btn {
        width: 100%; } }
    .sec2 .plan_btns .plan_btn.wide {
      width: 100%; }

.sec_entry {
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f3f3;
  margin: clamp(40px, 6.667vw, 80px) auto; }
  @media screen and (max-width: 1000px) {
    .sec_entry {
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    .sec_entry {
      flex-direction: column;
      gap: 25px 0; } }
  @media screen and (max-width: 480px) {
    .sec_entry {
      width: calc(100% - 40px); } }
  .sec_entry .l_cnt {
    width: calc(700%/11.59); }
    @media screen and (max-width: 1000px) {
      .sec_entry .l_cnt {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 768px) {
      .sec_entry .l_cnt {
        width: 100%;
        text-align: center; } }
    .sec_entry .l_cnt .entry_ttl {
      font-size: clamp(16px, 2.334vw, 28px);
      line-height: 1.56;
      letter-spacing: 0.3em;
      margin-bottom: 0.3em; }
      @media screen and (max-width: 768px) {
        .sec_entry .l_cnt .entry_ttl {
          font-size: clamp(16px, 3.651vw, 28px); } }
      .sec_entry .l_cnt .entry_ttl span {
        display: block; }
        .sec_entry .l_cnt .entry_ttl span.en {
          font-size: clamp(10px, 1.167vw, 14px); }
          @media screen and (max-width: 768px) {
            .sec_entry .l_cnt .entry_ttl span.en {
              font-size: clamp(10px, 1.826vw, 14px); } }
    .sec_entry .l_cnt .entry_txt {
      font-size: clamp(14px, 1.334vw, 16px);
      line-height: 1.56;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        .sec_entry .l_cnt .entry_txt {
          font-size: clamp(14px, 2.087vw, 16px); } }
  .sec_entry .r_cnt {
    width: 300px; }
    @media screen and (max-width: 1000px) {
      .sec_entry .r_cnt {
        width: 250px; } }
    @media screen and (max-width: 768px) {
      .sec_entry .r_cnt {
        width: 100%; } }
    .sec_entry .r_cnt a {
      display: block;
      text-align: center;
      padding: 15px; }

.ls001 {
  letter-spacing: -0.01em !important; }

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