@charset "UTF-8";
/*foundation---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="text"] {
  outline: none; }

input[type="number"] {
  outline: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

@font-face {
  font-family: "Avenir Light";
  src: url("./assets/font/avenir-light.ttf") format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

@font-face {
  font-family: "Avenir Heavy";
  src: url("./assets/font/avenir-heavy.ttf") format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

@font-face {
  font-family: "Yu Gothic Std-D";
  src: url("./assets/font/YuGothicStd-D.ttf") format("truetype");
  font-weight: normal !important;
  font-style: normal !important; }

@font-face {
  font-family: "Yu Gothic Std-B";
  src: url("./assets/font/YuGothicStd-B.ttf") format("truetype");
  font-weight: bold !important;
  font-style: normal !important; }

@font-face {
  font-family: "Yu Mincho Demibold";
  src: url("./assets/font/YuGothicStd-B.ttf") format("truetype");
  font-weight: bold !important;
  font-style: normal !important; }

@font-face {
  font-family: "Hiramin Pro";
  src: url("./assets/font/hiraminpro-w3.otf") format("truetype");
  font-weight: bold !important;
  font-style: normal !important; }

*,
*:before,
*:after {
  box-sizing: border-box; }

a,
a:visited,
button {
  display: inline-block;
  text-decoration: none; }

html {
  background: #fff; }
  html.scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示*/
    width: 100%;
    height: 100%; }

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
  color: #2F2F2F;
  font-size: 0.1rem; }
  body.is-modal-open {
    overflow-y: hidden; }

:root {
  min-height: 0vw; }

@media screen and (min-width: 1241px) {
  html {
    font-size: calc(100px * .75); } }

@media screen and (min-width: 651px) and (max-width: 1240px) {
  html {
    font-size: calc(100vw / 18); } }

@media screen and (max-width: 650px) {
  html {
    font-size: calc(100vw / 3.75); } }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 651px) {
  .is-pc {
    display: block; } }

@media screen and (max-width: 650px) {
  .is-pc {
    display: none; } }

@media screen and (min-width: 651px) {
  .is-sp {
    display: none; } }

@media screen and (max-width: 650px) {
  .is-sp {
    display: block; } }

@media screen and (min-width: 651px) {
  .is-pc-import {
    display: flex !important; } }

@media screen and (max-width: 650px) {
  .is-pc-import {
    display: none !important; } }

@media screen and (min-width: 651px) {
  .is-sp-import {
    display: none !important; } }

@media screen and (max-width: 650px) {
  .is-sp-import {
    display: flex !important; } }

