*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #231816;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #231816;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

/*::placeholder {
  color: var.$baseColor02
}

:-ms-input-placeholder {
  color: var.$baseColor02
}*/
.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-spPc {
    display: block !important;
  }
}

.u-animation--fadeUp {
  opacity: 0;
}

.u-animation--is .uu-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.u-animation--is.u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-inner {
  width: min(100%, 1200px);
  padding: 0 clamp(14.25px, 1.5833333333vw, 28.5px);
  margin: 0 auto;
}

/*.c-button {
  position: relative;
  background-color: $colorWhite;
  cursor: pointer;

  & > * {
    position: relative;
    display: block;
    line-height: 1;
    width: 100%;
    transition-property: all;
  }
}

//---------------------------------------
// type
//---------------------------------------
.c-button__type {

  & > * {
    font-family: $fontCormorantInfant;
    font-size: fontSize(1.8, 2);
    font-weight: 400;
    padding: {
      top: margin(16, 32);
      right: margin(48, 96);
      bottom: margin(16, 32);
      left: margin(30, 60);
    }

    @include mqMin($tabMin) {
      padding: {
        top: margin(12.5, 25);
        right: margin(26, 52);
        bottom: margin(12.5, 25);
        left: margin(15, 30);
      }
    }

    &::after {
      content: '';
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-size: 100%;
      width: margin(8, 16);
      aspect-ratio: 12/22;
      top: 50%;
      right: margin(30, 60);
      margin-top: calc(margin(8, 16) / 12 * 22 / -2);

      @include mqMin($tabMin) {
        width: margin(6, 12);
        right: margin(15, 30);
        margin-top: calc(margin(6, 12) / 12 * 22 / -2);
      }
    }
  }
}

.c-button__type02 {

  & > * {
    font-size: fontSize(1.8, 2.4);
    font-weight: 400;
    padding: {
      top: margin(41, 82);
      right: margin(38, 76);
      bottom: margin(41, 82);
      left: margin(20, 40);
    }

    @include mqMin($tabMin) {
      padding: {
        top: margin(31.5, 63);
        right: margin(53, 106);
        bottom: margin(31.5, 63);
        left: margin(40, 80);
      }
    }

    &::after {
      content: '';
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-size: 100%;
      width: margin(8, 16);
      aspect-ratio: 12/22;
      top: 50%;
      right: margin(20, 40);
      margin-top: calc(margin(8, 16) / 12 * 22 / -2);

      @include mqMin($tabMin) {
        right: margin(40, 80);
      }
    }
  }
}

//---------------------------------------
// color
//---------------------------------------
.c-button__pink {

  & > * {
    background: linear-gradient(126deg, $colorPink 0%, $colorPink02 100%);
    color: $colorWhite;

    &::after {
      background-image: url(/asset/images/cmn/icon_arrow_w.svg);
    }
  }
}

.c-button__black {

  & > * {
    background-color: $colorBlack;
    color: $colorGray04;

    &::after {
      background-image: url(/asset/images/cmn/icon_arrow_g.svg);
    }
  }
}

//---------------------------------------
// icon
//---------------------------------------
.c-button__window {

  img {
    width: margin(14, 28);
    vertical-align: baseline;
    margin-left: margin(10, 20);

    @include mqMin($tabMin) {
      width: margin(7, 14);
      margin-left: margin(5, 10);
    }
  }
}*/
/*.form__text {
  font-size: 1.4rem;
  width: 100%;
  background-color: var.$colorWhite;
  border-width: 1px;
  border-color: var.$colorGray03;
  border-radius: 4px;
  padding: {
    top: 9.5px;
    right: 19px;
    bottom: 9.5px;
    left: 19px;
  }

  &:focus {
    border-width: 2px;
    border-color: var.$colorGray;
  }

  &.error {
    border-width: 2px;
    border-color: var.$colorRed;
  }
}

//---------------------------------------
// textarea
//---------------------------------------
.form__textarea {
  font-size: 1.4rem;
  width: 100%;
  background-color: var.$colorWhite;
  height: 300px;
  border-width: 1px;
  border-color: var.$colorGray03;
  border-radius: 4px;
  padding: {
    top: 9.5px;
    right: 19px;
    bottom: 9.5px;
    left: 19px;
  }
  resize: none;

  &:focus {
    border-width: 2px;
    border-color: var.$colorGray;
  }

  &.error {
    border-width: 2px;
    border-color: var.$colorRed;
  }
}

//---------------------------------------
// select
//---------------------------------------
/*.form__select__box {
  position: relative;
  background-color: var.$baseColor04;
  border-width: 1px;
  border-color: var.$baseColor02;
  border-radius: func.f-margin(1.5, 3);

  &::before,
  &::after {
    pointer-events: none;
  }

  &::before {
    background-color: var.$baseColor02;
    width: 25px;
    height: 100%;
    top: 0;
    right: 0;
  }

  &::after {
    background-image: url(../img/icon_arrow_b.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8px;
    aspect-ratio: 263/150;
    top: 50%;
    right: 7px;
    margin-top: calc(8px / 263 * 150 / -2);
    transform: rotateX(180deg);
  }
}

.form__select {
  text-align: left;
  width: 100%;
  padding: {
    top: func.f-margin(7.5, 15);
    right: calc(func.f-margin(5, 10) + 25px);
    bottom: func.f-margin(7.5, 15);
    left: func.f-margin(5, 10);
  }
  cursor: pointer;

  @include mixin.m-mqMin(var.$tabMin) {
    padding: {
      top: func.f-margin(2.5, 5);
      bottom: func.f-margin(2.5, 5);
    }
  }
}

//---------------------------------------
// radio
//---------------------------------------
.form__radio__text {
  position: relative;
  display: inline-block;
  padding-left: func.f-margin(25, 30);
  margin-bottom: 10px;

  &:nth-last-of-type(n+2) {
    padding-right: func.f-margin(25, 50);
  }

  &::before {
    background-color: var.$baseColor04;
    width: func.f-margin(18, 20);
    height: func.f-margin(18, 20);
    top: 50%;
    left: 0;
    border-width: 1px;
    border-color: var.$baseColor02;
    border-radius: 50%;
    margin-top: calc(func.f-margin(18, 20) / -2);
  }

  &::after {
    background-color: var.$baseColor01;
    width: func.f-margin(10, 12);
    height: func.f-margin(10, 12);
    border-radius: 50%;
    top: 50%;
    left: 4px;
    opacity: 0;
    transition: .3s;
    margin-top: calc(func.f-margin(10, 12) / -2);
  }
}

.form__radio {
  display: none;

  &:checked + .form__radio__text::after {
    opacity: 1;
  }
}*/
/*.form__check__text {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 30px;

  &::before {
    @include mixin.m-seudo;
    background-color: var.$colorWhite;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    border-width: 1px;
    border-color: var.$colorGray03;
    border-radius: 4px;
    margin-top: -10px;
  }

  &::after {
    @include mixin.m-seudo;
    background-color: var.$colorBlack;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    top: 50%;
    left: 5px;
    opacity: 0;
    transition: .3s;
    margin-top: -5px;
  }
}

.form__check {
  position: absolute;
  opacity: 0;

  &:checked + .form__check__text::after {
    opacity: 1;
  }
}

//---------------------------------------
// error
//---------------------------------------
p.error {
  color: var.$colorRed;
  font-size: 1.4rem;
  padding-top: 5px;
}*/
.l-container {
  position: relative;
  font-size: 2.4vw;
  line-height: 1.389;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .l-container {
    font-size: 0.94vw;
  }
}

