@charset "UTF-8";
@font-face {
  font-family: 'rodinb';
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype"); }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* description */
/*--------------------------------------------------- */
.description .flex {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 109px; }

.description .flex2 {
  width: calc(48% - 20px); }
  .description .flex2 a, .description .flex2 a:visited {
    position: relative;
    color: #507845;
    background-color: #fff;
    border: 2px solid #507845;
    padding: 22px 16px;
    border-radius: 50px;
    line-height: 1em;
    display: flex;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    justify-content: center;
    align-items: center; }
    .description .flex2 a path, .description .flex2 a:visited path {
      fill: #548746; }
    .description .flex2 a svg, .description .flex2 a:visited svg {
      width: 19.41px;
      height: 11.23px; }
      @media (max-width: 1000px) {
        .description .flex2 a svg, .description .flex2 a:visited svg {
          margin-left: 12px; } }
      @media (min-width: 1001px) {
        .description .flex2 a svg, .description .flex2 a:visited svg {
          position: absolute;
          top: 0;
          right: 40px;
          bottom: 0;
          margin: auto; } }
    @media (min-width: 769px) {
      .description .flex2 a:hover, .description .flex2 a:visited:hover {
        background-color: #507845;
        color: #fff;
        border: 2px solid #fff;
        transition-duration: 0.5s; }
        .description .flex2 a:hover path, .description .flex2 a:visited:hover path {
          fill: #fff;
          transition-duration: 0.5s; } }

@media (max-width: 768px) {
  .description .flex {
    flex-wrap: wrap;
    margin-top: 80px; }
  .description .flex2 {
    width: calc(100%); }
    .description .flex2:nth-last-of-type(1) {
      margin-top: 16px; }
    .description .flex2 a, .description .flex2 a:visited {
      font-size: 18px;
      font-size: 1.8rem; } }

@media (max-width: 480px) {
  .description .flex2 a, .description .flex2 a:visited {
    padding: 12px 8px;
    font-size: 16px;
    font-size: 1.6rem; } }

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.plan {
  margin-top: 127px; }
  .plan #plan1 {
    padding-top: 150px;
    margin-top: -150px; }
  .plan #plan2 {
    padding-top: 100px;
    margin-top: -100px; }
  .plan .blocks {
    border: 1px solid #548846;
    border-top: 0;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px; }
    .plan .blocks .heading {
      background-color: #548846;
      border-top-left-radius: 27px;
      border-top-right-radius: 27px;
      padding: 22px; }
      .plan .blocks .heading h2 {
        text-align: center;
        font-size: 34px;
        font-size: 3.4rem;
        color: #fff;
        font-weight: 700; }
    .plan .blocks .inner {
      padding: 69px 50px 50px; }
  .plan .flex {
    justify-content: space-between; }
    .plan .flex .imgFlex {
      width: calc(43%); }
      .plan .flex .imgFlex img {
        width: auto; }
    .plan .flex .textFlex {
      width: calc(57% - 32px);
      position: relative;
      z-index: 1; }
      .plan .flex .textFlex .catch h3 {
        font-size: 36px;
        font-size: 3.6rem;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
        font-weight: 500; }
      .plan .flex .textFlex .text {
        margin-top: 37px; }
        .plan .flex .textFlex .text p {
          font-size: 19px;
          font-size: 1.9rem;
          line-height: 1.7em; }
      .plan .flex .textFlex .bg .bg1 {
        position: absolute;
        top: 130px;
        right: -10px;
        bottom: 0;
        z-index: -1;
        margin: auto; }
      .plan .flex .textFlex .bg .bg2 {
        position: absolute;
        top: 130px;
        right: -10px;
        bottom: 0;
        z-index: -1;
        margin: auto; }
      .plan .flex .textFlex .bg .bg3 {
        position: absolute;
        top: 296px;
        left: 0;
        right: 125px;
        bottom: 0;
        z-index: -1;
        margin: auto; }
  .plan .heading_table {
    margin-top: 103px; }
    .plan .heading_table h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 700;
      font-weight: 700;
      text-align: center; }
      @media (min-width: 769px) {
        .plan .heading_table h3 {
          font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
          font-display: swap; } }
  .plan table {
    margin-top: 46px;
    border-collapse: collapse;
    width: 100%; }
    .plan table th, .plan table td {
      border-collapse: collapse;
      width: 25%;
      padding: 12px 16px;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.1em; }
      @media (min-width: 769px) {
        .plan table th:nth-of-type(2), .plan table th:nth-of-type(4), .plan table td:nth-of-type(2), .plan table td:nth-of-type(4) {
          background-color: #e0f3da;
          /* style */ } }
    .plan table tr {
      border-bottom: 1px solid #c4c4c4; }
      .plan table tr:nth-last-of-type(1) {
        border-bottom: 0; }
    .plan table .head {
      border-bottom: 1px solid #000000; }
    .plan table th {
      font-weight: 400;
      padding-top: 17px;
      padding-bottom: 17px; }
    .plan table td {
      padding-top: 20px;
      padding-bottom: 20px; }
      .plan table td:nth-last-of-type(1) {
        border-bottom: 0; }
  .plan .block2 {
    margin-top: 80px; }
  .plan .addCss td, .plan .addCss th {
    white-space: nowrap; }
    @media (max-width: 1000px) {
      .plan .addCss td, .plan .addCss th {
        font-size: 18px;
        font-size: 1.8rem; } }

@media (max-width: 768px) {
  .plan .blocks .heading h2 {
    font-size: 28px;
    font-size: 2.8rem; }
  .plan .blocks .inner {
    padding: 32px; }
  .plan .flex {
    flex-wrap: wrap; }
    .plan .flex .imgFlex {
      width: 100%;
      order: 2;
      margin-top: 32px;
      position: relative;
      z-index: 1; }
    .plan .flex .textFlex {
      order: 1;
      z-index: -1;
      width: 100%; }
      .plan .flex .textFlex .catch h3 {
        font-size: 28px;
        font-size: 2.8rem; }
      .plan .flex .textFlex .text {
        margin-top: 16px; }
      .plan .flex .textFlex .bg .bg1 {
        max-width: 177px; }
      .plan .flex .textFlex .bg .bg2 {
        max-width: 177px; }
      .plan .flex .textFlex .bg .bg3 {
        position: absolute;
        top: 296px;
        left: 0;
        right: 125px;
        bottom: 0;
        z-index: -1;
        margin: auto; }
  .plan .heading_table {
    margin-top: 64px; }
    .plan .heading_table h3 {
      font-size: 26px;
      font-size: 2.6rem; }
  .plan table {
    margin-top: 32px;
    border: 1px solid #000; }
    .plan table th {
      display: none; }
    .plan table th, .plan table td {
      display: block;
      width: 100%;
      padding: 12px 16px;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.1em;
      border-bottom: 1px solid #c4c4c4; }
      .plan table th:nth-last-of-type(1), .plan table td:nth-last-of-type(1) {
        border-bottom: 0; }
      .plan table th:nth-of-type(1), .plan table td:nth-of-type(1) {
        background-color: #e0f3da;
        /* style */ }
    .plan table tr {
      border-bottom: 1px solid #000; }
      .plan table tr:nth-last-of-type(1) {
        border-bottom: 0; }
    .plan table .head {
      display: none; }
    .plan table td:nth-last-of-type(1) {
      border-bottom: 0; }
    .plan table td::before {
      content: attr(data-label);
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      font-weight: 700;
      color: #46a329;
      margin-bottom: 0.25rem; } }

@media (max-width: 480px) {
  .plan .blocks .heading h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .plan .blocks .inner {
    padding: 24px 16px 16px; }
  .plan .flex .imgFlex {
    margin-top: 16px; }
  .plan .flex .textFlex .catch h3 {
    font-size: 20px;
    font-size: 2rem; }
  .plan .flex .textFlex .bg .bg1 {
    max-width: 150px; }
  .plan .flex .textFlex .bg .bg2 {
    max-width: 150px; }
  .plan .flex .textFlex .bg .bg3 {
    max-width: 70px; }
  .plan .heading_table h3 {
    font-size: 22px;
    font-size: 2.2rem; }
  .plan table {
    margin-top: 24px; }
    .plan table th, .plan table td {
      width: 100%;
      padding: 12px 8px;
      font-size: 16px;
      font-size: 1.6rem; }
    .plan table td::before {
      font-size: 13px;
      font-size: 1.3rem; } }