/*-------------------------------------------*/
/*utility------------------------------------*/
/*-------------------------------------------*/
/*layout-------------------------------------*/
.l-wrap__contents {
  background: #F5F5F5; }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }
  .l-header__contents {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.4rem; }
    @media screen and (max-width: 650px) {
      .l-header__contents {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.1rem 0.1rem; } }
  .l-header__logo {
    width: 2rem; }
    @media screen and (max-width: 650px) {
      .l-header__logo {
        width: 1rem; } }
  .l-header__tel {
    font-weight: 600;
    font-size: .47rem; }
    @media screen and (max-width: 650px) {
      .l-header__tel {
        font-weight: 600;
        font-size: .18rem;
        text-align: right; } }
  .l-header__telLabel {
    display: block;
    font-size: .17rem;
    text-align: center;
    background: #2F2F2F;
    color: #fff;
    padding: 0.1rem 0.2rem; }
    @media screen and (max-width: 650px) {
      .l-header__telLabel {
        display: block;
        font-size: .1rem;
        text-align: center;
        background: #2F2F2F;
        color: #fff;
        padding: 0.05rem 0.1rem; } }

.l-footer {
  background: #717171;
  padding: 0.9rem 1rem 0.3rem; }
  @media screen and (max-width: 650px) {
    .l-footer {
      background: #717171;
      padding: 0.2rem; } }
  .l-footer__logo {
    width: 2.2rem; }
    @media screen and (max-width: 650px) {
      .l-footer__logo {
        width: 1.2rem; } }
  .l-footer__text {
    line-height: 2;
    color: #fff;
    letter-spacing: .01rem;
    margin: 0.5rem 0 0 0;
    font-size: .18rem; }
    @media screen and (max-width: 650px) {
      .l-footer__text {
        line-height: 1.6;
        color: #fff;
        letter-spacing: .01rem;
        margin: 0.2rem 0 0 0;
        font-size: .11rem; } }
  .l-footer__copyright {
    margin: 1.8rem 0 0 0;
    color: #fff;
    text-align: center;
    letter-spacing: .01rem;
    font-size: .22rem; }
    @media screen and (max-width: 650px) {
      .l-footer__copyright {
        margin: 0.5rem 0 0 0;
        color: #fff;
        text-align: center;
        letter-spacing: .01rem;
        font-size: .1rem; } }

.l-main__topLink {
  width: 1.1rem;
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  cursor: pointer; }
  @media screen and (max-width: 650px) {
    .l-main__topLink {
      width: 0.5rem;
      position: fixed;
      bottom: 0.2rem;
      right: 0.2rem; } }

/*-------------------------------------------*/
/*component----------------------------------*/
.c-breadcrumbs {
  padding: 0 1rem 0 1.25rem;
  margin: 0 0 1rem 0; }
  @media screen and (max-width: 650px) {
    .c-breadcrumbs {
      padding: 0 0 0 0.25rem;
      margin: 0 0 0.3rem 0; } }
  .c-breadcrumbs__list {
    display: flex;
    align-items: center; }
    .c-breadcrumbs__list li:last-of-type::after {
      display: none !important; }
  .c-breadcrumbs__item {
    margin: 0 0.25rem 0 0;
    display: flex; }
    @media screen and (max-width: 650px) {
      .c-breadcrumbs__item {
        margin: 0 0.15rem 0 0;
        display: flex; } }
    .c-breadcrumbs__item::after {
      content: '＞';
      font-size: .2rem;
      margin: 0 0 0 0.25rem; }
      @media screen and (max-width: 650px) {
        .c-breadcrumbs__item::after {
          content: '＞';
          font-size: .12rem;
          margin: 0 0 0 0.15rem; } }
  .c-breadcrumbs__link {
    color: #000;
    font-size: .18rem; }
    @media screen and (max-width: 650px) {
      .c-breadcrumbs__link {
        color: #000;
        font-size: .12rem; } }

/*-------------------------------------------*/
/*project------------------------------------*/
.p-hero__contents {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background: url(/assets/images/hero.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0; }
  .p-hero__contents::after {
    content: '';
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1; }

.p-hero__text {
  color: #fff;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  padding: 0 9.8rem 0 0;
  line-height: 1.5;
  font-size: .27rem;
  letter-spacing: .04rem; }
  @media screen and (max-width: 650px) {
    .p-hero__text {
      color: #fff;
      font-weight: 500;
      width: fit-content;
      margin: 0 auto;
      padding: 0;
      line-height: 1.5;
      font-size: .14rem;
      letter-spacing: .04rem; } }
  .p-hero__text--large {
    font-size: .5rem;
    display: block;
    margin: 0.18rem 0 0 0;
    font-weight: 400; }
    @media screen and (max-width: 650px) {
      .p-hero__text--large {
        font-size: .22rem;
        display: block;
        margin: 0.05rem 0 0 0;
        font-weight: 400; } }

.p-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.p-hero__scrollText {
  color: #fff;
  font-size: .24rem;
  letter-spacing: .04rem; }
  @media screen and (max-width: 650px) {
    .p-hero__scrollText {
      color: #fff;
      font-size: .12rem;
      letter-spacing: .04rem; } }

.p-hero__dot {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  display: block;
  border-radius: 50%;
  margin: 0.1rem auto 0; }
  @media screen and (max-width: 650px) {
    .p-hero__dot {
      width: 0.05rem;
      height: 0.05rem;
      background: #fff;
      display: block;
      border-radius: 50%;
      margin: 0.1rem auto 0; } }

.p-hero__line {
  display: block;
  background: #fff;
  width: 0.015rem;
  height: 0.6rem;
  margin: 0 auto; }
  @media screen and (max-width: 650px) {
    .p-hero__line {
      display: block;
      background: #fff;
      width: 0.01rem;
      height: 0.3rem;
      margin: 0 auto; } }

.p-brand {
  padding: 1.25rem 0 0.7rem; }
  @media screen and (max-width: 650px) {
    .p-brand {
      padding: 0.4rem 0; } }
  .p-brand__contents {
    text-align: center; }
  .p-brand__title {
    font-size: .34rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .067rem; }
    @media screen and (max-width: 650px) {
      .p-brand__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
  .p-brand__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.3rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-brand__list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.4rem 0 0 0; } }
  .p-brand__item {
    margin: 0 0.1rem;
    height: 1.8rem;
    background: #fff;
    width: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.1rem; }
    @media screen and (max-width: 650px) {
      .p-brand__item {
        margin: 0 0.1rem;
        height: 1rem;
        background: #fff;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 0.08rem; } }
  .p-brand__frame {
    background: #fff;
    padding: 0.8rem;
    border-radius: 0.1rem; }
    @media screen and (max-width: 650px) {
      .p-brand__frame {
        background: #fff;
        padding: 0;
        border-radius: 0.1rem; } }
  .p-brand__image {
    width: 3rem; }
    @media screen and (max-width: 650px) {
      .p-brand__image {
        width: 2rem; } }

.p-slider {
  padding: 0 0 2rem 0; }
  @media screen and (max-width: 650px) {
    .p-slider {
      padding: 0 0 0.5rem 0; } }
  .p-slider__image {
    width: 3.9rem;
    flex-shrink: 0;
    margin: 0 1.1rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-slider__image {
        width: 2rem;
        flex-shrink: 0;
        margin: 0 auto; } }
  .p-slider__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 0.2rem; }
    @media screen and (max-width: 650px) {
      .p-slider__inner {
        display: block;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0; } }
  .p-slider__logo {
    width: 2.4rem; }
    @media screen and (max-width: 650px) {
      .p-slider__logo {
        width: 2rem;
        margin: 0.25rem auto 0; } }
  .p-slider__title {
    margin: 0.3rem 0 0 0;
    font-size: .42rem;
    font-weight: 500; }
    @media screen and (max-width: 650px) {
      .p-slider__title {
        margin: 0.25rem 0 0 0;
        font-size: .2rem;
        font-weight: 500;
        letter-spacing: .01rem;
        text-align: center; } }
  .p-slider__spec {
    font-size: .19rem;
    margin: 0.18rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-slider__spec {
        font-size: .12rem;
        margin: 0.1rem 0 0 0;
        text-align: center; } }
  .p-slider__text {
    width: 6rem;
    margin: 0.3rem 0 0 0;
    font-size: .21rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: .01rem; }
    @media screen and (max-width: 650px) {
      .p-slider__text {
        width: auto;
        margin: 0.15rem 0 0 0;
        font-size: .13rem;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: .01rem;
        padding: 0 0.15rem; } }
  .p-slider__stars {
    display: flex;
    align-items: center; }
  .p-slider__star {
    width: 0.3rem;
    display: block;
    margin: 0 0.035rem; }
    @media screen and (max-width: 650px) {
      .p-slider__star {
        width: 0.2rem;
        display: block;
        margin: 0 0.02rem; } }
  .p-slider__scoreList {
    margin: 0.7rem 0 0 0;
    width: 8rem;
    background: #F2F2F2;
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.4rem; }
    @media screen and (max-width: 650px) {
      .p-slider__scoreList {
        margin: 0.2rem auto 0;
        width: 90%;
        background: #F2F2F2;
        border-radius: 0.08rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0.2rem;
        flex-direction: column; } }
    .p-slider__scoreList .p-slider__scoreItem:nth-of-type(n + 5) {
      margin-bottom: 0; }
      @media screen and (max-width: 650px) {
        .p-slider__scoreList .p-slider__scoreItem:nth-of-type(n + 5) {
          margin: 0 0 0.1rem 0; } }
    @media screen and (max-width: 650px) {
      .p-slider__scoreList .p-slider__scoreItem:last-of-type {
        margin-bottom: 0; } }
  .p-slider__scoreItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 46%;
    margin: 0 0 0.17rem 0; }
    @media screen and (max-width: 650px) {
      .p-slider__scoreItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 2.2rem;
        margin: 0 0 0.1rem 0; } }
  .p-slider__label {
    font-size: .2rem;
    color: #5B888E; }
    @media screen and (max-width: 650px) {
      .p-slider__label {
        font-size: .12rem;
        color: #5B888E; } }
  .p-slider__featureList {
    margin: 0.45rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-slider__featureList {
        margin: 0.3rem 0 0 0;
        padding: 0 0.2rem; } }
    .p-slider__featureList li:last-of-type {
      border-bottom: none; }
  .p-slider__featureItem {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5rem 0;
    border-bottom: solid 0.5px #707070; }
    @media screen and (max-width: 650px) {
      .p-slider__featureItem {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0.35rem 0;
        border-bottom: solid 0.5px #707070; } }
  .p-slider__featureInner {
    display: flex;
    align-items: center; }
  .p-slider__numCircle {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #5B888E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0.2rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-slider__numCircle {
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 50%;
        background: #5B888E;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 0.1rem 0 0;
        flex-shrink: 0; } }
  .p-slider__circleLabel {
    color: #fff;
    font-size: .18rem;
    text-align: center; }
    @media screen and (max-width: 650px) {
      .p-slider__circleLabel {
        color: #fff;
        font-size: .12rem;
        text-align: center; } }
  .p-slider__num {
    font-size: .25rem;
    margin: 0.04rem 0 0 0;
    display: inline-block;
    font-weight: 600; }
    @media screen and (max-width: 650px) {
      .p-slider__num {
        font-size: .13rem;
        margin: 0.03rem 0 0 0;
        display: inline-block;
        font-weight: 600; } }
  .p-slider__featureLabel {
    color: #5B888E;
    font-size: .23rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .03rem; }
    @media screen and (max-width: 650px) {
      .p-slider__featureLabel {
        color: #5B888E;
        font-size: .14rem;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .01rem; } }
  .p-slider__featureText {
    line-height: 1.8;
    font-size: .21rem;
    margin: 0.3rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-slider__featureText {
        line-height: 1.7;
        font-size: .125rem;
        margin: 0.15rem 0 0 0; } }
  .p-slider__featureImage {
    width: 3.7rem;
    flex-shrink: 0;
    margin: 0 0 0 0.5rem; }
    @media screen and (max-width: 650px) {
      .p-slider__featureImage {
        width: auto;
        flex-shrink: 0;
        margin: 0.3rem auto 0; } }
  .p-slider__contactArea {
    background: #5B888E;
    padding: 0.58rem 0;
    width: 12.2rem;
    margin: 1.1rem auto 0;
    border-radius: 0.5rem; }
    @media screen and (max-width: 650px) {
      .p-slider__contactArea {
        background: #5B888E;
        padding: 0.2rem 0;
        width: 90%;
        margin: 0.4rem auto 0;
        border-radius: 0.08rem; } }
  .p-slider__contactLabel {
    font-size: .33rem;
    color: #fff;
    text-align: center;
    letter-spacing: .05rem; }
    @media screen and (max-width: 650px) {
      .p-slider__contactLabel {
        font-size: .16rem;
        color: #fff;
        text-align: center;
        letter-spacing: .01rem;
        line-height: 1.25; } }
  .p-slider__contactButton {
    color: #5B888E;
    display: block;
    margin: 0.45rem auto 0;
    background: #fff;
    border-radius: 1rem;
    padding: 0.3rem 0;
    font-size: .22rem;
    width: 4.9rem;
    font-weight: 600;
    letter-spacing: .04rem; }
    @media screen and (max-width: 650px) {
      .p-slider__contactButton {
        color: #5B888E;
        display: block;
        margin: 0.18rem auto 0;
        background: #fff;
        border-radius: 1rem;
        padding: 0.125rem 0;
        font-size: .15rem;
        width: 84%;
        font-weight: 600;
        letter-spacing: .03rem; } }
  .p-slider__list {
    background: #fff;
    width: 15rem;
    margin: 0 auto;
    border-radius: 0.5rem;
    padding: 1.45rem 1.5rem; }
    @media screen and (max-width: 650px) {
      .p-slider__list {
        background: #fff;
        width: 90%;
        margin: 0 auto;
        border-radius: 0.08rem;
        padding: 0.3rem 0; } }

.p-life {
  background: #fff;
  padding: 0.95rem 0 1.2rem; }
  @media screen and (max-width: 650px) {
    .p-life {
      background: #fff;
      padding: 0.5rem 0 0.2rem; } }
  .p-life__title {
    text-align: center;
    font-size: .32rem;
    font-weight: 500;
    letter-spacing: .09rem;
    position: relative; }
    @media screen and (max-width: 650px) {
      .p-life__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
    .p-life__title::after {
      content: '';
      position: absolute;
      bottom: -0.5rem;
      left: 50%;
      transform: translate(-50%, 0);
      width: 1rem;
      height: 0.5px;
      background: #2F2F2F; }
      @media screen and (max-width: 650px) {
        .p-life__title::after {
          content: '';
          position: absolute;
          bottom: -0.2rem;
          left: 50%;
          transform: translate(-50%, 0);
          width: 0.6rem;
          height: 0.5px;
          background: #2F2F2F; } }
  .p-life__text {
    font-size: .205rem;
    margin: 0.8rem auto 0;
    line-height: 2;
    width: 10rem;
    font-weight: 500; }
    @media screen and (max-width: 650px) {
      .p-life__text {
        font-size: .13rem;
        margin: 0.35rem auto 0;
        line-height: 1.8;
        width: auto;
        font-weight: 500;
        padding: 0 0.2rem;
        letter-spacing: .01rem; } }
  .p-life__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0.8rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-life__list {
        display: block;
        justify-content: center;
        align-items: stretch;
        margin: 0.2rem 0 0 0; } }
    .p-life__list li:last-of-type .p-life__image::after {
      display: none !important; }
  .p-life__item {
    width: 3rem;
    margin: 0 0.6rem 0;
    height: 3.5rem;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 650px) {
      .p-life__item {
        width: 90%;
        margin: 0 auto 0.8rem;
        height: auto;
        display: block;
        flex-direction: column; } }
  .p-life__image {
    position: relative; }
    .p-life__image::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -0.8rem;
      transform: translate(0, -50%);
      background: url(/assets/images/flow_arrow.png);
      background-size: cover;
      width: 0.5rem;
      height: 0.6rem; }
      @media screen and (max-width: 650px) {
        .p-life__image::after {
          content: '';
          position: absolute;
          top: 128%;
          right: 50%;
          transform: translate(50%, 0) rotate(90deg);
          background: url(/assets/images/flow_arrow.png);
          background-size: cover;
          width: 0.3rem;
          height: 0.4rem; } }
    @media screen and (max-width: 650px) {
      .p-life__image {
        width: 2rem;
        margin: 0 auto; } }
  .p-life__label {
    text-align: center;
    font-size: .28rem;
    font-weight: 500;
    margin-top: auto;
    letter-spacing: .07rem; }
    @media screen and (max-width: 650px) {
      .p-life__label {
        text-align: center;
        font-size: .16rem;
        font-weight: 500;
        margin-top: 0.15rem;
        letter-spacing: .05rem; } }

.p-point {
  padding: 1.3rem 0 0.7rem 0; }
  @media screen and (max-width: 650px) {
    .p-point {
      padding: 0.5rem 0 0.5rem 0; } }
  .p-point__title {
    font-size: .34rem;
    font-weight: 500;
    letter-spacing: .04rem;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 650px) {
      .p-point__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: .05rem; } }
    .p-point__title::after {
      content: '';
      position: absolute;
      bottom: -0.5rem;
      left: 50%;
      transform: translate(-50%, 0);
      width: 1rem;
      height: 0.5px;
      background: #2F2F2F; }
      @media screen and (max-width: 650px) {
        .p-point__title::after {
          content: '';
          position: absolute;
          bottom: -0.2rem;
          left: 50%;
          transform: translate(-50%, 0);
          width: 0.6rem;
          height: 0.5px;
          background: #2F2F2F; } }
    .p-point__title--num {
      color: #788E5B;
      font-size: .75rem; }
      @media screen and (max-width: 650px) {
        .p-point__title--num {
          color: #788E5B;
          font-size: .4rem; } }
    .p-point__title--color {
      color: #788E5B;
      font-size: .5rem; }
      @media screen and (max-width: 650px) {
        .p-point__title--color {
          color: #788E5B;
          font-size: .3rem; } }
  .p-point__list {
    width: 13rem;
    margin: 1rem auto 0; }
    @media screen and (max-width: 650px) {
      .p-point__list {
        width: auto;
        margin: 0 auto;
        padding: 0 0.4rem; } }
    .p-point__list li:nth-of-type(2) {
      display: block; }
      .p-point__list li:nth-of-type(2) .p-point__image {
        flex-shrink: 0;
        width: 5rem; }
        @media screen and (max-width: 650px) {
          .p-point__list li:nth-of-type(2) .p-point__image {
            flex-shrink: 0;
            width: 47%; } }
    .p-point__list li:last-of-type {
      margin: 0;
      border-bottom: none; }
  .p-point__item {
    display: flex;
    border-bottom: solid 0.5px #707070;
    padding: 0.8rem 0; }
    @media screen and (max-width: 650px) {
      .p-point__item {
        display: block;
        border-bottom: solid 0.5px #707070;
        padding: 0.5rem 0; } }
  .p-point__label {
    font-size: .34rem;
    font-weight: 500;
    letter-spacing: .05rem; }
    @media screen and (max-width: 650px) {
      .p-point__label {
        font-size: .19rem;
        font-weight: 500;
        letter-spacing: .03rem; } }
  .p-point__num {
    color: #5B888E;
    font-size: .6rem;
    font-weight: 600;
    margin: 0 -0.1rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-point__num {
        color: #5B888E;
        font-size: .26rem;
        font-weight: 600;
        margin: 0; } }
  .p-point__text {
    line-height: 2;
    font-size: .22rem;
    margin: 0.25rem 1.7rem 0 0;
    font-weight: 500; }
    @media screen and (max-width: 650px) {
      .p-point__text {
        line-height: 1.7;
        font-size: .13rem;
        margin: 0.1rem 0 0 0;
        font-weight: 500;
        letter-spacing: .01rem; } }
  .p-point__image {
    flex-shrink: 0;
    width: 4.5rem;
    margin: 0; }
    @media screen and (max-width: 650px) {
      .p-point__image {
        flex-shrink: 0;
        width: 70%;
        margin: 0.3rem auto 0; } }
  .p-point__imageList {
    display: flex;
    justify-content: space-around;
    margin: 1.1rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-point__imageList {
        display: flex;
        justify-content: space-around;
        margin: 0; } }

.p-merit__contents {
  background: #5B888E;
  padding: 0.7rem 0; }
  @media screen and (max-width: 650px) {
    .p-merit__contents {
      background: #5B888E;
      padding: 0.4rem 0; } }

.p-merit__text {
  color: #fff;
  line-height: 1.6;
  font-size: .33rem;
  letter-spacing: .05rem;
  text-align: center; }
  @media screen and (max-width: 650px) {
    .p-merit__text {
      font-size: .16rem;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: .05rem; } }

.p-merit__buttonArea {
  background: #fff;
  width: 12.5rem;
  margin: 0.6rem auto 0;
  border-radius: 0.5rem;
  padding: 0.6rem; }
  @media screen and (max-width: 650px) {
    .p-merit__buttonArea {
      background: #fff;
      width: 90%;
      margin: 0.3rem auto 0;
      border-radius: 0.08rem;
      padding: 0.2rem;
      line-height: 1.5; } }

.p-merit__guidance {
  font-size: .3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .09rem; }
  @media screen and (max-width: 650px) {
    .p-merit__guidance {
      font-size: .16rem;
      text-align: center;
      letter-spacing: .01rem;
      line-height: 1.25; } }

.p-merit__button {
  color: #fff;
  background: #5B888E;
  margin: 0.5rem auto 0;
  display: block;
  padding: 0.32rem 0.6rem;
  border-radius: 1rem;
  letter-spacing: .05rem;
  width: 5rem; }
  @media screen and (max-width: 650px) {
    .p-merit__button {
      display: block;
      margin: 0.18rem auto 0;
      border-radius: 1rem;
      padding: 0.125rem 0;
      font-size: .13rem;
      width: 84%;
      font-weight: 600;
      letter-spacing: .03rem;
      color: #fff;
      background: #5B888E; } }

.p-graph {
  padding: 1rem 0;
  background: #fff; }
  @media screen and (max-width: 650px) {
    .p-graph {
      padding: 0.5rem 0;
      background: #fff; } }
  .p-graph__badge {
    color: #ffff;
    background: #5B888E;
    width: 4.45rem;
    text-align: center;
    padding: 0.1rem;
    border-radius: 0.12rem;
    margin: 0 auto; }
    @media screen and (max-width: 650px) {
      .p-graph__badge {
        color: #ffff;
        background: #5B888E;
        width: 90%;
        text-align: center;
        padding: 0.12rem;
        border-radius: 0.08rem;
        margin: 0 auto; } }
  .p-graph__title {
    text-align: center;
    line-height: 1.5;
    margin: 0.2rem 0 0 0;
    font-size: .34rem;
    letter-spacing: .07rem;
    font-weight: 400; }
    @media screen and (max-width: 650px) {
      .p-graph__title {
        text-align: center;
        line-height: 1.5;
        margin: 0.2rem 0 0 0;
        font-size: .15rem;
        letter-spacing: .03rem;
        font-weight: 400; } }
  .p-graph__detail {
    display: flex;
    width: 12.9rem;
    margin: 1rem auto 0; }
    @media screen and (max-width: 650px) {
      .p-graph__detail {
        display: block;
        width: auto;
        margin: 0.2rem auto 0; } }
  .p-graph__detailImage {
    width: 6.4rem;
    flex-shrink: 0;
    margin: 0 0.5rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-graph__detailImage {
        width: 80%;
        flex-shrink: 0;
        margin: 0 auto; } }
  .p-graph__attention {
    width: fit-content;
    margin: 0.14rem auto;
    font-size: .16rem;
    transform: translate(-4.1rem, 0);
    line-height: 1.4; }
  .p-graph__detailTextArea {
    letter-spacing: .02rem; }
  .p-graph__detailLabel {
    font-size: .28rem;
    color: #5B888E;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05rem; }
    @media screen and (max-width: 650px) {
      .p-graph__detailLabel {
        font-size: .15rem;
        color: #5B888E;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .03rem;
        text-align: center;
        margin: 0.15rem 0 0 0; } }
  .p-graph__detailText {
    line-height: 1.9;
    font-size: .2rem;
    margin: 0.1rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-graph__detailText {
        line-height: 1.7;
        font-size: .13rem;
        width: 90%;
        margin: 0.15rem auto 0;
        font-weight: 500; } }
  .p-graph__card {
    border: solid 1.5px #5B888E;
    width: 10.5rem;
    margin: 0.8rem auto 0;
    padding: 0.3rem 0;
    text-align: center;
    border-radius: 0.3rem; }
    @media screen and (max-width: 650px) {
      .p-graph__card {
        border: solid 1.5px #5B888E;
        width: 90%;
        margin: 0 auto 0;
        padding: 0.1rem 0;
        text-align: center;
        border-radius: 0.15rem; } }
  .p-graph__cardText {
    color: #5B888E;
    font-size: .34rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .06rem; }
    @media screen and (max-width: 650px) {
      .p-graph__cardText {
        color: #5B888E;
        font-size: .13rem;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .01rem; } }
  .p-graph__howtoList {
    margin: 0.9rem auto 0;
    width: 15rem; }
    @media screen and (max-width: 650px) {
      .p-graph__howtoList {
        margin: 0.3rem auto 0;
        width: 90%; } }
  .p-graph__howtoItem {
    margin: 0 0 0.8rem 0; }
    @media screen and (max-width: 650px) {
      .p-graph__howtoItem {
        margin: 0 0 0.3rem 0; } }
  .p-graph__headText {
    background: #5B888E;
    color: #fff;
    padding: 0.23rem 0.6rem;
    font-size: .3rem;
    letter-spacing: .05rem;
    border-radius: 0.1rem 0.1rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-graph__headText {
        background: #5B888E;
        color: #fff;
        padding: 0.1rem;
        font-size: .16rem;
        letter-spacing: 0.01rem;
        border-radius: 0.08rem 0.08rem 0 0;
        line-height: 1.5; } }
  .p-graph__howtoInner {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    align-items: center;
    padding: 0rem 0.6rem 0.5rem;
    border-radius: 0 0 0.1rem 0.1rem; }
    @media screen and (max-width: 650px) {
      .p-graph__howtoInner {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        display: block;
        align-items: center;
        padding: 0.2rem 0.15rem;
        border-radius: 0 0 0.08rem 0.08rem; } }
  .p-graph__howtoText {
    line-height: 1.8;
    font-size: .22rem;
    letter-spacing: .01rem; }
    @media screen and (max-width: 650px) {
      .p-graph__howtoText {
        line-height: 1.6;
        font-size: .125rem;
        letter-spacing: .01rem;
        font-weight: 500; } }
  .p-graph__howtoImage {
    width: 7.6rem;
    flex-shrink: 0;
    margin: 0 0 0 1.1rem; }
    @media screen and (max-width: 650px) {
      .p-graph__howtoImage {
        width: auto;
        flex-shrink: 0;
        margin: 0 auto; } }

.p-choice {
  padding: 1rem 0;
  background: #fff; }
  @media screen and (max-width: 650px) {
    .p-choice {
      padding: 0 0 0.5rem 0;
      background: #fff; } }
  .p-choice__title {
    background: #5B888E;
    color: #fff;
    font-size: .45rem;
    letter-spacing: .07rem;
    text-align: center;
    padding: 0.28rem 0;
    width: 11.5rem;
    border-radius: 0.3rem;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 650px) {
      .p-choice__title {
        background: #5B888E;
        color: #fff;
        font-size: .14rem;
        letter-spacing: .03rem;
        text-align: center;
        padding: 0.1rem 0;
        width: 80%;
        border-radius: 0.3rem;
        margin: 0 auto;
        position: relative;
        z-index: 1; } }
  .p-choice__list {
    background: #F4F7F7;
    width: 15rem;
    margin: -0.5rem auto 0;
    border-radius: 0.4rem;
    padding: 1rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-choice__list {
        background: #F4F7F7;
        width: 90%;
        margin: -0.2rem auto 0;
        border-radius: 0.1rem;
        padding: 0 0.2rem; } }
    .p-choice__list li:last-of-type .p-choice__numArea {
      border-bottom: none; }
  .p-choice__numArea {
    width: 12rem;
    padding: 0.8rem 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-bottom: solid 0.5px #707070; }
    @media screen and (max-width: 650px) {
      .p-choice__numArea {
        width: auto;
        padding: 0.4rem 0;
        display: block;
        justify-content: center;
        margin: 0 auto;
        border-bottom: solid 0.5px #707070; } }
  .p-choice__numText {
    color: #5B888E;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.26rem;
    font-weight: 600;
    border: solid 1.5px #5B888E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    background: #fff;
    flex-shrink: 0;
    margin: 0 0.4rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-choice__numText {
        color: #5B888E;
        width: 0.55rem;
        height: 0.55rem;
        font-size: 0.12rem;
        font-weight: 600;
        border: solid 1.5px #5B888E;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1.2;
        background: #fff;
        flex-shrink: 0;
        margin: 0 0.1rem 0 0; } }
  .p-choice__num {
    font-size: .4rem;
    display: block; }
    @media screen and (max-width: 650px) {
      .p-choice__num {
        font-size: .15rem;
        display: block; } }
  @media screen and (max-width: 650px) {
    .p-choice__detailArea {
      margin: 0.1rem 0 0 0; } }
  .p-choice__label {
    color: #5B888E;
    line-height: 1.5;
    font-size: .28rem;
    letter-spacing: .05rem;
    font-weight: 500; }
    @media screen and (max-width: 650px) {
      .p-choice__label {
        color: #5B888E;
        line-height: 1.5;
        font-size: .16rem;
        letter-spacing: .03rem;
        font-weight: 500; } }
  .p-choice__text {
    line-height: 2;
    font-size: .2rem;
    margin: 0.1rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-choice__text {
        line-height: 1.6;
        font-size: .125rem;
        margin: 0.1rem 0 0 0;
        font-weight: 500;
        letter-spacing: .01rem; } }
  .p-choice__image {
    width: 2.5rem;
    flex-shrink: 0;
    margin: 0 0 0 0.6rem; }
    @media screen and (max-width: 650px) {
      .p-choice__image {
        width: 65%;
        flex-shrink: 0;
        margin: 0.3rem auto 0; } }

.p-guarantee {
  background: #5B888E;
  padding: 0.8rem 0; }
  @media screen and (max-width: 650px) {
    .p-guarantee {
      background: #5B888E;
      padding: 0.5rem 0; } }
  .p-guarantee__title {
    color: #fff;
    text-align: center;
    font-size: .3rem;
    font-weight: 500;
    letter-spacing: .05rem; }
    @media screen and (max-width: 650px) {
      .p-guarantee__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
  .p-guarantee__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-guarantee__inner {
        display: block;
        align-items: center;
        justify-content: center;
        margin: 0.4rem 0 0 0; } }
  .p-guarantee__image {
    width: 3rem;
    margin: 0 0.55rem 0 0; }
    @media screen and (max-width: 650px) {
      .p-guarantee__image {
        width: 40%;
        margin: 0 auto 0; } }
  @media screen and (max-width: 650px) {
    .p-guarantee__textArea {
      padding: 0 0.5rem; } }
  .p-guarantee__textInner {
    display: flex;
    align-items: center;
    margin: 0.5rem 0; }
    @media screen and (max-width: 650px) {
      .p-guarantee__textInner {
        display: block;
        align-items: center;
        margin: 0.4rem 0 0 0; } }
  .p-guarantee__label {
    background: #fff;
    color: #5B888E;
    padding: 0.1rem 0;
    font-size: .26rem;
    font-weight: 500;
    letter-spacing: .02rem;
    margin: 0 0.9rem 0 0;
    width: 2rem;
    text-align: center;
    position: relative; }
    .p-guarantee__label::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.24rem 0 0.24rem 0.2rem;
      border-color: transparent transparent transparent #fff;
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(98%, -50%); }
      @media screen and (max-width: 650px) {
        .p-guarantee__label::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.12rem 0.15rem 0 0.15rem;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          bottom: 0;
          left: 50%;
          top: auto;
          right: auto;
          transform: translate(-50%, 100%); } }
    @media screen and (max-width: 650px) {
      .p-guarantee__label {
        background: #fff;
        color: #5B888E;
        padding: 0.08rem 0;
        font-size: .15rem;
        font-weight: 500;
        letter-spacing: .01rem;
        margin: 0 auto;
        width: 1.5rem;
        text-align: center; } }
  .p-guarantee__text {
    color: #fff;
    font-size: .5rem; }
    @media screen and (max-width: 650px) {
      .p-guarantee__text {
        color: #fff;
        font-size: .2rem;
        margin: 0.15rem 0 0 0;
        text-align: center; } }
    .p-guarantee__text--large {
      font-size: .7rem;
      font-weight: 500; }
      @media screen and (max-width: 650px) {
        .p-guarantee__text--large {
          font-size: .45rem;
          font-weight: 500; } }
    .p-guarantee__text--small {
      color: #fff;
      line-height: 1.6;
      font-size: .29rem; }
      @media screen and (max-width: 650px) {
        .p-guarantee__text--small {
          color: #fff;
          line-height: 1.6;
          font-size: .15rem;
          text-align: center;
          margin: 0.15rem 0 0 0; } }

.p-flow {
  padding: 1.6rem 0;
  background: #fff; }
  @media screen and (max-width: 650px) {
    .p-flow {
      padding: 0.5rem 0;
      background: #fff; } }
  .p-flow__title {
    font-size: .34rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .03rem; }
    @media screen and (max-width: 650px) {
      .p-flow__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
  .p-flow__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 1.7rem 0 0 0; }
    @media screen and (max-width: 650px) {
      .p-flow__list {
        display: block;
        justify-content: center;
        align-items: flex-start;
        margin: 0.4rem 0 0 0; } }
    .p-flow__list li:last-of-type .p-flow__icon::after {
      display: none !important; }
  .p-flow__item {
    width: 3rem;
    margin: 0 0.01rem; }
    @media screen and (max-width: 650px) {
      .p-flow__item {
        width: 80%;
        margin: 0 auto 0.7rem; } }
  .p-flow__label {
    color: #5B888E;
    font-size: .3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .01rem;
    margin: 0 0 0.3rem 0; }
    @media screen and (max-width: 650px) {
      .p-flow__label {
        color: #5B888E;
        font-size: .22rem;
        font-weight: 600;
        text-align: center;
        letter-spacing: .01rem;
        margin: 0 0 0.15rem 0; } }
  .p-flow__icon {
    width: 65%;
    margin: 0 auto;
    position: relative; }
    .p-flow__icon::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -0.6rem;
      transform: translate(0, -50%);
      background: url(/assets/images/step_arrow.png);
      background-size: cover;
      width: 0.2rem;
      height: 0.5rem; }
      @media screen and (max-width: 650px) {
        .p-flow__icon::after {
          content: '';
          position: absolute;
          top: 1.85rem;
          right: 50%;
          transform: translate(50%, 0) rotate(90deg);
          background: url(/assets/images/step_arrow.png);
          background-size: cover;
          width: 0.15rem;
          height: 0.3rem; } }
    @media screen and (max-width: 650px) {
      .p-flow__icon {
        width: 35%;
        margin: 0 auto; } }
  .p-flow__text {
    line-height: 1.5;
    margin: 0.5rem auto 0;
    font-size: .19rem;
    width: 88%;
    text-align: center; }
    @media screen and (max-width: 650px) {
      .p-flow__text {
        line-height: 1.5;
        margin: 0.15rem auto 0;
        font-size: .13rem;
        width: 88%;
        text-align: left;
        letter-spacing: .01rem;
        font-weight: 500; } }

.p-form {
  padding: 1.45rem 0 1.2rem; }
  @media screen and (max-width: 650px) {
    .p-form {
      padding: 0.5rem 0.4rem; } }
  .p-form__title {
    font-size: .42rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .05rem; }
    @media screen and (max-width: 650px) {
      .p-form__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
  .p-form__inner {
    width: 15rem;
    margin: 1rem auto 0; }
    @media screen and (max-width: 650px) {
      .p-form__inner {
        width: auto;
        margin: 0.4rem auto 0; } }
  .p-form__frame {
    margin: 0 0 0.4rem 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 650px) {
      .p-form__frame {
        margin: 0 0 0.25rem 0;
        display: block;
        justify-content: space-between; } }
  .p-form__label {
    font-size: .25rem; }
    @media screen and (max-width: 650px) {
      .p-form__label {
        font-size: .14rem;
        display: block;
        margin: 0.25rem 0 0 0; } }
  .p-form__input {
    display: block;
    margin: 0.2rem 0 0 0;
    border: none !important;
    padding: 0.3rem 0.2rem;
    width: 7.3rem;
    font-size: .3rem; }
    @media screen and (max-width: 650px) {
      .p-form__input {
        display: block;
        margin: 0.1rem 0 0 0;
        border: none !important;
        padding: 0.1rem 0.1rem;
        width: 100%;
        font-size: .16rem; } }
    .p-form__input--post {
      width: 4rem; }
      @media screen and (max-width: 650px) {
        .p-form__input--post {
          width: 100%; } }
    .p-form__input--address {
      width: 10.6rem; }
      @media screen and (max-width: 650px) {
        .p-form__input--address {
          width: 100%; } }
    .p-form__input--building {
      width: 15rem; }
      @media screen and (max-width: 650px) {
        .p-form__input--building {
          width: 100%; } }
  .p-form__button {
    background: #5B888E;
    color: #fff;
    padding: 0.3rem 0;
    width: 5.7rem;
    margin: 0.9rem auto 0;
    border-radius: 0.35rem;
    display: block;
    font-size: .3rem; }
    @media screen and (max-width: 650px) {
      .p-form__button {
        background: #5B888E;
        color: #fff;
        padding: 0.1rem 0;
        width: 70%;
        margin: 0.3rem auto 0;
        border-radius: 0.35rem;
        display: block;
        font-size: .15rem; } }
  .p-form__attention {
    text-align: center;
    margin: 0.3rem 0 0 0;
    font-size: .23rem; }
    @media screen and (max-width: 650px) {
      .p-form__attention {
        text-align: center;
        margin: 0.15rem 0 0 0;
        font-size: .12rem; } }
  .p-form__termsLink {
    margin: 0.3rem auto 0;
    width: fit-content;
    display: block;
    font-weight: 500;
    font-size: .22rem;
    color: #1a0dab; }
    @media screen and (max-width: 650px) {
      .p-form__termsLink {
        margin: 0.15rem auto 0;
        width: fit-content;
        display: block;
        font-weight: 500;
        font-size: .12rem;
        color: #1a0dab; } }
    .p-form__termsLink:hover {
      text-decoration: underline; }

.p-policy {
  padding: 2rem 0 1rem 0; }
  @media screen and (max-width: 650px) {
    .p-policy {
      padding: 1rem 0 0.5rem 0; } }
  @media screen and (max-width: 650px) {
    .p-policy {
      padding: 1rem 0 0 0; } }
  .p-policy__title {
    font-size: .34rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .067rem;
    text-align: center; }
    @media screen and (max-width: 650px) {
      .p-policy__title {
        font-size: .2rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05rem; } }
  .p-policy__text {
    width: 14rem;
    margin: 0.5rem auto 0;
    font-size: .2rem;
    line-height: 1.5; }
    @media screen and (max-width: 650px) {
      .p-policy__text {
        width: 90%;
        margin: 0.25rem auto 0;
        font-size: .13rem;
        line-height: 1.5; } }
  .p-policy__head {
    font-size: .25rem;
    font-weight: 500;
    margin: 0 0 0.02rem 0;
    display: inline-block; }
    @media screen and (max-width: 650px) {
      .p-policy__head {
        font-size: .17rem;
        font-weight: 500;
        margin: 0 0 0.015rem 0;
        display: inline-block; } }

/*-------------------------------------------*/
