@charset "UTF-8";

#page_PR {
  .layout-main-area {
    display: block;
    max-width: initial;
    padding: 0;
  }
  .layout-content {
    display: block;
    width: 100%;
  }
  @media screen and (max-width: 1178px) {
    .layout-content {
      padding: 0;
    }
  }
  .block-hero {
    background: url(../../images/pr/bg_pr_hero.png) no-repeat center top;
    background-size: 100% auto;
  }
  .hero_title {
    position: relative;
    width: 100%;
    height: 283px;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 auto 80px;
  }
  #hero-heading {
    width: 100%;
    margin: 0 auto 40px;
  }
  #hero-heading img {
    display: block;
    width: 495px;
    height: 96px;
    margin: 0 auto;
  }
  .hero_title h2 {
    width: 100%;
    font-size: 48px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
  }
  .hero_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 64px;
    max-width: 1310px;
    padding: 0 10px;
    margin: 0 auto 64px;
  }
  .hero_main figure {
    width: calc(100% - 606px - 64px);
    margin: 0;
  }
  .hero_main figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .hero_main .inner {
    width: 606px;
  }
  .hero_main .inner h3 {
    font-size: 32px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 auto 24px;
  }
  .hero_main ul {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 auto 32px;
  }
  .hero_main ul li {
    width: calc(50% - 8px);
  }
  .hero_main ul li .btn {
    min-width: 100%;
    height: 80px;
    padding: 14px 8px;
  }
  .hero_main ul li .btn:after {
    display: none;
  }
  .hero_main h4 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    background: #9d9891;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
  }
  .hero_main h4::after {
    position: absolute;
    bottom: -16px;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 19px solid #9d9891;
  }
  .hero_main .btn_border {
    width: 100%;
  }
  .hero_main .btn_border::after {
    position: relative;
    top: auto;
    right: auto;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/common/icon_chevronBackward.svg) no-repeat
      center;
    background-size: contain;
    transform: rotate(-90deg);
  }
  .block-hero_inner {
    width: 100%;
    margin: 0 auto 80px;
  }
  .badgeList {
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto 24px;
  }
  .badgeList li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 33%;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    padding-top: 20px;
  }
  .badgeList li:nth-child(1) {
    background-image: url(../../images/pr/hero_bg_01.png);
  }
  .badgeList li:nth-child(2) {
    background-image: url(../../images/pr/hero_bg_02.png);
  }
  .badgeList li:nth-child(3) {
    background-image: url(../../images/pr/hero_bg_03.png);
  }
  .badgeList li h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    letter-spacing: 0.04em;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 125%;
    margin: 0 auto 16px;
  }
  .badgeList li p {
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
  }
  .hero_message {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 1178px) {
    .block-hero {
      background: url(../../images/pr/bg_pr_hero.png) no-repeat center top 100px;
      background-size: 100% auto;
    }
    .hero_title {
      height: 180px;
      padding: 50px 0 0;
      margin: 0 auto;
    }
    #hero-heading {
      margin: 0 auto 20px;
    }
    #hero-heading img {
      display: block;
      width: 280px;
      height: 54px;
    }
    .hero_title h2 {
      font-size: 24px;
    }
    .hero_main {
      flex-wrap: wrap;
      gap: 64px;
      max-width: initial;
      margin: 0 auto;
    }
    .hero_main figure {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px;
    }
    .hero_main .inner {
      width: 100%;
    }
    .hero_main .inner h3 {
      font-size: 20px;
      text-align: center;
      margin: 0 auto 24px;
    }
    .hero_main ul li .btn {
      padding: 14px 8px;
      font-size: 16px;
    }
    .hero_main h4 {
      height: fit-content;
      font-size: 16px;
      text-align: center;
      padding: 8px;
      margin: 0 auto 25px;
    }
    .block-hero_inner {
      width: 100%;
      margin: 0 auto 80px;
    }
    .badgeList {
      justify-content: center;
      max-width: initial;
      flex-wrap: wrap;
      padding: 0;
      margin: 0 auto 24px;
    }
    .badgeList li {
      width: 300px;
      height: 300px;
    }
    .badgeList li h3 {
      font-size: 24px;
    }
    .badgeList li p {
      font-size: 15px;
    }
    .hero_message {
      font-size: 16px;
    }
  }

  .block-corporate-plan {
    width: 100%;
    background: #f6f5f2;
    padding: 0 16px;
  }
  .block-corporate-plan_inner {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
  }
  #corporate-plan{
    scroll-margin-top: 104px;
  }
  @media screen and (max-width: 1178px) {
    #corporate-plan{
      scroll-margin-top: 50px;
    }
  }
  .coPlan_lead,
  .plan_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1310px;
    margin: 0 auto 48px;
  }
  .coPlan_lead figure,
  .plan_inner figure {
    width: 480px;
    margin: 0;
  }
  .coPlan_lead figure img,
  .plan_inner figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .coPlan_lead .inner,
  .plan_inner > div {
    width: calc(100% - 480px - 20px);
    max-width: 790px;
  }
  .coPlan_shinka {
    padding: 0 0 80px;
  }
  #shinka-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 61px;
    background: #e2391c;
    color: #fff;
    font-size: 28px;
    border-radius: 8px;
    padding: 8px 40px;
    margin: 0 auto 60px;
  }
  #shinka-title::after {
    position: absolute;
    bottom: -16px;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 19px solid #e2391c;
  }
  .plan_shinka_cards {
    width: 100%;
    max-width: 1310px;
  }
  .shinkaList_item {
    width: calc(100% / 3 - 16px * 2 / 3);
    background: #fff;
    border-radius: 8px;
    padding: 40px;
  }
  .shinkaList_item h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-size: 40px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    margin: 0 auto 24px;
  }
  .shinkaList_item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 24px;
  }
  @media screen and (max-width: 1178px) {
    .block-corporate-plan_inner {
      max-width: initial;
    }
    .coPlan_lead,
    .plan_inner {
      display: block;
      max-width: initial;
      margin: 0 auto 48px;
    }
    .coPlan_lead figure,
    .plan_inner figure {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
    .coPlan_lead .inner,
    .plan_inner > div {
      width: 100%;
      max-width: initial;
    }
    .coPlan_shinka {
      padding: 0 0 50px;
    }
    #shinka-title {
      height: 56px;
      font-size: 24px;
      padding: 8px 16px;
      margin: 0 auto 40px;
    }
    .plan_shinka_cards {
      max-width: initial;
    }
    .shinkaList_item {
      width: 100%;
      padding: 20px;
      margin: 0 auto 20px;
    }
    .shinkaList_item h4 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 64px;
      font-size: 32px;
      margin: 0 auto 24px;
    }
  }

  .block-features {
    padding: 0 10px;
  }
  .features_lead {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
  }
  .features_lead h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin: 0 auto 8px;
  }
  .features_lead p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin: 0 auto 48px;
  }
  .features_cards {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
  }
  .featuresList {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .featuresList_item {
    width: calc(100% / 3 - 16px * 2 / 3);
    background: #f6f5f2;
    border-radius: 8px;
    padding: 32px;
  }
  .featuresList_item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 auto 24px;
  }
  .featuresList_item figure {
    width: 96px !important;
    margin: 0 auto 24px;
  }
  @media screen and (max-width: 1178px) {
    .features_lead {
      max-width: initial;
      padding: 0 10px;
    }
    .features_lead h3 {
      font-size: 20px;
    }
    .features_cards {
      max-width: initial;
      padding: 0 10px;
    }
    .featuresList_item {
      width: 100%;
      padding: 20px;
      margin: 0 auto 20px;
    }
    .featuresList_item h3 {
      font-size: 20px;
    }
    .featuresList_item figure {
      width: 96px !important;
      margin: 0 auto 24px;
    }
  }

  .pr_cardList {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .pr_cardList figure {
    width: 100%;
    margin: 0 auto;
  }
  .pr_cardList figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  @media screen and (max-width: 1178px) {
    .pr_cardList {
      display: block;
    }
    .pr_cardList figure {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
  }

  #block-plans{
    scroll-margin-top: 104px;
  }
  @media screen and (max-width: 1178px) {
    #block-plans{
      scroll-margin-top: 50px;
    }
  }
  .block-plans {
    width: 100%;
    padding: 0 16px;
  }
  .block-plans_inner {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
  }
  .plan_primary {
    background: #f6f5f2;
    border-radius: 8px;
    padding-bottom: 48px;
    margin: 0 auto 48px;
  }
  .plan_primary_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #bd913b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    margin: 0 auto;
  }
  .plan_inner {
    padding: 48px;
    margin: 0 auto;
  }
  .plan_primary_price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  .plan_primary_price .price {
    color: #e2391c;
    font-size: 32px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  .plan_primary_price .note {
    font-size: 16px;
    margin: 0;
  }
  .plan_primary_price .btn {
    width: 240px;
    min-width: initial;
  }
  .plan_primary_price .btn::after {
    display: none;
  }
  .plan_corporate {
    width: calc(100% - 48px - 48px);
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 0 auto;
  }
  .plan_corporate_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }
  #corporate-pack-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  .plan_corporate_text p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin: 0 auto;
  }
  .plan_corporate_action {
    margin: 0;
  }
  .plan_corporate_box .btn_border {
    width: 160px;
    min-width: initial;
    font-size: 16px;
    white-space: nowrap;
  }
  .planList {
    gap: 40px;
    padding: 0;
    margin: 0 auto 48px;
  }
  .planList_item {
    width: calc(100% / 3 - 40px * 2 / 3);
    border-radius: 8px;
    background: #f6f5f2;
  }
  .planList_item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #555555;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 8px 8px 0 0;
    margin: 0 auto;
  }
  .planList_item:first-child h3 {
    background: #005b9a;
  }
  .planList_item > div {
    padding: 24px;
  }
  .planList_item > div p {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    margin: 0 auto 8px;
  }
  .planList_item > div .plan_item_price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    color: #e2391c;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 auto 16px;
  }
  .planList_item > div .plan_item_action .btn {
    width: 240px;
    min-width: initial;
  }
  .planList_item > div .plan_item_action .btn::after {
    display: none;
  }
  @media screen and (max-width: 1178px) {
    .block-plans_inner {
      max-width: initial;
    }
    .plan_primary {
      padding-bottom: 30px;
      margin: 0 auto 30px;
    }
    .plan_primary_title {
      height: 50px;
      font-size: 20px;
    }
    .plan_inner {
      padding: 20px;
      margin: 0 auto;
    }
    .plan_primary_price {
      display: block;
      text-align: center;
      padding-top: 15px;
      margin: 0 auto 36px;
    }
    .plan_corporate {
      width: calc(100% - 32px);
    }
    .plan_corporate_box {
      display: block;
    }
    #corporate-pack-title {
      text-align: center;
    }
    .plan_corporate_text p {
      margin: 0 auto 20px;
    }
    .plan_corporate_box .btn_border {
      width: 240px;
    }
    .planList {
      display: block;
      margin: 0 auto 48px;
    }
    .planList_item {
      width: 100%;
      margin: 0 auto 24px;
    }
    .planList_item h3 {
      height: 50px;
      font-size: 20px;
    }
    .planList_item > div {
      padding: 24px;
    }
    .planList_item > div p {
      font-size: 16px;
      line-height: 1.75;
      text-align: center;
      margin: 0 auto 8px;
    }
  }

  #compare-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: 100%;
    height: 80px;
    background: #f6f5f2;
    font-size: 28px;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 56px 0 16px;
    margin: 0 auto 40px;
    cursor: pointer;
  }
  #compare-title::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: url(../../images/common/icon_accordion_open.svg) no-repeat
      center;
    background-size: contain;
    transition: all 0.2s;
    cursor: pointer;
  }
  #compare-title[aria-expanded="true"]::after {
    background: url(../../images/common/icon_accordion_close.svg) no-repeat
      center;
    background-size: contain;
  }
  .plan_compare_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto 40px;
  }
  .plan_compare_table caption {
    display: none;
  }
  .plan_compare_table thead {
    background: #f6f5f2;
  }
  .plan_compare_table thead th {
    width: calc(100% - 200px / 3);
    height: 56px;
    padding: 16px;
  }
  .plan_compare_table thead th:nth-child(1) {
    text-align: left;
    border-bottom: 1px solid #e3dfd6;
  }
  .plan_compare_table thead th:nth-child(2),
  .plan_compare_table thead th:nth-child(3),
  .plan_compare_table thead th:nth-child(4),
  .plan_compare_table thead th:nth-child(5) {
    color: #fff;
    font-weight: 700;
  }
  .plan_compare_table thead th:nth-child(2) {
    background: #bd913b;
  }
  .plan_compare_table thead th:nth-child(3) {
    background: #005b9a;
  }
  .plan_compare_table thead th:nth-child(4) {
    background: #424242;
  }
  .plan_compare_table thead th:nth-child(5) {
    background: #555555;
  }
  .plan_compare_table tbody th {
    width: 200px;
    background: #f6f5f2;
    text-align: left;
    padding: 16px;
    border-bottom: 1px solid #e3dfd6;
  }
  .plan_compare_table tbody td {
    text-align: center;
    border-bottom: 1px solid #e3dfd6;
    padding: 16px;
    vertical-align: middle;
  }
  .plan_compare_table tbody td span {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .plan_compare_table .btn_border {
    width: 100%;
    min-width: initial;
  }
  .plans_bottomCta .btn_border {
    width: 480px;
    min-width: initial;
    color: #005b9a;
    border: 2px solid #005b9a;
  }
  @media screen and (max-width: 1178px) {
    #compare-title {
      font-size: 20px;
      padding: 0 56px 0 16px;
    }
    .tableWrap {
      width: 100%;
      overflow-x: auto;
      font-size: 16px;
    }
    .plan_compare_table thead th {
      width: 150px;
      height: auto;
      padding: 16px;
    }
    .plan_compare_table thead th:nth-child(1) {
      width: 150px;
      font-size: 14px;
    }
    .plan_compare_table tbody th {
      width: 150px;
      font-size: 14px;
      padding: 16px;
    }
    .plan_compare_table tbody td {
      padding: 16px;
    }
    .plan_compare_table tbody td .btn_border {
      width: 100%;
      font-size: 13px;
      line-height: 1.4;
    }
    .plans_bottomCta .btn_border {
      width: 100%;
      max-width: 480px;
      min-width: initial;
      margin: 0 auto;
    }
  }

  .block-apply {
    background: #f6f5f2;
    padding: 10px;
    margin: 0 auto 24px;
  }
  .block-apply_inner {
    width: 100%;
    max-width: 1310px;
    padding: 0 0 64px;
    margin: 0 auto;
  }
  .apply_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .apply_actions li {
    width: calc(50% - 8px);
  }
  .apply_actions li .btn {
    width: 100%;
    min-width: initial;
    height: 100px;
  }
  .apply_actions li .btn::after {
    display: none;
  }
  .apply_actions li .type_pr {
    padding: 20px 10px;
  }
  .apply_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    max-width: 1310px;
    border: 1px solid #e3dfd6;
    border-radius: 8px;
    margin: 0 auto;
  }
  .apply_contact .btn_border {
    width: 295px;
    min-width: initial;
  }
  @media screen and (max-width: 1178px) {
    .block-apply {
      padding: 0 16px;
    }
    .block-apply_inner {
      max-width: initial;
    }
    .apply_contact {
      display: block;
      width: calc(100% - 32px);
      max-width: initial;
      text-align: center;
    }
  }

  .pr_tit_common {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px 16px;
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-bottom: 4px solid #e2391c;
    margin: 0 auto 64px;
  }
  .btn {
    font-size: 2rem;
  }
  .btn.type_pr {
    flex-wrap: wrap;
    background: #005b9a;
    color: #ffffff;
  }
  .btn.type_pr span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 22px;
    background: #fff;
    color: #005b9a;
    font-size: 16px;
    font-weight: 700;
    border-radius: 11px;
    padding: 0 16px;
    margin: 0 auto;
  }
  .btn.type_pr strong {
    display: block;
    width: 100%;
    text-align: center;
  }
  @media screen and (max-width: 1178px) {
    .pr_tit_common {
      padding: 50px 0px 16px;
      font-size: 28px;
      margin: 0 auto 40px;
    }
    .btn {
      font-size: 18px;
    }
    .btn.type_pr span {
      font-size: 14px;
    }
  }

  .pr_faqList {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
  }
  .pr_faqList .pr_faqList_item {
    margin: 0 auto 24px;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_title {
    background: #f6f5f2;
    margin: 0 auto 24px;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_title .pr_faqToggleButton {
    position: relative;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 8px 16px;
    cursor: pointer;
  }
  .pr_faqList
    .pr_faqList_item
    .pr_faqList_item_title
    .pr_faqToggleButton
    strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
  }
  .pr_faqList
    .pr_faqList_item
    .pr_faqList_item_title
    .pr_faqToggleButton:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: url(../../images/common/icon_accordion_open.svg) no-repeat
      center;
    background-size: contain;
    transition: all 0.2s;
  }
  .pr_faqList
    .pr_faqList_item
    .pr_faqList_item_title
    .pr_faqToggleButton[aria-expanded="true"]:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: url(../../images/common/icon_accordion_close.svg) no-repeat
      center;
    background-size: contain;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer {
    font-size: 1.6rem;
    padding: 0 16px;
    overflow: hidden;
    max-height: none;
    opacity: 1;
    visibility: visible;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer p {
    display: none;
    margin: 0 auto 16px;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer p:last-child {
    margin: 0 auto;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer.is_open p {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .pr_faqList .pr_faqList_item .pr_faqList_item_answer.is_clamped {
    visibility: visible;
    max-height: none;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer.is_clamped p {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
  }
  .pr_faqList
    .pr_faqList_item
    .pr_faqList_item_answer.is_clamped
    p:first-of-type {
    height: auto;
    opacity: 1;
    overflow: visible;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer a {
    color: #326691;
    text-decoration: none;
  }
  .pr_faqList .pr_faqList_item .pr_faqList_item_answer a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 1178px) {
    .pr_faqList {
      max-width: initial;
      padding: 0 16px;
      margin: 0 auto 50px;
    }
    .pr_faqList .pr_faqList_item .pr_faqList_item_title .pr_faqToggleButton {
      font-size: 1.4rem;
    }

    .pr_faqList .pr_faqList_item .pr_faqList_item_answer {
      font-size: 1.4rem;
      padding: 0 8px;
    }

    .pr_faqList .pr_faqList_item .pr_faqList_item_answer p {
      font-size: 1.4rem;
      margin: 0 auto 16px;
    }

    .pr_faqList .pr_faqList_item .pr_faqList_item_answer p:last-child {
      margin: 0 auto;
    }
  }

  .pr_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 104px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1000;
  }
  .pr_header.page_pr_contract {
    opacity: 1;
    transform: translateY(0);
    box-shadow: none;
  }
  .pr_header.is_scroll {
    opacity: 1;
    transform: translateY(0);
  }
  .pr_header.page_pr_contract.is_scroll {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .pr_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
  }
  .pr_header_brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  .pr_header_tagline {
    font-size: 14px;
    font-family: "BIZ UDPMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "Hiragino Mincho", "MS PMincho", serif;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .pr_header_logo {
    width: 240px;
    height: 44px;
    margin: 0;
  }
  .pr_header_logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .pr_header_action .btn {
    width: 160px;
    min-width: initial;
  }
  .pr_header_action .btn::after {
    display: none;
  }
  @media screen and (max-width: 1178px) {
    .pr_header {
      height: 50px;
    }
    .pr_header_inner {
      padding: 0 10px 0 20px;
    }
    .pr_header_logo {
      width: 132px;
      height: auto;
    }
    .pr_header_tagline {
      font-size: 8px;
    }
    .pr_header_action .btn {
      width: fit-content;
      height: 36px;
      font-size: 12px;
      white-space: nowrap;
      padding: 0 10px;
    }
  }

  .pr_tit_contract {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-top: 2px solid #e2391c;
    padding: 16px 0;
    margin: 0 auto 24px;
  }

  .block-contractTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(141px + 104px);
    background: #f6f5f2;
    padding-top: 104px;
    margin: 0 auto 64px;
  }
  .block-contractTitle h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto;
  }
  .contract_section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 64px;
  }
  .contract_section > p {
    margin: 0 auto 24px;
  }
  @media screen and (max-width: 1178px) {
    .pr_tit_contract {
      font-size: 24px;
      margin: 0 auto 8px;
    }
    .block-contractTitle {
      height: calc(110px + 50px);
      padding-top: 50px;
      margin: 0 auto 40px;
    }
    .block-contractTitle h1 {
      font-size: 28px;
    }
    .contract_section {
      max-width: initial;
      padding: 0 24px;
    }
    .contract_section > p {
      font-size: 16px;
    }
  }

  .block-contract_feeTable table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto 24px;
  }
  .block-contract_feeTable table caption {
    width: 100%;
    color: #e2391c;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #e2391c;
    padding: 12px;
    margin: 0 auto 24px;
  }
  .block-contract_feeTable table col.col-1 {
    width: 190px;
  }
  .block-contract_feeTable table col.col-2 {
    width: 90px;
  }
  .block-contract_feeTable table col.col-3 {
    width: 278px;
  }
  .block-contract_feeTable table col.col-4 {
    width: calc(100% - 190px - 90px - 278px);
  }
  .block-contract_feeTable th,
  .block-contract_feeTable td {
    font-size: 15px;
    border: 1px solid #e3dfd6;
    padding: 10px;
  }
  .block-contract_feeTable table thead {
    background: #9d9891;
  }
  .block-contract_feeTable table thead th {
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  .block-contract_feeTable table tbody th {
    background: #f6f5f2;
    font-weight: bold;
    text-align: left;
  }
  .block-contract_feeTable table tbody td:nth-child(2) {
    text-align: center;
  }
  .block-contract_feeTable table tbody td:nth-child(3) {
    text-align: center;
  }
  .block-contract_feeTable table tbody td:nth-child(4) {
    text-align: right;
  }
  .block-contract_feeTable .note {
    font-size: 14px;
  }
  .block-contract_feeTable .note a {
    color: #326691;
    text-decoration: underline;
  }
  .block-contract_feeTable .note a:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 1178px) {
    .block-contract_feeTable table caption {
      position: sticky;
      top: 0;
      left: 0;
      max-width: calc(100vw - 64px);
      font-size: 16px;
      margin: 0 0 24px;
    }
    .block-contract_feeTable table col.col-1 {
      width: 150px;
    }
    .block-contract_feeTable table col.col-2 {
      width: 90px;
    }
    .block-contract_feeTable table col.col-3 {
      width: 250px;
    }
    .block-contract_feeTable table col.col-4 {
      width: 360px;
      white-space: nowrap;
    }
    .block-contract_feeTable th,
    .block-contract_feeTable td {
      font-size: 14px;
    }
    .block-contract_feeTable table tbody td:nth-child(3),
    .block-contract_feeTable table tbody td:nth-child(4) {
      text-align: left;
    }
    .block-contract_feeTable .note {
      font-size: 14px;
    }
  }

  .contract_box h3 {
    color: #e2391c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  .contract_box .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    margin: 0 auto 35px;
  }
  .contract_box figure {
    width: 360px;
    margin: 0;
  }
  .contract_box figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .contract_box ol {
    width: calc(100% - 360px - 24px);
    padding: 0;
    margin: 0 0 0 30px;
  }
  .contract_box ol strong {
    display: block;
  }
  @media screen and (max-width: 1178px) {
    .contract_box .inner {
      display: block;
      margin: 0 auto 35px;
    }
    .contract_box figure {
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
    }
    .contract_box ol {
      width: calc(100% - 30px);
      font-size: 16px;
      margin: 0 0 24px 30px;
    }
    .contract_box p {
      font-size: 16px;
    }
  }

  .block-payment h3 {
    color: #e2391c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  .block-payment h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 16px;
  }
  .block-payment > p {
    font-size: 16px;
    margin: 0 auto 16px;
  }
  .block-payment p a {
    color: #326691;
    text-decoration: underline;
  }
  .block-payment p a:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 1178px) {
    .block-payment > p {
      font-size: 14px;
    }
  }

  .block-legal table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto 24px;
  }
  .block-legal caption {
    display: none;
  }
  .block-legal table th,
  .block-legal table td {
    font-size: 15px;
    border: 1px solid #e3dfd6;
    padding: 10px;
  }
  .block-legal table th {
    width: 270px;
    font-weight: 700;
    text-align: left;
    background: #f6f5f2;
  }
  @media screen and (max-width: 1178px) {
    .block-legal table th,
    .block-legal table td {
      font-size: 14px;
    }
    .block-legal table th {
      display: block;
      width: 100%;
    }
    .block-legal table td {
      display: block;
      width: 100%;
    }
  }

  .contract_contact p {
    margin: 0 auto;
  }
  .contract_contact .btn::after {
    display: none;
  }
}

.hidden {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus-within {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
.invisible {
  visibility: hidden;
}
