@charset "UTF-8";
.inner {
  max-width: 1000px;
  padding-top: 0; }
  .inner.page-head {
    padding-bottom: 0; }

.plan-head {
  margin-top: 5rem; }
  .plan-head .plan-head1 {
    display: flex; }
    .plan-head .plan-head1 li:first-child {
      display: flex;
      width: 35rem;
      background: linear-gradient(to right bottom, #5593a2, #2a6ca0);
      padding: 2rem 3rem;
      margin-right: 1rem;
      align-items: center;
      color: #fff;
      justify-content: space-between;
      white-space: nowrap;
      box-sizing: border-box; }
      .plan-head .plan-head1 li:first-child .type {
        font-size: 3.3rem;
        line-height: 1;
        letter-spacing: 0.2rem; }
        .plan-head .plan-head1 li:first-child .type b {
          font-weight: lighter;
          font-size: 4.5rem; }
      .plan-head .plan-head1 li:first-child .prople {
        font-size: 1.4rem; }
    .plan-head .plan-head1 li:nth-child(2) {
      flex: 1;
      border-top: 1px solid #4c97bd;
      border-bottom: 1px solid #4c97bd;
      align-items: center;
      display: flex;
      box-sizing: border-box;
      padding: 1rem 2rem;
      font-size: 2.8rem;
      line-height: 1.4;
      color: #007b9f;
      letter-spacing: 0.2rem; }
  .plan-head .plan-head2 {
    display: flex;
    justify-content: flex-start; }
    .plan-head .plan-head2 li {
      display: flex;
      align-items: flex-end;
      margin-right: 3rem;
      margin-top: 2rem;
      letter-spacing: 0.1rem;
      color: #007b9f;
      line-height: 1;
      white-space: nowrap; }
      .plan-head .plan-head2 li .text1 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-right: 0.5rem; }
      .plan-head .plan-head2 li .text2 {
        font-size: 2.8rem;
        line-height: 1; }
        .plan-head .plan-head2 li .text2 b {
          font-weight: lighter;
          font-size: 4.5rem;
          line-height: 1; }
  @media screen and (max-width: 1000px) {
    .plan-head {
      margin-top: 4rem; }
      .plan-head .plan-head1 {
        display: flex; }
        .plan-head .plan-head1 li:first-child {
          padding: 2vw 3vw; }
          .plan-head .plan-head1 li:first-child .type {
            font-size: 3.3vw;
            letter-spacing: 0.2vw; }
            .plan-head .plan-head1 li:first-child .type b {
              font-size: 4.5vw; }
          .plan-head .plan-head1 li:first-child .prople {
            font-size: 1.4vw; }
        .plan-head .plan-head1 li:nth-child(2) {
          padding: 1vw 2vw;
          font-size: 2.8vw;
          letter-spacing: 0.2vw; }
      .plan-head .plan-head2 li {
        margin-right: 3vw;
        margin-top: 2vw;
        letter-spacing: 0.1vw; }
        .plan-head .plan-head2 li .text1 {
          font-size: 1.6vw;
          margin-right: 0.5vw; }
        .plan-head .plan-head2 li .text2 {
          font-size: 2.8vw; }
          .plan-head .plan-head2 li .text2 b {
            font-size: 4.5vw; } }
  @media screen and (max-width: 600px) {
    .plan-head .plan-head1 {
      display: block; }
      .plan-head .plan-head1 li:first-child {
        padding: 3vw 5vw;
        width: 100%; }
        .plan-head .plan-head1 li:first-child .type {
          font-size: 6vw;
          letter-spacing: 0.4vw; }
          .plan-head .plan-head1 li:first-child .type b {
            font-size: 10vw; }
        .plan-head .plan-head1 li:first-child .prople {
          font-size: 4vw; }
      .plan-head .plan-head1 li:nth-child(2) {
        padding: 2vw 5vw;
        font-size: 7vw; }
    .plan-head .plan-head2 {
      flex-wrap: wrap;
      padding: 1vw 5vw; }
      .plan-head .plan-head2 li {
        flex-wrap: nowrap;
        margin-right: 1vw;
        margin-top: 3vw;
        letter-spacing: 0.2vw; }
        .plan-head .plan-head2 li .text1 {
          font-size: 3.5vw;
          margin-right: 2vw; }
        .plan-head .plan-head2 li .text2 {
          font-size: 5.3vw; }
          .plan-head .plan-head2 li .text2 b {
            font-size: 7vw; } }

.zumen {
  margin: auto;
  margin-top: 3rem;
  max-width: 820px; }
  @media screen and (max-width: 768px) {
    .zumen {
      margin-top: 4rem; } }
  @media screen and (max-width: 600px) {
    .zumen {
      width: 100%;
      margin-top: 4rem; } }

.plan-side {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .plan-side .plan-head {
    width: 38%;
    margin-top: 6rem; }
    .plan-side .plan-head .plan-head1 {
      flex-wrap: wrap; }
      .plan-side .plan-head .plan-head1 li:first-child {
        width: 100%;
        margin-right: 0rem; }
      .plan-side .plan-head .plan-head1 li:nth-child(2) {
        width: 100%; }
    .plan-side .plan-head .plan-head2 {
      flex-wrap: wrap; }
  .plan-side .zumen {
    width: 58%;
    margin-top: 6rem; }
  @media screen and (max-width: 600px) {
    .plan-side .plan-head {
      width: 100%;
      margin-top: 4rem; }
    .plan-side .zumen {
      width: 100%;
      margin-top: 4rem; } }

.utility-nav {
  border-top: 1px solid #cccccc;
  padding-top: 6rem;
  margin-top: 6rem; }
  .utility-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 490px;
    margin-inline: auto;
    column-gap: 3rem; }
    .utility-nav ul li {
      font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-size: 1.6rem;
      text-align: center; }
      .utility-nav ul li a {
        display: block;
        background-color: #384658;
        padding: 1rem;
        text-decoration: none;
        color: #fff;
        transition: filter .2s linear; }
        .utility-nav ul li a:hover {
          filter: brightness(145%); }
  @media screen and (max-width: 600px) {
    .utility-nav {
      margin-top: 4rem;
      padding-top: 3rem; } }

.legend {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 0.5rem 2rem; }
  .legend li {
    display: flex;
    align-items: center;
    gap: 0.5rem; }

@media print {
  html {
    font-size: 6px; }

  .page-head,
  .footer-nav,
  .f-conversion,
  .f-company,
  .sub-head,
  .sub-plant,
  .subwin-s-btn,
  .utility-nav,
  footer,
  header {
    display: none !important; }

  body {
    padding-top: 0 !important; }

  .inner {
    max-width: 600px; } }
