@layer page {
  .p-page-hdr-b {
    position: relative;
    background-image: url("../../../img/page/hoken/ttl_bg.svg");
    background-position: calc(100% - 2.5rem) 100%;
    background-repeat: no-repeat;
    background-size: auto 9.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-b {
      background-image: url("../../../img/page/hoken/ttl_bg_sp.svg");
      background-position: 100% 100%;
      background-size: auto 16.75vw;
    }
  }
  .hoken-first {
    padding: calc(60/16*1rem) 0 6.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-first {
      padding: 12.5vw 0;
    }
  }
  .hoken-first__ttl {
    width: 43.0625rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 1200px) {
    .hoken-first__ttl {
      width: 31.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-first__ttl {
      width: 54.75vw;
    }
  }
  .hoken-first__ttl img {
    width: 100%;
  }
  .hoken-first__text {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-first__text {
      font-size: 0.9375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-first__text {
      font-size: 4vw;
    }
  }
  .hoken-worried {
    margin-top: 3.125rem;
    padding: 1.875rem 3.75rem 3.125rem 3.75rem;
    border-radius: 0.625rem;
    background: var(--accent);
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .hoken-worried {
      margin-top: 7.5vw;
      padding: 9vw 5vw 5vw 5vw;
    }
  }
  .hoken-worried__hdr {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-worried__hdr {
      margin-bottom: -2px;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__hdr {
      margin-bottom: 0;
      align-items: flex-end;
      gap: 0;
    }
  }
  .hoken-worried__hdr::before, .hoken-worried__hdr::after {
    content: "";
    display: block;
    background: url("../../../img/page/hoken/worried_ttl_l.svg") 0 0/contain no-repeat;
  }
  .hoken-worried__hdr::before {
    aspect-ratio: 116/119;
    width: 7.25rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-worried__hdr::before {
      width: 6.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__hdr::before {
      width: 15.75vw;
    }
  }
  .hoken-worried__hdr::after {
    aspect-ratio: 113/120;
    width: 7.0625rem;
    background-image: url("../../../img/page/hoken/worried_ttl_r.svg");
  }
  @media screen and (max-width: 1200px) {
    .hoken-worried__hdr::after {
      width: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__hdr::after {
      width: 15.25vw;
    }
  }
  .hoken-worried__ttl {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__ttl {
      font-size: 4.5vw;
      padding-bottom: 10.5vw;
    }
  }
  .hoken-worried__ttl b {
    font-weight: 600;
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__ttl b {
      font-size: 7vw;
    }
  }
  .hoken-worried__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__list {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
  .hoken-worried__list img {
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__list img {
      border-radius: 2.5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__list > li {
      display: grid;
      align-items: center;
      grid-template-columns: 42.5vw 1fr;
      gap: 3.75vw;
    }
  }
  .hoken-worried__text {
    font-weight: 500;
    line-height: 1.6;
  }
  @media screen and (min-width: 768px) {
    .hoken-worried__text {
      margin-top: 0.75rem;
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-worried__text {
      font-size: 4.25vw;
      line-height: 1.5;
    }
  }
  .hoken-hdr-a {
    text-align: center;
  }
  .hoken-hdr-a__ttl {
    font-size: 2rem;
    font-weight: 700;
  }
  .hoken-hdr-a__en {
    font-size: 1.5rem;
    font-family: var(--en-sans);
    color: var(--accent);
    font-weight: var(--en-weight-m);
  }
  .u-bg-green {
    border-radius: 5rem 5rem 0 0;
  }
  @media screen and (max-width: 767px) {
    .u-bg-green {
      border-radius: 10vw 10vw 0 0;
    }
  }
  .hoken-advantage {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-advantage {
      padding-top: 20vw;
      padding-bottom: 5vw;
    }
  }
  .hoken-advantage__ttl {
    text-align: center;
    font-weight: 700;
    font-size: 3.125rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-advantage__ttl {
      font-size: 2.5rem;
    }
  }
  .hoken-advantage__body {
    padding-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-advantage__body {
      padding-top: 12.5vw;
    }
  }
  .hoken-advantage__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-advantage__list {
      display: flex;
      flex-direction: column;
    }
  }
  .hoken-advantage__list > li {
    border-radius: 0.625rem;
    background: var(--accent);
    color: #fff;
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-advantage__list > li {
      padding: 0 7.5vw 7.5vw 7.5vw;
    }
  }
  .hoken-advantage__icon {
    text-align: center;
    min-height: 8.75rem;
    margin-top: -2.5rem;
    margin-bottom: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-advantage__icon {
      margin-bottom: -2.5vw;
    }
  }
  .hoken-advantage__icon img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  @media screen and (max-width: 767px) {
    .hoken-advantage__icon img {
      width: calc(var(--my-width) / 500 * 100vw);
    }
  }
  .hoken-advantage__sttl {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .hoken-advantage__text {
    margin-top: 0.75rem;
  }
  .hoken-advantage__note {
    margin-top: 0.9375rem;
    font-size: var(--note-fs);
  }
  .hoken-advantage__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .hoken-advantage__note a {
    text-decoration: underline;
  }
  @media (hover: hover) {
    .hoken-advantage__note a:hover {
      text-decoration: none;
    }
  }
  .hoken-flow {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow {
      padding: 15vw 0;
    }
  }
  .hoken-flow__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-flow__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__list {
      display: flex;
      flex-direction: column;
      margin-top: 10vw;
      gap: 5vw;
    }
  }
  .hoken-flow__item {
    position: relative;
    padding: 2.375rem 1.25rem 1.25rem 1.25rem;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: var(--bg-gray2);
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__item {
      margin-left: 12.5vw;
      padding: 5vw;
    }
    .hoken-flow__item:not(:last-child)::before {
      content: "";
      display: block;
      position: absolute;
      left: -7.75vw;
      top: 0;
      width: 2px;
      height: calc(100% + 5vw);
      background: var(--accent);
    }
  }
  .hoken-flow__img-wrap {
    margin: 1.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__img-wrap {
      background: #fff;
      margin: 5vw 0;
      width: 100%;
      border-radius: 0.625rem;
    }
  }
  .hoken-flow__img-wrap img {
    width: 100%;
  }
  .hoken-flow__ttl {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
  }
  .hoken-flow__ttl b {
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__ttl {
      font-size: 5vw;
      text-align: left;
    }
  }
  .hoken-flow__ttl span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 3.125rem;
    border-radius: 6.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    background: var(--accent);
    color: #fff;
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__ttl span {
      position: absolute;
      width: 10vw;
      left: -12.5vw;
      top: 0;
      transform: translate(0);
      font-size: 4.5vw;
    }
  }
  .hoken-flow__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__text {
      font-size: 3.75vw;
    }
  }
  .hoken-flow__note {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
  .hoken-flow__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .hoken-flow__btn-wrap {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__btn-wrap {
      margin-top: 5vw;
    }
  }
  .hoken-flow__btn-wrap .c-btn {
    gap: 0;
    font-size: 0.9375rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-flow__btn-wrap .c-btn {
      padding-left: 6.25vw;
      font-size: 4.5vw;
      width: 100%;
      text-align: left;
    }
  }
  .hoken-flow__btn-wrap .c-icon {
    width: 0.625rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .hoken-qa {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-qa {
      padding: 15vw 0;
    }
  }
  .hoken-qa .p-faq-item__a-icon {
    line-height: 1.2;
  }
  .hoken-sec {
    margin-top: 2.5rem;
    padding: 3.75rem;
    border-radius: 2.5rem;
    background: #fff;
  }
  @media screen and (max-width: 1200px) {
    .hoken-sec {
      margin-top: 5vw;
      padding: 5vw;
    }
  }
  .hoken-sec.is-support {
    background: var(--accent);
    color: #fff;
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec.is-support {
      padding: 10vw 5vw 5vw 5vw;
    }
  }
  .hoken-sec__hdr {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__hdr {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2.5vw;
    }
    .hoken-sec__hdr img {
      width: 15vw;
    }
  }
  .hoken-sec__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__ttl {
      font-size: 5vw;
    }
  }
  .hoken-sec__lead {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
  }
  .hoken-sec__hdr-a {
    text-align: center;
  }
  .hoken-sec__ttl-a {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__ttl-a {
      font-size: 6vw;
    }
  }
  .hoken-sec__lead-a {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__lead-a {
      font-size: 3.75vw;
      text-align: left;
    }
  }
  .hoken-sec__sttl-wrap {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 2.5rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__sttl-wrap {
      margin-top: 5vw;
    }
  }
  .hoken-sec__sttl-wrap b {
    font-size: 2.5rem;
    font-family: var(--en-sans);
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__sttl-wrap b {
      line-height: 1.2;
      font-size: 10vw;
    }
  }
  .hoken-sec__box {
    margin-top: 1.25rem;
    padding: 2.5rem;
    border-radius: 0.625rem;
    border: 1px solid var(--line);
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .hoken-sec__box {
      padding: 5vw;
    }
  }
  .hoken-type + .hoken-type {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid var(--line);
  }
  @media screen and (max-width: 767px) {
    .hoken-type + .hoken-type {
      margin-top: 5vw;
      padding-top: 5vw;
    }
  }
  .hoken-type__ttl {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 1.5rem;
    gap: 1rem;
    margin-bottom: 0.375rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-type__ttl {
      margin-bottom: 3vw;
      font-size: 5vw;
      gap: 2.5vw;
    }
  }
  .hoken-type__ttl span {
    color: var(--accent);
    font-family: var(--en-sans);
    font-weight: 600;
    font-size: 1.75rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-type__ttl span {
      line-height: 1.3;
      font-size: 6vw;
    }
  }
  @media screen and (min-width: 768px) {
    .hoken-type__row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-type__row {
      margin-top: 5vw;
    }
  }
  .hoken-faq {
    border-radius: 0.625rem;
    padding: 1.875rem;
    background: var(--bg-green);
  }
  @media screen and (max-width: 767px) {
    .hoken-faq {
      padding: 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .hoken-faq + .hoken-faq {
      margin-top: 2.5vw;
    }
  }
  .hoken-faq__ttl {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .hoken-faq__ttl {
      font-size: 1.1rem;
    }
  }
  .hoken-faq__text {
    font-size: 0.9375rem;
  }
  .hoken-faq__list {
    margin: 0.6em 0;
  }
  .hoken-faq__list > li {
    position: relative;
    padding-left: 0.75rem;
  }
  .hoken-faq__list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: var(--accent);
    border-radius: 100rem;
  }
  .hoken-support {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .hoken-support {
      display: flex;
      flex-direction: column;
    }
  }
  .hoken-support__item {
    position: relative;
    overflow: hidden;
    padding: 3.75rem 1.875rem 1.25rem 1.875rem;
    border-radius: 0.625rem;
    background: #FFF;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: var(--main);
  }
  @media screen and (max-width: 767px) {
    .hoken-support__item {
      padding: 12.5vw 5vw 5vw 5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .hoken-support__item.is-col1 {
      grid-column: 1/3;
      padding-bottom: 2.5rem;
    }
  }
  .hoken-support__item > div {
    width: 100%;
  }
  .hoken-support__ttl {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: var(--accent);
    font-weight: 700;
    border-radius: 0 0 0.625rem 0;
    padding: 0.25rem 0.75rem;
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-support__ttl {
      font-size: 5vw;
    }
  }
  .hoken-support__hosho {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .hoken-support__hosho {
      font-size: 3.75vw;
    }
  }
  .hoken-support__hosho b {
    font-weight: 600;
  }
  .hoken-support__hosho span {
    font-size: 3.125rem;
    color: var(--accent);
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .hoken-support__hosho span {
      font-size: 10vw;
    }
  }
  .hoken-support__illust {
    width: 29.375rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .hoken-support__illust img {
    width: 100%;
  }
  .hoken-support__note {
    margin-top: 1.25rem;
    font-size: var(--note-fs);
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .hoken-support__note {
      margin-top: 5vw;
      font-size: 3vw;
    }
  }
  .hoken-support__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .hoken-support__list {
    margin: 0.6em 0;
  }
  @media screen and (max-width: 767px) {
    .hoken-support__list {
      line-height: 1.4;
    }
  }
  .hoken-support__list > li {
    position: relative;
    padding-left: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .hoken-support__list > li + li {
      margin-top: 0.6em;
    }
  }
  .hoken-support__list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: var(--accent);
    border-radius: 100rem;
  }
}