.pankuzu_list {
  margin-bottom: 84px; }
  @media screen and (max-width: 767px) {
    .pankuzu_list {
      margin-bottom: 11.7333333333vw; } }

.pamphlet_area {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 72px; }
  .pamphlet_area .page_ttl::before, .pamphlet_area .page_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1; }
  .pamphlet_area .page_ttl::before {
    display: block;
    content: "";
    background: url("../img/top/ttl_illust1.png") no-repeat center/100%;
    width: 143px;
    height: 155px;
    left: 202px; }
  .pamphlet_area .page_ttl::after {
    display: block;
    content: "";
    background: url("../img/top/ttl_illust2.png") no-repeat center/100%;
    width: 111px;
    height: 89px;
    right: 200px; }
  .pamphlet_area .pamphlet_read .ttl {
    text-align: center;
    margin-bottom: 32px; }
    .pamphlet_area .pamphlet_read .ttl h2 {
      display: inline-block;
      padding-bottom: 10px;
      background: url("../img/common/stripe_line.svg") no-repeat bottom left;
      font-size: 28px;
      font-weight: 700; }
  .pamphlet_area .pamphlet_read p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    width: 50%;
    margin: 0 auto 40px; }
  .pamphlet_area .pamphlet_read .link_btn {
    width: 90%;
    max-width: 392px;
    margin: 0 auto; }
    .pamphlet_area .pamphlet_read .link_btn a {
      display: block;
      position: relative;
      line-height: 66px;
      background: #F59600;
      border-radius: 10px;
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      text-decoration: none; }
      .pamphlet_area .pamphlet_read .link_btn a::after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("../img/common/arrow_white.svg") no-repeat center/100%;
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto; }
  @media screen and (max-width: 1023px) {
    .pamphlet_area .page_ttl::before {
      left: 5vw;
      width: 14vw;
      height: 15.15vw; }
    .pamphlet_area .page_ttl::after {
      right: 5vw;
      width: 10.85vw;
      height: 8.699vw; }
    .pamphlet_area .pamphlet_read p {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .pamphlet_area {
      margin-bottom: 16vw; }
      .pamphlet_area .page_ttl::before {
        left: 0;
        width: 18vw;
        height: 19vw; }
      .pamphlet_area .page_ttl::after {
        right: 0;
        width: 16vw;
        height: 13.6vw; }
      .pamphlet_area .page_ttl h1 {
        font-size: 5.3333333333vw; }
      .pamphlet_area .pamphlet_read .ttl {
        margin-bottom: 8.5333333333vw; }
        .pamphlet_area .pamphlet_read .ttl h2 {
          font-size: 7.4666666667vw; }
      .pamphlet_area .pamphlet_read p {
        font-size: 4.2666666667vw;
        width: 90%;
        margin-bottom: 9.3333333333vw; }
      .pamphlet_area .pamphlet_read .link_btn a {
        line-height: 16vw;
        font-size: 5.3333333333vw; }
        .pamphlet_area .pamphlet_read .link_btn a::after {
          width: 8vw;
          height: 8vw;
          right: 4vw; } }

.pamphlet_dw {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #F59600;
  border-radius: 20px;
  padding: 48px 46px;
  margin-bottom: 58px; }
  .pamphlet_dw .ttl {
    text-align: center;
    margin-bottom: 48px; }
    .pamphlet_dw .ttl h2 {
      display: inline-block;
      background: url("../img/common/stripe_line.svg") no-repeat bottom left;
      padding-bottom: 10px;
      margin-bottom: 32px;
      font-weight: 700;
      font-size: 28px; }
    .pamphlet_dw .ttl p {
      font-size: 14px;
      text-align: center; }
  .pamphlet_dw .dw_list {
    display: flex;
    flex-wrap: wrap; }
    .pamphlet_dw .dw_list .single {
      width: 29.238%; }
      @media screen and (min-width: 768px) {
        .pamphlet_dw .dw_list .single:not(:nth-of-type(3n)) {
          margin-right: calc(12.286% / 2); }
        .pamphlet_dw .dw_list .single:not(:nth-last-of-type(-n + 3)) {
          margin-bottom: 48px; } }
      .pamphlet_dw .dw_list .single .thumb {
        width: 81.2%;
        max-width: 224px;
        margin: 0 auto 12px; }
        .pamphlet_dw .dw_list .single .thumb img {
          height: auto;
          aspect-ratio: 224/261;
          object-fit: contain; }
      .pamphlet_dw .dw_list .single h3 {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px; }
      .pamphlet_dw .dw_list .single .dw_btn {
        display: block;
        position: relative;
        background: #F59600;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        line-height: 40px;
        border-radius: 20px; }
        .pamphlet_dw .dw_list .single .dw_btn span {
          font-size: 14px;
          font-weight: 500;
          color: inherit; }
        .pamphlet_dw .dw_list .single .dw_btn::after {
          content: "";
          background: url("../img/pamphlet/dw_icon.svg") no-repeat center/100%;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto; }
  @media screen and (max-width: 1023px) {
    .pamphlet_dw {
      padding: 30px; }
      .pamphlet_dw .dw_list .single {
        width: calc(92% / 3); }
        .pamphlet_dw .dw_list .single:not(:nth-of-type(3n)) {
          margin-right: 4%; }
        .pamphlet_dw .dw_list .single .dw_btn {
          text-align: center;
          line-height: 1.5;
          padding: 5px 0;
          border-radius: 10px; }
          .pamphlet_dw .dw_list .single .dw_btn span {
            display: block; } }
  @media screen and (max-width: 767px) {
    .pamphlet_dw {
      padding: 9.0666666667vw 4.8vw;
      margin-bottom: 16vw; }
      .pamphlet_dw .ttl {
        margin-bottom: 8vw; }
        .pamphlet_dw .ttl h2 {
          font-size: 7.4666666667vw;
          margin-bottom: 5.3333333333vw; }
        .pamphlet_dw .ttl p {
          font-size: 4.2666666667vw; }
      .pamphlet_dw .dw_list .single {
        width: calc(94% / 2);
        margin: 0 !important;
        padding-bottom: 15.8933333333vw;
        position: relative; }
        .pamphlet_dw .dw_list .single:nth-of-type(odd) {
          margin-right: 6% !important; }
        .pamphlet_dw .dw_list .single:not(:nth-last-of-type(-n + 2)) {
          margin-bottom: 6.4vw !important; }
        .pamphlet_dw .dw_list .single .thumb {
          width: 100%; }
        .pamphlet_dw .dw_list .single h3 {
          font-size: 4.2666666667vw;
          text-align: left;
          margin-bottom: 3.2vw; }
          .pamphlet_dw .dw_list .single h3 br {
            display: none; }
        .pamphlet_dw .dw_list .single .dw_btn {
          padding: 2.1333333333vw 0;
          font-size: 4.2666666667vw;
          line-height: 1.4;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%; }
          .pamphlet_dw .dw_list .single .dw_btn span {
            font-size: 3.7333333333vw; }
          .pamphlet_dw .dw_list .single .dw_btn::after {
            right: 2.1333333333vw;
            width: 4.2666666667vw;
            height: 4.2666666667vw; } }

.contact {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 0 0 1px; }
  .contact .ttl {
    text-align: center;
    line-height: 60px;
    border-radius: 20px 20px 0 0;
    background: #F59600;
    margin-bottom: 24px; }
    .contact .ttl h2 {
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.01em; }
  .contact .tel {
    text-align: center;
    margin-bottom: 32px; }
    .contact .tel p {
      font-size: 16px;
      letter-spacing: 0.01em;
      line-height: 1.5; }
      .contact .tel p.read {
        font-size: 20px;
        font-weight: 700;
        color: #F59600;
        margin-bottom: 20px; }
    .contact .tel a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border: 2px solid #DEDEDE;
      border-radius: 10px;
      line-height: 62px;
      text-decoration: none;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 0.01em;
      width: 392px;
      margin: 0 auto 16px; }
      .contact .tel a::before {
        content: "";
        background: url("../img/common/tel_icon.svg") no-repeat center/100%;
        width: 36px;
        height: 26px;
        margin-right: 10px;
        display: block; }
  .contact .counter {
    padding: 0 114px; }
    .contact .counter h3 {
      font-size: 24px;
      font-weight: 700;
      color: #F59600;
      letter-spacing: 0.01em;
      margin-bottom: 13px; }
    .contact .counter .single {
      display: flex;
      flex-wrap: wrap;
      flex-wrap: nowrap;
      align-items: center;
      border-top: 1px solid #DEDEDE;
      padding-top: 32px;
      margin-bottom: 32px; }
      .contact .counter .single dt {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.01em;
        margin-right: 24px; }
      .contact .counter .single dd {
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.5;
        width: 302px; }
        .contact .counter .single dd:not(:last-of-type) {
          margin-right: 25px; }
        .contact .counter .single dd.link {
          margin-left: auto;
          width: 194px;
          line-height: 34px;
          border: 2px solid #DEDEDE;
          border-radius: 17px; }
          .contact .counter .single dd.link a {
            display: block;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.01em;
            position: relative; }
            .contact .counter .single dd.link a::after {
              content: "";
              background: url("../img/common/arrow_icon.svg") no-repeat center/100%;
              width: 20px;
              height: 20px;
              position: absolute;
              top: 0;
              right: 14px;
              bottom: 0;
              margin: auto; }
  @media screen and (max-width: 1023px) {
    .contact .counter {
      padding: 40px 60px; }
      .contact .counter .single {
        flex-wrap: wrap; }
        .contact .counter .single dt {
          width: 100%;
          margin: 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .contact .ttl {
      line-height: 16vw;
      margin-bottom: 5.3333333333vw; }
      .contact .ttl h2 {
        font-size: 6.4vw; }
      .contact .ttl p.read {
        font-size: 5.3333333333vw;
        margin-bottom: 5.3333333333vw; }
    .contact .tel {
      margin-bottom: 8.5333333333vw; }
      .contact .tel a {
        width: 90%;
        line-height: 16vw;
        font-size: 8vw;
        margin-bottom: 4vw; }
        .contact .tel a::before {
          width: 9.6vw;
          height: 6.9333333333vw; }
      .contact .tel p {
        font-size: 4.2666666667vw; }
    .contact .counter {
      padding: 0 5%; }
      .contact .counter h3 {
        font-size: 5.8666666667vw;
        margin-bottom: 2.6666666667vw; }
      .contact .counter .single {
        padding-top: 2.6666666667vw; }
        .contact .counter .single dt {
          margin-bottom: 2.6666666667vw; }
        .contact .counter .single dd {
          width: 100%; }
          .contact .counter .single dd:not(:last-of-type) {
            margin: 0 0 4vw; }
          .contact .counter .single dd.link {
            width: 80%;
            margin: 0;
            line-height: 9.3333333333vw;
            border-radius: 9.3333333333vw; }
            .contact .counter .single dd.link a {
              font-size: 4.2666666667vw; }
              .contact .counter .single dd.link a::after {
                width: 5.3333333333vw;
                height: 5.3333333333vw;
                right: 3.7333333333vw; } }

.bottom_contact_area {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto; }
  .bottom_contact_area .ttl {
    text-align: center;
    margin-bottom: 32px; }
    .bottom_contact_area .ttl h2 {
      display: inline-block;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
      background: url("../../img/2303_renew/common/stripe_line.svg") repeat-x bottom left;
      padding-bottom: 12px; }
  .bottom_contact_area .contact_single {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px; }
    .bottom_contact_area .contact_single h3 {
      font-size: 24px;
      text-align: center;
      font-weight: 700;
      letter-spacing: 0.01em;
      color: #fff;
      padding: 12px 0;
      background: #F59600; }
    .bottom_contact_area .contact_single .inner {
      background: #fff;
      padding: 32px 114px; }
      .bottom_contact_area .contact_single .inner .tel {
        text-align: center;
        border: 2px solid #DEDEDE;
        max-width: 392px;
        margin: 0 auto 16px;
        line-height: 62px;
        border-radius: 10px; }
        .bottom_contact_area .contact_single .inner .tel a {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          font-size: 32px;
          font-weight: 700;
          text-decoration: none;
          padding: 9px 0; }
          .bottom_contact_area .contact_single .inner .tel a::before {
            content: "";
            background: url("../../img/2303_renew/common/tel_icon.svg") no-repeat center/100%;
            width: 36px;
            height: 26px;
            display: block;
            margin-right: 10px; }
          .bottom_contact_area .contact_single .inner .tel a p {
            font-size: inherit;
            font-weight: inherit; }
      .bottom_contact_area .contact_single .inner p {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.5; }
      .bottom_contact_area .contact_single .inner .counter {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: nowrap;
        align-items: center; }
        .bottom_contact_area .contact_single .inner .counter:not(:last-of-type) {
          margin-bottom: 32px;
          padding-bottom: 32px;
          border-bottom: 1px solid #DEDEDE; }
        .bottom_contact_area .contact_single .inner .counter dt {
          font-size: 20px;
          font-weight: 700;
          letter-spacing: 0.01em;
          margin-right: 24px; }
          .bottom_contact_area .contact_single .inner .counter dt .counter_tel {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border: none;
            line-height: 1;
            font-weight: 700;
            font-size: 24px;
            margin: 10px 0 0; }
            .bottom_contact_area .contact_single .inner .counter dt .counter_tel a {
              font-size: inherit;
              font-weight: inherit; }
            .bottom_contact_area .contact_single .inner .counter dt .counter_tel::before {
              content: "";
              margin-right: 7px;
              background: url("../../img/2303_renew/common/tel_icon.svg") no-repeat center/100%;
              width: 24px;
              height: 18px; }
            @media screen and (max-width: 767px) {
              .bottom_contact_area .contact_single .inner .counter dt .counter_tel {
                font-size: 5.3333333333vw;
                justify-content: center;
                width: 100%;
                max-width: none; }
                .bottom_contact_area .contact_single .inner .counter dt .counter_tel::before {
                  width: 5.3333333333vw;
                  height: 4vw; } }
        .bottom_contact_area .contact_single .inner .counter dd {
          font-size: 16px;
          letter-spacing: 0.01em;
          line-height: 1.5;
          width: 302px; }
          .bottom_contact_area .contact_single .inner .counter dd:not(:last-of-type) {
            margin-right: 25px; }
          .bottom_contact_area .contact_single .inner .counter dd.link {
            margin-left: auto;
            width: 194px;
            line-height: 34px;
            border: 2px solid #DEDEDE;
            border-radius: 17px; }
            .bottom_contact_area .contact_single .inner .counter dd.link a {
              display: block;
              text-align: center;
              text-decoration: none;
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.01em;
              position: relative; }
              .bottom_contact_area .contact_single .inner .counter dd.link a::after {
                content: "";
                background: url("../../img/2303_renew/common/arrow_icon.svg") no-repeat center/100%;
                width: 20px;
                height: 20px;
                position: absolute;
                top: 0;
                right: 14px;
                bottom: 0;
                margin: auto; }
  @media screen and (max-width: 1023px) {
    .bottom_contact_area .contact_single .inner {
      padding: 40px 60px; }
      .bottom_contact_area .contact_single .inner .counter {
        flex-wrap: wrap; }
        .bottom_contact_area .contact_single .inner .counter dt {
          width: 100%;
          margin: 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .bottom_contact_area .ttl {
      margin-bottom: 6.4vw; }
      .bottom_contact_area .ttl h2 {
        font-size: 5.8666666667vw;
        display: block; }
    .bottom_contact_area .contact_single {
      margin-bottom: 6.4vw; }
      .bottom_contact_area .contact_single h3 {
        font-size: 6.4vw;
        padding: 2.6666666667vw 0; }
      .bottom_contact_area .contact_single .inner {
        padding: 6.4vw 4.8vw; }
        .bottom_contact_area .contact_single .inner p {
          font-size: 4.2666666667vw; }
        .bottom_contact_area .contact_single .inner .tel {
          line-height: 17.6vw;
          margin-bottom: 4.2666666667vw; }
          .bottom_contact_area .contact_single .inner .tel a::before {
            width: 9.6vw;
            height: 6.9333333333vw; }
          .bottom_contact_area .contact_single .inner .tel a p {
            font-size: 8.5333333333vw; }
        .bottom_contact_area .contact_single .inner .counter {
          display: block;
          text-align: center; }
          .bottom_contact_area .contact_single .inner .counter:not(:last-of-type) {
            margin-bottom: 6.4vw;
            padding-bottom: 6.4vw; }
          .bottom_contact_area .contact_single .inner .counter dt {
            font-size: 5.3333333333vw;
            margin-bottom: 3.2vw; }
          .bottom_contact_area .contact_single .inner .counter dd {
            font-size: 4.2666666667vw;
            margin-bottom: 3.2vw;
            width: 100%; }
            .bottom_contact_area .contact_single .inner .counter dd.link {
              width: 51.7333333333vw;
              margin: 0 auto; }
              .bottom_contact_area .contact_single .inner .counter dd.link a {
                display: block;
                line-height: 10.1333333333vw; } }

@media screen and (max-width: 767px) {
  #container {
    margin-top: 19vw; } }