.l-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  background-color: #ffffff;
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.l-main::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .l-main {
    width: 39.063%;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1199px) {
  .l-header {
    background-color: #ffffff;
    z-index: 80;
  }
}
@media (min-width: 1200px) {
  .l-header {
    background-image: url(../img/bg_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
}
.l-header .c-inner {
  width: 100%;
  padding-right: 0;
  padding-left: 4.8%;
}
@media (min-width: 1200px) {
  .l-header .c-inner {
    height: 100%;
    padding-left: 0;
  }
}

.l-header__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .l-header__content {
    -moz-column-gap: 4.8vw;
         column-gap: 4.8vw;
  }
}
@media (min-width: 1200px) {
  .l-header__content {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .l-header__right {
    flex: 0 1 4.4vw;
    min-width: 4.4vw;
  }
}
@media (min-width: 1200px) {
  .l-header__right {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30.469vw;
    order: 2;
    padding-top: 15px;
    overflow-y: auto;
  }
  .l-header__right::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .l-header__rightInner {
    width: 22.344vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .l-header__left {
    flex: 1 1;
  }
}
@media (min-width: 1200px) {
  .l-header__left {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30.469vw;
    order: 1;
    padding-top: 15px;
    overflow-y: auto;
  }
  .l-header__left::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1199px) {
  .l-header__leftInner {
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .l-header__leftInner {
    width: 22.344vw;
    margin-right: auto;
    margin-left: auto;
  }
}

/* menu */
.l-header__menu {
  position: relative;
  height: 2.6666666667vw;
  z-index: 95;
}
@media (min-width: 1200px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu span {
  position: absolute;
  background-color: #231816;
  width: 100%;
  height: 1px;
  left: 0;
  transition: all 0.4s;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -0.5px;
}
.l-header__menu span:nth-of-type(3) {
  top: calc(100% - 1px);
}

.l-header--active .l-header__menu span {
  width: 2.67vw;
  top: 0;
  left: -0.87vw;
}
.l-header--active .l-header__menu span:nth-of-type(1) {
  transform: rotate(45deg);
}
.l-header--active .l-header__menu span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.l-header--active .l-header__menu span:nth-of-type(3) {
  transform: rotate(-45deg);
}

/* nav */
@media (max-width: 1199px) {
  .l-header__navBox {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    right: 100%;
    z-index: 90;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition-property: right;
    transition-duration: 0.4s;
  }
  .l-header__navBox::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .l-header__navBox {
    padding-bottom: 15px;
  }
}

.l-header--active .l-header__navBox {
  right: 0;
}
@media (max-width: 1199px) {
  .l-header--active .l-header__navBox::before {
    content: "";
    position: absolute;
    display: block;
    position: fixed;
    background-color: #2D9CF8;
    width: 21.33vw;
    height: 21.3333333333vw;
    top: -10.6666666667vw;
    left: -10.67vw;
    border-radius: 50%;
  }
}

@media (max-width: 1199px) {
  .l-header__navInner {
    height: calc(100vh + 0.5px);
    height: calc(100dvh + 0.5px);
    padding-top: 10.6666666667vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}

.l-header__navTitle {
  margin-bottom: 5.3333333333vw;
}

@media (max-width: 1199px) {
  .l-header__nav {
    padding-bottom: 10.6666666667vw;
  }
}

.l-header__navList {
  position: relative;
}
@media (max-width: 1199px) {
  .l-header__navList {
    border-width: 1px;
    border-color: #211C3C;
    border-radius: clamp(25px, 2.7777777778vw, 50px);
  }
}
@media (min-width: 1200px) {
  .l-header__navList::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/img_scroll.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2.188vw;
    aspect-ratio: 83/542;
    bottom: 0;
    left: -1.93vw;
  }
}

@media (max-width: 1199px) {
  .l-header__navItem:nth-last-of-type(n+2) {
    border-bottom-width: 1px;
    border-bottom-color: #211C3C;
  }
}
@media (min-width: 1200px) {
  .l-header__navItem:nth-last-of-type(n+2) {
    margin-bottom: 1.3020833333vw;
  }
}
.l-header__navItem a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.67vw;
  line-height: 3.2vw;
  padding-right: 20.4vw;
  padding-left: 15.2vw;
}
@media (max-width: 1199px) {
  .l-header__navItem a {
    min-height: 14.4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media (min-width: 1200px) {
  .l-header__navItem a {
    color: #ffffff;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.51vw;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-right: 2.29vw;
    padding-left: 1.15vw;
  }
}
.l-header__navItem a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_arrow_bl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4.535vw;
  aspect-ratio: 1/1;
  top: 50%;
  right: 12.67vw;
  margin-top: -2.2675vw;
}
@media (min-width: 1200px) {
  .l-header__navItem a::after {
    background-image: url(../img/icon_arrow_y.svg);
    width: 1.771vw;
    right: 0;
    margin-top: -0.8855vw;
  }
}

.l-container--top .l-header__navItem--lower {
  display: none;
}

.l-container--lower .l-header__navItem--top {
  display: none;
}

/* logo */
@media (max-width: 1199px) {
  .l-header__logo {
    flex: 1 1;
  }
}
@media (min-width: 1200px) {
  .l-header__logo {
    background-color: #ffffff;
    margin-bottom: 1.8229166667vw;
  }
}
@media (max-width: 1199px) {
  .l-header__logo a {
    width: 22vw;
  }
}

/* cta */
@media (max-width: 1199px) {
  .l-header__cta {
    flex: 0 1 53.33vw;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .l-header__cta {
    padding-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .l-header__ctaTel {
    flex: 1 1 50%;
  }
}
.l-header__ctaTel a {
  color: #211C3C;
  font-size: 2.67vw;
  font-weight: 700;
  line-height: 3.87vw;
  text-align: center;
}
@media (max-width: 1199px) {
  .l-header__ctaTel a {
    background-color: #FDDF29;
    height: 100%;
    border-width: 1px;
    border-color: #707070;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
@media (min-width: 1200px) {
  .l-header__ctaTel a {
    color: #FDDF29;
    font-size: 2.5vw;
    line-height: 3.49vw;
  }
}

.l-header__tel {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 6vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .l-header__tel {
    padding-left: 5.31vw;
    margin-bottom: 1.8229166667vw;
  }
}
.l-header__tel::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_free_bl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 5.335vw;
  aspect-ratio: 129/74;
  top: 50%;
  left: 0;
  margin-top: -1.5287596899vw;
}
@media (min-width: 1200px) {
  .l-header__tel::after {
    background-image: url(../img/icon_free_gr.png);
    width: 4.584vw;
    aspect-ratio: 176/102;
    margin-top: -1.3271590909vw;
  }
}

.l-header__tel--fix {
  font-size: 2.93vw;
  line-height: 3.87vw;
  padding-left: 4.8vw;
}
@media (min-width: 1200px) {
  .l-header__tel--fix {
    font-size: 2.5vw;
    line-height: 3.49vw;
    padding-left: 3.13vw;
  }
}
.l-header__tel--fix::after {
  background-image: url(../img/icon_phone_bl.svg);
  width: 4vw;
  aspect-ratio: 1/1;
  margin-top: -2vw;
}
@media (min-width: 1200px) {
  .l-header__tel--fix::after {
    background-image: url(../img/icon_phone_y.svg);
    width: 1.88vw;
    margin-top: -0.94vw;
  }
}

.l-header__ctaPr {
  display: none;
}
@media (min-width: 1200px) {
  .l-header__ctaPr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 0.83vw;
         column-gap: 0.83vw;
    margin-bottom: 2.0833333333vw;
  }
}

.l-header__prImage {
  flex: 1 1 12.66vw;
}

.l-header__image {
  width: 8.334vw;
}
.l-header__image:nth-of-type(even) {
  margin-left: auto;
}
.l-header__image:nth-last-of-type(n+2) {
  margin-bottom: 0.5208333333vw;
}

.l-header__prText {
  flex: 1 1 8.85vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 0.52vw;
       column-gap: 0.52vw;
}

.l-header__text {
  background-color: #ffffff;
  font-size: 1.46vw;
  font-weight: 700;
  line-height: 1.56vw;
  letter-spacing: 0.09522em;
  writing-mode: vertical-lr;
  padding-top: 1.0416666667vw;
  padding-right: 1.56vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.56vw;
}
.l-header__text span {
  writing-mode: horizontal-tb;
}

@media (max-width: 1199px) {
  .l-header__ctaLine {
    flex: 1 1 50%;
  }
}
@media (min-width: 1200px) {
  .l-header__ctaLine {
    background-color: #ffffff;
    border-radius: 1.0416666667vw;
  }
}
.l-header__ctaLine a {
  position: relative;
  background-color: #06C755;
  color: #ffffff;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 3.87vw;
  text-align: center;
  height: 100%;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .l-header__ctaLine a {
    font-size: 2.08vw;
    line-height: 1;
    border-radius: 1.0416666667vw;
    padding-top: 1.4583333333vw;
    padding-left: 2.92vw;
    padding-bottom: 1.4583333333vw;
  }
}
@media (min-width: 1200px) {
  .l-header__ctaLine a::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/icon_line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2.969vw;
    aspect-ratio: 113/112;
    top: 50%;
    left: 1.93vw;
    margin-top: -1.4718584071vw;
  }
}
@media (min-width: 1200px) {
  .l-header__ctaLine a::after {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transform: skewX(-45deg);
    -webkit-animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
            animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  }
}
@media (max-width: 1199px) {
  .l-header__ctaLine a span {
    display: none;
  }
}

@-webkit-keyframes nyainy-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes nyainy-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.l-footer {
  background-color: #2D9CF8;
  padding-top: 10.2666666667vw;
  padding-bottom: 17.3333333333vw;
}
@media (min-width: 1200px) {
  .l-footer {
    padding-top: 4.0104166667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 1vw;
  padding-left: 1vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .l-footer__content {
    padding-right: 0.39vw;
    padding-left: 0.39vw;
    margin-bottom: 2.0833333333vw;
  }
}

.l-footer__left {
  flex: 1 1 299px;
}

.l-footer__nav-link {
  position: relative;
  font-size: 1.87vw;
  font-weight: 700;
  line-height: 8.93vw;
  padding-left: 3.47vw;
}
@media (min-width: 1200px) {
  .l-footer__nav-link {
    font-size: 0.73vw;
    line-height: 3.49vw;
    padding-left: 1.35vw;
  }
}
.l-footer__nav-link::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_arrow_bl_02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.13vw;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  margin-top: -1.065vw;
}
@media (min-width: 1200px) {
  .l-footer__nav-link::before {
    width: 0.83vw;
    margin-top: -0.415vw;
  }
}

.l-footer__right {
  flex: 1 1 379px;
  background-color: #ffffff;
  border-radius: clamp(10px, 1.1111111111vw, 20px);
  padding-top: 2.6666666667vw;
  padding-right: 2.8vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 2.8vw;
}
@media (min-width: 1200px) {
  .l-footer__right {
    padding-top: 1.0416666667vw;
    padding-right: 1.09vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.09vw;
  }
}

.l-footer__brand {
  color: #211C3C;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 4.53vw;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .l-footer__brand {
    font-size: 1.25vw;
    line-height: 1.77vw;
    margin-bottom: 1.0416666667vw;
  }
}

.l-footer__contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
  font-size: 2.4vw;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .l-footer__contact-item {
    font-size: 0.94vw;
    -moz-column-gap: 0.52vw;
         column-gap: 0.52vw;
  }
}
.l-footer__contact-item:nth-last-of-type(n+2) {
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 1200px) {
  .l-footer__contact-item:nth-last-of-type(n+2) {
    margin-bottom: 0.5208333333vw;
  }
}
.l-footer__contact-item:nth-of-type(1) dt {
  flex: 0 1 7.2vw;
}
@media (min-width: 1200px) {
  .l-footer__contact-item:nth-of-type(1) dt {
    flex: 0 1 2.81vw;
  }
}
.l-footer__contact-item:nth-of-type(2) {
  align-items: center;
}
.l-footer__contact-item:nth-of-type(2) dt {
  flex: 0 1 12vw;
}
@media (min-width: 1200px) {
  .l-footer__contact-item:nth-of-type(2) dt {
    flex: 0 1 4.69vw;
  }
}
.l-footer__contact-item dt {
  background-color: #281C5D;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
  padding-top: 0.2666666667vw;
  padding-right: 1.07vw;
  padding-bottom: 0.2666666667vw;
  padding-left: 1.07vw;
}
@media (min-width: 1200px) {
  .l-footer__contact-item dt {
    padding-top: 0.1041666667vw;
    padding-right: 0.42vw;
    padding-bottom: 0.1041666667vw;
    padding-left: 0.42vw;
  }
}
.l-footer__contact-item dd {
  flex: 1 1;
  color: #211C3C;
  line-height: 2.93vw;
}
@media (min-width: 1200px) {
  .l-footer__contact-item dd {
    line-height: 1.15vw;
  }
}

.l-footer__copyright {
  display: block;
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1200px) {
  .l-footer__copyright {
    font-size: 0.63vw;
  }
}

.p-loading {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 95;
}

.p-loading__content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.p-loading__image {
  width: 75.07vw;
}
@media (min-width: 1200px) {
  .p-loading__image {
    width: 29.323vw;
  }
}

.p-mv {
  position: relative;
  background-image: url(../img/bg_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9.3333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media (max-width: 1199px) {
  .p-mv {
    margin-top: 10.5366666667vw;
  }
}
@media (min-width: 1200px) {
  .p-mv {
    padding-top: 3.6458333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/img_mv_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23.47vw;
  aspect-ratio: 351/271;
  top: 2.6666666667vw;
  right: 4.67vw;
}
@media (min-width: 1200px) {
  .p-mv::before {
    width: 9.17vw;
    top: 1.0416666667vw;
    right: 1.82vw;
  }
}

.p-mv__title {
  margin-bottom: 56.1333333333vw;
}
@media (min-width: 1200px) {
  .p-mv__title {
    margin-bottom: 21.9270833333vw;
  }
}

.p-mv__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5.77%;
       column-gap: 5.77%;
  padding-right: 0.94%;
  padding-left: 0.94%;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-mv__list {
    margin-bottom: 4.1666666667vw;
  }
}

.p-mv__item {
  flex: 1 1 320px;
  background-color: #ffffff;
  color: #211C3C;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.5333333333vw;
}
@media (min-width: 1200px) {
  .p-mv__item {
    font-size: 2.5vw;
    padding-top: 1.0677083333vw;
    padding-bottom: 1.015625vw;
  }
}
.p-mv__item:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv__item span {
  display: block;
  font-size: 4.27vw;
}
@media (min-width: 1200px) {
  .p-mv__item span {
    font-size: 1.67vw;
  }
}

.p-mv__list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.113%;
       column-gap: 3.113%;
  padding-right: 1.3%;
  padding-left: 1.3%;
}

.p-cash .c-inner {
  padding-right: 0;
  padding-left: 0;
}

.p-cash__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2.4vw;
       column-gap: 2.4vw;
  background-color: #211C3C;
  border-width: 1px;
  border-color: #211C3C;
  padding-left: 4.8vw;
}
@media (min-width: 1200px) {
  .p-cash__content {
    -moz-column-gap: 0.94vw;
         column-gap: 0.94vw;
    padding-left: 1.88vw;
  }
}

.p-cash__text {
  flex: 1 1 312px;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: clamp(1.7rem, 0.9272727273rem + 1.5454545455vw, 3.4rem);
}
@media (max-width: 389px) {
  .p-cash__text {
    font-size: 3.1vw;
  }
}
@media (min-width: 1200px) {
  .p-cash__text {
    font-size: 1.24vw;
  }
}
@media (min-width: 1600px) {
  .p-cash__text {
    font-size: 1.24vw;
  }
}

.p-cash__List {
  flex: 1 1 382px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.72vw;
       column-gap: 0.72vw;
}
@media (min-width: 1200px) {
  .p-cash__List {
    -moz-column-gap: 0.28vw;
         column-gap: 0.28vw;
  }
}

.p-cash__item:nth-of-type(1), .p-cash__item:nth-of-type(2) {
  flex: 1 1 62px;
}
.p-cash__item:nth-of-type(3) {
  flex: 1 1 52px;
}
.p-cash__item:nth-of-type(4) {
  flex: 1 1 55px;
}
.p-cash__item:nth-of-type(5) {
  flex: 1 1 40px;
}

.p-cash__item--paypay {
  flex: 1 1 84px;
  background-color: #ffffff;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-cash__item--paypay {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
.p-cash__item--paypay img {
  width: 48.81%;
  margin-left: 0.8vw;
}
@media (min-width: 1200px) {
  .p-cash__item--paypay img {
    margin-left: 0.31vw;
  }
}

.p-evaluation {
  padding-top: 10.5333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-evaluation {
    padding-top: 4.1145833333vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-evaluation__content {
  padding-right: 1.87vw;
  padding-left: 1.87vw;
}
@media (min-width: 1200px) {
  .p-evaluation__content {
    padding-right: 0.73vw;
    padding-left: 0.73vw;
  }
}

.p-evaluation__title {
  width: 85.863%;
  margin-right: auto;
  margin-bottom: 4.9333333333vw;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .p-evaluation__title {
    margin-bottom: 1.9270833333vw;
  }
}

.c-evaluation__item {
  border-width: 1px;
  border-color: #211C3C;
}
.c-evaluation__item:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .c-evaluation__item:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}
.c-evaluation__item figcaption {
  color: #211C3C;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 4.53vw;
  text-align: center;
  border-top-width: 1px;
  border-top-color: #211C3C;
  padding-top: 5.0666666667vw;
  padding-bottom: 4.5333333333vw;
}
@media (min-width: 1200px) {
  .c-evaluation__item figcaption {
    font-size: 1.46vw;
    line-height: 1.77vw;
    padding-top: 1.9791666667vw;
    padding-bottom: 1.7708333333vw;
  }
}
.c-evaluation__item figcaption span {
  color: #D81919;
}

.p-respond {
  position: relative;
  background: transparent linear-gradient(180deg, #2D9CF8 0%, rgba(45, 156, 248, 0.3411764706) 100%) 0% 0% no-repeat padding-box;
  padding-top: 10.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media (min-width: 1200px) {
  .p-respond {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
.p-respond::before, .p-respond::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
}
.p-respond::before {
  left: 0;
  border-color: transparent transparent transparent #ffffff;
  border-width: 9.3333333333vw 0px 0px 50vw;
}
@media (min-width: 1200px) {
  .p-respond::before {
    border-width: 3.6458333333vw 0px 0px 19.53vw;
  }
}
.p-respond::after {
  right: 0;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 0px 9.3333333333vw 50vw;
}
@media (min-width: 1200px) {
  .p-respond::after {
    border-width: 0px 0px 3.6458333333vw 19.53vw;
  }
}

.p-respond__content {
  padding-right: 1vw;
  padding-left: 1vw;
}
@media (min-width: 1200px) {
  .p-respond__content {
    padding-right: 0.39vw;
    padding-left: 0.39vw;
  }
}

.p-respond__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-respond__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-respond__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  row-gap: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-respond__list {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    row-gap: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-respond__text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 2.93vw;
  min-height: 12.5266666667vw;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
}
@media (min-width: 1200px) {
  .p-respond__text {
    font-size: 0.94vw;
    line-height: 1.15vw;
    min-height: 4.9041666667vw;
    padding-top: 1.3020833333vw;
    padding-bottom: 1.3020833333vw;
  }
}
.p-respond__text span {
  color: #D81919;
}

.p-respond__text02 {
  background-color: #D81919;
  color: #ffffff;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 8.93vw;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-respond__text02 {
    font-size: 1.46vw;
    line-height: 3.49vw;
  }
}

.p-step {
  padding-top: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-step {
    padding-top: 4.1666666667vw;
  }
}
.p-step .c-inner {
  padding-right: 0;
  padding-left: 0;
}

.p-step__title {
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__title {
    padding-right: 1.88vw;
    padding-left: 1.88vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-step__item {
  position: relative;
  padding-right: 4.8vw;
  padding-left: 4.8vw;
}
@media (min-width: 1200px) {
  .p-step__item {
    padding-right: 1.88vw;
    padding-left: 1.88vw;
  }
}
.p-step__item::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-step__item-inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0.53vw;
       column-gap: 0.53vw;
  background-color: #ffffff;
  padding-top: 2.6666666667vw;
  padding-right: 3.2vw;
  padding-bottom: 4.8vw;
  padding-left: 2.67vw;
}
@media (min-width: 1200px) {
  .p-step__item-inner {
    -moz-column-gap: 0.21vw;
         column-gap: 0.21vw;
    padding-top: 1.0416666667vw;
    padding-right: 1.25vw;
    padding-bottom: 1.875vw;
    padding-left: 1.04vw;
  }
}

.p-step__text-content {
  flex: 1 1 470px;
}

.p-step__step-label {
  width: 30.427%;
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__step-label {
    margin-bottom: 0.5208333333vw;
  }
}

.p-step__step-title {
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__step-title {
    margin-bottom: 0.5208333333vw;
  }
}

.p-step__step-description {
  font-weight: 500;
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__step-description {
    margin-bottom: 0.5208333333vw;
  }
}

.p-step__step-notes {
  position: relative;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-step__step-notes::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_step_04.png);
  background-repeat: repeat-x;
  background-size: 1.33vw 1.9333333333vw;
  width: 100%;
  height: 1.9333333333vw;
  bottom: -0.5333333333vw;
  left: 0;
}
@media (min-width: 1200px) {
  .p-step__step-notes::before {
    background-size: 0.52vw 0.7552083333vw;
    height: 0.7552083333vw;
    bottom: -0.2083333333vw;
  }
}
.p-step__step-notes span {
  position: relative;
}

.p-step__image-content {
  flex: 1 1 160px;
  padding-top: 2.4vw;
}
@media (min-width: 1200px) {
  .p-step__image-content {
    padding-top: 0.9375vw;
  }
}

.p-step__item--01 {
  padding-top: 10.6666666667vw;
  padding-bottom: 12.6666666667vw;
}
@media (min-width: 1200px) {
  .p-step__item--01 {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.9479166667vw;
  }
}
.p-step__item--01::before {
  background-image: url(../img/bg_step.png);
}
.p-step__item--01 .p-step__item-inner {
  padding-bottom: 1.8666666667vw;
}
@media (min-width: 1200px) {
  .p-step__item--01 .p-step__item-inner {
    padding-bottom: 0.7291666667vw;
  }
}
.p-step__item--01 .p-step__step-title {
  width: 56.599%;
}

.p-step__item--02 {
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__item--02 {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
.p-step__item--02 .p-step__step-title {
  width: 94.895%;
}

.p-step__item--03 {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-step__item--03 {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-step__item--03::before {
  background-image: url(../img/bg_step_02.png);
}
.p-step__item--03 .p-step__step-title {
  width: 40.64%;
}

.p-step__item--04 {
  padding-top: 5.3333333333vw;
  padding-bottom: 5.4666666667vw;
}
@media (min-width: 1200px) {
  .p-step__item--04 {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.1354166667vw;
  }
}
.p-step__item--04 .p-step__step-title {
  width: 58.513%;
}

.p-step__item--05 {
  padding-top: 12.5333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-step__item--05 {
    padding-top: 4.8958333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-step__item--05::before {
  background-image: url(../img/bg_step_03.png);
}
.p-step__item--05 .p-step__item-inner {
  flex-direction: column;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-step__item--05 .p-step__item-inner {
    margin-bottom: 2.0833333333vw;
  }
}
.p-step__item--05 .p-step__item-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-step__item--05 .p-step__step-label {
  width: 50.71%;
}
.p-step__item--05 .p-step__text-content {
  flex: 1 1 282px;
}
.p-step__item--05 .p-step__step-title {
  width: 96.81%;
}
.p-step__item--05 .p-step__image-content {
  flex: 1 1 352px;
}

.p-step__list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
}
@media (min-width: 1200px) {
  .p-step__list02 {
    -moz-column-gap: 0.52vw;
         column-gap: 0.52vw;
  }
}

.p-step__item02 {
  position: relative;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 3.33vw;
  text-align: center;
  padding-top: 1.7333333333vw;
  padding-bottom: 1.7333333333vw;
}
@media (min-width: 1200px) {
  .p-step__item02 {
    font-size: 1.25vw;
    line-height: 1.3vw;
    padding-top: 0.6770833333vw;
    padding-bottom: 0.6770833333vw;
  }
}
.p-step__item02::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #D81919;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-20deg);
}
.p-step__item02 span {
  position: relative;
}

.p-price {
  padding-bottom: 11.0666666667vw;
  margin-top: -6.6666666667vw;
}
@media (min-width: 1200px) {
  .p-price {
    padding-bottom: 4.3229166667vw;
    margin-top: -2.6041666667vw;
  }
}
.p-price .c-inner {
  padding-right: 0;
  padding-left: 0;
}

.p-price__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-price__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-price__box {
  padding-right: 4.8vw;
  padding-left: 4.8vw;
}
@media (min-width: 1200px) {
  .p-price__box {
    padding-right: 1.88vw;
    padding-left: 1.88vw;
  }
}

.p-price__table {
  width: 100%;
  border-width: 1px;
  border-color: #211C3C;
  margin-bottom: 5.6vw;
}
@media (min-width: 1200px) {
  .p-price__table {
    margin-bottom: 2.1875vw;
  }
}
.p-price__table tr:nth-last-of-type(n+2) {
  border-bottom-width: 1px;
  border-bottom-color: #211C3C;
}
.p-price__table th,
.p-price__table td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.p-price__table th:nth-of-type(n+2),
.p-price__table td:nth-of-type(n+2) {
  border-left-width: 1px;
  border-left-color: #211C3C;
}
.p-price__table th {
  background-color: #FDDF29;
  color: #211C3C;
  font-size: 4.27vw;
  line-height: 8.93vw;
  border-bottom-width: 1px;
  border-bottom-color: #211C3C;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
@media (min-width: 1200px) {
  .p-price__table th {
    font-size: 1.67vw;
    line-height: 3.49vw;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
.p-price__table td {
  font-size: 3.2vw;
  line-height: 8.93vw;
  padding-top: 4.1333333333vw;
  padding-bottom: 4.1333333333vw;
}
@media (min-width: 1200px) {
  .p-price__table td {
    font-size: 1.25vw;
    line-height: 3.49vw;
    padding-top: 1.6145833333vw;
    padding-bottom: 1.6145833333vw;
  }
}

.p-price__feature-item {
  position: relative;
  color: #ffffff;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 5.07vw;
  text-align: center;
  padding-top: 1.2vw;
  padding-right: 3.4vw;
  padding-bottom: 1.2vw;
  padding-left: 3.4vw;
  margin-right: 3.4vw;
  margin-left: 3.4vw;
}
@media (min-width: 1200px) {
  .p-price__feature-item {
    font-size: 1.67vw;
    line-height: 1.98vw;
    padding-top: 0.46875vw;
    padding-right: 1.4vw;
    padding-bottom: 0.46875vw;
    padding-left: 1.4vw;
    margin-right: 1.4vw;
    margin-left: 1.4vw;
  }
}
.p-price__feature-item:last-of-type {
  padding-right: 6vw;
  padding-left: 6vw;
  margin-right: 6vw;
  margin-left: 6vw;
}
@media (min-width: 1200px) {
  .p-price__feature-item:last-of-type {
    padding-right: 2vw;
    padding-left: 2vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }
}
.p-price__feature-item::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #D81919;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-40deg);
}
.p-price__feature-item:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-price__feature-item:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}
.p-price__feature-item span {
  position: relative;
}

.p-voice {
  background-image: url(../img/bg_voice.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-voice {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-voice__content {
  padding-right: 1vw;
  padding-left: 1vw;
}
@media (min-width: 1200px) {
  .p-voice__content {
    padding-right: 0.39vw;
    padding-left: 0.39vw;
  }
}

.p-voice__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-voice__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-voice__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-voice__list {
    margin-bottom: 2.0833333333vw;
  }
}

.p-voice__item {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
  padding-top: 2.8vw;
  padding-right: 2.67vw;
  padding-bottom: 2.8vw;
  padding-left: 2.67vw;
}
@media (min-width: 1200px) {
  .p-voice__item {
    padding-top: 1.09375vw;
    padding-right: 1.04vw;
    padding-bottom: 1.09375vw;
    padding-left: 1.04vw;
  }
}
.p-voice__item:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-voice__item:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}

.c-voice__item-user {
  flex: 1 1 120px;
}

.c-voice-item__user-info {
  color: #211C3C;
  font-size: 2.13vw;
  font-weight: 700;
  line-height: 3.33vw;
  text-align: center;
  margin-top: 0.6666666667vw;
}
@media (min-width: 1200px) {
  .c-voice-item__user-info {
    font-size: 0.83vw;
    line-height: 1.3vw;
    margin-top: 0.2604166667vw;
  }
}

.c-voice-item__body {
  flex: 1 1 508px;
}

.c-voice-item__headline {
  color: #D81919;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 3.33vw;
  margin-bottom: 2vw;
}
@media (min-width: 1200px) {
  .c-voice-item__headline {
    font-size: 1.25vw;
    line-height: 1.3vw;
    margin-bottom: 0.78125vw;
  }
}

.c-voice-item__text {
  color: #231816;
  font-weight: 500;
}

.p-voice__review-banner {
  background-color: #d90000;
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 4.53vw;
  text-align: center;
  padding-top: 3.2vw;
  padding-bottom: 2.9333333333vw;
}
@media (min-width: 1200px) {
  .p-voice__review-banner {
    font-size: 1.67vw;
    line-height: 1.77vw;
    padding-top: 1.25vw;
    padding-bottom: 1.1458333333vw;
  }
}
.p-voice__review-banner span {
  color: #FDDF29;
}

.p-area {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 12vw;
}
@media (min-width: 1200px) {
  .p-area {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.6875vw;
  }
}
.p-area::before, .p-area::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
}
.p-area::before {
  left: 0;
  border-color: transparent transparent transparent #211C3C;
  border-width: 9.3333333333vw 0px 0px 50vw;
}
@media (min-width: 1200px) {
  .p-area::before {
    border-width: 3.6458333333vw 0px 0px 19.53vw;
  }
}
.p-area::after {
  right: 0;
  border-color: transparent transparent #211C3C transparent;
  border-width: 0px 0px 9.3333333333vw 50vw;
}
@media (min-width: 1200px) {
  .p-area::after {
    border-width: 0px 0px 3.6458333333vw 19.53vw;
  }
}

.p-area__content {
  padding-right: 1vw;
  padding-left: 1vw;
}
@media (min-width: 1200px) {
  .p-area__content {
    padding-right: 0.39vw;
    padding-left: 0.39vw;
  }
}

.p-area__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-area__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-area__info {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  width: 52.87%;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .p-area__info {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-area__info-label {
  flex: 1 1 219px;
  background-color: #211C3C;
  color: #FDDF29;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 4.53vw;
  text-align: center;
  border-radius: 100px;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}
@media (min-width: 1200px) {
  .p-area__info-label {
    font-size: 1.25vw;
    line-height: 1.77vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
  }
}

.p-area__info-text {
  flex: 1 1 121px;
  color: #D81919;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 4.53vw;
}
@media (min-width: 1200px) {
  .p-area__info-text {
    font-size: 1.25vw;
    line-height: 1.77vw;
  }
}

.p-area__map {
  width: 100%;
  aspect-ratio: 679/367;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-area__map {
    margin-bottom: 1.0416666667vw;
  }
}
.p-area__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.p-area__note {
  color: #231816;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 4.53vw;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-area__note {
    font-size: 1.25vw;
    line-height: 1.77vw;
  }
}

.p-faq {
  background-color: #211C3C;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-faq {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-faq__content {
  padding-right: 1vw;
  padding-left: 1vw;
}
@media (min-width: 1200px) {
  .p-faq__content {
    padding-right: 0.39vw;
    padding-left: 0.39vw;
  }
}

.p-faq__title {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-faq__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-faq-accordion {
  background-color: #ffffff;
  overflow: hidden;
}
.p-faq-accordion:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}
.p-faq-accordion[open] > .p-faq-accordion__summary::after {
  content: none;
}

.p-faq-accordion__summary {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  list-style: none;
  padding-top: 2.5333333333vw;
  padding-right: 9.6vw;
  padding-bottom: 2.5333333333vw;
  padding-left: 3.2vw;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .p-faq-accordion__summary {
    -moz-column-gap: 0.78vw;
         column-gap: 0.78vw;
    padding-top: 0.9895833333vw;
    padding-right: 3.75vw;
    padding-bottom: 0.9895833333vw;
    padding-left: 1.25vw;
  }
}
.p-faq-accordion__summary::-webkit-details-marker {
  display: none;
}
.p-faq-accordion__summary::before, .p-faq-accordion__summary::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #211C3C;
  top: 50%;
}
.p-faq-accordion__summary::before {
  width: 3.2vw;
  height: 0.5333333333vw;
  right: 3.2vw;
  margin-top: -0.2666666667vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion__summary::before {
    width: 1.25vw;
    height: 0.2083333333vw;
    right: 1.25vw;
    margin-top: -0.1041666667vw;
  }
}
.p-faq-accordion__summary::after {
  width: 0.53vw;
  height: 3.2vw;
  right: 4.67vw;
  margin-top: -1.6vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion__summary::after {
    width: 0.21vw;
    height: 1.25vw;
    right: 1.82vw;
    margin-top: -0.625vw;
  }
}

.p-faq-accordion__q-icon,
.p-faq-accordion__a-icon {
  flex: 0 1 3.47vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion__q-icon,
.p-faq-accordion__a-icon {
    flex: 0 1 1.35vw;
  }
}

.p-faq-accordion__question-text {
  flex: 1 1;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 4.53vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion__question-text {
    font-size: 1.25vw;
    line-height: 1.77vw;
  }
}

.p-faq-accordion__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  padding-top: 2.5333333333vw;
  padding-right: 3.2vw;
  padding-bottom: 2.5333333333vw;
  padding-left: 3.2vw;
  border-top-width: 1px;
  border-top-color: #211C3C;
}
@media (min-width: 1200px) {
  .p-faq-accordion__content {
    -moz-column-gap: 0.78vw;
         column-gap: 0.78vw;
    padding-top: 0.9895833333vw;
    padding-right: 1.25vw;
    padding-bottom: 0.9895833333vw;
    padding-left: 1.25vw;
  }
}

.p-faq-accordion__answer-text {
  flex: 1 1;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 4.53vw;
}
@media (min-width: 1200px) {
  .p-faq-accordion__answer-text {
    font-size: 1.25vw;
    line-height: 1.77vw;
  }
}

.p-cta {
  background-image: url("../img/bg_cta.png");
  background-size: cover;
  background-position: center;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 1200px) {
  .p-cta {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-cta__content {
  padding-right: 0.6vw;
  padding-left: 0.6vw;
}
@media (min-width: 1200px) {
  .p-cta__content {
    padding-right: 0.23vw;
    padding-left: 0.23vw;
  }
}

.p-cta__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-cta__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-cta__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  row-gap: 2.6666666667vw;
  padding-right: 1.33vw;
  padding-left: 1.33vw;
  margin-bottom: 5.8666666667vw;
}
@media (min-width: 1200px) {
  .p-cta__features {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    row-gap: 1.0416666667vw;
    padding-right: 0.52vw;
    padding-left: 0.52vw;
    margin-bottom: 2.2916666667vw;
  }
}

.p-cta__feature-item {
  position: relative;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 3.33vw;
  text-align: center;
  padding-top: 1.7333333333vw;
  padding-bottom: 1.7333333333vw;
}
@media (min-width: 1200px) {
  .p-cta__feature-item {
    font-size: 1.25vw;
    line-height: 1.3vw;
    padding-top: 0.6770833333vw;
    padding-bottom: 0.6770833333vw;
  }
}
.p-cta__feature-item::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #D81919;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-25deg);
}
.p-cta__feature-item span {
  position: relative;
}

.p-cta__message {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 8.93vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .p-cta__message {
    font-size: 1.72vw;
    line-height: 3.49vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-cta__message-brand {
  background-color: #2D9CF8;
  color: #211C3C;
  font-size: 7.47vw;
  padding-right: 2.93vw;
  padding-left: 2.93vw;
  margin-right: 0.93vw;
}
@media (min-width: 1200px) {
  .p-cta__message-brand {
    font-size: 2.92vw;
    padding-right: 1.15vw;
    padding-left: 1.15vw;
    margin-right: 0.36vw;
  }
}

.p-cta__massage-red {
  color: #D81919;
}

.p-cat__actions-tel,
.p-cat__actions-line {
  background-color: #ffffff;
  width: 70.18%;
  border-radius: clamp(15px, 1.6666666667vw, 30px);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.p-cat__actions-tel a,
.p-cat__actions-line a {
  border-radius: clamp(15px, 1.6666666667vw, 30px);
}
.p-cat__actions-tel a::after,
.p-cat__actions-line a::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transform: skewX(-45deg);
  -webkit-animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
          animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

.p-cat__actions-tel {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-tel {
    margin-bottom: 1.0416666667vw;
  }
}
.p-cat__actions-tel a {
  position: relative;
  background-color: #FDDF29;
  font-weight: 700;
  line-height: 1;
  padding-top: 3.7333333333vw;
  padding-bottom: 3.7333333333vw;
  padding-left: 15.33vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-tel a {
    padding-top: 1.4583333333vw;
    padding-bottom: 1.4583333333vw;
    padding-left: 5.99vw;
  }
}
.p-cat__actions-tel a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_free_bl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8.67vw;
  aspect-ratio: 65/37;
  top: 50%;
  left: 6.13vw;
  margin-top: -2.4676153846vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-tel a::before {
    width: 3.39vw;
    left: 2.4vw;
    margin-top: -0.9648461538vw;
  }
}

.p-cat__actions-tel-fix a::before {
  background-image: url(../img/icon_phone_bl.svg);
  width: 6.4vw;
  aspect-ratio: 1/1;
  left: 6vw;
  margin-top: -3.2vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-tel-fix a::before {
    width: 2.5vw;
    left: 2.34vw;
    margin-top: -1.25vw;
  }
}

.c-cta-button__label {
  color: #211C3C;
  font-size: 3.2vw;
}
@media (min-width: 1200px) {
  .c-cta-button__label {
    font-size: 1.25vw;
  }
}

.c-cta-button__number {
  color: #D81919;
  font-size: 6.4vw;
}
@media (min-width: 1200px) {
  .c-cta-button__number {
    font-size: 2.5vw;
  }
}

.p-cat__actions-line a {
  position: relative;
  background-color: #06C755;
  color: #ffffff;
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 5.8666666667vw;
  padding-right: 6.13vw;
  padding-bottom: 5.8666666667vw;
  padding-left: 13.73vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-line a {
    font-size: 2.08vw;
    padding-top: 2.2916666667vw;
    padding-right: 2.4vw;
    padding-bottom: 2.2916666667vw;
    padding-left: 5.36vw;
  }
}
.p-cat__actions-line a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7.6vw;
  aspect-ratio: 57/56;
  top: 50%;
  left: 6.13vw;
  margin-top: -3.7333333333vw;
}
@media (min-width: 1200px) {
  .p-cat__actions-line a::before {
    width: 2.97vw;
    left: 2.4vw;
    margin-top: -1.4589473684vw;
  }
}

.p-cta2 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 70;
}
@media (min-width: 1200px) {
  .p-cta2 {
    display: none;
  }
}
.p-cta2 .c-inner {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.p-cta2__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-cta2__item {
  flex: 1 1 50%;
  background-color: #ffffff;
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-cta2__item a {
  color: #211C3C;
  border-width: 1px;
  border-color: #707070;
  padding-top: 5.8666666667vw;
  padding-bottom: 5.8666666667vw;
}
@media (min-width: 1200px) {
  .p-cta2__item a {
    padding-top: 2.2916666667vw;
    padding-bottom: 2.2916666667vw;
  }
}

.p-cta2__item-tel a {
  position: relative;
  background-color: #FDDF29;
  padding-left: 8.13vw;
}
@media (min-width: 1200px) {
  .p-cta2__item-tel a {
    padding-left: 3.18vw;
  }
}
.p-cta2__item-tel a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_free_bl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7.47vw;
  aspect-ratio: 56/33;
  top: 50%;
  left: 4.8vw;
  margin-top: -2.4010714286vw;
}
@media (min-width: 1200px) {
  .p-cta2__item-tel a::before {
    width: 2.92vw;
    left: 1.88vw;
    margin-top: -0.9385714286vw;
  }
}

.p-cta2__item-tel--fix a::before {
  background-image: url(../img/icon_phone_bl.svg);
  width: 5.13vw;
  aspect-ratio: 1/1;
  margin-top: -2.565vw;
}
@media (min-width: 1200px) {
  .p-cta2__item-tel--fix a::before {
    width: 2.01vw;
    margin-top: -1.005vw;
  }
}

.p-cta2__item-line a {
  background-color: #06C755;
  color: #ffffff;
}

.p-privacy {
  padding-top: clamp(43.5px, 4.8333333333vw, 87px);
  padding-bottom: clamp(40px, 4.4444444444vw, 80px);
}
@media (max-width: 1199px) {
  .p-privacy {
    margin-top: 10.5366666667vw;
  }
}

.p-privacy__content {
  padding-right: clamp(3.75px, 0.4166666667vw, 7.5px);
  padding-left: clamp(3.75px, 0.4166666667vw, 7.5px);
}

.p-privacy__title {
  position: relative;
  color: #211C3C;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  padding-left: clamp(20px, 2.2222222222vw, 40px);
  margin-bottom: clamp(23px, 2.5555555556vw, 46px);
}
@media (min-width: 1200px) {
  .p-privacy__title {
    font-size: 2.5vw;
  }
}
.p-privacy__title::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #2D9CF8;
  width: clamp(10px, 1.1111111111vw, 20px);
  height: clamp(41.5px, 4.6111111111vw, 83px);
  top: 50%;
  left: 0;
  margin-top: clamp(-41.5px, -2.3055555556vw, -20.75px);
}

.p-privacy__list:nth-last-of-type(n+2) {
  margin-bottom: clamp(20px, 2.2222222222vw, 40px);
}
.p-privacy__list dt {
  background-color: #211C3C;
  color: #ffffff;
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: clamp(11px, 1.2222222222vw, 22px);
  padding-bottom: clamp(11px, 1.2222222222vw, 22px);
  margin-bottom: clamp(10px, 1.1111111111vw, 20px);
}
@media (min-width: 1200px) {
  .p-privacy__list dt {
    font-size: 2.08vw;
  }
}
.p-privacy__list dd {
  font-weight: 400;
  line-height: 4.53vw;
}
@media (min-width: 1200px) {
  .p-privacy__list dd {
    line-height: 1.77vw;
  }
}

.p-privacy__list02 {
  counter-reset: no;
  margin-top: clamp(17px, 1.8888888889vw, 34px);
}

.p-privacy__item02 {
  position: relative;
  padding-left: 2em;
}
.p-privacy__item02::before {
  content: "";
  position: absolute;
  display: block;
  counter-increment: no;
  content: counter(no) ".";
  top: 0;
  left: 0;
}

.p-privacy__table {
  width: 100%;
  text-align: center;
  border-width: 1px;
  border-color: #707070;
  margin-top: clamp(10px, 1.1111111111vw, 20px);
}
.p-privacy__table tr > *:nth-of-type(n+2) {
  border-left-width: 1px;
  border-left-color: #707070;
}
.p-privacy__table tr:nth-last-of-type(n+2) > * {
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}
.p-privacy__table thead th {
  background-color: #F0F0F0;
  font-size: 4.27vw;
  font-weight: 700;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
  padding-top: clamp(11px, 1.2222222222vw, 22px);
  padding-bottom: clamp(11px, 1.2222222222vw, 22px);
}
@media (min-width: 1200px) {
  .p-privacy__table thead th {
    font-size: 1.67vw;
  }
}
.p-privacy__table tbody th {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  width: 30.38%;
  padding-top: clamp(11px, 1.2222222222vw, 22px);
  padding-bottom: clamp(11px, 1.2222222222vw, 22px);
}
@media (min-width: 1200px) {
  .p-privacy__table tbody th {
    font-size: 1.25vw;
  }
}
.p-privacy__table tbody td {
  vertical-align: middle;
  width: 69.62%;
  border-left-width: 1px;
  border-left-color: #707070;
}